.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #ff6666 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uxTEXv3vOc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxTEXv3vOc nav.navbar {
  position: fixed;
}
.cid-uxTEXv3vOc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxTEXv3vOc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxTEXv3vOc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxTEXv3vOc .dropdown-item:hover,
.cid-uxTEXv3vOc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uxTEXv3vOc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxTEXv3vOc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxTEXv3vOc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxTEXv3vOc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxTEXv3vOc .nav-link {
  position: relative;
}
.cid-uxTEXv3vOc .container {
  display: flex;
  margin: auto;
}
.cid-uxTEXv3vOc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxTEXv3vOc .dropdown-menu,
.cid-uxTEXv3vOc .navbar.opened {
  background: #000000 !important;
}
.cid-uxTEXv3vOc .nav-item:focus,
.cid-uxTEXv3vOc .nav-link:focus {
  outline: none;
}
.cid-uxTEXv3vOc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxTEXv3vOc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxTEXv3vOc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uxTEXv3vOc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxTEXv3vOc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxTEXv3vOc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxTEXv3vOc .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uxTEXv3vOc .navbar.opened {
  transition: all .3s;
}
.cid-uxTEXv3vOc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxTEXv3vOc .navbar .navbar-logo img {
  width: auto;
}
.cid-uxTEXv3vOc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxTEXv3vOc .navbar.collapsed {
  justify-content: center;
}
.cid-uxTEXv3vOc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxTEXv3vOc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxTEXv3vOc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxTEXv3vOc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxTEXv3vOc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxTEXv3vOc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxTEXv3vOc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxTEXv3vOc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxTEXv3vOc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxTEXv3vOc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxTEXv3vOc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxTEXv3vOc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxTEXv3vOc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxTEXv3vOc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxTEXv3vOc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxTEXv3vOc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxTEXv3vOc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxTEXv3vOc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxTEXv3vOc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxTEXv3vOc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxTEXv3vOc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxTEXv3vOc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxTEXv3vOc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxTEXv3vOc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxTEXv3vOc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxTEXv3vOc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxTEXv3vOc .dropdown-item.active,
.cid-uxTEXv3vOc .dropdown-item:active {
  background-color: transparent;
}
.cid-uxTEXv3vOc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxTEXv3vOc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxTEXv3vOc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxTEXv3vOc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uxTEXv3vOc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxTEXv3vOc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxTEXv3vOc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxTEXv3vOc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxTEXv3vOc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxTEXv3vOc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uxTEXv3vOc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxTEXv3vOc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxTEXv3vOc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxTEXv3vOc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxTEXv3vOc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxTEXv3vOc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxTEXv3vOc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxTEXv3vOc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxTEXv3vOc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxTEXv3vOc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxTEXv3vOc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxTEXv3vOc .navbar {
    height: 70px;
  }
  .cid-uxTEXv3vOc .navbar.opened {
    height: auto;
  }
  .cid-uxTEXv3vOc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxTJL8gGVb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uxTJL8gGVb .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uxTJL8gGVb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uxTJL8gGVb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxTJL8gGVb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxTJL8gGVb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxTJL8gGVb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxTJL8gGVb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uxTJL8gGVb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxTJL8gGVb .card-title {
  color: #fafafa;
}
.cid-uxTJL8gGVb .mbr-text,
.cid-uxTJL8gGVb .mbr-section-btn {
  color: #fafafa;
}
.cid-uxTORRMbsw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uxTORRMbsw .item:focus,
.cid-uxTORRMbsw span:focus {
  outline: none;
}
.cid-uxTORRMbsw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxTORRMbsw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxTORRMbsw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxTORRMbsw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxTORRMbsw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxTORRMbsw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxTORRMbsw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxTORRMbsw .mbr-section-title {
  color: #232323;
}
.cid-uxTORRMbsw .mbr-text,
.cid-uxTORRMbsw .mbr-section-btn {
  text-align: left;
}
.cid-uxTORRMbsw .item-title {
  text-align: left;
}
.cid-uxTORRMbsw .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyGHeypIvl {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyGHeypIvl .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyGHeypIvl .wave2 {
  fill: #bbbbbb;
}
.cid-uyvdtUof91 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyvdtUof91 img,
.cid-uyvdtUof91 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyvdtUof91 .item:focus,
.cid-uyvdtUof91 span:focus {
  outline: none;
}
.cid-uyvdtUof91 .item-wrapper {
  position: relative;
}
.cid-uyvdtUof91 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyvdtUof91 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyvdtUof91 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyvdtUof91 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyvdtUof91 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyvdtUof91 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyvdtUof91 .mbr-section-title {
  color: #232323;
}
.cid-uyvdtUof91 .mbr-text,
.cid-uyvdtUof91 .mbr-section-btn {
  text-align: left;
}
.cid-uyvdtUof91 .item-title {
  text-align: left;
}
.cid-uyvdtUof91 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyvdtUof91 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyvdtUof91 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyvdtUof91 .embla__button--next,
.cid-uyvdtUof91 .embla__button--prev {
  display: flex;
}
.cid-uyvdtUof91 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyvdtUof91 .embla__button {
    display: none;
  }
}
.cid-uyvdtUof91 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyvdtUof91 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyvdtUof91 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyvdtUof91 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyvdtUof91 .embla__button {
    top: auto;
  }
}
.cid-uyvdtUof91 .embla {
  position: relative;
  width: 100%;
}
.cid-uyvdtUof91 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyvdtUof91 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyvdtUof91 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyvdtUof91 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyvdtUof91 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyvdtUof91 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyvdtUof91 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-5dEiTagRnv {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-5dEiTagRnv .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-5dEiTagRnv .wave2 {
  fill: #bbbbbb;
}
.cid-uxTTnTHPmP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uxTTnTHPmP img,
.cid-uxTTnTHPmP .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxTTnTHPmP .item:focus,
.cid-uxTTnTHPmP span:focus {
  outline: none;
}
.cid-uxTTnTHPmP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxTTnTHPmP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxTTnTHPmP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxTTnTHPmP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxTTnTHPmP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxTTnTHPmP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxTTnTHPmP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxTTnTHPmP .mbr-section-title {
  color: #232323;
}
.cid-uxTTnTHPmP .mbr-text,
.cid-uxTTnTHPmP .mbr-section-btn {
  text-align: left;
}
.cid-uxTTnTHPmP .item-title {
  text-align: left;
}
.cid-uxTTnTHPmP .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uylcM0ZCil {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uylcM0ZCil .carousel-item {
  justify-content: center;
}
.cid-uylcM0ZCil .carousel-item.active,
.cid-uylcM0ZCil .carousel-item-next,
.cid-uylcM0ZCil .carousel-item-prev {
  display: flex;
}
.cid-uylcM0ZCil .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uylcM0ZCil .carousel-control-next span {
  padding-left: 5px;
}
.cid-uylcM0ZCil .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uylcM0ZCil .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uylcM0ZCil .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uylcM0ZCil .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uylcM0ZCil H3 {
  color: #fafafa;
}
.cid-uylcM0ZCil .user_text {
  color: #fafafa;
}
.cid-uylcM0ZCil .user_name {
  color: #bbbbbb;
}
.cid-uylcM0ZCil .user_desk {
  color: #bbbbbb;
}
.cid-uyAFGrNZmj {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #5daec9);
}
.cid-uyAFGrNZmj .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyAFGrNZmj .wave2 {
  fill: #353535;
}
.cid-uzdqtPdPxW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-uzdqtPdPxW img {
  width: auto;
}
.cid-uyyjN8EV3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyyjN8EV3D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyyjN8EV3D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 0rem;
  }
}
.cid-uyyjN8EV3D .mbr-text {
  color: #bbbbbb;
}
.cid-uyyjN8EV3D .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-uyyjN8EV3D .mbr-iconfont {
  color: black;
}
.cid-uyYLW6NJ0r .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uyYLW6NJ0r .my-float {
  margin-top: 16px;
}
.cid-uyYLW6NJ0r P {
  color: #232323;
}
.cid-uyYLW6NJ0r DIV {
  color: #ffffff;
}
.cid-uyYLW6NJ0r H10 {
  color: #767676;
}
.cid-uyYLW6NJ0r .hidden {
  display: none;
}
.cid-uyykBkvUGu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyykBkvUGu nav.navbar {
  position: fixed;
}
.cid-uyykBkvUGu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyykBkvUGu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyykBkvUGu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyykBkvUGu .dropdown-item:hover,
.cid-uyykBkvUGu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyykBkvUGu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyykBkvUGu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyykBkvUGu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyykBkvUGu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyykBkvUGu .nav-link {
  position: relative;
}
.cid-uyykBkvUGu .container {
  display: flex;
  margin: auto;
}
.cid-uyykBkvUGu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyykBkvUGu .dropdown-menu,
.cid-uyykBkvUGu .navbar.opened {
  background: #000000 !important;
}
.cid-uyykBkvUGu .nav-item:focus,
.cid-uyykBkvUGu .nav-link:focus {
  outline: none;
}
.cid-uyykBkvUGu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyykBkvUGu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyykBkvUGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyykBkvUGu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyykBkvUGu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyykBkvUGu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyykBkvUGu .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyykBkvUGu .navbar.opened {
  transition: all .3s;
}
.cid-uyykBkvUGu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyykBkvUGu .navbar .navbar-logo img {
  width: auto;
}
.cid-uyykBkvUGu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyykBkvUGu .navbar.collapsed {
  justify-content: center;
}
.cid-uyykBkvUGu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyykBkvUGu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyykBkvUGu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyykBkvUGu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyykBkvUGu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyykBkvUGu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyykBkvUGu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyykBkvUGu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyykBkvUGu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyykBkvUGu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyykBkvUGu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyykBkvUGu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyykBkvUGu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyykBkvUGu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyykBkvUGu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyykBkvUGu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyykBkvUGu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyykBkvUGu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyykBkvUGu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyykBkvUGu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyykBkvUGu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyykBkvUGu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyykBkvUGu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyykBkvUGu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyykBkvUGu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyykBkvUGu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyykBkvUGu .dropdown-item.active,
.cid-uyykBkvUGu .dropdown-item:active {
  background-color: transparent;
}
.cid-uyykBkvUGu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyykBkvUGu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyykBkvUGu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyykBkvUGu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyykBkvUGu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyykBkvUGu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyykBkvUGu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyykBkvUGu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyykBkvUGu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyykBkvUGu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyykBkvUGu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyykBkvUGu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyykBkvUGu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyykBkvUGu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyykBkvUGu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyykBkvUGu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyykBkvUGu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyykBkvUGu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyykBkvUGu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyykBkvUGu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyykBkvUGu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyykBkvUGu .navbar {
    height: 70px;
  }
  .cid-uyykBkvUGu .navbar.opened {
    height: auto;
  }
  .cid-uyykBkvUGu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyymnWY31C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyymnWY31C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uyymnWY31C .mbr-section-title {
  color: #000000;
}
.cid-uyykBrSDF8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyykBrSDF8 img,
.cid-uyykBrSDF8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyykBrSDF8 .item:focus,
.cid-uyykBrSDF8 span:focus {
  outline: none;
}
.cid-uyykBrSDF8 .item-wrapper {
  position: relative;
}
.cid-uyykBrSDF8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyykBrSDF8 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyykBrSDF8 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyykBrSDF8 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyykBrSDF8 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyykBrSDF8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyykBrSDF8 .mbr-section-title {
  color: #232323;
}
.cid-uyykBrSDF8 .mbr-text,
.cid-uyykBrSDF8 .mbr-section-btn {
  text-align: left;
}
.cid-uyykBrSDF8 .item-title {
  text-align: left;
}
.cid-uyykBrSDF8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyykBrSDF8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyykBrSDF8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyykBrSDF8 .embla__button--next,
.cid-uyykBrSDF8 .embla__button--prev {
  display: flex;
}
.cid-uyykBrSDF8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyykBrSDF8 .embla__button {
    display: none;
  }
}
.cid-uyykBrSDF8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyykBrSDF8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyykBrSDF8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyykBrSDF8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyykBrSDF8 .embla__button {
    top: auto;
  }
}
.cid-uyykBrSDF8 .embla {
  position: relative;
  width: 100%;
}
.cid-uyykBrSDF8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyykBrSDF8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyykBrSDF8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyykBrSDF8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyykBrSDF8 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyykBrSDF8 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyykBrSDF8 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyykBvQuhb {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyykBvQuhb .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyykBvQuhb .wave2 {
  fill: #ffffff;
}
.cid-uyysKC8McG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyysKC8McG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyysScaDU2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyykByFXja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyykByFXja .carousel-item {
  justify-content: center;
}
.cid-uyykByFXja .carousel-item.active,
.cid-uyykByFXja .carousel-item-next,
.cid-uyykByFXja .carousel-item-prev {
  display: flex;
}
.cid-uyykByFXja .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyykByFXja .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyykByFXja .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyykByFXja .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyykByFXja .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyykByFXja .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyykByFXja H3 {
  color: #fafafa;
}
.cid-uyykByFXja .user_text {
  color: #fafafa;
}
.cid-uyykByFXja .user_name {
  color: #bbbbbb;
}
.cid-uyykByFXja .user_desk {
  color: #bbbbbb;
}
.cid-uyW4oGaMkU {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyW4oGaMkU .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyW4oGaMkU .wave2 {
  fill: #353535;
}
.cid-uyykBACgLH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyykBACgLH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyykBACgLH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyykBACgLH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyykBACgLH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyykBACgLH .mbr-section-title {
  color: #bbbbbb;
}
.cid-uyykBBNrJQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyykBBNrJQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyykBBNrJQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyykBBNrJQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyykBBNrJQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyykBBNrJQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uyykBBNrJQ .mbr-text {
  color: #bbbbbb;
}
.cid-uyykBBNrJQ .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-uyykBBNrJQ .mbr-iconfont {
  color: black;
}
.cid-uyl5aFiQ99 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyl5aFiQ99 nav.navbar {
  position: fixed;
}
.cid-uyl5aFiQ99 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyl5aFiQ99 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyl5aFiQ99 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyl5aFiQ99 .dropdown-item:hover,
.cid-uyl5aFiQ99 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyl5aFiQ99 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyl5aFiQ99 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyl5aFiQ99 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyl5aFiQ99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyl5aFiQ99 .nav-link {
  position: relative;
}
.cid-uyl5aFiQ99 .container {
  display: flex;
  margin: auto;
}
.cid-uyl5aFiQ99 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyl5aFiQ99 .dropdown-menu,
.cid-uyl5aFiQ99 .navbar.opened {
  background: #000000 !important;
}
.cid-uyl5aFiQ99 .nav-item:focus,
.cid-uyl5aFiQ99 .nav-link:focus {
  outline: none;
}
.cid-uyl5aFiQ99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyl5aFiQ99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyl5aFiQ99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyl5aFiQ99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyl5aFiQ99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyl5aFiQ99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyl5aFiQ99 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyl5aFiQ99 .navbar.opened {
  transition: all .3s;
}
.cid-uyl5aFiQ99 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyl5aFiQ99 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyl5aFiQ99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyl5aFiQ99 .navbar.collapsed {
  justify-content: center;
}
.cid-uyl5aFiQ99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyl5aFiQ99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyl5aFiQ99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyl5aFiQ99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyl5aFiQ99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyl5aFiQ99 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyl5aFiQ99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyl5aFiQ99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyl5aFiQ99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyl5aFiQ99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyl5aFiQ99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyl5aFiQ99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyl5aFiQ99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyl5aFiQ99 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyl5aFiQ99 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyl5aFiQ99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyl5aFiQ99 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyl5aFiQ99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyl5aFiQ99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyl5aFiQ99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyl5aFiQ99 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyl5aFiQ99 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyl5aFiQ99 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyl5aFiQ99 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyl5aFiQ99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyl5aFiQ99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyl5aFiQ99 .dropdown-item.active,
.cid-uyl5aFiQ99 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyl5aFiQ99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyl5aFiQ99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyl5aFiQ99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyl5aFiQ99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyl5aFiQ99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyl5aFiQ99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyl5aFiQ99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyl5aFiQ99 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyl5aFiQ99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyl5aFiQ99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyl5aFiQ99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyl5aFiQ99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyl5aFiQ99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyl5aFiQ99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyl5aFiQ99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyl5aFiQ99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyl5aFiQ99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyl5aFiQ99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyl5aFiQ99 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyl5aFiQ99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyl5aFiQ99 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyl5aFiQ99 .navbar {
    height: 70px;
  }
  .cid-uyl5aFiQ99 .navbar.opened {
    height: auto;
  }
  .cid-uyl5aFiQ99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyl5aIev7X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyl5aIev7X .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyl5aIev7X .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyl5aIev7X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyl5aIev7X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyl5aIev7X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyl5aIev7X .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyl5aIev7X .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyl5aIev7X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyl5aIev7X .card-title {
  color: #fafafa;
}
.cid-uyl5aIev7X .mbr-text,
.cid-uyl5aIev7X .mbr-section-btn {
  color: #fafafa;
}
.cid-uyl5aJAuu1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyl5aJAuu1 .item:focus,
.cid-uyl5aJAuu1 span:focus {
  outline: none;
}
.cid-uyl5aJAuu1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyl5aJAuu1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyl5aJAuu1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyl5aJAuu1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyl5aJAuu1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyl5aJAuu1 .mbr-section-title {
  color: #232323;
}
.cid-uyl5aJAuu1 .mbr-text,
.cid-uyl5aJAuu1 .mbr-section-btn {
  text-align: left;
}
.cid-uyl5aJAuu1 .item-title {
  text-align: left;
}
.cid-uyl5aJAuu1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyvopqvoYD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyvopqvoYD img,
.cid-uyvopqvoYD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyvopqvoYD .item:focus,
.cid-uyvopqvoYD span:focus {
  outline: none;
}
.cid-uyvopqvoYD .item-wrapper {
  position: relative;
}
.cid-uyvopqvoYD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyvopqvoYD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyvopqvoYD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyvopqvoYD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyvopqvoYD .mbr-section-title {
  color: #232323;
}
.cid-uyvopqvoYD .mbr-text,
.cid-uyvopqvoYD .mbr-section-btn {
  text-align: left;
}
.cid-uyvopqvoYD .item-title {
  text-align: left;
}
.cid-uyvopqvoYD .item-subtitle {
  text-align: left;
}
.cid-uyvopqvoYD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyvopqvoYD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyvopqvoYD .embla__button--next,
.cid-uyvopqvoYD .embla__button--prev {
  display: flex;
}
.cid-uyvopqvoYD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uyvopqvoYD .embla__button {
    display: none;
  }
}
.cid-uyvopqvoYD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyvopqvoYD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyvopqvoYD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyvopqvoYD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyvopqvoYD .embla__button {
    top: auto;
  }
}
.cid-uyvopqvoYD .embla {
  position: relative;
  width: 100%;
}
.cid-uyvopqvoYD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyvopqvoYD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyvopqvoYD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyvopqvoYD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyP9McspVf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyP9McspVf .carousel-item {
  justify-content: center;
}
.cid-uyP9McspVf .carousel-item.active,
.cid-uyP9McspVf .carousel-item-next,
.cid-uyP9McspVf .carousel-item-prev {
  display: flex;
}
.cid-uyP9McspVf .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyP9McspVf .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyP9McspVf .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyP9McspVf .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyP9McspVf .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyP9McspVf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyP9McspVf H3 {
  color: #fafafa;
}
.cid-uyP9McspVf .user_text {
  color: #fafafa;
}
.cid-uyP9McspVf .user_name {
  color: #bbbbbb;
}
.cid-uyP9McspVf .user_desk {
  color: #bbbbbb;
}
.cid-uyw9CATTHX {
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-uyw9CATTHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyw9CATTHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyW56eCTgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uyW56eCTgq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyW56eCTgq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyW56eCTgq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyW56eCTgq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyyjN8EV3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyyjN8EV3D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyyjN8EV3D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 0rem;
  }
}
.cid-uyyjN8EV3D .mbr-text {
  color: #bbbbbb;
}
.cid-uyyjN8EV3D .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-uyyjN8EV3D .mbr-iconfont {
  color: black;
}
.cid-uyxWKMV5mC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyxWKMV5mC nav.navbar {
  position: fixed;
}
.cid-uyxWKMV5mC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyxWKMV5mC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyxWKMV5mC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyxWKMV5mC .dropdown-item:hover,
.cid-uyxWKMV5mC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyxWKMV5mC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyxWKMV5mC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyxWKMV5mC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyxWKMV5mC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyxWKMV5mC .nav-link {
  position: relative;
}
.cid-uyxWKMV5mC .container {
  display: flex;
  margin: auto;
}
.cid-uyxWKMV5mC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyxWKMV5mC .dropdown-menu,
.cid-uyxWKMV5mC .navbar.opened {
  background: #000000 !important;
}
.cid-uyxWKMV5mC .nav-item:focus,
.cid-uyxWKMV5mC .nav-link:focus {
  outline: none;
}
.cid-uyxWKMV5mC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyxWKMV5mC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyxWKMV5mC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyxWKMV5mC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyxWKMV5mC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyxWKMV5mC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyxWKMV5mC .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyxWKMV5mC .navbar.opened {
  transition: all .3s;
}
.cid-uyxWKMV5mC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyxWKMV5mC .navbar .navbar-logo img {
  width: auto;
}
.cid-uyxWKMV5mC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyxWKMV5mC .navbar.collapsed {
  justify-content: center;
}
.cid-uyxWKMV5mC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyxWKMV5mC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyxWKMV5mC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyxWKMV5mC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyxWKMV5mC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyxWKMV5mC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyxWKMV5mC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyxWKMV5mC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyxWKMV5mC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyxWKMV5mC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyxWKMV5mC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyxWKMV5mC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyxWKMV5mC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyxWKMV5mC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyxWKMV5mC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyxWKMV5mC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyxWKMV5mC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyxWKMV5mC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyxWKMV5mC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyxWKMV5mC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyxWKMV5mC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyxWKMV5mC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyxWKMV5mC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyxWKMV5mC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyxWKMV5mC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyxWKMV5mC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyxWKMV5mC .dropdown-item.active,
.cid-uyxWKMV5mC .dropdown-item:active {
  background-color: transparent;
}
.cid-uyxWKMV5mC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyxWKMV5mC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyxWKMV5mC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyxWKMV5mC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyxWKMV5mC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyxWKMV5mC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyxWKMV5mC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyxWKMV5mC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyxWKMV5mC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyxWKMV5mC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyxWKMV5mC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyxWKMV5mC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyxWKMV5mC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyxWKMV5mC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyxWKMV5mC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyxWKMV5mC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyxWKMV5mC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyxWKMV5mC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyxWKMV5mC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyxWKMV5mC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyxWKMV5mC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyxWKMV5mC .navbar {
    height: 70px;
  }
  .cid-uyxWKMV5mC .navbar.opened {
    height: auto;
  }
  .cid-uyxWKMV5mC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyxWKOKS4q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyxWKOKS4q .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyxWKOKS4q .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyxWKOKS4q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyxWKOKS4q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyxWKOKS4q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyxWKOKS4q .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyxWKOKS4q .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyxWKOKS4q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyxWKOKS4q .card-title {
  color: #fafafa;
}
.cid-uyxWKOKS4q .mbr-text,
.cid-uyxWKOKS4q .mbr-section-btn {
  color: #fafafa;
}
.cid-uyxWKTgHuo {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyxWKTgHuo .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyxWKTgHuo .wave2 {
  fill: #ffffff;
}
.cid-uyy62skoCS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyy62skoCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyy62skoCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyy62skoCS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyy62skoCS .row {
  flex-direction: row-reverse;
}
.cid-uyy62skoCS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyy62skoCS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyygrDGuqZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyygrDGuqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyygrDGuqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyygrDGuqZ .video-wrapper iframe {
  width: 100%;
}
.cid-uyygrDGuqZ .mbr-section-title,
.cid-uyygrDGuqZ .mbr-section-subtitle,
.cid-uyygrDGuqZ .mbr-text {
  text-align: center;
}
.cid-uyW69pNJNP {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyW69pNJNP .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyW69pNJNP .wave2 {
  fill: #ffffff;
}
.cid-uyxWKWZjvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyxWKWZjvB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyxWKWZjvB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyxWKWZjvB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyxWKWZjvB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyyjN8EV3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyyjN8EV3D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyyjN8EV3D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 0rem;
  }
}
.cid-uyyjN8EV3D .mbr-text {
  color: #bbbbbb;
}
.cid-uyyjN8EV3D .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-uyyjN8EV3D .mbr-iconfont {
  color: black;
}
.cid-uyoRjJI6Ue {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyoRjJI6Ue nav.navbar {
  position: fixed;
}
.cid-uyoRjJI6Ue .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyoRjJI6Ue .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyoRjJI6Ue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyoRjJI6Ue .dropdown-item:hover,
.cid-uyoRjJI6Ue .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyoRjJI6Ue .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyoRjJI6Ue .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyoRjJI6Ue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyoRjJI6Ue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyoRjJI6Ue .nav-link {
  position: relative;
}
.cid-uyoRjJI6Ue .container {
  display: flex;
  margin: auto;
}
.cid-uyoRjJI6Ue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyoRjJI6Ue .dropdown-menu,
.cid-uyoRjJI6Ue .navbar.opened {
  background: #000000 !important;
}
.cid-uyoRjJI6Ue .nav-item:focus,
.cid-uyoRjJI6Ue .nav-link:focus {
  outline: none;
}
.cid-uyoRjJI6Ue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyoRjJI6Ue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyoRjJI6Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyoRjJI6Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyoRjJI6Ue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyoRjJI6Ue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyoRjJI6Ue .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyoRjJI6Ue .navbar.opened {
  transition: all .3s;
}
.cid-uyoRjJI6Ue .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyoRjJI6Ue .navbar .navbar-logo img {
  width: auto;
}
.cid-uyoRjJI6Ue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyoRjJI6Ue .navbar.collapsed {
  justify-content: center;
}
.cid-uyoRjJI6Ue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyoRjJI6Ue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyoRjJI6Ue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyoRjJI6Ue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyoRjJI6Ue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyoRjJI6Ue .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyoRjJI6Ue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyoRjJI6Ue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyoRjJI6Ue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyoRjJI6Ue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyoRjJI6Ue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyoRjJI6Ue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyoRjJI6Ue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyoRjJI6Ue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyoRjJI6Ue .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyoRjJI6Ue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyoRjJI6Ue .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyoRjJI6Ue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyoRjJI6Ue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyoRjJI6Ue .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyoRjJI6Ue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyoRjJI6Ue .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyoRjJI6Ue .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyoRjJI6Ue .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyoRjJI6Ue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyoRjJI6Ue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyoRjJI6Ue .dropdown-item.active,
.cid-uyoRjJI6Ue .dropdown-item:active {
  background-color: transparent;
}
.cid-uyoRjJI6Ue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyoRjJI6Ue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyoRjJI6Ue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyoRjJI6Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyoRjJI6Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyoRjJI6Ue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyoRjJI6Ue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyoRjJI6Ue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyoRjJI6Ue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyoRjJI6Ue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyoRjJI6Ue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyoRjJI6Ue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyoRjJI6Ue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyoRjJI6Ue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyoRjJI6Ue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyoRjJI6Ue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyoRjJI6Ue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyoRjJI6Ue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyoRjJI6Ue .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyoRjJI6Ue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyoRjJI6Ue .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyoRjJI6Ue .navbar {
    height: 70px;
  }
  .cid-uyoRjJI6Ue .navbar.opened {
    height: auto;
  }
  .cid-uyoRjJI6Ue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyoRjLLUA7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyoRjLLUA7 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyoRjLLUA7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyoRjLLUA7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyoRjLLUA7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyoRjLLUA7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyoRjLLUA7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyoRjLLUA7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyoRjLLUA7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyoRjLLUA7 .card-title {
  color: #fafafa;
}
.cid-uyoRjLLUA7 .mbr-text,
.cid-uyoRjLLUA7 .mbr-section-btn {
  color: #fafafa;
}
.cid-uyoSrVzlNC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyoSrVzlNC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyoSrVzlNC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyoSrVzlNC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyyjN8EV3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyyjN8EV3D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyyjN8EV3D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyyjN8EV3D .list {
    margin-bottom: 0rem;
  }
}
.cid-uyyjN8EV3D .mbr-text {
  color: #bbbbbb;
}
.cid-uyyjN8EV3D .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-uyyjN8EV3D .mbr-iconfont {
  color: black;
}
.cid-uyAUzMRlDl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyAUzMRlDl nav.navbar {
  position: fixed;
}
.cid-uyAUzMRlDl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyAUzMRlDl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyAUzMRlDl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyAUzMRlDl .dropdown-item:hover,
.cid-uyAUzMRlDl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyAUzMRlDl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyAUzMRlDl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyAUzMRlDl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyAUzMRlDl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyAUzMRlDl .nav-link {
  position: relative;
}
.cid-uyAUzMRlDl .container {
  display: flex;
  margin: auto;
}
.cid-uyAUzMRlDl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyAUzMRlDl .dropdown-menu,
.cid-uyAUzMRlDl .navbar.opened {
  background: #000000 !important;
}
.cid-uyAUzMRlDl .nav-item:focus,
.cid-uyAUzMRlDl .nav-link:focus {
  outline: none;
}
.cid-uyAUzMRlDl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyAUzMRlDl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyAUzMRlDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyAUzMRlDl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyAUzMRlDl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyAUzMRlDl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyAUzMRlDl .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyAUzMRlDl .navbar.opened {
  transition: all .3s;
}
.cid-uyAUzMRlDl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyAUzMRlDl .navbar .navbar-logo img {
  width: auto;
}
.cid-uyAUzMRlDl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyAUzMRlDl .navbar.collapsed {
  justify-content: center;
}
.cid-uyAUzMRlDl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyAUzMRlDl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyAUzMRlDl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyAUzMRlDl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyAUzMRlDl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyAUzMRlDl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyAUzMRlDl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyAUzMRlDl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyAUzMRlDl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyAUzMRlDl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyAUzMRlDl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyAUzMRlDl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyAUzMRlDl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyAUzMRlDl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyAUzMRlDl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyAUzMRlDl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyAUzMRlDl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyAUzMRlDl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyAUzMRlDl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyAUzMRlDl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyAUzMRlDl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyAUzMRlDl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyAUzMRlDl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyAUzMRlDl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyAUzMRlDl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyAUzMRlDl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyAUzMRlDl .dropdown-item.active,
.cid-uyAUzMRlDl .dropdown-item:active {
  background-color: transparent;
}
.cid-uyAUzMRlDl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyAUzMRlDl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyAUzMRlDl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyAUzMRlDl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyAUzMRlDl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyAUzMRlDl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyAUzMRlDl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyAUzMRlDl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyAUzMRlDl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyAUzMRlDl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyAUzMRlDl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyAUzMRlDl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyAUzMRlDl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyAUzMRlDl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyAUzMRlDl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyAUzMRlDl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyAUzMRlDl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyAUzMRlDl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyAUzMRlDl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyAUzMRlDl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyAUzMRlDl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyAUzMRlDl .navbar {
    height: 70px;
  }
  .cid-uyAUzMRlDl .navbar.opened {
    height: auto;
  }
  .cid-uyAUzMRlDl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyAUXMRIfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyAUXMRIfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uyAUXMRIfp .mbr-section-title {
  color: #000000;
}
.cid-uyAUXMRIfp .mbr-text,
.cid-uyAUXMRIfp .mbr-section-btn {
  color: #000000;
}
.cid-uyAUzSateG {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyAUzSateG .wave1 {
  opacity: 0.35;
  fill: #232323;
}
.cid-uyAUzSateG .wave2 {
  fill: #232323;
}
.cid-uyB7z4mT2h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyB7z4mT2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyB7z4mT2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyB7z4mT2h .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-uyB7z4mT2h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyB7z4mT2h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyB7z4mT2h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyB7z4mT2h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyB7z4mT2h .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyB7z4mT2h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyB7z4mT2h .card-title {
  color: #ff9966;
}
.cid-uyAZAaU5V4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyAZAaU5V4 img,
.cid-uyAZAaU5V4 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyAZAaU5V4 .item:focus,
.cid-uyAZAaU5V4 span:focus {
  outline: none;
}
.cid-uyAZAaU5V4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyAZAaU5V4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyAZAaU5V4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyAZAaU5V4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyAZAaU5V4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyAZAaU5V4 .mbr-section-title {
  color: #232323;
}
.cid-uyAZAaU5V4 .mbr-text,
.cid-uyAZAaU5V4 .mbr-section-btn {
  text-align: left;
}
.cid-uyAZAaU5V4 .item-title {
  text-align: left;
}
.cid-uyAZAaU5V4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uyAUzTu67V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyAUzTu67V .carousel-item {
  justify-content: center;
}
.cid-uyAUzTu67V .carousel-item.active,
.cid-uyAUzTu67V .carousel-item-next,
.cid-uyAUzTu67V .carousel-item-prev {
  display: flex;
}
.cid-uyAUzTu67V .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyAUzTu67V .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyAUzTu67V .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyAUzTu67V .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyAUzTu67V .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyAUzTu67V .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyAUzTu67V H3 {
  color: #fafafa;
}
.cid-uyAUzTu67V .user_text {
  color: #fafafa;
}
.cid-uyAUzTu67V .user_name {
  color: #bbbbbb;
}
.cid-uyAUzTu67V .user_desk {
  color: #bbbbbb;
}
.cid-uyAUzV30gC {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyAUzV30gC .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyAUzV30gC .wave2 {
  fill: #bbbbbb;
}
.cid-uyAUzVtYFu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uyAUzVtYFu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyAUzVtYFu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyAUzVtYFu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyAUzVtYFu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyDpfqAD2b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #142f62;
}
.cid-uyDpfqAD2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDpfqAD2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDpfqAD2b .mbr-section-title {
  color: #ffffff;
}
.cid-uyAUzWEbcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyAUzWEbcl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyAUzWEbcl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyAUzWEbcl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyAUzWEbcl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyAUzWEbcl .list {
    margin-bottom: 0rem;
  }
}
.cid-uyAUzWEbcl .mbr-text {
  color: #bbbbbb;
}
.cid-uyAUzWEbcl .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-uyAUzWEbcl .mbr-iconfont {
  color: black;
}
.cid-mDngCbbfli .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-mDngCbbfli .my-float {
  margin-top: 16px;
}
.cid-mDngCbbfli P {
  color: #232323;
}
.cid-mDngCbbfli DIV {
  color: #ffffff;
}
.cid-mDngCbbfli H10 {
  color: #767676;
}
.cid-mDngCbbfli .hidden {
  display: none;
}
.cid-uyEfENigDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyEfENigDK nav.navbar {
  position: fixed;
}
.cid-uyEfENigDK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEfENigDK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyEfENigDK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyEfENigDK .dropdown-item:hover,
.cid-uyEfENigDK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyEfENigDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyEfENigDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyEfENigDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyEfENigDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyEfENigDK .nav-link {
  position: relative;
}
.cid-uyEfENigDK .container {
  display: flex;
  margin: auto;
}
.cid-uyEfENigDK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyEfENigDK .dropdown-menu,
.cid-uyEfENigDK .navbar.opened {
  background: #000000 !important;
}
.cid-uyEfENigDK .nav-item:focus,
.cid-uyEfENigDK .nav-link:focus {
  outline: none;
}
.cid-uyEfENigDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyEfENigDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyEfENigDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyEfENigDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyEfENigDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyEfENigDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyEfENigDK .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyEfENigDK .navbar.opened {
  transition: all .3s;
}
.cid-uyEfENigDK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyEfENigDK .navbar .navbar-logo img {
  width: auto;
}
.cid-uyEfENigDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyEfENigDK .navbar.collapsed {
  justify-content: center;
}
.cid-uyEfENigDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyEfENigDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyEfENigDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyEfENigDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyEfENigDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyEfENigDK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyEfENigDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyEfENigDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyEfENigDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyEfENigDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyEfENigDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyEfENigDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyEfENigDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyEfENigDK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyEfENigDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyEfENigDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyEfENigDK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyEfENigDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyEfENigDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyEfENigDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyEfENigDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyEfENigDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyEfENigDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyEfENigDK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyEfENigDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyEfENigDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyEfENigDK .dropdown-item.active,
.cid-uyEfENigDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uyEfENigDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyEfENigDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyEfENigDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyEfENigDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyEfENigDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyEfENigDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyEfENigDK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyEfENigDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyEfENigDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyEfENigDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyEfENigDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyEfENigDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyEfENigDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyEfENigDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyEfENigDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyEfENigDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyEfENigDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyEfENigDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyEfENigDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyEfENigDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyEfENigDK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyEfENigDK .navbar {
    height: 70px;
  }
  .cid-uyEfENigDK .navbar.opened {
    height: auto;
  }
  .cid-uyEfENigDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyEfEPAwY4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyEfEPAwY4 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyEfEPAwY4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyEfEPAwY4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyEfEPAwY4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyEfEPAwY4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyEfEPAwY4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyEfEPAwY4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyEfEPAwY4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyEfEPAwY4 .card-title {
  color: #fafafa;
}
.cid-uyEfEPAwY4 .mbr-text,
.cid-uyEfEPAwY4 .mbr-section-btn {
  color: #fafafa;
}
.cid-uyEfEQEszh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyEfEQEszh .item:focus,
.cid-uyEfEQEszh span:focus {
  outline: none;
}
.cid-uyEfEQEszh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyEfEQEszh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyEfEQEszh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyEfEQEszh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyEfEQEszh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyEfEQEszh .mbr-section-title {
  color: #232323;
}
.cid-uyEfEQEszh .mbr-text,
.cid-uyEfEQEszh .mbr-section-btn {
  text-align: left;
}
.cid-uyEfEQEszh .item-title {
  text-align: left;
}
.cid-uyEfEQEszh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyEfEUKnZ8 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyEfEUKnZ8 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyEfEUKnZ8 .wave2 {
  fill: #bbbbbb;
}
.cid-uyEfERWHsG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyEfERWHsG img,
.cid-uyEfERWHsG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyEfERWHsG .item:focus,
.cid-uyEfERWHsG span:focus {
  outline: none;
}
.cid-uyEfERWHsG .item-wrapper {
  position: relative;
}
.cid-uyEfERWHsG .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyEfERWHsG .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyEfERWHsG .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyEfERWHsG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyEfERWHsG .mbr-section-title {
  color: #232323;
}
.cid-uyEfERWHsG .mbr-text,
.cid-uyEfERWHsG .mbr-section-btn {
  text-align: left;
}
.cid-uyEfERWHsG .item-title {
  text-align: left;
}
.cid-uyEfERWHsG .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyEfERWHsG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyEfERWHsG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyEfERWHsG .embla__button--next,
.cid-uyEfERWHsG .embla__button--prev {
  display: flex;
}
.cid-uyEfERWHsG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyEfERWHsG .embla__button {
    display: none;
  }
}
.cid-uyEfERWHsG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyEfERWHsG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyEfERWHsG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyEfERWHsG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyEfERWHsG .embla__button {
    top: auto;
  }
}
.cid-uyEfERWHsG .embla {
  position: relative;
  width: 100%;
}
.cid-uyEfERWHsG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyEfERWHsG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyEfERWHsG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyEfERWHsG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyEfERWHsG .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyEfERWHsG .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyEfERWHsG .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyEfEWyq17 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyEfEWyq17 .carousel-item {
  justify-content: center;
}
.cid-uyEfEWyq17 .carousel-item.active,
.cid-uyEfEWyq17 .carousel-item-next,
.cid-uyEfEWyq17 .carousel-item-prev {
  display: flex;
}
.cid-uyEfEWyq17 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyEfEWyq17 .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyEfEWyq17 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyEfEWyq17 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyEfEWyq17 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyEfEWyq17 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyEfEWyq17 H3 {
  color: #fafafa;
}
.cid-uyEfEWyq17 .user_text {
  color: #fafafa;
}
.cid-uyEfEWyq17 .user_name {
  color: #bbbbbb;
}
.cid-uyEfEWyq17 .user_desk {
  color: #bbbbbb;
}
.cid-uyEfEYPxWG {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyEfEYPxWG .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyEfEYPxWG .wave2 {
  fill: #353535;
}
.cid-uyEfEZmLo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyEfEZmLo6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyEfEZmLo6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyEfEZmLo6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyEfEZmLo6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyEfEZmLo6 .mbr-section-title {
  color: #fafafa;
}
.cid-uyGNIrw2mR {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyGNIrw2mR .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyGNIrw2mR .wave2 {
  fill: #bbbbbb;
}
.cid-uyGI2E7vs6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyGI2E7vs6 img,
.cid-uyGI2E7vs6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyGI2E7vs6 .item:focus,
.cid-uyGI2E7vs6 span:focus {
  outline: none;
}
.cid-uyGI2E7vs6 .item-wrapper {
  position: relative;
}
.cid-uyGI2E7vs6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyGI2E7vs6 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyGI2E7vs6 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyGI2E7vs6 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyGI2E7vs6 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyGI2E7vs6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyGI2E7vs6 .mbr-section-title {
  color: #232323;
}
.cid-uyGI2E7vs6 .mbr-text,
.cid-uyGI2E7vs6 .mbr-section-btn {
  text-align: left;
}
.cid-uyGI2E7vs6 .item-title {
  text-align: left;
}
.cid-uyGI2E7vs6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyGI2E7vs6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyGI2E7vs6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyGI2E7vs6 .embla__button--next,
.cid-uyGI2E7vs6 .embla__button--prev {
  display: flex;
}
.cid-uyGI2E7vs6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyGI2E7vs6 .embla__button {
    display: none;
  }
}
.cid-uyGI2E7vs6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyGI2E7vs6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyGI2E7vs6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyGI2E7vs6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyGI2E7vs6 .embla__button {
    top: auto;
  }
}
.cid-uyGI2E7vs6 .embla {
  position: relative;
  width: 100%;
}
.cid-uyGI2E7vs6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyGI2E7vs6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyGI2E7vs6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyGI2E7vs6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyGI2E7vs6 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyGI2E7vs6 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyGI2E7vs6 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-irkJaI0jQt {
  background-color: #ffffff;
}
.cid-irkJaI0jQt .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-irkJaI0jQt .cloud2 {
  fill: #000000;
}
.cid-uyEfF0m3qa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyEfF0m3qa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyEfF0m3qa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyEfF0m3qa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyEfF0m3qa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyEfF0m3qa .list {
    margin-bottom: 0rem;
  }
}
.cid-uyEfF0m3qa .mbr-text {
  color: #bbbbbb;
}
.cid-uyEfF0m3qa .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-uyEfF0m3qa .mbr-iconfont {
  color: black;
}
.cid-uyZ2rcy4xj .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uyZ2rcy4xj .my-float {
  margin-top: 16px;
}
.cid-uyZ2rcy4xj P {
  color: #232323;
}
.cid-uyZ2rcy4xj DIV {
  color: #ffffff;
}
.cid-uyZ2rcy4xj H10 {
  color: #767676;
}
.cid-uyZ2rcy4xj .hidden {
  display: none;
}
.cid-uyK7IAsPG0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyK7IAsPG0 nav.navbar {
  position: fixed;
}
.cid-uyK7IAsPG0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyK7IAsPG0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyK7IAsPG0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyK7IAsPG0 .dropdown-item:hover,
.cid-uyK7IAsPG0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyK7IAsPG0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyK7IAsPG0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyK7IAsPG0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyK7IAsPG0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyK7IAsPG0 .nav-link {
  position: relative;
}
.cid-uyK7IAsPG0 .container {
  display: flex;
  margin: auto;
}
.cid-uyK7IAsPG0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyK7IAsPG0 .dropdown-menu,
.cid-uyK7IAsPG0 .navbar.opened {
  background: #000000 !important;
}
.cid-uyK7IAsPG0 .nav-item:focus,
.cid-uyK7IAsPG0 .nav-link:focus {
  outline: none;
}
.cid-uyK7IAsPG0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyK7IAsPG0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyK7IAsPG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyK7IAsPG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyK7IAsPG0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyK7IAsPG0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyK7IAsPG0 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyK7IAsPG0 .navbar.opened {
  transition: all .3s;
}
.cid-uyK7IAsPG0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyK7IAsPG0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyK7IAsPG0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyK7IAsPG0 .navbar.collapsed {
  justify-content: center;
}
.cid-uyK7IAsPG0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyK7IAsPG0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyK7IAsPG0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyK7IAsPG0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyK7IAsPG0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyK7IAsPG0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyK7IAsPG0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyK7IAsPG0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyK7IAsPG0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyK7IAsPG0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyK7IAsPG0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyK7IAsPG0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyK7IAsPG0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyK7IAsPG0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyK7IAsPG0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyK7IAsPG0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyK7IAsPG0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyK7IAsPG0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyK7IAsPG0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyK7IAsPG0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyK7IAsPG0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyK7IAsPG0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyK7IAsPG0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyK7IAsPG0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyK7IAsPG0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyK7IAsPG0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyK7IAsPG0 .dropdown-item.active,
.cid-uyK7IAsPG0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyK7IAsPG0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyK7IAsPG0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyK7IAsPG0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyK7IAsPG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyK7IAsPG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyK7IAsPG0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyK7IAsPG0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyK7IAsPG0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyK7IAsPG0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyK7IAsPG0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyK7IAsPG0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyK7IAsPG0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyK7IAsPG0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyK7IAsPG0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyK7IAsPG0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyK7IAsPG0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyK7IAsPG0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyK7IAsPG0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyK7IAsPG0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyK7IAsPG0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyK7IAsPG0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyK7IAsPG0 .navbar {
    height: 70px;
  }
  .cid-uyK7IAsPG0 .navbar.opened {
    height: auto;
  }
  .cid-uyK7IAsPG0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyK7IBNDvB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyK7IBNDvB .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyK7IBNDvB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyK7IBNDvB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyK7IBNDvB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyK7IBNDvB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyK7IBNDvB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyK7IBNDvB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyK7IBNDvB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyK7IBNDvB .card-title {
  color: #fafafa;
}
.cid-uyK7IBNDvB .mbr-text,
.cid-uyK7IBNDvB .mbr-section-btn {
  color: #fafafa;
}
.cid-uyK7ICMyTo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyK7ICMyTo .item:focus,
.cid-uyK7ICMyTo span:focus {
  outline: none;
}
.cid-uyK7ICMyTo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyK7ICMyTo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyK7ICMyTo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyK7ICMyTo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyK7ICMyTo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyK7ICMyTo .mbr-section-title {
  color: #232323;
}
.cid-uyK7ICMyTo .mbr-text,
.cid-uyK7ICMyTo .mbr-section-btn {
  text-align: left;
}
.cid-uyK7ICMyTo .item-title {
  text-align: left;
}
.cid-uyK7ICMyTo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyK7IDNzu3 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyK7IDNzu3 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyK7IDNzu3 .wave2 {
  fill: #bbbbbb;
}
.cid-uyK7IEiALK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyK7IEiALK img,
.cid-uyK7IEiALK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyK7IEiALK .item:focus,
.cid-uyK7IEiALK span:focus {
  outline: none;
}
.cid-uyK7IEiALK .item-wrapper {
  position: relative;
}
.cid-uyK7IEiALK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyK7IEiALK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyK7IEiALK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyK7IEiALK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyK7IEiALK .mbr-section-title {
  color: #232323;
}
.cid-uyK7IEiALK .mbr-text,
.cid-uyK7IEiALK .mbr-section-btn {
  text-align: left;
}
.cid-uyK7IEiALK .item-title {
  text-align: left;
}
.cid-uyK7IEiALK .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyK7IEiALK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyK7IEiALK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyK7IEiALK .embla__button--next,
.cid-uyK7IEiALK .embla__button--prev {
  display: flex;
}
.cid-uyK7IEiALK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyK7IEiALK .embla__button {
    display: none;
  }
}
.cid-uyK7IEiALK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyK7IEiALK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyK7IEiALK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyK7IEiALK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyK7IEiALK .embla__button {
    top: auto;
  }
}
.cid-uyK7IEiALK .embla {
  position: relative;
  width: 100%;
}
.cid-uyK7IEiALK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyK7IEiALK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyK7IEiALK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyK7IEiALK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyK7IEiALK .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyK7IEiALK .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyK7IEiALK .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyK7IGDziE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyK7IGDziE .carousel-item {
  justify-content: center;
}
.cid-uyK7IGDziE .carousel-item.active,
.cid-uyK7IGDziE .carousel-item-next,
.cid-uyK7IGDziE .carousel-item-prev {
  display: flex;
}
.cid-uyK7IGDziE .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyK7IGDziE .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyK7IGDziE .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyK7IGDziE .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyK7IGDziE .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyK7IGDziE .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyK7IGDziE H3 {
  color: #fafafa;
}
.cid-uyK7IGDziE .user_text {
  color: #fafafa;
}
.cid-uyK7IGDziE .user_name {
  color: #bbbbbb;
}
.cid-uyK7IGDziE .user_desk {
  color: #bbbbbb;
}
.cid-uyK7IIoIsg {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyK7IIoIsg .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyK7IIoIsg .wave2 {
  fill: #353535;
}
.cid-uyK7IIViok {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyK7IIViok .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyK7IIViok form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyK7IIViok form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyK7IIViok form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyK7IIViok .mbr-section-title {
  color: #fafafa;
}
.cid-uyK7IJBAUO {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyK7IJBAUO .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyK7IJBAUO .wave2 {
  fill: #bbbbbb;
}
.cid-uyYhQXHkPf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYhQXHkPf img,
.cid-uyYhQXHkPf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYhQXHkPf .item:focus,
.cid-uyYhQXHkPf span:focus {
  outline: none;
}
.cid-uyYhQXHkPf .item-wrapper {
  position: relative;
}
.cid-uyYhQXHkPf .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYhQXHkPf .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYhQXHkPf .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYhQXHkPf .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYhQXHkPf .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYhQXHkPf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYhQXHkPf .mbr-section-title {
  color: #232323;
}
.cid-uyYhQXHkPf .mbr-text,
.cid-uyYhQXHkPf .mbr-section-btn {
  text-align: left;
}
.cid-uyYhQXHkPf .item-title {
  text-align: left;
}
.cid-uyYhQXHkPf .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYhQXHkPf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYhQXHkPf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYhQXHkPf .embla__button--next,
.cid-uyYhQXHkPf .embla__button--prev {
  display: flex;
}
.cid-uyYhQXHkPf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYhQXHkPf .embla__button {
    display: none;
  }
}
.cid-uyYhQXHkPf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYhQXHkPf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYhQXHkPf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYhQXHkPf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYhQXHkPf .embla__button {
    top: auto;
  }
}
.cid-uyYhQXHkPf .embla {
  position: relative;
  width: 100%;
}
.cid-uyYhQXHkPf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYhQXHkPf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYhQXHkPf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYhQXHkPf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYhQXHkPf .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYhQXHkPf .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYhQXHkPf .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyK7IMII0u {
  background-color: #ffffff;
}
.cid-uyK7IMII0u .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyK7IMII0u .cloud2 {
  fill: #000000;
}
.cid-uyK7INh1aW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyK7INh1aW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyK7INh1aW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyK7INh1aW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyK7INh1aW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyK7INh1aW .list {
    margin-bottom: 0rem;
  }
}
.cid-uyK7INh1aW .mbr-text {
  color: #bbbbbb;
}
.cid-uyK7INh1aW .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-uyK7INh1aW .mbr-iconfont {
  color: black;
}
.cid-uyJZfkzxUr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyJZfkzxUr nav.navbar {
  position: fixed;
}
.cid-uyJZfkzxUr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyJZfkzxUr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyJZfkzxUr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyJZfkzxUr .dropdown-item:hover,
.cid-uyJZfkzxUr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyJZfkzxUr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyJZfkzxUr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyJZfkzxUr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyJZfkzxUr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyJZfkzxUr .nav-link {
  position: relative;
}
.cid-uyJZfkzxUr .container {
  display: flex;
  margin: auto;
}
.cid-uyJZfkzxUr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyJZfkzxUr .dropdown-menu,
.cid-uyJZfkzxUr .navbar.opened {
  background: #000000 !important;
}
.cid-uyJZfkzxUr .nav-item:focus,
.cid-uyJZfkzxUr .nav-link:focus {
  outline: none;
}
.cid-uyJZfkzxUr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyJZfkzxUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyJZfkzxUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyJZfkzxUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyJZfkzxUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyJZfkzxUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyJZfkzxUr .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyJZfkzxUr .navbar.opened {
  transition: all .3s;
}
.cid-uyJZfkzxUr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyJZfkzxUr .navbar .navbar-logo img {
  width: auto;
}
.cid-uyJZfkzxUr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyJZfkzxUr .navbar.collapsed {
  justify-content: center;
}
.cid-uyJZfkzxUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyJZfkzxUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyJZfkzxUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyJZfkzxUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyJZfkzxUr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyJZfkzxUr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyJZfkzxUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyJZfkzxUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyJZfkzxUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyJZfkzxUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyJZfkzxUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyJZfkzxUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyJZfkzxUr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyJZfkzxUr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyJZfkzxUr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyJZfkzxUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyJZfkzxUr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyJZfkzxUr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyJZfkzxUr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyJZfkzxUr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyJZfkzxUr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyJZfkzxUr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyJZfkzxUr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyJZfkzxUr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyJZfkzxUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyJZfkzxUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyJZfkzxUr .dropdown-item.active,
.cid-uyJZfkzxUr .dropdown-item:active {
  background-color: transparent;
}
.cid-uyJZfkzxUr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyJZfkzxUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyJZfkzxUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyJZfkzxUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyJZfkzxUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyJZfkzxUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyJZfkzxUr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyJZfkzxUr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyJZfkzxUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyJZfkzxUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyJZfkzxUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyJZfkzxUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyJZfkzxUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyJZfkzxUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyJZfkzxUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyJZfkzxUr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyJZfkzxUr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyJZfkzxUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyJZfkzxUr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyJZfkzxUr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyJZfkzxUr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyJZfkzxUr .navbar {
    height: 70px;
  }
  .cid-uyJZfkzxUr .navbar.opened {
    height: auto;
  }
  .cid-uyJZfkzxUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyJZflggOB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyJZflggOB .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyJZflggOB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyJZflggOB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyJZflggOB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyJZflggOB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyJZflggOB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyJZflggOB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyJZflggOB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyJZflggOB .card-title {
  color: #fafafa;
}
.cid-uyJZflggOB .mbr-text,
.cid-uyJZflggOB .mbr-section-btn {
  color: #fafafa;
}
.cid-uyJZflY0uw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyJZflY0uw .item:focus,
.cid-uyJZflY0uw span:focus {
  outline: none;
}
.cid-uyJZflY0uw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyJZflY0uw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyJZflY0uw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyJZflY0uw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyJZflY0uw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyJZflY0uw .mbr-section-title {
  color: #232323;
}
.cid-uyJZflY0uw .mbr-text,
.cid-uyJZflY0uw .mbr-section-btn {
  text-align: left;
}
.cid-uyJZflY0uw .item-title {
  text-align: left;
}
.cid-uyJZflY0uw .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyJZfmRhO0 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyJZfmRhO0 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyJZfmRhO0 .wave2 {
  fill: #bbbbbb;
}
.cid-uyJZfnjnjX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyJZfnjnjX img,
.cid-uyJZfnjnjX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyJZfnjnjX .item:focus,
.cid-uyJZfnjnjX span:focus {
  outline: none;
}
.cid-uyJZfnjnjX .item-wrapper {
  position: relative;
}
.cid-uyJZfnjnjX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyJZfnjnjX .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyJZfnjnjX .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyJZfnjnjX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyJZfnjnjX .mbr-section-title {
  color: #232323;
}
.cid-uyJZfnjnjX .mbr-text,
.cid-uyJZfnjnjX .mbr-section-btn {
  text-align: left;
}
.cid-uyJZfnjnjX .item-title {
  text-align: left;
}
.cid-uyJZfnjnjX .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyJZfnjnjX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyJZfnjnjX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyJZfnjnjX .embla__button--next,
.cid-uyJZfnjnjX .embla__button--prev {
  display: flex;
}
.cid-uyJZfnjnjX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyJZfnjnjX .embla__button {
    display: none;
  }
}
.cid-uyJZfnjnjX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyJZfnjnjX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyJZfnjnjX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyJZfnjnjX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyJZfnjnjX .embla__button {
    top: auto;
  }
}
.cid-uyJZfnjnjX .embla {
  position: relative;
  width: 100%;
}
.cid-uyJZfnjnjX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyJZfnjnjX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyJZfnjnjX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyJZfnjnjX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyJZfnjnjX .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyJZfnjnjX .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyJZfnjnjX .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyJZfoSZmH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyJZfoSZmH .carousel-item {
  justify-content: center;
}
.cid-uyJZfoSZmH .carousel-item.active,
.cid-uyJZfoSZmH .carousel-item-next,
.cid-uyJZfoSZmH .carousel-item-prev {
  display: flex;
}
.cid-uyJZfoSZmH .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyJZfoSZmH .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyJZfoSZmH .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyJZfoSZmH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyJZfoSZmH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyJZfoSZmH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyJZfoSZmH H3 {
  color: #fafafa;
}
.cid-uyJZfoSZmH .user_text {
  color: #fafafa;
}
.cid-uyJZfoSZmH .user_name {
  color: #bbbbbb;
}
.cid-uyJZfoSZmH .user_desk {
  color: #bbbbbb;
}
.cid-uyJZfq5IZf {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #232323);
}
.cid-uyJZfq5IZf .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyJZfq5IZf .wave2 {
  fill: #bbbbbb;
}
.cid-uyYhrSA57p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYhrSA57p img,
.cid-uyYhrSA57p .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYhrSA57p .item:focus,
.cid-uyYhrSA57p span:focus {
  outline: none;
}
.cid-uyYhrSA57p .item-wrapper {
  position: relative;
}
.cid-uyYhrSA57p .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYhrSA57p .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYhrSA57p .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYhrSA57p .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYhrSA57p .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYhrSA57p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYhrSA57p .mbr-section-title {
  color: #232323;
}
.cid-uyYhrSA57p .mbr-text,
.cid-uyYhrSA57p .mbr-section-btn {
  text-align: left;
}
.cid-uyYhrSA57p .item-title {
  text-align: left;
}
.cid-uyYhrSA57p .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYhrSA57p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYhrSA57p .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYhrSA57p .embla__button--next,
.cid-uyYhrSA57p .embla__button--prev {
  display: flex;
}
.cid-uyYhrSA57p .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYhrSA57p .embla__button {
    display: none;
  }
}
.cid-uyYhrSA57p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYhrSA57p .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYhrSA57p .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYhrSA57p .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYhrSA57p .embla__button {
    top: auto;
  }
}
.cid-uyYhrSA57p .embla {
  position: relative;
  width: 100%;
}
.cid-uyYhrSA57p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYhrSA57p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYhrSA57p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYhrSA57p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYhrSA57p .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYhrSA57p .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYhrSA57p .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyJZfqynhI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyJZfqynhI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyJZfqynhI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyJZfqynhI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyJZfqynhI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyJZfqynhI .mbr-section-title {
  color: #fafafa;
}
.cid-uyJZfr7XVb {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyJZfr7XVb .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyJZfr7XVb .wave2 {
  fill: #bbbbbb;
}
.cid-uyJZftCcFU {
  background-color: #ffffff;
}
.cid-uyJZftCcFU .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyJZftCcFU .cloud2 {
  fill: #000000;
}
.cid-uyJZfu4VDs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyJZfu4VDs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyJZfu4VDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyJZfu4VDs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyJZfu4VDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyJZfu4VDs .list {
    margin-bottom: 0rem;
  }
}
.cid-uyJZfu4VDs .mbr-text {
  color: #bbbbbb;
}
.cid-uyJZfu4VDs .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-uyJZfu4VDs .mbr-iconfont {
  color: black;
}
.cid-uyZ2BZQSjQ .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uyZ2BZQSjQ .my-float {
  margin-top: 16px;
}
.cid-uyZ2BZQSjQ P {
  color: #232323;
}
.cid-uyZ2BZQSjQ DIV {
  color: #ffffff;
}
.cid-uyZ2BZQSjQ H10 {
  color: #767676;
}
.cid-uyZ2BZQSjQ .hidden {
  display: none;
}
.cid-uyMLNzEBar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyMLNzEBar nav.navbar {
  position: fixed;
}
.cid-uyMLNzEBar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMLNzEBar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyMLNzEBar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyMLNzEBar .dropdown-item:hover,
.cid-uyMLNzEBar .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyMLNzEBar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyMLNzEBar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyMLNzEBar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyMLNzEBar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyMLNzEBar .nav-link {
  position: relative;
}
.cid-uyMLNzEBar .container {
  display: flex;
  margin: auto;
}
.cid-uyMLNzEBar .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyMLNzEBar .dropdown-menu,
.cid-uyMLNzEBar .navbar.opened {
  background: #000000 !important;
}
.cid-uyMLNzEBar .nav-item:focus,
.cid-uyMLNzEBar .nav-link:focus {
  outline: none;
}
.cid-uyMLNzEBar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyMLNzEBar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyMLNzEBar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyMLNzEBar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMLNzEBar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyMLNzEBar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyMLNzEBar .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyMLNzEBar .navbar.opened {
  transition: all .3s;
}
.cid-uyMLNzEBar .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyMLNzEBar .navbar .navbar-logo img {
  width: auto;
}
.cid-uyMLNzEBar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyMLNzEBar .navbar.collapsed {
  justify-content: center;
}
.cid-uyMLNzEBar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyMLNzEBar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyMLNzEBar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyMLNzEBar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyMLNzEBar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyMLNzEBar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyMLNzEBar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyMLNzEBar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyMLNzEBar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyMLNzEBar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyMLNzEBar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyMLNzEBar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyMLNzEBar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyMLNzEBar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyMLNzEBar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyMLNzEBar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyMLNzEBar .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyMLNzEBar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyMLNzEBar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyMLNzEBar .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyMLNzEBar .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyMLNzEBar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyMLNzEBar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyMLNzEBar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyMLNzEBar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyMLNzEBar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyMLNzEBar .dropdown-item.active,
.cid-uyMLNzEBar .dropdown-item:active {
  background-color: transparent;
}
.cid-uyMLNzEBar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyMLNzEBar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyMLNzEBar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyMLNzEBar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyMLNzEBar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyMLNzEBar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyMLNzEBar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyMLNzEBar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyMLNzEBar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyMLNzEBar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyMLNzEBar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyMLNzEBar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyMLNzEBar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyMLNzEBar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyMLNzEBar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyMLNzEBar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyMLNzEBar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyMLNzEBar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyMLNzEBar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyMLNzEBar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyMLNzEBar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyMLNzEBar .navbar {
    height: 70px;
  }
  .cid-uyMLNzEBar .navbar.opened {
    height: auto;
  }
  .cid-uyMLNzEBar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyMLNAyxMY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyMLNAyxMY .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyMLNAyxMY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyMLNAyxMY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyMLNAyxMY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyMLNAyxMY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyMLNAyxMY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyMLNAyxMY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyMLNAyxMY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyMLNAyxMY .card-title {
  color: #fafafa;
}
.cid-uyMLNAyxMY .mbr-text,
.cid-uyMLNAyxMY .mbr-section-btn {
  color: #fafafa;
}
.cid-uyMLNBmTqG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyMLNBmTqG .item:focus,
.cid-uyMLNBmTqG span:focus {
  outline: none;
}
.cid-uyMLNBmTqG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyMLNBmTqG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyMLNBmTqG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyMLNBmTqG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyMLNBmTqG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyMLNBmTqG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyMLNBmTqG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyMLNBmTqG .mbr-section-title {
  color: #232323;
}
.cid-uyMLNBmTqG .mbr-text,
.cid-uyMLNBmTqG .mbr-section-btn {
  text-align: left;
}
.cid-uyMLNBmTqG .item-title {
  text-align: left;
}
.cid-uyMLNBmTqG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyMLNCB6s9 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyMLNCB6s9 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyMLNCB6s9 .wave2 {
  fill: #bbbbbb;
}
.cid-uyMLND3Q4J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyMLND3Q4J img,
.cid-uyMLND3Q4J .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyMLND3Q4J .item:focus,
.cid-uyMLND3Q4J span:focus {
  outline: none;
}
.cid-uyMLND3Q4J .item-wrapper {
  position: relative;
}
.cid-uyMLND3Q4J .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyMLND3Q4J .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyMLND3Q4J .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyMLND3Q4J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyMLND3Q4J .mbr-section-title {
  color: #232323;
}
.cid-uyMLND3Q4J .mbr-text,
.cid-uyMLND3Q4J .mbr-section-btn {
  text-align: left;
}
.cid-uyMLND3Q4J .item-title {
  text-align: left;
}
.cid-uyMLND3Q4J .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyMLND3Q4J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyMLND3Q4J .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyMLND3Q4J .embla__button--next,
.cid-uyMLND3Q4J .embla__button--prev {
  display: flex;
}
.cid-uyMLND3Q4J .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyMLND3Q4J .embla__button {
    display: none;
  }
}
.cid-uyMLND3Q4J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyMLND3Q4J .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyMLND3Q4J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyMLND3Q4J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyMLND3Q4J .embla__button {
    top: auto;
  }
}
.cid-uyMLND3Q4J .embla {
  position: relative;
  width: 100%;
}
.cid-uyMLND3Q4J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyMLND3Q4J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyMLND3Q4J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyMLND3Q4J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyMLND3Q4J .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyMLND3Q4J .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyMLND3Q4J .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyMQD8nNYS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyMQD8nNYS img,
.cid-uyMQD8nNYS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyMQD8nNYS .item:focus,
.cid-uyMQD8nNYS span:focus {
  outline: none;
}
.cid-uyMQD8nNYS .item-wrapper {
  position: relative;
}
.cid-uyMQD8nNYS .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyMQD8nNYS .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyMQD8nNYS .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyMQD8nNYS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyMQD8nNYS .mbr-section-title {
  color: #232323;
}
.cid-uyMQD8nNYS .mbr-text,
.cid-uyMQD8nNYS .mbr-section-btn {
  text-align: left;
}
.cid-uyMQD8nNYS .item-title {
  text-align: left;
}
.cid-uyMQD8nNYS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyMQD8nNYS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyMQD8nNYS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyMQD8nNYS .embla__button--next,
.cid-uyMQD8nNYS .embla__button--prev {
  display: flex;
}
.cid-uyMQD8nNYS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyMQD8nNYS .embla__button {
    display: none;
  }
}
.cid-uyMQD8nNYS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyMQD8nNYS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyMQD8nNYS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyMQD8nNYS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyMQD8nNYS .embla__button {
    top: auto;
  }
}
.cid-uyMQD8nNYS .embla {
  position: relative;
  width: 100%;
}
.cid-uyMQD8nNYS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyMQD8nNYS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyMQD8nNYS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyMQD8nNYS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyMQD8nNYS .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyMQD8nNYS .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyMQD8nNYS .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyMLNFy6Ek {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyMLNFy6Ek .carousel-item {
  justify-content: center;
}
.cid-uyMLNFy6Ek .carousel-item.active,
.cid-uyMLNFy6Ek .carousel-item-next,
.cid-uyMLNFy6Ek .carousel-item-prev {
  display: flex;
}
.cid-uyMLNFy6Ek .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyMLNFy6Ek .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyMLNFy6Ek .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyMLNFy6Ek .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyMLNFy6Ek .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyMLNFy6Ek .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyMLNFy6Ek H3 {
  color: #fafafa;
}
.cid-uyMLNFy6Ek .user_text {
  color: #fafafa;
}
.cid-uyMLNFy6Ek .user_name {
  color: #bbbbbb;
}
.cid-uyMLNFy6Ek .user_desk {
  color: #bbbbbb;
}
.cid-uyMLNGRJfk {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyMLNGRJfk .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyMLNGRJfk .wave2 {
  fill: #353535;
}
.cid-uyMLNHn0yp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyMLNHn0yp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyMLNHn0yp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyMLNHn0yp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyMLNHn0yp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyMLNHn0yp .mbr-section-title {
  color: #fafafa;
}
.cid-uyYi1PMM5j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYi1PMM5j img,
.cid-uyYi1PMM5j .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYi1PMM5j .item:focus,
.cid-uyYi1PMM5j span:focus {
  outline: none;
}
.cid-uyYi1PMM5j .item-wrapper {
  position: relative;
}
.cid-uyYi1PMM5j .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYi1PMM5j .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYi1PMM5j .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYi1PMM5j .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYi1PMM5j .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYi1PMM5j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYi1PMM5j .mbr-section-title {
  color: #232323;
}
.cid-uyYi1PMM5j .mbr-text,
.cid-uyYi1PMM5j .mbr-section-btn {
  text-align: left;
}
.cid-uyYi1PMM5j .item-title {
  text-align: left;
}
.cid-uyYi1PMM5j .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYi1PMM5j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYi1PMM5j .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYi1PMM5j .embla__button--next,
.cid-uyYi1PMM5j .embla__button--prev {
  display: flex;
}
.cid-uyYi1PMM5j .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYi1PMM5j .embla__button {
    display: none;
  }
}
.cid-uyYi1PMM5j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYi1PMM5j .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYi1PMM5j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYi1PMM5j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYi1PMM5j .embla__button {
    top: auto;
  }
}
.cid-uyYi1PMM5j .embla {
  position: relative;
  width: 100%;
}
.cid-uyYi1PMM5j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYi1PMM5j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYi1PMM5j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYi1PMM5j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYi1PMM5j .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYi1PMM5j .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYi1PMM5j .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyMLNKLfyq {
  background-color: #ffffff;
}
.cid-uyMLNKLfyq .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyMLNKLfyq .cloud2 {
  fill: #000000;
}
.cid-uyMLNLho3M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyMLNLho3M .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyMLNLho3M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyMLNLho3M .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyMLNLho3M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyMLNLho3M .list {
    margin-bottom: 0rem;
  }
}
.cid-uyMLNLho3M .mbr-text {
  color: #bbbbbb;
}
.cid-uyMLNLho3M .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-uyMLNLho3M .mbr-iconfont {
  color: black;
}
.cid-uyMXKvx4yf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyMXKvx4yf nav.navbar {
  position: fixed;
}
.cid-uyMXKvx4yf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMXKvx4yf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyMXKvx4yf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyMXKvx4yf .dropdown-item:hover,
.cid-uyMXKvx4yf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyMXKvx4yf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyMXKvx4yf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyMXKvx4yf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyMXKvx4yf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyMXKvx4yf .nav-link {
  position: relative;
}
.cid-uyMXKvx4yf .container {
  display: flex;
  margin: auto;
}
.cid-uyMXKvx4yf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyMXKvx4yf .dropdown-menu,
.cid-uyMXKvx4yf .navbar.opened {
  background: #000000 !important;
}
.cid-uyMXKvx4yf .nav-item:focus,
.cid-uyMXKvx4yf .nav-link:focus {
  outline: none;
}
.cid-uyMXKvx4yf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyMXKvx4yf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyMXKvx4yf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyMXKvx4yf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyMXKvx4yf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyMXKvx4yf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyMXKvx4yf .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyMXKvx4yf .navbar.opened {
  transition: all .3s;
}
.cid-uyMXKvx4yf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyMXKvx4yf .navbar .navbar-logo img {
  width: auto;
}
.cid-uyMXKvx4yf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyMXKvx4yf .navbar.collapsed {
  justify-content: center;
}
.cid-uyMXKvx4yf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyMXKvx4yf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyMXKvx4yf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyMXKvx4yf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyMXKvx4yf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyMXKvx4yf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyMXKvx4yf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyMXKvx4yf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyMXKvx4yf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyMXKvx4yf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyMXKvx4yf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyMXKvx4yf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyMXKvx4yf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyMXKvx4yf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyMXKvx4yf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyMXKvx4yf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyMXKvx4yf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyMXKvx4yf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyMXKvx4yf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyMXKvx4yf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyMXKvx4yf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyMXKvx4yf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyMXKvx4yf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyMXKvx4yf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyMXKvx4yf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyMXKvx4yf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyMXKvx4yf .dropdown-item.active,
.cid-uyMXKvx4yf .dropdown-item:active {
  background-color: transparent;
}
.cid-uyMXKvx4yf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyMXKvx4yf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyMXKvx4yf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyMXKvx4yf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyMXKvx4yf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyMXKvx4yf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyMXKvx4yf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyMXKvx4yf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyMXKvx4yf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyMXKvx4yf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyMXKvx4yf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyMXKvx4yf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyMXKvx4yf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyMXKvx4yf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyMXKvx4yf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyMXKvx4yf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyMXKvx4yf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyMXKvx4yf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyMXKvx4yf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyMXKvx4yf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyMXKvx4yf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyMXKvx4yf .navbar {
    height: 70px;
  }
  .cid-uyMXKvx4yf .navbar.opened {
    height: auto;
  }
  .cid-uyMXKvx4yf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyMXKwweH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyMXKwweH9 .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyMXKwweH9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyMXKwweH9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyMXKwweH9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyMXKwweH9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyMXKwweH9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyMXKwweH9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyMXKwweH9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyMXKwweH9 .card-title {
  color: #fafafa;
}
.cid-uyMXKwweH9 .mbr-text,
.cid-uyMXKwweH9 .mbr-section-btn {
  color: #fafafa;
}
.cid-uyMXKxmiQT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyMXKxmiQT .item:focus,
.cid-uyMXKxmiQT span:focus {
  outline: none;
}
.cid-uyMXKxmiQT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyMXKxmiQT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyMXKxmiQT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyMXKxmiQT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyMXKxmiQT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyMXKxmiQT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyMXKxmiQT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyMXKxmiQT .mbr-section-title {
  color: #232323;
}
.cid-uyMXKxmiQT .mbr-text,
.cid-uyMXKxmiQT .mbr-section-btn {
  text-align: left;
}
.cid-uyMXKxmiQT .item-title {
  text-align: left;
}
.cid-uyMXKxmiQT .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyMXKymv3f {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyMXKymv3f .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyMXKymv3f .wave2 {
  fill: #bbbbbb;
}
.cid-uyMXKyUz5c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyMXKyUz5c img,
.cid-uyMXKyUz5c .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyMXKyUz5c .item:focus,
.cid-uyMXKyUz5c span:focus {
  outline: none;
}
.cid-uyMXKyUz5c .item-wrapper {
  position: relative;
}
.cid-uyMXKyUz5c .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyMXKyUz5c .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyMXKyUz5c .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyMXKyUz5c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyMXKyUz5c .mbr-section-title {
  color: #232323;
}
.cid-uyMXKyUz5c .mbr-text,
.cid-uyMXKyUz5c .mbr-section-btn {
  text-align: left;
}
.cid-uyMXKyUz5c .item-title {
  text-align: left;
}
.cid-uyMXKyUz5c .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyMXKyUz5c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyMXKyUz5c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyMXKyUz5c .embla__button--next,
.cid-uyMXKyUz5c .embla__button--prev {
  display: flex;
}
.cid-uyMXKyUz5c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyMXKyUz5c .embla__button {
    display: none;
  }
}
.cid-uyMXKyUz5c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyMXKyUz5c .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyMXKyUz5c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyMXKyUz5c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyMXKyUz5c .embla__button {
    top: auto;
  }
}
.cid-uyMXKyUz5c .embla {
  position: relative;
  width: 100%;
}
.cid-uyMXKyUz5c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyMXKyUz5c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyMXKyUz5c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyMXKyUz5c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyMXKyUz5c .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyMXKyUz5c .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyMXKyUz5c .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyMXKCx355 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyMXKCx355 .carousel-item {
  justify-content: center;
}
.cid-uyMXKCx355 .carousel-item.active,
.cid-uyMXKCx355 .carousel-item-next,
.cid-uyMXKCx355 .carousel-item-prev {
  display: flex;
}
.cid-uyMXKCx355 .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyMXKCx355 .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyMXKCx355 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyMXKCx355 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyMXKCx355 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyMXKCx355 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyMXKCx355 H3 {
  color: #fafafa;
}
.cid-uyMXKCx355 .user_text {
  color: #fafafa;
}
.cid-uyMXKCx355 .user_name {
  color: #bbbbbb;
}
.cid-uyMXKCx355 .user_desk {
  color: #bbbbbb;
}
.cid-uyMXKDWzhD {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyMXKDWzhD .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyMXKDWzhD .wave2 {
  fill: #353535;
}
.cid-uyMXKEpTVq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyMXKEpTVq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyMXKEpTVq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyMXKEpTVq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyMXKEpTVq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyMXKEpTVq .mbr-section-title {
  color: #fafafa;
}
.cid-uyMXKF38FT {
  padding-top: 0px;
  background: linear-gradient(180deg, #fafafa, #5daec9);
}
.cid-uyMXKF38FT .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyMXKF38FT .wave2 {
  fill: #bbbbbb;
}
.cid-uyYicNisAb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYicNisAb img,
.cid-uyYicNisAb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYicNisAb .item:focus,
.cid-uyYicNisAb span:focus {
  outline: none;
}
.cid-uyYicNisAb .item-wrapper {
  position: relative;
}
.cid-uyYicNisAb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYicNisAb .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYicNisAb .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYicNisAb .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYicNisAb .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYicNisAb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYicNisAb .mbr-section-title {
  color: #232323;
}
.cid-uyYicNisAb .mbr-text,
.cid-uyYicNisAb .mbr-section-btn {
  text-align: left;
}
.cid-uyYicNisAb .item-title {
  text-align: left;
}
.cid-uyYicNisAb .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYicNisAb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYicNisAb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYicNisAb .embla__button--next,
.cid-uyYicNisAb .embla__button--prev {
  display: flex;
}
.cid-uyYicNisAb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYicNisAb .embla__button {
    display: none;
  }
}
.cid-uyYicNisAb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYicNisAb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYicNisAb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYicNisAb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYicNisAb .embla__button {
    top: auto;
  }
}
.cid-uyYicNisAb .embla {
  position: relative;
  width: 100%;
}
.cid-uyYicNisAb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYicNisAb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYicNisAb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYicNisAb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYicNisAb .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYicNisAb .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYicNisAb .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyMXKHOqud {
  background-color: #ffffff;
}
.cid-uyMXKHOqud .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyMXKHOqud .cloud2 {
  fill: #000000;
}
.cid-uyMXKImrZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyMXKImrZv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyMXKImrZv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyMXKImrZv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyMXKImrZv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyMXKImrZv .list {
    margin-bottom: 0rem;
  }
}
.cid-uyMXKImrZv .mbr-text {
  color: #bbbbbb;
}
.cid-uyMXKImrZv .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-uyMXKImrZv .mbr-iconfont {
  color: black;
}
.cid-uyNS3kg7kv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyNS3kg7kv nav.navbar {
  position: fixed;
}
.cid-uyNS3kg7kv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyNS3kg7kv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyNS3kg7kv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyNS3kg7kv .dropdown-item:hover,
.cid-uyNS3kg7kv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyNS3kg7kv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyNS3kg7kv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyNS3kg7kv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyNS3kg7kv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyNS3kg7kv .nav-link {
  position: relative;
}
.cid-uyNS3kg7kv .container {
  display: flex;
  margin: auto;
}
.cid-uyNS3kg7kv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyNS3kg7kv .dropdown-menu,
.cid-uyNS3kg7kv .navbar.opened {
  background: #000000 !important;
}
.cid-uyNS3kg7kv .nav-item:focus,
.cid-uyNS3kg7kv .nav-link:focus {
  outline: none;
}
.cid-uyNS3kg7kv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyNS3kg7kv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyNS3kg7kv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyNS3kg7kv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyNS3kg7kv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyNS3kg7kv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyNS3kg7kv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyNS3kg7kv .navbar.opened {
  transition: all .3s;
}
.cid-uyNS3kg7kv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyNS3kg7kv .navbar .navbar-logo img {
  width: auto;
}
.cid-uyNS3kg7kv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyNS3kg7kv .navbar.collapsed {
  justify-content: center;
}
.cid-uyNS3kg7kv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyNS3kg7kv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyNS3kg7kv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyNS3kg7kv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyNS3kg7kv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyNS3kg7kv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyNS3kg7kv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyNS3kg7kv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyNS3kg7kv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyNS3kg7kv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyNS3kg7kv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyNS3kg7kv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyNS3kg7kv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyNS3kg7kv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyNS3kg7kv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyNS3kg7kv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyNS3kg7kv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyNS3kg7kv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyNS3kg7kv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyNS3kg7kv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyNS3kg7kv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyNS3kg7kv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyNS3kg7kv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyNS3kg7kv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyNS3kg7kv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyNS3kg7kv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyNS3kg7kv .dropdown-item.active,
.cid-uyNS3kg7kv .dropdown-item:active {
  background-color: transparent;
}
.cid-uyNS3kg7kv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyNS3kg7kv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyNS3kg7kv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyNS3kg7kv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyNS3kg7kv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyNS3kg7kv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyNS3kg7kv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyNS3kg7kv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyNS3kg7kv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyNS3kg7kv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyNS3kg7kv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyNS3kg7kv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyNS3kg7kv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyNS3kg7kv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyNS3kg7kv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyNS3kg7kv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyNS3kg7kv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyNS3kg7kv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyNS3kg7kv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyNS3kg7kv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyNS3kg7kv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyNS3kg7kv .navbar {
    height: 70px;
  }
  .cid-uyNS3kg7kv .navbar.opened {
    height: auto;
  }
  .cid-uyNS3kg7kv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyO0T6t8ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO0T6t8ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uyNS3m5ZSJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyNS3m5ZSJ .item:focus,
.cid-uyNS3m5ZSJ span:focus {
  outline: none;
}
.cid-uyNS3m5ZSJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyNS3m5ZSJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyNS3m5ZSJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyNS3m5ZSJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyNS3m5ZSJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyNS3m5ZSJ .mbr-section-title {
  color: #232323;
}
.cid-uyNS3m5ZSJ .mbr-text,
.cid-uyNS3m5ZSJ .mbr-section-btn {
  text-align: left;
}
.cid-uyNS3m5ZSJ .item-title {
  text-align: left;
}
.cid-uyNS3m5ZSJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyNS3nj4XD {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyNS3nj4XD .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyNS3nj4XD .wave2 {
  fill: #bbbbbb;
}
.cid-uyO5LvmsEO {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uyO5LvmsEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO5LvmsEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO5LvmsEO .mbr-section-title {
  color: #ffffff;
}
.cid-uyO5LvmsEO .mbr-text,
.cid-uyO5LvmsEO .mbr-section-btn {
  color: #ffffff;
}
.cid-uyO6Tb4F9O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyO6Tb4F9O img,
.cid-uyO6Tb4F9O .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyO6Tb4F9O .item:focus,
.cid-uyO6Tb4F9O span:focus {
  outline: none;
}
.cid-uyO6Tb4F9O .item-wrapper {
  position: relative;
}
.cid-uyO6Tb4F9O .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyO6Tb4F9O .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyO6Tb4F9O .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyO6Tb4F9O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyO6Tb4F9O .mbr-section-title {
  color: #232323;
}
.cid-uyO6Tb4F9O .mbr-text,
.cid-uyO6Tb4F9O .mbr-section-btn {
  text-align: left;
}
.cid-uyO6Tb4F9O .item-title {
  text-align: left;
}
.cid-uyO6Tb4F9O .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyO6Tb4F9O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyO6Tb4F9O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyO6Tb4F9O .embla__button--next,
.cid-uyO6Tb4F9O .embla__button--prev {
  display: flex;
}
.cid-uyO6Tb4F9O .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyO6Tb4F9O .embla__button {
    display: none;
  }
}
.cid-uyO6Tb4F9O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyO6Tb4F9O .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyO6Tb4F9O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyO6Tb4F9O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyO6Tb4F9O .embla__button {
    top: auto;
  }
}
.cid-uyO6Tb4F9O .embla {
  position: relative;
  width: 100%;
}
.cid-uyO6Tb4F9O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyO6Tb4F9O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyO6Tb4F9O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyO6Tb4F9O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyO6Tb4F9O .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyO6Tb4F9O .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyO6Tb4F9O .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyNS3pihBO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyNS3pihBO .carousel-item {
  justify-content: center;
}
.cid-uyNS3pihBO .carousel-item.active,
.cid-uyNS3pihBO .carousel-item-next,
.cid-uyNS3pihBO .carousel-item-prev {
  display: flex;
}
.cid-uyNS3pihBO .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyNS3pihBO .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyNS3pihBO .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyNS3pihBO .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyNS3pihBO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyNS3pihBO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyNS3pihBO H3 {
  color: #fafafa;
}
.cid-uyNS3pihBO .user_text {
  color: #fafafa;
}
.cid-uyNS3pihBO .user_name {
  color: #bbbbbb;
}
.cid-uyNS3pihBO .user_desk {
  color: #bbbbbb;
}
.cid-uyNS3qReJc {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyNS3qReJc .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyNS3qReJc .wave2 {
  fill: #353535;
}
.cid-uyNS3ri11P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyNS3ri11P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyNS3ri11P form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyNS3ri11P form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyNS3ri11P form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyNS3ri11P .mbr-section-title {
  color: #fafafa;
}
.cid-uyNS3rYjrm {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyNS3rYjrm .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyNS3rYjrm .wave2 {
  fill: #bbbbbb;
}
.cid-uyYiyRn7op {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYiyRn7op img,
.cid-uyYiyRn7op .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYiyRn7op .item:focus,
.cid-uyYiyRn7op span:focus {
  outline: none;
}
.cid-uyYiyRn7op .item-wrapper {
  position: relative;
}
.cid-uyYiyRn7op .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYiyRn7op .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYiyRn7op .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYiyRn7op .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYiyRn7op .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYiyRn7op .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYiyRn7op .mbr-section-title {
  color: #232323;
}
.cid-uyYiyRn7op .mbr-text,
.cid-uyYiyRn7op .mbr-section-btn {
  text-align: left;
}
.cid-uyYiyRn7op .item-title {
  text-align: left;
}
.cid-uyYiyRn7op .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYiyRn7op .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYiyRn7op .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYiyRn7op .embla__button--next,
.cid-uyYiyRn7op .embla__button--prev {
  display: flex;
}
.cid-uyYiyRn7op .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYiyRn7op .embla__button {
    display: none;
  }
}
.cid-uyYiyRn7op .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYiyRn7op .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYiyRn7op .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYiyRn7op .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYiyRn7op .embla__button {
    top: auto;
  }
}
.cid-uyYiyRn7op .embla {
  position: relative;
  width: 100%;
}
.cid-uyYiyRn7op .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYiyRn7op .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYiyRn7op .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYiyRn7op .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYiyRn7op .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYiyRn7op .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYiyRn7op .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyNS3urtMY {
  background-color: #ffffff;
}
.cid-uyNS3urtMY .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyNS3urtMY .cloud2 {
  fill: #000000;
}
.cid-uyNS3uUWPR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyNS3uUWPR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyNS3uUWPR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyNS3uUWPR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyNS3uUWPR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyNS3uUWPR .list {
    margin-bottom: 0rem;
  }
}
.cid-uyNS3uUWPR .mbr-text {
  color: #bbbbbb;
}
.cid-uyNS3uUWPR .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-uyNS3uUWPR .mbr-iconfont {
  color: black;
}
.cid-uyNSqn7Kuv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyNSqn7Kuv nav.navbar {
  position: fixed;
}
.cid-uyNSqn7Kuv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyNSqn7Kuv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyNSqn7Kuv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyNSqn7Kuv .dropdown-item:hover,
.cid-uyNSqn7Kuv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyNSqn7Kuv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyNSqn7Kuv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyNSqn7Kuv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyNSqn7Kuv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyNSqn7Kuv .nav-link {
  position: relative;
}
.cid-uyNSqn7Kuv .container {
  display: flex;
  margin: auto;
}
.cid-uyNSqn7Kuv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyNSqn7Kuv .dropdown-menu,
.cid-uyNSqn7Kuv .navbar.opened {
  background: #000000 !important;
}
.cid-uyNSqn7Kuv .nav-item:focus,
.cid-uyNSqn7Kuv .nav-link:focus {
  outline: none;
}
.cid-uyNSqn7Kuv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyNSqn7Kuv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyNSqn7Kuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyNSqn7Kuv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyNSqn7Kuv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyNSqn7Kuv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyNSqn7Kuv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyNSqn7Kuv .navbar.opened {
  transition: all .3s;
}
.cid-uyNSqn7Kuv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyNSqn7Kuv .navbar .navbar-logo img {
  width: auto;
}
.cid-uyNSqn7Kuv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyNSqn7Kuv .navbar.collapsed {
  justify-content: center;
}
.cid-uyNSqn7Kuv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyNSqn7Kuv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyNSqn7Kuv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyNSqn7Kuv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyNSqn7Kuv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyNSqn7Kuv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyNSqn7Kuv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyNSqn7Kuv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyNSqn7Kuv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyNSqn7Kuv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyNSqn7Kuv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyNSqn7Kuv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyNSqn7Kuv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyNSqn7Kuv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyNSqn7Kuv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyNSqn7Kuv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyNSqn7Kuv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyNSqn7Kuv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyNSqn7Kuv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyNSqn7Kuv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyNSqn7Kuv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyNSqn7Kuv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyNSqn7Kuv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyNSqn7Kuv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyNSqn7Kuv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyNSqn7Kuv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyNSqn7Kuv .dropdown-item.active,
.cid-uyNSqn7Kuv .dropdown-item:active {
  background-color: transparent;
}
.cid-uyNSqn7Kuv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyNSqn7Kuv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyNSqn7Kuv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyNSqn7Kuv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyNSqn7Kuv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyNSqn7Kuv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyNSqn7Kuv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyNSqn7Kuv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyNSqn7Kuv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyNSqn7Kuv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyNSqn7Kuv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyNSqn7Kuv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyNSqn7Kuv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyNSqn7Kuv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyNSqn7Kuv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyNSqn7Kuv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyNSqn7Kuv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyNSqn7Kuv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyNSqn7Kuv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyNSqn7Kuv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyNSqn7Kuv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyNSqn7Kuv .navbar {
    height: 70px;
  }
  .cid-uyNSqn7Kuv .navbar.opened {
    height: auto;
  }
  .cid-uyNSqn7Kuv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyNSL99Aqs {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-uyNSL99Aqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyNSL99Aqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyNSL99Aqs .mbr-section-title {
  color: #ffffff;
}
.cid-uyNTJS35nM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uyNTJS35nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyNTJS35nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyNTJS35nM .video-wrapper iframe {
  width: 100%;
}
.cid-uyNTJS35nM .mbr-section-title,
.cid-uyNTJS35nM .mbr-section-subtitle,
.cid-uyNTJS35nM .mbr-text {
  text-align: center;
}
.cid-uyNSqoWxKW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyNSqoWxKW .item:focus,
.cid-uyNSqoWxKW span:focus {
  outline: none;
}
.cid-uyNSqoWxKW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyNSqoWxKW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyNSqoWxKW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyNSqoWxKW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyNSqoWxKW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyNSqoWxKW .mbr-section-title {
  color: #232323;
}
.cid-uyNSqoWxKW .mbr-text,
.cid-uyNSqoWxKW .mbr-section-btn {
  text-align: left;
}
.cid-uyNSqoWxKW .item-title {
  text-align: left;
}
.cid-uyNSqoWxKW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyNSqq1Ulz {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #5daec9);
}
.cid-uyNSqq1Ulz .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyNSqq1Ulz .wave2 {
  fill: #ffffff;
}
.cid-uyNVEjiinD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyNVEjiinD img,
.cid-uyNVEjiinD .item-img {
  width: 100%;
}
.cid-uyNVEjiinD .item:focus,
.cid-uyNVEjiinD span:focus {
  outline: none;
}
.cid-uyNVEjiinD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uyNVEjiinD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uyNVEjiinD .item {
  padding: 0;
  margin: 0;
}
.cid-uyNVEjiinD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyNVEjiinD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyNVEjiinD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyNVEjiinD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyNVEjiinD .mbr-section-title {
  color: #232323;
}
.cid-uyNSqsyI2Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyNSqsyI2Y .carousel-item {
  justify-content: center;
}
.cid-uyNSqsyI2Y .carousel-item.active,
.cid-uyNSqsyI2Y .carousel-item-next,
.cid-uyNSqsyI2Y .carousel-item-prev {
  display: flex;
}
.cid-uyNSqsyI2Y .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyNSqsyI2Y .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyNSqsyI2Y .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyNSqsyI2Y .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyNSqsyI2Y .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyNSqsyI2Y .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyNSqsyI2Y H3 {
  color: #fafafa;
}
.cid-uyNSqsyI2Y .user_text {
  color: #fafafa;
}
.cid-uyNSqsyI2Y .user_name {
  color: #bbbbbb;
}
.cid-uyNSqsyI2Y .user_desk {
  color: #bbbbbb;
}
.cid-uyNSqu0cNz {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyNSqu0cNz .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyNSqu0cNz .wave2 {
  fill: #353535;
}
.cid-uyNSquqviN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyNSquqviN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyNSquqviN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyNSquqviN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyNSquqviN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyNSquqviN .mbr-section-title {
  color: #fafafa;
}
.cid-uyNZMmh8ZC {
  background-color: #4479d9;
}
.cid-uyNZMmh8ZC .cloud1 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-uyNZMmh8ZC .cloud2 {
  fill: #ffffff;
}
.cid-uyNXV2QTpS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uyNXV2QTpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyNXV2QTpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyNXV2QTpS .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uyNXV2QTpS .currentcost {
  color: #232323;
}
.cid-uyNXV2QTpS .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyNXV2QTpS .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyNXV2QTpS .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyNXV2QTpS .text-box {
    padding: 1rem;
  }
}
.cid-uyNXV2QTpS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyNSqvbe99 {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyNSqvbe99 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyNSqvbe99 .wave2 {
  fill: #bbbbbb;
}
.cid-uyYiYfrM0D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYiYfrM0D img,
.cid-uyYiYfrM0D .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYiYfrM0D .item:focus,
.cid-uyYiYfrM0D span:focus {
  outline: none;
}
.cid-uyYiYfrM0D .item-wrapper {
  position: relative;
}
.cid-uyYiYfrM0D .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYiYfrM0D .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYiYfrM0D .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYiYfrM0D .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYiYfrM0D .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYiYfrM0D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYiYfrM0D .mbr-section-title {
  color: #232323;
}
.cid-uyYiYfrM0D .mbr-text,
.cid-uyYiYfrM0D .mbr-section-btn {
  text-align: left;
}
.cid-uyYiYfrM0D .item-title {
  text-align: left;
}
.cid-uyYiYfrM0D .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYiYfrM0D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYiYfrM0D .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYiYfrM0D .embla__button--next,
.cid-uyYiYfrM0D .embla__button--prev {
  display: flex;
}
.cid-uyYiYfrM0D .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYiYfrM0D .embla__button {
    display: none;
  }
}
.cid-uyYiYfrM0D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYiYfrM0D .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYiYfrM0D .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYiYfrM0D .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYiYfrM0D .embla__button {
    top: auto;
  }
}
.cid-uyYiYfrM0D .embla {
  position: relative;
  width: 100%;
}
.cid-uyYiYfrM0D .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYiYfrM0D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYiYfrM0D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYiYfrM0D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYiYfrM0D .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYiYfrM0D .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYiYfrM0D .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyNSqzh7If {
  background-color: #ffffff;
}
.cid-uyNSqzh7If .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyNSqzh7If .cloud2 {
  fill: #000000;
}
.cid-uyNSqzN3kK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyNSqzN3kK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyNSqzN3kK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyNSqzN3kK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyNSqzN3kK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyNSqzN3kK .list {
    margin-bottom: 0rem;
  }
}
.cid-uyNSqzN3kK .mbr-text {
  color: #bbbbbb;
}
.cid-uyNSqzN3kK .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-uyNSqzN3kK .mbr-iconfont {
  color: black;
}
.cid-uyO9xyN5g6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyO9xyN5g6 nav.navbar {
  position: fixed;
}
.cid-uyO9xyN5g6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyO9xyN5g6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyO9xyN5g6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyO9xyN5g6 .dropdown-item:hover,
.cid-uyO9xyN5g6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyO9xyN5g6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyO9xyN5g6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyO9xyN5g6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyO9xyN5g6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyO9xyN5g6 .nav-link {
  position: relative;
}
.cid-uyO9xyN5g6 .container {
  display: flex;
  margin: auto;
}
.cid-uyO9xyN5g6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyO9xyN5g6 .dropdown-menu,
.cid-uyO9xyN5g6 .navbar.opened {
  background: #000000 !important;
}
.cid-uyO9xyN5g6 .nav-item:focus,
.cid-uyO9xyN5g6 .nav-link:focus {
  outline: none;
}
.cid-uyO9xyN5g6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyO9xyN5g6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyO9xyN5g6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyO9xyN5g6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyO9xyN5g6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyO9xyN5g6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyO9xyN5g6 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyO9xyN5g6 .navbar.opened {
  transition: all .3s;
}
.cid-uyO9xyN5g6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyO9xyN5g6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyO9xyN5g6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyO9xyN5g6 .navbar.collapsed {
  justify-content: center;
}
.cid-uyO9xyN5g6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyO9xyN5g6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyO9xyN5g6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyO9xyN5g6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyO9xyN5g6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyO9xyN5g6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyO9xyN5g6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyO9xyN5g6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyO9xyN5g6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyO9xyN5g6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyO9xyN5g6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyO9xyN5g6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyO9xyN5g6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyO9xyN5g6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyO9xyN5g6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyO9xyN5g6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyO9xyN5g6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyO9xyN5g6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyO9xyN5g6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyO9xyN5g6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyO9xyN5g6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyO9xyN5g6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyO9xyN5g6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyO9xyN5g6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyO9xyN5g6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyO9xyN5g6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyO9xyN5g6 .dropdown-item.active,
.cid-uyO9xyN5g6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyO9xyN5g6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyO9xyN5g6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyO9xyN5g6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyO9xyN5g6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyO9xyN5g6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyO9xyN5g6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyO9xyN5g6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyO9xyN5g6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyO9xyN5g6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyO9xyN5g6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyO9xyN5g6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyO9xyN5g6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyO9xyN5g6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyO9xyN5g6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyO9xyN5g6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyO9xyN5g6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyO9xyN5g6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyO9xyN5g6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyO9xyN5g6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyO9xyN5g6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyO9xyN5g6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyO9xyN5g6 .navbar {
    height: 70px;
  }
  .cid-uyO9xyN5g6 .navbar.opened {
    height: auto;
  }
  .cid-uyO9xyN5g6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyOa800Qap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyOa800Qap .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyOa800Qap .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyOa800Qap .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyOa800Qap .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyOa800Qap .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyOa800Qap .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyOa800Qap .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyOa800Qap .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyOa800Qap .card-title {
  color: #fafafa;
}
.cid-uyOa800Qap .mbr-text,
.cid-uyOa800Qap .mbr-section-btn {
  color: #fafafa;
}
.cid-uyO9xCarl3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyO9xCarl3 .item:focus,
.cid-uyO9xCarl3 span:focus {
  outline: none;
}
.cid-uyO9xCarl3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyO9xCarl3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyO9xCarl3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyO9xCarl3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyO9xCarl3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyO9xCarl3 .mbr-section-title {
  color: #232323;
}
.cid-uyO9xCarl3 .mbr-text,
.cid-uyO9xCarl3 .mbr-section-btn {
  text-align: left;
}
.cid-uyO9xCarl3 .item-title {
  text-align: left;
}
.cid-uyO9xCarl3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyO9xDjjsx {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyO9xDjjsx .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyO9xDjjsx .wave2 {
  fill: #bbbbbb;
}
.cid-uyO9xEEMhg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyO9xEEMhg img,
.cid-uyO9xEEMhg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyO9xEEMhg .item:focus,
.cid-uyO9xEEMhg span:focus {
  outline: none;
}
.cid-uyO9xEEMhg .item-wrapper {
  position: relative;
}
.cid-uyO9xEEMhg .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyO9xEEMhg .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyO9xEEMhg .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyO9xEEMhg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyO9xEEMhg .mbr-section-title {
  color: #232323;
}
.cid-uyO9xEEMhg .mbr-text,
.cid-uyO9xEEMhg .mbr-section-btn {
  text-align: left;
}
.cid-uyO9xEEMhg .item-title {
  text-align: left;
}
.cid-uyO9xEEMhg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyO9xEEMhg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyO9xEEMhg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyO9xEEMhg .embla__button--next,
.cid-uyO9xEEMhg .embla__button--prev {
  display: flex;
}
.cid-uyO9xEEMhg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyO9xEEMhg .embla__button {
    display: none;
  }
}
.cid-uyO9xEEMhg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyO9xEEMhg .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyO9xEEMhg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyO9xEEMhg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyO9xEEMhg .embla__button {
    top: auto;
  }
}
.cid-uyO9xEEMhg .embla {
  position: relative;
  width: 100%;
}
.cid-uyO9xEEMhg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyO9xEEMhg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyO9xEEMhg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyO9xEEMhg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyO9xEEMhg .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyO9xEEMhg .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyO9xEEMhg .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyO9xGY80C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyO9xGY80C .carousel-item {
  justify-content: center;
}
.cid-uyO9xGY80C .carousel-item.active,
.cid-uyO9xGY80C .carousel-item-next,
.cid-uyO9xGY80C .carousel-item-prev {
  display: flex;
}
.cid-uyO9xGY80C .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyO9xGY80C .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyO9xGY80C .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyO9xGY80C .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyO9xGY80C .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyO9xGY80C .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyO9xGY80C H3 {
  color: #fafafa;
}
.cid-uyO9xGY80C .user_text {
  color: #fafafa;
}
.cid-uyO9xGY80C .user_name {
  color: #bbbbbb;
}
.cid-uyO9xGY80C .user_desk {
  color: #bbbbbb;
}
.cid-uyO9xIM3Ko {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyO9xIM3Ko .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyO9xIM3Ko .wave2 {
  fill: #353535;
}
.cid-uyO9xJiGpY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyO9xJiGpY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyO9xJiGpY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyO9xJiGpY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyO9xJiGpY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyO9xJiGpY .mbr-section-title {
  color: #fafafa;
}
.cid-uyO9xK0T0M {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyO9xK0T0M .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyO9xK0T0M .wave2 {
  fill: #bbbbbb;
}
.cid-uyYiMcSj6h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyYiMcSj6h img,
.cid-uyYiMcSj6h .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYiMcSj6h .item:focus,
.cid-uyYiMcSj6h span:focus {
  outline: none;
}
.cid-uyYiMcSj6h .item-wrapper {
  position: relative;
}
.cid-uyYiMcSj6h .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYiMcSj6h .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYiMcSj6h .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYiMcSj6h .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYiMcSj6h .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYiMcSj6h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYiMcSj6h .mbr-section-title {
  color: #232323;
}
.cid-uyYiMcSj6h .mbr-text,
.cid-uyYiMcSj6h .mbr-section-btn {
  text-align: left;
}
.cid-uyYiMcSj6h .item-title {
  text-align: left;
}
.cid-uyYiMcSj6h .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYiMcSj6h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYiMcSj6h .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYiMcSj6h .embla__button--next,
.cid-uyYiMcSj6h .embla__button--prev {
  display: flex;
}
.cid-uyYiMcSj6h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYiMcSj6h .embla__button {
    display: none;
  }
}
.cid-uyYiMcSj6h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYiMcSj6h .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYiMcSj6h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYiMcSj6h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYiMcSj6h .embla__button {
    top: auto;
  }
}
.cid-uyYiMcSj6h .embla {
  position: relative;
  width: 100%;
}
.cid-uyYiMcSj6h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYiMcSj6h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYiMcSj6h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYiMcSj6h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYiMcSj6h .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYiMcSj6h .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYiMcSj6h .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyO9xNyqUm {
  background-color: #ffffff;
}
.cid-uyO9xNyqUm .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyO9xNyqUm .cloud2 {
  fill: #000000;
}
.cid-uyO9xO8izx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyO9xO8izx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyO9xO8izx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyO9xO8izx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyO9xO8izx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyO9xO8izx .list {
    margin-bottom: 0rem;
  }
}
.cid-uyO9xO8izx .mbr-text {
  color: #bbbbbb;
}
.cid-uyO9xO8izx .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-uyO9xO8izx .mbr-iconfont {
  color: black;
}
.cid-uyP4BAuhCS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyP4BAuhCS nav.navbar {
  position: fixed;
}
.cid-uyP4BAuhCS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyP4BAuhCS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyP4BAuhCS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyP4BAuhCS .dropdown-item:hover,
.cid-uyP4BAuhCS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyP4BAuhCS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyP4BAuhCS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyP4BAuhCS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyP4BAuhCS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyP4BAuhCS .nav-link {
  position: relative;
}
.cid-uyP4BAuhCS .container {
  display: flex;
  margin: auto;
}
.cid-uyP4BAuhCS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyP4BAuhCS .dropdown-menu,
.cid-uyP4BAuhCS .navbar.opened {
  background: #000000 !important;
}
.cid-uyP4BAuhCS .nav-item:focus,
.cid-uyP4BAuhCS .nav-link:focus {
  outline: none;
}
.cid-uyP4BAuhCS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyP4BAuhCS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyP4BAuhCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyP4BAuhCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyP4BAuhCS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyP4BAuhCS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyP4BAuhCS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyP4BAuhCS .navbar.opened {
  transition: all .3s;
}
.cid-uyP4BAuhCS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyP4BAuhCS .navbar .navbar-logo img {
  width: auto;
}
.cid-uyP4BAuhCS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyP4BAuhCS .navbar.collapsed {
  justify-content: center;
}
.cid-uyP4BAuhCS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyP4BAuhCS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyP4BAuhCS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyP4BAuhCS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyP4BAuhCS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyP4BAuhCS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyP4BAuhCS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyP4BAuhCS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyP4BAuhCS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyP4BAuhCS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyP4BAuhCS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyP4BAuhCS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyP4BAuhCS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyP4BAuhCS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyP4BAuhCS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyP4BAuhCS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyP4BAuhCS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyP4BAuhCS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyP4BAuhCS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyP4BAuhCS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyP4BAuhCS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyP4BAuhCS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyP4BAuhCS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyP4BAuhCS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyP4BAuhCS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyP4BAuhCS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyP4BAuhCS .dropdown-item.active,
.cid-uyP4BAuhCS .dropdown-item:active {
  background-color: transparent;
}
.cid-uyP4BAuhCS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyP4BAuhCS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyP4BAuhCS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyP4BAuhCS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyP4BAuhCS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyP4BAuhCS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyP4BAuhCS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyP4BAuhCS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyP4BAuhCS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyP4BAuhCS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyP4BAuhCS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyP4BAuhCS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyP4BAuhCS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyP4BAuhCS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyP4BAuhCS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyP4BAuhCS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyP4BAuhCS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyP4BAuhCS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyP4BAuhCS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyP4BAuhCS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyP4BAuhCS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyP4BAuhCS .navbar {
    height: 70px;
  }
  .cid-uyP4BAuhCS .navbar.opened {
    height: auto;
  }
  .cid-uyP4BAuhCS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyP4BBqP6A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyP4BBqP6A .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyP4BBqP6A .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyP4BBqP6A .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyP4BBqP6A .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyP4BBqP6A .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyP4BBqP6A .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyP4BBqP6A .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyP4BBqP6A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyP4BBqP6A .card-title {
  color: #fafafa;
}
.cid-uyP4BBqP6A .mbr-text,
.cid-uyP4BBqP6A .mbr-section-btn {
  color: #fafafa;
}
.cid-uyP4BC6JdH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyP4BC6JdH .item:focus,
.cid-uyP4BC6JdH span:focus {
  outline: none;
}
.cid-uyP4BC6JdH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyP4BC6JdH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyP4BC6JdH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyP4BC6JdH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyP4BC6JdH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyP4BC6JdH .mbr-section-title {
  color: #232323;
}
.cid-uyP4BC6JdH .mbr-text,
.cid-uyP4BC6JdH .mbr-section-btn {
  text-align: left;
}
.cid-uyP4BC6JdH .item-title {
  text-align: left;
}
.cid-uyP4BC6JdH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyP4BFaWL0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyP4BFaWL0 img,
.cid-uyP4BFaWL0 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyP4BFaWL0 .item:focus,
.cid-uyP4BFaWL0 span:focus {
  outline: none;
}
.cid-uyP4BFaWL0 .item-wrapper {
  position: relative;
}
.cid-uyP4BFaWL0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyP4BFaWL0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyP4BFaWL0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyP4BFaWL0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyP4BFaWL0 .mbr-section-title {
  color: #232323;
}
.cid-uyP4BFaWL0 .mbr-text,
.cid-uyP4BFaWL0 .mbr-section-btn {
  text-align: left;
}
.cid-uyP4BFaWL0 .item-title {
  text-align: left;
}
.cid-uyP4BFaWL0 .item-subtitle {
  text-align: left;
}
.cid-uyP4BFaWL0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uyP4BFaWL0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyP4BFaWL0 .embla__button--next,
.cid-uyP4BFaWL0 .embla__button--prev {
  display: flex;
}
.cid-uyP4BFaWL0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uyP4BFaWL0 .embla__button {
    display: none;
  }
}
.cid-uyP4BFaWL0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyP4BFaWL0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyP4BFaWL0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyP4BFaWL0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyP4BFaWL0 .embla__button {
    top: auto;
  }
}
.cid-uyP4BFaWL0 .embla {
  position: relative;
  width: 100%;
}
.cid-uyP4BFaWL0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyP4BFaWL0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyP4BFaWL0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyP4BFaWL0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyP9X03CsE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyP9X03CsE .carousel-item {
  justify-content: center;
}
.cid-uyP9X03CsE .carousel-item.active,
.cid-uyP9X03CsE .carousel-item-next,
.cid-uyP9X03CsE .carousel-item-prev {
  display: flex;
}
.cid-uyP9X03CsE .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyP9X03CsE .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyP9X03CsE .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyP9X03CsE .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyP9X03CsE .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyP9X03CsE .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyP9X03CsE H3 {
  color: #fafafa;
}
.cid-uyP9X03CsE .user_text {
  color: #fafafa;
}
.cid-uyP9X03CsE .user_name {
  color: #bbbbbb;
}
.cid-uyP9X03CsE .user_desk {
  color: #bbbbbb;
}
.cid-uyP4BH1QGn {
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-uyP4BH1QGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyP4BH1QGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyW5Eb45UN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uyW5Eb45UN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyW5Eb45UN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyW5Eb45UN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyW5Eb45UN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyP4BHJINq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyP4BHJINq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyP4BHJINq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyP4BHJINq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyP4BHJINq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyP4BHJINq .list {
    margin-bottom: 0rem;
  }
}
.cid-uyP4BHJINq .mbr-text {
  color: #bbbbbb;
}
.cid-uyP4BHJINq .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-uyP4BHJINq .mbr-iconfont {
  color: black;
}
.cid-uyPbxguKMb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyPbxguKMb nav.navbar {
  position: fixed;
}
.cid-uyPbxguKMb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyPbxguKMb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyPbxguKMb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyPbxguKMb .dropdown-item:hover,
.cid-uyPbxguKMb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyPbxguKMb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyPbxguKMb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyPbxguKMb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyPbxguKMb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyPbxguKMb .nav-link {
  position: relative;
}
.cid-uyPbxguKMb .container {
  display: flex;
  margin: auto;
}
.cid-uyPbxguKMb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyPbxguKMb .dropdown-menu,
.cid-uyPbxguKMb .navbar.opened {
  background: #000000 !important;
}
.cid-uyPbxguKMb .nav-item:focus,
.cid-uyPbxguKMb .nav-link:focus {
  outline: none;
}
.cid-uyPbxguKMb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyPbxguKMb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyPbxguKMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyPbxguKMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyPbxguKMb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyPbxguKMb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyPbxguKMb .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyPbxguKMb .navbar.opened {
  transition: all .3s;
}
.cid-uyPbxguKMb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyPbxguKMb .navbar .navbar-logo img {
  width: auto;
}
.cid-uyPbxguKMb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyPbxguKMb .navbar.collapsed {
  justify-content: center;
}
.cid-uyPbxguKMb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyPbxguKMb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyPbxguKMb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyPbxguKMb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyPbxguKMb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyPbxguKMb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyPbxguKMb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyPbxguKMb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyPbxguKMb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyPbxguKMb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyPbxguKMb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyPbxguKMb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyPbxguKMb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyPbxguKMb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyPbxguKMb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyPbxguKMb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyPbxguKMb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyPbxguKMb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyPbxguKMb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyPbxguKMb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyPbxguKMb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyPbxguKMb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyPbxguKMb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyPbxguKMb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyPbxguKMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyPbxguKMb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyPbxguKMb .dropdown-item.active,
.cid-uyPbxguKMb .dropdown-item:active {
  background-color: transparent;
}
.cid-uyPbxguKMb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyPbxguKMb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyPbxguKMb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyPbxguKMb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyPbxguKMb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyPbxguKMb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyPbxguKMb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyPbxguKMb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyPbxguKMb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyPbxguKMb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyPbxguKMb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyPbxguKMb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyPbxguKMb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyPbxguKMb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyPbxguKMb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyPbxguKMb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyPbxguKMb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyPbxguKMb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyPbxguKMb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyPbxguKMb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyPbxguKMb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyPbxguKMb .navbar {
    height: 70px;
  }
  .cid-uyPbxguKMb .navbar.opened {
    height: auto;
  }
  .cid-uyPbxguKMb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyPbxhnIyY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyPbxhnIyY .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyPbxhnIyY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyPbxhnIyY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyPbxhnIyY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyPbxhnIyY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyPbxhnIyY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyPbxhnIyY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyPbxhnIyY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyPbxhnIyY .card-title {
  color: #fafafa;
}
.cid-uyPbxhnIyY .mbr-text,
.cid-uyPbxhnIyY .mbr-section-btn {
  color: #fafafa;
}
.cid-uyPbximzlm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyPbximzlm .item:focus,
.cid-uyPbximzlm span:focus {
  outline: none;
}
.cid-uyPbximzlm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyPbximzlm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyPbximzlm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyPbximzlm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyPbximzlm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyPbximzlm .mbr-section-title {
  color: #232323;
}
.cid-uyPbximzlm .mbr-text,
.cid-uyPbximzlm .mbr-section-btn {
  text-align: left;
}
.cid-uyPbximzlm .item-title {
  text-align: left;
}
.cid-uyPbximzlm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyPbxjjjH3 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyPbxjjjH3 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyPbxjjjH3 .wave2 {
  fill: #bbbbbb;
}
.cid-uyPbxjKNQ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uyPbxjKNQ3 img,
.cid-uyPbxjKNQ3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyPbxjKNQ3 .item:focus,
.cid-uyPbxjKNQ3 span:focus {
  outline: none;
}
.cid-uyPbxjKNQ3 .item-wrapper {
  position: relative;
}
.cid-uyPbxjKNQ3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyPbxjKNQ3 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyPbxjKNQ3 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uyPbxjKNQ3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyPbxjKNQ3 .mbr-section-title {
  color: #232323;
}
.cid-uyPbxjKNQ3 .mbr-text,
.cid-uyPbxjKNQ3 .mbr-section-btn {
  text-align: left;
}
.cid-uyPbxjKNQ3 .item-title {
  text-align: left;
}
.cid-uyPbxjKNQ3 .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uyPbxjKNQ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyPbxjKNQ3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyPbxjKNQ3 .embla__button--next,
.cid-uyPbxjKNQ3 .embla__button--prev {
  display: flex;
}
.cid-uyPbxjKNQ3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyPbxjKNQ3 .embla__button {
    display: none;
  }
}
.cid-uyPbxjKNQ3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyPbxjKNQ3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyPbxjKNQ3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyPbxjKNQ3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyPbxjKNQ3 .embla__button {
    top: auto;
  }
}
.cid-uyPbxjKNQ3 .embla {
  position: relative;
  width: 100%;
}
.cid-uyPbxjKNQ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyPbxjKNQ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyPbxjKNQ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyPbxjKNQ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyPbxjKNQ3 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyPbxjKNQ3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyPbxjKNQ3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyPbxlr6Ot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyPbxlr6Ot .carousel-item {
  justify-content: center;
}
.cid-uyPbxlr6Ot .carousel-item.active,
.cid-uyPbxlr6Ot .carousel-item-next,
.cid-uyPbxlr6Ot .carousel-item-prev {
  display: flex;
}
.cid-uyPbxlr6Ot .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyPbxlr6Ot .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyPbxlr6Ot .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyPbxlr6Ot .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyPbxlr6Ot .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyPbxlr6Ot .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyPbxlr6Ot H3 {
  color: #fafafa;
}
.cid-uyPbxlr6Ot .user_text {
  color: #fafafa;
}
.cid-uyPbxlr6Ot .user_name {
  color: #bbbbbb;
}
.cid-uyPbxlr6Ot .user_desk {
  color: #bbbbbb;
}
.cid-uyPbxmNhn1 {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyPbxmNhn1 .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyPbxmNhn1 .wave2 {
  fill: #353535;
}
.cid-uyPbxnggNy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uyPbxnggNy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyPbxnggNy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyPbxnggNy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyPbxnggNy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyPbxnggNy .mbr-section-title {
  color: #fafafa;
}
.cid-uyPbxqjHnI {
  background-color: #ffffff;
}
.cid-uyPbxqjHnI .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyPbxqjHnI .cloud2 {
  fill: #000000;
}
.cid-uyPbxqOHxe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyPbxqOHxe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyPbxqOHxe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyPbxqOHxe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyPbxqOHxe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyPbxqOHxe .list {
    margin-bottom: 0rem;
  }
}
.cid-uyPbxqOHxe .mbr-text {
  color: #bbbbbb;
}
.cid-uyPbxqOHxe .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-uyPbxqOHxe .mbr-iconfont {
  color: black;
}
.cid-uyQ0fgw1qU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyQ0fgw1qU nav.navbar {
  position: fixed;
}
.cid-uyQ0fgw1qU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyQ0fgw1qU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyQ0fgw1qU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyQ0fgw1qU .dropdown-item:hover,
.cid-uyQ0fgw1qU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyQ0fgw1qU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyQ0fgw1qU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyQ0fgw1qU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyQ0fgw1qU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyQ0fgw1qU .nav-link {
  position: relative;
}
.cid-uyQ0fgw1qU .container {
  display: flex;
  margin: auto;
}
.cid-uyQ0fgw1qU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyQ0fgw1qU .dropdown-menu,
.cid-uyQ0fgw1qU .navbar.opened {
  background: #000000 !important;
}
.cid-uyQ0fgw1qU .nav-item:focus,
.cid-uyQ0fgw1qU .nav-link:focus {
  outline: none;
}
.cid-uyQ0fgw1qU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyQ0fgw1qU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyQ0fgw1qU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyQ0fgw1qU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyQ0fgw1qU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyQ0fgw1qU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyQ0fgw1qU .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyQ0fgw1qU .navbar.opened {
  transition: all .3s;
}
.cid-uyQ0fgw1qU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyQ0fgw1qU .navbar .navbar-logo img {
  width: auto;
}
.cid-uyQ0fgw1qU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyQ0fgw1qU .navbar.collapsed {
  justify-content: center;
}
.cid-uyQ0fgw1qU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyQ0fgw1qU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyQ0fgw1qU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyQ0fgw1qU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyQ0fgw1qU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyQ0fgw1qU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyQ0fgw1qU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyQ0fgw1qU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyQ0fgw1qU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyQ0fgw1qU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyQ0fgw1qU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyQ0fgw1qU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyQ0fgw1qU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyQ0fgw1qU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyQ0fgw1qU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyQ0fgw1qU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyQ0fgw1qU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyQ0fgw1qU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyQ0fgw1qU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyQ0fgw1qU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyQ0fgw1qU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyQ0fgw1qU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyQ0fgw1qU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyQ0fgw1qU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyQ0fgw1qU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyQ0fgw1qU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyQ0fgw1qU .dropdown-item.active,
.cid-uyQ0fgw1qU .dropdown-item:active {
  background-color: transparent;
}
.cid-uyQ0fgw1qU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyQ0fgw1qU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyQ0fgw1qU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyQ0fgw1qU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyQ0fgw1qU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyQ0fgw1qU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyQ0fgw1qU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyQ0fgw1qU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyQ0fgw1qU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyQ0fgw1qU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyQ0fgw1qU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyQ0fgw1qU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyQ0fgw1qU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyQ0fgw1qU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyQ0fgw1qU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyQ0fgw1qU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyQ0fgw1qU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyQ0fgw1qU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyQ0fgw1qU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyQ0fgw1qU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyQ0fgw1qU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyQ0fgw1qU .navbar {
    height: 70px;
  }
  .cid-uyQ0fgw1qU .navbar.opened {
    height: auto;
  }
  .cid-uyQ0fgw1qU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyQ0fjxWDq {
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-uyQ0fjxWDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyQ0fjxWDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyQ0fjxWDq .mbr-section-title {
  color: #ffffff;
}
.cid-uyQ0fjxWDq .mbr-text,
.cid-uyQ0fjxWDq .mbr-section-btn {
  color: #ffffff;
}
.cid-uyQ0fj8oV0 {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyQ0fj8oV0 .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyQ0fj8oV0 .wave2 {
  fill: #ffffff;
}
.cid-uyQ4dhi12w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyQ4dhi12w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyQ4dhi12w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyQ4dhi12w .mbr-section-title {
  text-align: left;
}
.cid-uyQ4dhi12w .mbr-section-subtitle {
  text-align: left;
}
.cid-uyQ80kepin {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uyQ80kepin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyQ80kepin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyQ80kepin .mbr-section-title {
  color: #ffffff;
}
.cid-uyQ80kepin .mbr-text,
.cid-uyQ80kepin .mbr-section-btn {
  color: #ffffff;
}
.cid-uySyn89RLU {
  background-image: url("../../../assets/images/mbr-1440x1920.png");
}
.cid-uySyn89RLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySyn89RLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySyn89RLU .mbr-section-title {
  color: #ffffff;
}
.cid-uySyn89RLU .mbr-text,
.cid-uySyn89RLU .mbr-section-btn {
  color: #ffffff;
}
.cid-uySRL21QCE {
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uySRL21QCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySRL21QCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySRL21QCE .mbr-section-title {
  color: #ffffff;
}
.cid-uySRL21QCE .mbr-text,
.cid-uySRL21QCE .mbr-section-btn {
  color: #ffffff;
}
.cid-uySRMigmcH {
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-uySRMigmcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySRMigmcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySRMigmcH .mbr-section-title {
  color: #ffffff;
}
.cid-uySRMigmcH .mbr-text,
.cid-uySRMigmcH .mbr-section-btn {
  color: #ffffff;
}
.cid-uySSQcJn2v {
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-uySSQcJn2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uySSQcJn2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uySSQcJn2v .mbr-section-title {
  color: #ffffff;
}
.cid-uySSQcJn2v .mbr-text,
.cid-uySSQcJn2v .mbr-section-btn {
  color: #ffffff;
}
.cid-uyT97mqd5Q {
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-uyT97mqd5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyT97mqd5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyT97mqd5Q .mbr-section-title {
  color: #ffffff;
}
.cid-uyT97mqd5Q .mbr-text,
.cid-uyT97mqd5Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uyT9891Zrw {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uyT9891Zrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyT9891Zrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyT9891Zrw .mbr-section-title {
  color: #ffffff;
}
.cid-uyT9891Zrw .mbr-text,
.cid-uyT9891Zrw .mbr-section-btn {
  color: #ffffff;
}
.cid-uyQ0fludnH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyQ0fludnH .carousel-item {
  justify-content: center;
}
.cid-uyQ0fludnH .carousel-item.active,
.cid-uyQ0fludnH .carousel-item-next,
.cid-uyQ0fludnH .carousel-item-prev {
  display: flex;
}
.cid-uyQ0fludnH .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyQ0fludnH .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyQ0fludnH .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyQ0fludnH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyQ0fludnH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyQ0fludnH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyQ0fludnH H3 {
  color: #fafafa;
}
.cid-uyQ0fludnH .user_text {
  color: #fafafa;
}
.cid-uyQ0fludnH .user_name {
  color: #bbbbbb;
}
.cid-uyQ0fludnH .user_desk {
  color: #bbbbbb;
}
.cid-uyQ0fmRBl2 {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyQ0fmRBl2 .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyQ0fmRBl2 .wave2 {
  fill: #353535;
}
.cid-uyQ0fnsT8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyQ0fnsT8e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyQ0fnsT8e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyQ0fnsT8e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyQ0fnsT8e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyQ0fnsT8e .mbr-section-title {
  color: #fafafa;
}
.cid-uyQ0fo2eXx {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyQ0fo2eXx .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyQ0fo2eXx .wave2 {
  fill: #353535;
}
.cid-uyVXx3ZglS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyVXx3ZglS img,
.cid-uyVXx3ZglS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyVXx3ZglS .item:focus,
.cid-uyVXx3ZglS span:focus {
  outline: none;
}
.cid-uyVXx3ZglS .item-wrapper {
  position: relative;
}
.cid-uyVXx3ZglS .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyVXx3ZglS .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyVXx3ZglS .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyVXx3ZglS .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyVXx3ZglS .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyVXx3ZglS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyVXx3ZglS .mbr-section-title {
  color: #232323;
}
.cid-uyVXx3ZglS .mbr-text,
.cid-uyVXx3ZglS .mbr-section-btn {
  text-align: left;
}
.cid-uyVXx3ZglS .item-title {
  text-align: left;
}
.cid-uyVXx3ZglS .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyVXx3ZglS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyVXx3ZglS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyVXx3ZglS .embla__button--next,
.cid-uyVXx3ZglS .embla__button--prev {
  display: flex;
}
.cid-uyVXx3ZglS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyVXx3ZglS .embla__button {
    display: none;
  }
}
.cid-uyVXx3ZglS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyVXx3ZglS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyVXx3ZglS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyVXx3ZglS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyVXx3ZglS .embla__button {
    top: auto;
  }
}
.cid-uyVXx3ZglS .embla {
  position: relative;
  width: 100%;
}
.cid-uyVXx3ZglS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyVXx3ZglS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyVXx3ZglS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyVXx3ZglS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyVXx3ZglS .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyVXx3ZglS .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyVXx3ZglS .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyQ0fqjZpV {
  background-color: #ffffff;
}
.cid-uyQ0fqjZpV .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyQ0fqjZpV .cloud2 {
  fill: #000000;
}
.cid-uyQ0fqI03a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyQ0fqI03a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyQ0fqI03a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyQ0fqI03a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyQ0fqI03a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyQ0fqI03a .list {
    margin-bottom: 0rem;
  }
}
.cid-uyQ0fqI03a .mbr-text {
  color: #bbbbbb;
}
.cid-uyQ0fqI03a .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-uyQ0fqI03a .mbr-iconfont {
  color: black;
}
.cid-uyTmDdS1W5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyTmDdS1W5 nav.navbar {
  position: fixed;
}
.cid-uyTmDdS1W5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyTmDdS1W5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyTmDdS1W5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyTmDdS1W5 .dropdown-item:hover,
.cid-uyTmDdS1W5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyTmDdS1W5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyTmDdS1W5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyTmDdS1W5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyTmDdS1W5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyTmDdS1W5 .nav-link {
  position: relative;
}
.cid-uyTmDdS1W5 .container {
  display: flex;
  margin: auto;
}
.cid-uyTmDdS1W5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyTmDdS1W5 .dropdown-menu,
.cid-uyTmDdS1W5 .navbar.opened {
  background: #000000 !important;
}
.cid-uyTmDdS1W5 .nav-item:focus,
.cid-uyTmDdS1W5 .nav-link:focus {
  outline: none;
}
.cid-uyTmDdS1W5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyTmDdS1W5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyTmDdS1W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyTmDdS1W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyTmDdS1W5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyTmDdS1W5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyTmDdS1W5 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyTmDdS1W5 .navbar.opened {
  transition: all .3s;
}
.cid-uyTmDdS1W5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyTmDdS1W5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyTmDdS1W5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyTmDdS1W5 .navbar.collapsed {
  justify-content: center;
}
.cid-uyTmDdS1W5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyTmDdS1W5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyTmDdS1W5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyTmDdS1W5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyTmDdS1W5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyTmDdS1W5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyTmDdS1W5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyTmDdS1W5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyTmDdS1W5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyTmDdS1W5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyTmDdS1W5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyTmDdS1W5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyTmDdS1W5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyTmDdS1W5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyTmDdS1W5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyTmDdS1W5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyTmDdS1W5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyTmDdS1W5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyTmDdS1W5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyTmDdS1W5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyTmDdS1W5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyTmDdS1W5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyTmDdS1W5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyTmDdS1W5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyTmDdS1W5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyTmDdS1W5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyTmDdS1W5 .dropdown-item.active,
.cid-uyTmDdS1W5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyTmDdS1W5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyTmDdS1W5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyTmDdS1W5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyTmDdS1W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyTmDdS1W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyTmDdS1W5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyTmDdS1W5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyTmDdS1W5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyTmDdS1W5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyTmDdS1W5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyTmDdS1W5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyTmDdS1W5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyTmDdS1W5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyTmDdS1W5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyTmDdS1W5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyTmDdS1W5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyTmDdS1W5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyTmDdS1W5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyTmDdS1W5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyTmDdS1W5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyTmDdS1W5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyTmDdS1W5 .navbar {
    height: 70px;
  }
  .cid-uyTmDdS1W5 .navbar.opened {
    height: auto;
  }
  .cid-uyTmDdS1W5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyTmDeRTwJ {
  background-image: url("../../../assets/images/mbr-50-696x464.jpg");
}
.cid-uyTmDeRTwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDeRTwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDeRTwJ .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDeRTwJ .mbr-text,
.cid-uyTmDeRTwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDfzBkL {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyTmDfzBkL .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyTmDfzBkL .wave2 {
  fill: #ffffff;
}
.cid-uyTmDg237V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyTmDg237V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDg237V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDg237V .mbr-section-title {
  text-align: left;
}
.cid-uyTmDg237V .mbr-section-subtitle {
  text-align: left;
}
.cid-uyTmDgPEoK {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uyTmDgPEoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDgPEoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDgPEoK .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDgPEoK .mbr-text,
.cid-uyTmDgPEoK .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDhvKBc {
  background-image: url("../../../assets/images/mbr-1440x1920.png");
}
.cid-uyTmDhvKBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDhvKBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDhvKBc .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDhvKBc .mbr-text,
.cid-uyTmDhvKBc .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDi33Z4 {
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uyTmDi33Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDi33Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDi33Z4 .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDi33Z4 .mbr-text,
.cid-uyTmDi33Z4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDiQBom {
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-uyTmDiQBom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDiQBom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDiQBom .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDiQBom .mbr-text,
.cid-uyTmDiQBom .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDjtZzI {
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-uyTmDjtZzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDjtZzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDjtZzI .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDjtZzI .mbr-text,
.cid-uyTmDjtZzI .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDk1ivr {
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-uyTmDk1ivr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDk1ivr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDk1ivr .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDk1ivr .mbr-text,
.cid-uyTmDk1ivr .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDkA8XG {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uyTmDkA8XG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTmDkA8XG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTmDkA8XG .mbr-section-title {
  color: #ffffff;
}
.cid-uyTmDkA8XG .mbr-text,
.cid-uyTmDkA8XG .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTmDl9s7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyTmDl9s7d .carousel-item {
  justify-content: center;
}
.cid-uyTmDl9s7d .carousel-item.active,
.cid-uyTmDl9s7d .carousel-item-next,
.cid-uyTmDl9s7d .carousel-item-prev {
  display: flex;
}
.cid-uyTmDl9s7d .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyTmDl9s7d .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyTmDl9s7d .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyTmDl9s7d .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyTmDl9s7d .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyTmDl9s7d .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyTmDl9s7d H3 {
  color: #fafafa;
}
.cid-uyTmDl9s7d .user_text {
  color: #fafafa;
}
.cid-uyTmDl9s7d .user_name {
  color: #bbbbbb;
}
.cid-uyTmDl9s7d .user_desk {
  color: #bbbbbb;
}
.cid-uyTmDmuDHG {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyTmDmuDHG .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyTmDmuDHG .wave2 {
  fill: #353535;
}
.cid-uyTmDoxsfh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyTmDoxsfh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyTmDoxsfh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyTmDoxsfh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyTmDoxsfh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyTmDoxsfh .mbr-section-title {
  color: #fafafa;
}
.cid-uyTmDp8HzD {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyTmDp8HzD .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyTmDp8HzD .wave2 {
  fill: #353535;
}
.cid-uyVXLSfKej {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyVXLSfKej img,
.cid-uyVXLSfKej .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyVXLSfKej .item:focus,
.cid-uyVXLSfKej span:focus {
  outline: none;
}
.cid-uyVXLSfKej .item-wrapper {
  position: relative;
}
.cid-uyVXLSfKej .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyVXLSfKej .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyVXLSfKej .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyVXLSfKej .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyVXLSfKej .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyVXLSfKej .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyVXLSfKej .mbr-section-title {
  color: #232323;
}
.cid-uyVXLSfKej .mbr-text,
.cid-uyVXLSfKej .mbr-section-btn {
  text-align: left;
}
.cid-uyVXLSfKej .item-title {
  text-align: left;
}
.cid-uyVXLSfKej .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyVXLSfKej .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyVXLSfKej .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyVXLSfKej .embla__button--next,
.cid-uyVXLSfKej .embla__button--prev {
  display: flex;
}
.cid-uyVXLSfKej .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyVXLSfKej .embla__button {
    display: none;
  }
}
.cid-uyVXLSfKej .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyVXLSfKej .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyVXLSfKej .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyVXLSfKej .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyVXLSfKej .embla__button {
    top: auto;
  }
}
.cid-uyVXLSfKej .embla {
  position: relative;
  width: 100%;
}
.cid-uyVXLSfKej .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyVXLSfKej .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyVXLSfKej .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyVXLSfKej .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyVXLSfKej .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyVXLSfKej .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyVXLSfKej .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyTmDpG4rQ {
  background-color: #ffffff;
}
.cid-uyTmDpG4rQ .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyTmDpG4rQ .cloud2 {
  fill: #000000;
}
.cid-uyTmDqc86S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyTmDqc86S .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyTmDqc86S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyTmDqc86S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyTmDqc86S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyTmDqc86S .list {
    margin-bottom: 0rem;
  }
}
.cid-uyTmDqc86S .mbr-text {
  color: #bbbbbb;
}
.cid-uyTmDqc86S .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-uyTmDqc86S .mbr-iconfont {
  color: black;
}
.cid-uyTnlTVPTC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyTnlTVPTC nav.navbar {
  position: fixed;
}
.cid-uyTnlTVPTC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyTnlTVPTC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyTnlTVPTC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyTnlTVPTC .dropdown-item:hover,
.cid-uyTnlTVPTC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyTnlTVPTC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyTnlTVPTC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyTnlTVPTC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyTnlTVPTC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyTnlTVPTC .nav-link {
  position: relative;
}
.cid-uyTnlTVPTC .container {
  display: flex;
  margin: auto;
}
.cid-uyTnlTVPTC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyTnlTVPTC .dropdown-menu,
.cid-uyTnlTVPTC .navbar.opened {
  background: #000000 !important;
}
.cid-uyTnlTVPTC .nav-item:focus,
.cid-uyTnlTVPTC .nav-link:focus {
  outline: none;
}
.cid-uyTnlTVPTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyTnlTVPTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyTnlTVPTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyTnlTVPTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyTnlTVPTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyTnlTVPTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyTnlTVPTC .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyTnlTVPTC .navbar.opened {
  transition: all .3s;
}
.cid-uyTnlTVPTC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyTnlTVPTC .navbar .navbar-logo img {
  width: auto;
}
.cid-uyTnlTVPTC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyTnlTVPTC .navbar.collapsed {
  justify-content: center;
}
.cid-uyTnlTVPTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyTnlTVPTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyTnlTVPTC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyTnlTVPTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyTnlTVPTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyTnlTVPTC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyTnlTVPTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyTnlTVPTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyTnlTVPTC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyTnlTVPTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyTnlTVPTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyTnlTVPTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyTnlTVPTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyTnlTVPTC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyTnlTVPTC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyTnlTVPTC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyTnlTVPTC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyTnlTVPTC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyTnlTVPTC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyTnlTVPTC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyTnlTVPTC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyTnlTVPTC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyTnlTVPTC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyTnlTVPTC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyTnlTVPTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyTnlTVPTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyTnlTVPTC .dropdown-item.active,
.cid-uyTnlTVPTC .dropdown-item:active {
  background-color: transparent;
}
.cid-uyTnlTVPTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyTnlTVPTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyTnlTVPTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyTnlTVPTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyTnlTVPTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyTnlTVPTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyTnlTVPTC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyTnlTVPTC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyTnlTVPTC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyTnlTVPTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyTnlTVPTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyTnlTVPTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyTnlTVPTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyTnlTVPTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyTnlTVPTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyTnlTVPTC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyTnlTVPTC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyTnlTVPTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyTnlTVPTC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyTnlTVPTC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyTnlTVPTC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyTnlTVPTC .navbar {
    height: 70px;
  }
  .cid-uyTnlTVPTC .navbar.opened {
    height: auto;
  }
  .cid-uyTnlTVPTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyTnlVMfig {
  background-image: url("../../../assets/images/mbr-51-696x464.jpg");
}
.cid-uyTnlVMfig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnlVMfig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnlVMfig .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnlVMfig .mbr-text,
.cid-uyTnlVMfig .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnlX2KhD {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyTnlX2KhD .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyTnlX2KhD .wave2 {
  fill: #ffffff;
}
.cid-uyTnlXOk1p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyTnlXOk1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnlXOk1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnlXOk1p .mbr-section-title {
  text-align: left;
}
.cid-uyTnlXOk1p .mbr-section-subtitle {
  text-align: left;
}
.cid-uyTnlYTSjZ {
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uyTnlYTSjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnlYTSjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnlYTSjZ .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnlYTSjZ .mbr-text,
.cid-uyTnlYTSjZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm07cIE {
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-uyTnm07cIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm07cIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm07cIE .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm07cIE .mbr-text,
.cid-uyTnm07cIE .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm1rbCr {
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-uyTnm1rbCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm1rbCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm1rbCr .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm1rbCr .mbr-text,
.cid-uyTnm1rbCr .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm3VPkO {
  background-image: url("../../../assets/images/mbr-1920x1194.jpg");
}
.cid-uyTnm3VPkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm3VPkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm3VPkO .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm3VPkO .mbr-text,
.cid-uyTnm3VPkO .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm4Lwyo {
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-uyTnm4Lwyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm4Lwyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm4Lwyo .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm4Lwyo .mbr-text,
.cid-uyTnm4Lwyo .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm5ZC5i {
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-uyTnm5ZC5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm5ZC5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm5ZC5i .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm5ZC5i .mbr-text,
.cid-uyTnm5ZC5i .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm6CQiZ {
  background-image: url("../../../assets/images/mbr-1920x1258.jpg");
}
.cid-uyTnm6CQiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyTnm6CQiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyTnm6CQiZ .mbr-section-title {
  color: #ffffff;
}
.cid-uyTnm6CQiZ .mbr-text,
.cid-uyTnm6CQiZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVRkHzAss {
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uyVRkHzAss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVRkHzAss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVRkHzAss .mbr-section-title {
  color: #ffffff;
}
.cid-uyVRkHzAss .mbr-text,
.cid-uyVRkHzAss .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVRlCN3Da {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-uyVRlCN3Da .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVRlCN3Da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVRlCN3Da .mbr-section-title {
  color: #ffffff;
}
.cid-uyVRlCN3Da .mbr-text,
.cid-uyVRlCN3Da .mbr-section-btn {
  color: #ffffff;
}
.cid-uyTnm7doVX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyTnm7doVX .carousel-item {
  justify-content: center;
}
.cid-uyTnm7doVX .carousel-item.active,
.cid-uyTnm7doVX .carousel-item-next,
.cid-uyTnm7doVX .carousel-item-prev {
  display: flex;
}
.cid-uyTnm7doVX .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyTnm7doVX .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyTnm7doVX .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyTnm7doVX .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyTnm7doVX .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyTnm7doVX .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyTnm7doVX H3 {
  color: #fafafa;
}
.cid-uyTnm7doVX .user_text {
  color: #fafafa;
}
.cid-uyTnm7doVX .user_name {
  color: #bbbbbb;
}
.cid-uyTnm7doVX .user_desk {
  color: #bbbbbb;
}
.cid-uyTnm8mdLS {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyTnm8mdLS .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyTnm8mdLS .wave2 {
  fill: #353535;
}
.cid-uyTnm8ZW2z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyTnm8ZW2z img,
.cid-uyTnm8ZW2z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyTnm8ZW2z .item:focus,
.cid-uyTnm8ZW2z span:focus {
  outline: none;
}
.cid-uyTnm8ZW2z .item-wrapper {
  position: relative;
}
.cid-uyTnm8ZW2z .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyTnm8ZW2z .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyTnm8ZW2z .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyTnm8ZW2z .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyTnm8ZW2z .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyTnm8ZW2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyTnm8ZW2z .mbr-section-title {
  color: #232323;
}
.cid-uyTnm8ZW2z .mbr-text,
.cid-uyTnm8ZW2z .mbr-section-btn {
  text-align: left;
}
.cid-uyTnm8ZW2z .item-title {
  text-align: left;
}
.cid-uyTnm8ZW2z .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyTnm8ZW2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyTnm8ZW2z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyTnm8ZW2z .embla__button--next,
.cid-uyTnm8ZW2z .embla__button--prev {
  display: flex;
}
.cid-uyTnm8ZW2z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyTnm8ZW2z .embla__button {
    display: none;
  }
}
.cid-uyTnm8ZW2z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyTnm8ZW2z .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyTnm8ZW2z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyTnm8ZW2z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyTnm8ZW2z .embla__button {
    top: auto;
  }
}
.cid-uyTnm8ZW2z .embla {
  position: relative;
  width: 100%;
}
.cid-uyTnm8ZW2z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyTnm8ZW2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyTnm8ZW2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyTnm8ZW2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyTnm8ZW2z .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyTnm8ZW2z .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyTnm8ZW2z .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyTnmauA6W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyTnmauA6W .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyTnmauA6W form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyTnmauA6W form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyTnmauA6W form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyTnmauA6W .mbr-section-title {
  color: #fafafa;
}
.cid-uyTnmb6Xn3 {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyTnmb6Xn3 .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyTnmb6Xn3 .wave2 {
  fill: #bbbbbb;
}
.cid-uyTnmbALYx {
  background-color: #ffffff;
}
.cid-uyTnmbALYx .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyTnmbALYx .cloud2 {
  fill: #000000;
}
.cid-uyTnmc66QJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyTnmc66QJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyTnmc66QJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyTnmc66QJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyTnmc66QJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyTnmc66QJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uyTnmc66QJ .mbr-text {
  color: #bbbbbb;
}
.cid-uyTnmc66QJ .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-uyTnmc66QJ .mbr-iconfont {
  color: black;
}
.cid-uyVSIfKPiy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyVSIfKPiy nav.navbar {
  position: fixed;
}
.cid-uyVSIfKPiy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyVSIfKPiy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyVSIfKPiy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyVSIfKPiy .dropdown-item:hover,
.cid-uyVSIfKPiy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyVSIfKPiy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyVSIfKPiy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyVSIfKPiy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyVSIfKPiy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyVSIfKPiy .nav-link {
  position: relative;
}
.cid-uyVSIfKPiy .container {
  display: flex;
  margin: auto;
}
.cid-uyVSIfKPiy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyVSIfKPiy .dropdown-menu,
.cid-uyVSIfKPiy .navbar.opened {
  background: #000000 !important;
}
.cid-uyVSIfKPiy .nav-item:focus,
.cid-uyVSIfKPiy .nav-link:focus {
  outline: none;
}
.cid-uyVSIfKPiy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyVSIfKPiy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyVSIfKPiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyVSIfKPiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyVSIfKPiy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyVSIfKPiy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyVSIfKPiy .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyVSIfKPiy .navbar.opened {
  transition: all .3s;
}
.cid-uyVSIfKPiy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyVSIfKPiy .navbar .navbar-logo img {
  width: auto;
}
.cid-uyVSIfKPiy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyVSIfKPiy .navbar.collapsed {
  justify-content: center;
}
.cid-uyVSIfKPiy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyVSIfKPiy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyVSIfKPiy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyVSIfKPiy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyVSIfKPiy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyVSIfKPiy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyVSIfKPiy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyVSIfKPiy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyVSIfKPiy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyVSIfKPiy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyVSIfKPiy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyVSIfKPiy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyVSIfKPiy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyVSIfKPiy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyVSIfKPiy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyVSIfKPiy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyVSIfKPiy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyVSIfKPiy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyVSIfKPiy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyVSIfKPiy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyVSIfKPiy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyVSIfKPiy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyVSIfKPiy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyVSIfKPiy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyVSIfKPiy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyVSIfKPiy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyVSIfKPiy .dropdown-item.active,
.cid-uyVSIfKPiy .dropdown-item:active {
  background-color: transparent;
}
.cid-uyVSIfKPiy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyVSIfKPiy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyVSIfKPiy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyVSIfKPiy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyVSIfKPiy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyVSIfKPiy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyVSIfKPiy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyVSIfKPiy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyVSIfKPiy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyVSIfKPiy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyVSIfKPiy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyVSIfKPiy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyVSIfKPiy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyVSIfKPiy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyVSIfKPiy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyVSIfKPiy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyVSIfKPiy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyVSIfKPiy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyVSIfKPiy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyVSIfKPiy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyVSIfKPiy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyVSIfKPiy .navbar {
    height: 70px;
  }
  .cid-uyVSIfKPiy .navbar.opened {
    height: auto;
  }
  .cid-uyVSIfKPiy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyVSIhOCiL {
  background-image: url("../../../assets/images/mbr-14-696x464.jpg");
}
.cid-uyVSIhOCiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSIhOCiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSIhOCiL .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSIhOCiL .mbr-text,
.cid-uyVSIhOCiL .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSIjjSAF {
  padding-top: 0px;
  background: linear-gradient(180deg, #353535, #5daec9);
}
.cid-uyVSIjjSAF .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-uyVSIjjSAF .wave2 {
  fill: #ffffff;
}
.cid-uyVSIjPXLz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyVSIjPXLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSIjPXLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSIjPXLz .mbr-section-title {
  text-align: left;
}
.cid-uyVSIjPXLz .mbr-section-subtitle {
  text-align: left;
}
.cid-uyVSIkDhIJ {
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-uyVSIkDhIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSIkDhIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSIkDhIJ .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSIkDhIJ .mbr-text,
.cid-uyVSIkDhIJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSIlj9Lf {
  background-image: url("../../../assets/images/mbr-1920x1110.jpg");
}
.cid-uyVSIlj9Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSIlj9Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSIlj9Lf .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSIlj9Lf .mbr-text,
.cid-uyVSIlj9Lf .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSIm03i1 {
  background-image: url("../../../assets/images/mbr-1920x1215.jpg");
}
.cid-uyVSIm03i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSIm03i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSIm03i1 .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSIm03i1 .mbr-text,
.cid-uyVSIm03i1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSImLMTN {
  background-image: url("../../../assets/images/mbr-1920x1227.jpg");
}
.cid-uyVSImLMTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSImLMTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSImLMTN .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSImLMTN .mbr-text,
.cid-uyVSImLMTN .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSInxYyp {
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
}
.cid-uyVSInxYyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVSInxYyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyVSInxYyp .mbr-section-title {
  color: #ffffff;
}
.cid-uyVSInxYyp .mbr-text,
.cid-uyVSInxYyp .mbr-section-btn {
  color: #ffffff;
}
.cid-uyVSIrfiky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyVSIrfiky .carousel-item {
  justify-content: center;
}
.cid-uyVSIrfiky .carousel-item.active,
.cid-uyVSIrfiky .carousel-item-next,
.cid-uyVSIrfiky .carousel-item-prev {
  display: flex;
}
.cid-uyVSIrfiky .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyVSIrfiky .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyVSIrfiky .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyVSIrfiky .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyVSIrfiky .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyVSIrfiky .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyVSIrfiky H3 {
  color: #fafafa;
}
.cid-uyVSIrfiky .user_text {
  color: #fafafa;
}
.cid-uyVSIrfiky .user_name {
  color: #bbbbbb;
}
.cid-uyVSIrfiky .user_desk {
  color: #bbbbbb;
}
.cid-uyVSIsZ7zm {
  padding-top: 0px;
  background: linear-gradient(180deg, #232323, #5daec9);
}
.cid-uyVSIsZ7zm .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uyVSIsZ7zm .wave2 {
  fill: #353535;
}
.cid-uyVSItxJBY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyVSItxJBY img,
.cid-uyVSItxJBY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyVSItxJBY .item:focus,
.cid-uyVSItxJBY span:focus {
  outline: none;
}
.cid-uyVSItxJBY .item-wrapper {
  position: relative;
}
.cid-uyVSItxJBY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyVSItxJBY .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyVSItxJBY .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyVSItxJBY .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyVSItxJBY .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyVSItxJBY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyVSItxJBY .mbr-section-title {
  color: #232323;
}
.cid-uyVSItxJBY .mbr-text,
.cid-uyVSItxJBY .mbr-section-btn {
  text-align: left;
}
.cid-uyVSItxJBY .item-title {
  text-align: left;
}
.cid-uyVSItxJBY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyVSItxJBY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyVSItxJBY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyVSItxJBY .embla__button--next,
.cid-uyVSItxJBY .embla__button--prev {
  display: flex;
}
.cid-uyVSItxJBY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyVSItxJBY .embla__button {
    display: none;
  }
}
.cid-uyVSItxJBY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyVSItxJBY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyVSItxJBY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyVSItxJBY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyVSItxJBY .embla__button {
    top: auto;
  }
}
.cid-uyVSItxJBY .embla {
  position: relative;
  width: 100%;
}
.cid-uyVSItxJBY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyVSItxJBY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyVSItxJBY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyVSItxJBY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyVSItxJBY .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyVSItxJBY .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyVSItxJBY .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyVSIvDlaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uyVSIvDlaq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyVSIvDlaq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyVSIvDlaq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyVSIvDlaq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyVSIvDlaq .mbr-section-title {
  color: #fafafa;
}
.cid-uyVSIwlzLD {
  padding-top: 0px;
  background: linear-gradient(180deg, #bbbbbb, #5daec9);
}
.cid-uyVSIwlzLD .wave1 {
  opacity: 0.35;
  fill: #bbbbbb;
}
.cid-uyVSIwlzLD .wave2 {
  fill: #bbbbbb;
}
.cid-uyVSIwXPGM {
  background-color: #ffffff;
}
.cid-uyVSIwXPGM .cloud1 {
  fill: #000000;
  opacity: 0.5;
}
.cid-uyVSIwXPGM .cloud2 {
  fill: #000000;
}
.cid-uyVSIxBroi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyVSIxBroi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyVSIxBroi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyVSIxBroi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyVSIxBroi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyVSIxBroi .list {
    margin-bottom: 0rem;
  }
}
.cid-uyVSIxBroi .mbr-text {
  color: #bbbbbb;
}
.cid-uyVSIxBroi .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-uyVSIxBroi .mbr-iconfont {
  color: black;
}
.cid-uyYGI63sDh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyYGI63sDh nav.navbar {
  position: fixed;
}
.cid-uyYGI63sDh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyYGI63sDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyYGI63sDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyYGI63sDh .dropdown-item:hover,
.cid-uyYGI63sDh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyYGI63sDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyYGI63sDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyYGI63sDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uyYGI63sDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyYGI63sDh .nav-link {
  position: relative;
}
.cid-uyYGI63sDh .container {
  display: flex;
  margin: auto;
}
.cid-uyYGI63sDh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uyYGI63sDh .dropdown-menu,
.cid-uyYGI63sDh .navbar.opened {
  background: #000000 !important;
}
.cid-uyYGI63sDh .nav-item:focus,
.cid-uyYGI63sDh .nav-link:focus {
  outline: none;
}
.cid-uyYGI63sDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyYGI63sDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyYGI63sDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uyYGI63sDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyYGI63sDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyYGI63sDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyYGI63sDh .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uyYGI63sDh .navbar.opened {
  transition: all .3s;
}
.cid-uyYGI63sDh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uyYGI63sDh .navbar .navbar-logo img {
  width: auto;
}
.cid-uyYGI63sDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyYGI63sDh .navbar.collapsed {
  justify-content: center;
}
.cid-uyYGI63sDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyYGI63sDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyYGI63sDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyYGI63sDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyYGI63sDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyYGI63sDh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uyYGI63sDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyYGI63sDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uyYGI63sDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uyYGI63sDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyYGI63sDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyYGI63sDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyYGI63sDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyYGI63sDh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uyYGI63sDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyYGI63sDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyYGI63sDh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyYGI63sDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyYGI63sDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyYGI63sDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uyYGI63sDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyYGI63sDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyYGI63sDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyYGI63sDh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyYGI63sDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyYGI63sDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyYGI63sDh .dropdown-item.active,
.cid-uyYGI63sDh .dropdown-item:active {
  background-color: transparent;
}
.cid-uyYGI63sDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyYGI63sDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyYGI63sDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyYGI63sDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyYGI63sDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyYGI63sDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyYGI63sDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyYGI63sDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyYGI63sDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uyYGI63sDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uyYGI63sDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uyYGI63sDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uyYGI63sDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uyYGI63sDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uyYGI63sDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyYGI63sDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uyYGI63sDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uyYGI63sDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uyYGI63sDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyYGI63sDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyYGI63sDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyYGI63sDh .navbar {
    height: 70px;
  }
  .cid-uyYGI63sDh .navbar.opened {
    height: auto;
  }
  .cid-uyYGI63sDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyYGI73jkW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyYGI73jkW .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uyYGI73jkW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uyYGI73jkW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyYGI73jkW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyYGI73jkW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyYGI73jkW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyYGI73jkW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uyYGI73jkW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyYGI73jkW .card-title {
  color: #fafafa;
}
.cid-uyYGI73jkW .mbr-text,
.cid-uyYGI73jkW .mbr-section-btn {
  color: #fafafa;
}
.cid-uyYHYmzQEW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyYHYmzQEW img,
.cid-uyYHYmzQEW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyYHYmzQEW .item:focus,
.cid-uyYHYmzQEW span:focus {
  outline: none;
}
.cid-uyYHYmzQEW .item-wrapper {
  position: relative;
}
.cid-uyYHYmzQEW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyYHYmzQEW .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyYHYmzQEW .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYHYmzQEW .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyYHYmzQEW .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyYHYmzQEW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyYHYmzQEW .mbr-section-title {
  color: #232323;
}
.cid-uyYHYmzQEW .mbr-text,
.cid-uyYHYmzQEW .mbr-section-btn {
  text-align: left;
}
.cid-uyYHYmzQEW .item-title {
  text-align: left;
}
.cid-uyYHYmzQEW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyYHYmzQEW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uyYHYmzQEW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uyYHYmzQEW .embla__button--next,
.cid-uyYHYmzQEW .embla__button--prev {
  display: flex;
}
.cid-uyYHYmzQEW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uyYHYmzQEW .embla__button {
    display: none;
  }
}
.cid-uyYHYmzQEW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyYHYmzQEW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uyYHYmzQEW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyYHYmzQEW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyYHYmzQEW .embla__button {
    top: auto;
  }
}
.cid-uyYHYmzQEW .embla {
  position: relative;
  width: 100%;
}
.cid-uyYHYmzQEW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyYHYmzQEW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyYHYmzQEW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyYHYmzQEW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uyYHYmzQEW .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uyYHYmzQEW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uyYHYmzQEW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uyYGIb0QQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uyYGIb0QQW .carousel-item {
  justify-content: center;
}
.cid-uyYGIb0QQW .carousel-item.active,
.cid-uyYGIb0QQW .carousel-item-next,
.cid-uyYGIb0QQW .carousel-item-prev {
  display: flex;
}
.cid-uyYGIb0QQW .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-uyYGIb0QQW .carousel-control-next span {
  padding-left: 5px;
}
.cid-uyYGIb0QQW .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uyYGIb0QQW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uyYGIb0QQW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uyYGIb0QQW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uyYGIb0QQW H3 {
  color: #fafafa;
}
.cid-uyYGIb0QQW .user_text {
  color: #fafafa;
}
.cid-uyYGIb0QQW .user_name {
  color: #bbbbbb;
}
.cid-uyYGIb0QQW .user_desk {
  color: #bbbbbb;
}
.cid-uyYGIdpmYe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uyYGIdpmYe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uyYGIdpmYe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyYGIdpmYe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyYGIdpmYe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyYGIe9xJG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uyYGIe9xJG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyYGIe9xJG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uyYGIe9xJG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyYGIe9xJG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyYGIe9xJG .list {
    margin-bottom: 0rem;
  }
}
.cid-uyYGIe9xJG .mbr-text {
  color: #bbbbbb;
}
.cid-uyYGIe9xJG .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-uyYGIe9xJG .mbr-iconfont {
  color: black;
}
.cid-uzfO3DazRD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzfO3DazRD nav.navbar {
  position: fixed;
}
.cid-uzfO3DazRD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzfO3DazRD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzfO3DazRD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzfO3DazRD .dropdown-item:hover,
.cid-uzfO3DazRD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzfO3DazRD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzfO3DazRD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzfO3DazRD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uzfO3DazRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzfO3DazRD .nav-link {
  position: relative;
}
.cid-uzfO3DazRD .container {
  display: flex;
  margin: auto;
}
.cid-uzfO3DazRD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uzfO3DazRD .dropdown-menu,
.cid-uzfO3DazRD .navbar.opened {
  background: #000000 !important;
}
.cid-uzfO3DazRD .nav-item:focus,
.cid-uzfO3DazRD .nav-link:focus {
  outline: none;
}
.cid-uzfO3DazRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzfO3DazRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzfO3DazRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uzfO3DazRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzfO3DazRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzfO3DazRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzfO3DazRD .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uzfO3DazRD .navbar.opened {
  transition: all .3s;
}
.cid-uzfO3DazRD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uzfO3DazRD .navbar .navbar-logo img {
  width: auto;
}
.cid-uzfO3DazRD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzfO3DazRD .navbar.collapsed {
  justify-content: center;
}
.cid-uzfO3DazRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzfO3DazRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzfO3DazRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uzfO3DazRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzfO3DazRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzfO3DazRD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzfO3DazRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzfO3DazRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uzfO3DazRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uzfO3DazRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzfO3DazRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzfO3DazRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzfO3DazRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzfO3DazRD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzfO3DazRD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzfO3DazRD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzfO3DazRD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzfO3DazRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzfO3DazRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzfO3DazRD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uzfO3DazRD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzfO3DazRD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzfO3DazRD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzfO3DazRD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzfO3DazRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzfO3DazRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzfO3DazRD .dropdown-item.active,
.cid-uzfO3DazRD .dropdown-item:active {
  background-color: transparent;
}
.cid-uzfO3DazRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzfO3DazRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzfO3DazRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzfO3DazRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzfO3DazRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzfO3DazRD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzfO3DazRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzfO3DazRD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzfO3DazRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uzfO3DazRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzfO3DazRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzfO3DazRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzfO3DazRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzfO3DazRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzfO3DazRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzfO3DazRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzfO3DazRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzfO3DazRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzfO3DazRD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzfO3DazRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzfO3DazRD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzfO3DazRD .navbar {
    height: 70px;
  }
  .cid-uzfO3DazRD .navbar.opened {
    height: auto;
  }
  .cid-uzfO3DazRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzfOkLymH0 {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #5daec9);
}
.cid-uzfOkLymH0 .wave1 {
  opacity: 0.35;
  fill: #353535;
}
.cid-uzfOkLymH0 .wave2 {
  fill: #353535;
}
.cid-uzfOmZZpxr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-uzfOmZZpxr img {
  width: auto;
}
.cid-uzfO3FCzNl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uzfO3FCzNl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzfO3FCzNl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uzfO3FCzNl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uzfO3FCzNl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzfO3FCzNl .list {
    margin-bottom: 0rem;
  }
}
.cid-uzfO3FCzNl .mbr-text {
  color: #bbbbbb;
}
.cid-uzfO3FCzNl .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-uzfO3FCzNl .mbr-iconfont {
  color: black;
}
