body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #56667b !important;
}
.bg-success {
  background-color: #4a6586 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #56667b !important;
  background: linear-gradient(90deg, #56667b 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #56667b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #919ace !important;
  background: linear-gradient(90deg, #919ace 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #919ace;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #4a6586 !important;
  background: linear-gradient(90deg, #4a6586 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #4a6586;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56667b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #323c48 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56667b !important;
  border-color: #56667b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #919ace;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5563b3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #919ace !important;
  border-color: #919ace !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #4a6586;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b3b4e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6586 !important;
  border-color: #4a6586 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #56667b !important;
}
.text-secondary {
  color: #919ace !important;
}
.text-success {
  color: #4a6586 !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: #2c343f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4d5bac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263344 !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: #fafafa !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: #56667b;
}
.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: #56667b;
  border-color: #56667b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #56667b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99a6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fa5c1;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #56667b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #56667b;
}
/* 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: #56667b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56667b;
}
.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: #56667b;
  border-bottom-color: #56667b;
}
.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: #56667b !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: #919ace !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='%2356667b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sz55TXuY2C {
  z-index: 1000;
  width: 100%;
}
.cid-sz55TXuY2C nav.navbar {
  position: fixed;
}
.cid-sz55TXuY2C .navbar-nav {
  margin: auto;
}
.cid-sz55TXuY2C .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz55TXuY2C .dropdown-item:hover,
.cid-sz55TXuY2C .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-sz55TXuY2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz55TXuY2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz55TXuY2C .navbar-short,
.cid-sz55TXuY2C .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar-short .nav-link,
.cid-sz55TXuY2C .opened .nav-link,
.cid-sz55TXuY2C .navbar-short .navbar-caption,
.cid-sz55TXuY2C .opened .navbar-caption,
.cid-sz55TXuY2C .navbar-short .mbr-iconfont,
.cid-sz55TXuY2C .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz55TXuY2C .navbar-short .hamburger span,
.cid-sz55TXuY2C .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz55TXuY2C .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz55TXuY2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz55TXuY2C .container {
  display: flex;
  margin: auto;
}
.cid-sz55TXuY2C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown-menu,
.cid-sz55TXuY2C .navbar.opened {
  background: #ffffff !important;
}
.cid-sz55TXuY2C .nav-item:focus,
.cid-sz55TXuY2C .nav-link:focus {
  outline: none;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz55TXuY2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz55TXuY2C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-sz55TXuY2C .navbar.opened {
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz55TXuY2C .navbar .navbar-logo img {
  width: auto;
}
.cid-sz55TXuY2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar.collapsed {
  justify-content: center;
}
.cid-sz55TXuY2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz55TXuY2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz55TXuY2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz55TXuY2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz55TXuY2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz55TXuY2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz55TXuY2C .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-sz55TXuY2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz55TXuY2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz55TXuY2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz55TXuY2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz55TXuY2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz55TXuY2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz55TXuY2C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz55TXuY2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz55TXuY2C .dropdown-item.active,
.cid-sz55TXuY2C .dropdown-item:active {
  background-color: transparent;
}
.cid-sz55TXuY2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz55TXuY2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz55TXuY2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz55TXuY2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz55TXuY2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz55TXuY2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar {
    height: 70px;
  }
  .cid-sz55TXuY2C .navbar.opened {
    height: auto;
  }
  .cid-sz55TXuY2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz55N7vCP2 {
  background-image: url("../../../assets/images/redundancy-675x420.jpg");
}
.cid-sz55N7vCP2 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz55N7vCP2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz55N7vCP2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz55N7vCP2 .col-12 {
  position: relative;
}
.cid-sz55N7vCP2 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sz55N7vCP2 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sz55N7vCP2 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sz55N7vCP2 .mbr-section-title {
  color: #263d5a;
}
.cid-sz55N7vCP2 .mbr-text,
.cid-sz55N7vCP2 .mbr-section-btn {
  color: #263d5a;
}
.cid-sz56fQL1rV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cce5fc;
}
.cid-sz56fQL1rV .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz56fQL1rV .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz56fQL1rV .row {
    padding: 2rem 1rem;
  }
}
.cid-sz56fQL1rV .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz56fQL1rV .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz56fQL1rV .card-text {
  color: #263d5a;
}
.cid-sz56fQL1rV .card-title,
.cid-sz56fQL1rV .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz56fQL1rV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz56fQL1rV .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz56fQL1rV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cce5fc;
}
.cid-sz58oYjBZ7 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz58oYjBZ7 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sz58oYjBZ7 .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz58oYjBZ7 .glass {
    padding: 1rem 0rem;
  }
}
.cid-sz58oYjBZ7 .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz58oYjBZ7 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz58oYjBZ7 .card-text {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .card-title,
.cid-sz58oYjBZ7 .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz56uYA5zF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cce5fc;
}
.cid-sz56uYA5zF .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz56uYA5zF .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz56uYA5zF .row {
    padding: 2rem 1rem;
  }
}
.cid-sz56uYA5zF .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz56uYA5zF .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz56uYA5zF .card-text {
  color: #263d5a;
  text-align: center;
}
.cid-sz56uYA5zF .card-title,
.cid-sz56uYA5zF .iconfont-wrapper {
  color: #263d5a;
  text-align: center;
}
.cid-sz56uYA5zF .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-sz56uYA5zF .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sz56uYA5zF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sz56uYA5zF .card-link {
  text-align: center;
}
.cid-uB5dAWxYp3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cce5fc;
}
.cid-uB5dAWxYp3 img {
  width: 100%;
  border-radius: 30px;
}
.cid-uB5dAWxYp3 .my-auto {
  margin-bottom: 0!important;
}
.cid-uB5dAWxYp3 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB5dAWxYp3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uB5dAWxYp3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uB5dAWxYp3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB5dAWxYp3 .mbr-section-title {
  color: #263d5a;
}
.cid-uB5dAWxYp3 .mbr-text,
.cid-uB5dAWxYp3 .mbr-section-btn {
  color: #263d5a;
}
.cid-uB5dAWxYp3 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz57ONqHWB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cce5fc;
}
.cid-sz57ONqHWB .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz57ONqHWB .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz57ONqHWB .row {
    padding: 2rem 1rem;
  }
}
.cid-sz57ONqHWB .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz57ONqHWB .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-sz57ONqHWB span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sz57ONqHWB .collapsed span {
  transform: rotate(0deg);
}
.cid-sz57ONqHWB .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sz57ONqHWB .panel-group {
  width: 100%;
}
.cid-sz57ONqHWB .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sz57ONqHWB .card {
  border-radius: 0px;
}
.cid-sz57ONqHWB .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sz57ONqHWB .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sz57ONqHWB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sz57ONqHWB .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sz57ONqHWB .panel-text {
  color: #263d5a;
}
.cid-sz57ONqHWB .header-text,
.cid-sz57ONqHWB .sign {
  color: #263d5a;
  text-align: right;
}
.cid-sz57ONqHWB .mbr-section-title {
  color: #263d5a;
}
.cid-sz57ONqHWB .header-text,
.cid-sz57ONqHWB .sign,
.cid-sz57ONqHWB .card-header {
  color: #263d5a;
}
.cid-sz57ONqHWB .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz56s32iCe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cce5fc;
}
.cid-sz56s32iCe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-sz56s32iCe input,
.cid-sz56s32iCe textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-sz56s32iCe input:hover,
.cid-sz56s32iCe textarea:hover {
  border-color: transparent!important;
}
.cid-sz56s32iCe .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-sz56s32iCe h4 {
  margin-bottom: 3rem;
}
.cid-sz56s32iCe .col-auto {
  width: 100%;
}
.cid-sz56s32iCe textarea {
  min-height: 250px;
}
.cid-sz56s32iCe .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz56s32iCe .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-sz56s32iCe .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz56s32iCe H4 {
  color: #263d5a;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59KV9QZn {
  z-index: 1000;
  width: 100%;
}
.cid-uB59KV9QZn nav.navbar {
  position: fixed;
}
.cid-uB59KV9QZn .navbar-nav {
  margin: auto;
}
.cid-uB59KV9QZn .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59KV9QZn .dropdown-item:hover,
.cid-uB59KV9QZn .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59KV9QZn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59KV9QZn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59KV9QZn .navbar-short,
.cid-uB59KV9QZn .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59KV9QZn .navbar-short .nav-link,
.cid-uB59KV9QZn .opened .nav-link,
.cid-uB59KV9QZn .navbar-short .navbar-caption,
.cid-uB59KV9QZn .opened .navbar-caption,
.cid-uB59KV9QZn .navbar-short .mbr-iconfont,
.cid-uB59KV9QZn .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59KV9QZn .navbar-short .hamburger span,
.cid-uB59KV9QZn .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59KV9QZn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59KV9QZn .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-uB59KV9QZn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59KV9QZn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59KV9QZn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59KV9QZn .container {
  display: flex;
  margin: auto;
}
.cid-uB59KV9QZn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59KV9QZn .dropdown-menu,
.cid-uB59KV9QZn .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59KV9QZn .nav-item:focus,
.cid-uB59KV9QZn .nav-link:focus {
  outline: none;
}
.cid-uB59KV9QZn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59KV9QZn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59KV9QZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59KV9QZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59KV9QZn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59KV9QZn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59KV9QZn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59KV9QZn .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59KV9QZn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59KV9QZn .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59KV9QZn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59KV9QZn .navbar.collapsed {
  justify-content: center;
}
.cid-uB59KV9QZn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59KV9QZn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59KV9QZn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59KV9QZn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59KV9QZn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59KV9QZn .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-uB59KV9QZn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59KV9QZn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59KV9QZn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59KV9QZn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59KV9QZn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59KV9QZn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59KV9QZn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59KV9QZn .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-uB59KV9QZn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59KV9QZn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59KV9QZn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59KV9QZn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59KV9QZn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59KV9QZn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59KV9QZn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59KV9QZn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59KV9QZn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59KV9QZn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59KV9QZn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59KV9QZn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59KV9QZn .dropdown-item.active,
.cid-uB59KV9QZn .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59KV9QZn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59KV9QZn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59KV9QZn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59KV9QZn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59KV9QZn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59KV9QZn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59KV9QZn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59KV9QZn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59KV9QZn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59KV9QZn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59KV9QZn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59KV9QZn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59KV9QZn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59KV9QZn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59KV9QZn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59KV9QZn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59KV9QZn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59KV9QZn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59KV9QZn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59KV9QZn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59KV9QZn .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-uB59KV9QZn .navbar {
    height: 70px;
  }
  .cid-uB59KV9QZn .navbar.opened {
    height: auto;
  }
  .cid-uB59KV9QZn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5ahhJa7o {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #cce5fc;
}
.cid-uB5ahhJa7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahhJa7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5ahhJa7o .container {
    padding: 0 16px;
  }
}
.cid-uB5ahhJa7o .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5ahhJa7o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5ahhJa7o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5ahhJa7o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5ahhJa7o .mbr-text {
  color: #000000;
}
.cid-uB5ahhJa7o .mbr-text,
.cid-uB5ahhJa7o .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59Ko05sN {
  z-index: 1000;
  width: 100%;
}
.cid-uB59Ko05sN nav.navbar {
  position: fixed;
}
.cid-uB59Ko05sN .navbar-nav {
  margin: auto;
}
.cid-uB59Ko05sN .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59Ko05sN .dropdown-item:hover,
.cid-uB59Ko05sN .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59Ko05sN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59Ko05sN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59Ko05sN .navbar-short,
.cid-uB59Ko05sN .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59Ko05sN .navbar-short .nav-link,
.cid-uB59Ko05sN .opened .nav-link,
.cid-uB59Ko05sN .navbar-short .navbar-caption,
.cid-uB59Ko05sN .opened .navbar-caption,
.cid-uB59Ko05sN .navbar-short .mbr-iconfont,
.cid-uB59Ko05sN .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59Ko05sN .navbar-short .hamburger span,
.cid-uB59Ko05sN .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59Ko05sN .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59Ko05sN .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-uB59Ko05sN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59Ko05sN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59Ko05sN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59Ko05sN .container {
  display: flex;
  margin: auto;
}
.cid-uB59Ko05sN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59Ko05sN .dropdown-menu,
.cid-uB59Ko05sN .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59Ko05sN .nav-item:focus,
.cid-uB59Ko05sN .nav-link:focus {
  outline: none;
}
.cid-uB59Ko05sN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59Ko05sN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59Ko05sN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59Ko05sN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59Ko05sN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59Ko05sN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59Ko05sN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59Ko05sN .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59Ko05sN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59Ko05sN .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59Ko05sN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59Ko05sN .navbar.collapsed {
  justify-content: center;
}
.cid-uB59Ko05sN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59Ko05sN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59Ko05sN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59Ko05sN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59Ko05sN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59Ko05sN .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-uB59Ko05sN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59Ko05sN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59Ko05sN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59Ko05sN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59Ko05sN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59Ko05sN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59Ko05sN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59Ko05sN .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-uB59Ko05sN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59Ko05sN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59Ko05sN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59Ko05sN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59Ko05sN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59Ko05sN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59Ko05sN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59Ko05sN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59Ko05sN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59Ko05sN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59Ko05sN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59Ko05sN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59Ko05sN .dropdown-item.active,
.cid-uB59Ko05sN .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59Ko05sN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59Ko05sN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59Ko05sN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59Ko05sN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59Ko05sN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59Ko05sN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59Ko05sN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59Ko05sN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59Ko05sN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59Ko05sN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59Ko05sN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59Ko05sN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59Ko05sN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59Ko05sN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59Ko05sN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59Ko05sN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59Ko05sN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59Ko05sN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59Ko05sN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59Ko05sN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59Ko05sN .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-uB59Ko05sN .navbar {
    height: 70px;
  }
  .cid-uB59Ko05sN .navbar.opened {
    height: auto;
  }
  .cid-uB59Ko05sN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5a1jSZrX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #cce5fc;
}
.cid-uB5a1jSZrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5a1jSZrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5a1jSZrX .container {
    padding: 0 16px;
  }
}
.cid-uB5a1jSZrX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5a1jSZrX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5a1jSZrX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5a1jSZrX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5a1jSZrX .mbr-text {
  color: #000000;
}
.cid-uB5a1jSZrX .mbr-text,
.cid-uB5a1jSZrX .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59JfJqV0 {
  z-index: 1000;
  width: 100%;
}
.cid-uB59JfJqV0 nav.navbar {
  position: fixed;
}
.cid-uB59JfJqV0 .navbar-nav {
  margin: auto;
}
.cid-uB59JfJqV0 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59JfJqV0 .dropdown-item:hover,
.cid-uB59JfJqV0 .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59JfJqV0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59JfJqV0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59JfJqV0 .navbar-short,
.cid-uB59JfJqV0 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59JfJqV0 .navbar-short .nav-link,
.cid-uB59JfJqV0 .opened .nav-link,
.cid-uB59JfJqV0 .navbar-short .navbar-caption,
.cid-uB59JfJqV0 .opened .navbar-caption,
.cid-uB59JfJqV0 .navbar-short .mbr-iconfont,
.cid-uB59JfJqV0 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59JfJqV0 .navbar-short .hamburger span,
.cid-uB59JfJqV0 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59JfJqV0 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59JfJqV0 .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-uB59JfJqV0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59JfJqV0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59JfJqV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59JfJqV0 .container {
  display: flex;
  margin: auto;
}
.cid-uB59JfJqV0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59JfJqV0 .dropdown-menu,
.cid-uB59JfJqV0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59JfJqV0 .nav-item:focus,
.cid-uB59JfJqV0 .nav-link:focus {
  outline: none;
}
.cid-uB59JfJqV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59JfJqV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59JfJqV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59JfJqV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59JfJqV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59JfJqV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59JfJqV0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59JfJqV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59JfJqV0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59JfJqV0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59JfJqV0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59JfJqV0 .navbar.collapsed {
  justify-content: center;
}
.cid-uB59JfJqV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59JfJqV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59JfJqV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59JfJqV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59JfJqV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59JfJqV0 .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-uB59JfJqV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59JfJqV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59JfJqV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59JfJqV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59JfJqV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59JfJqV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59JfJqV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59JfJqV0 .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-uB59JfJqV0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59JfJqV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59JfJqV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59JfJqV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59JfJqV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59JfJqV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59JfJqV0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59JfJqV0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59JfJqV0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59JfJqV0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59JfJqV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59JfJqV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59JfJqV0 .dropdown-item.active,
.cid-uB59JfJqV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59JfJqV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59JfJqV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59JfJqV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59JfJqV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59JfJqV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59JfJqV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59JfJqV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59JfJqV0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59JfJqV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59JfJqV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59JfJqV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59JfJqV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59JfJqV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59JfJqV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59JfJqV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59JfJqV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59JfJqV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59JfJqV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59JfJqV0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59JfJqV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59JfJqV0 .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-uB59JfJqV0 .navbar {
    height: 70px;
  }
  .cid-uB59JfJqV0 .navbar.opened {
    height: auto;
  }
  .cid-uB59JfJqV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5aeXVcKz {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #cce5fc;
}
.cid-uB5aeXVcKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5aeXVcKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5aeXVcKz .container {
    padding: 0 16px;
  }
}
.cid-uB5aeXVcKz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5aeXVcKz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5aeXVcKz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5aeXVcKz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5aeXVcKz .mbr-text {
  color: #000000;
}
.cid-uB5aeXVcKz .mbr-text,
.cid-uB5aeXVcKz .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59HGRv1p {
  z-index: 1000;
  width: 100%;
}
.cid-uB59HGRv1p nav.navbar {
  position: fixed;
}
.cid-uB59HGRv1p .navbar-nav {
  margin: auto;
}
.cid-uB59HGRv1p .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59HGRv1p .dropdown-item:hover,
.cid-uB59HGRv1p .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59HGRv1p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59HGRv1p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59HGRv1p .navbar-short,
.cid-uB59HGRv1p .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59HGRv1p .navbar-short .nav-link,
.cid-uB59HGRv1p .opened .nav-link,
.cid-uB59HGRv1p .navbar-short .navbar-caption,
.cid-uB59HGRv1p .opened .navbar-caption,
.cid-uB59HGRv1p .navbar-short .mbr-iconfont,
.cid-uB59HGRv1p .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59HGRv1p .navbar-short .hamburger span,
.cid-uB59HGRv1p .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59HGRv1p .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59HGRv1p .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-uB59HGRv1p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59HGRv1p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59HGRv1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59HGRv1p .container {
  display: flex;
  margin: auto;
}
.cid-uB59HGRv1p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59HGRv1p .dropdown-menu,
.cid-uB59HGRv1p .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59HGRv1p .nav-item:focus,
.cid-uB59HGRv1p .nav-link:focus {
  outline: none;
}
.cid-uB59HGRv1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59HGRv1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59HGRv1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59HGRv1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59HGRv1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59HGRv1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59HGRv1p .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59HGRv1p .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59HGRv1p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59HGRv1p .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59HGRv1p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59HGRv1p .navbar.collapsed {
  justify-content: center;
}
.cid-uB59HGRv1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59HGRv1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59HGRv1p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59HGRv1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59HGRv1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59HGRv1p .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-uB59HGRv1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59HGRv1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59HGRv1p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59HGRv1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59HGRv1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59HGRv1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59HGRv1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59HGRv1p .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-uB59HGRv1p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59HGRv1p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59HGRv1p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59HGRv1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59HGRv1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59HGRv1p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59HGRv1p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59HGRv1p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59HGRv1p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59HGRv1p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59HGRv1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59HGRv1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59HGRv1p .dropdown-item.active,
.cid-uB59HGRv1p .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59HGRv1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59HGRv1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59HGRv1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59HGRv1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59HGRv1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59HGRv1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59HGRv1p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59HGRv1p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59HGRv1p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59HGRv1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59HGRv1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59HGRv1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59HGRv1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59HGRv1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59HGRv1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59HGRv1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59HGRv1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59HGRv1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59HGRv1p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59HGRv1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59HGRv1p .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-uB59HGRv1p .navbar {
    height: 70px;
  }
  .cid-uB59HGRv1p .navbar.opened {
    height: auto;
  }
  .cid-uB59HGRv1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5adZZtgV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #cce5fc;
}
.cid-uB5adZZtgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5adZZtgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uB5adZZtgV .container {
    padding: 0 16px;
  }
}
.cid-uB5adZZtgV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uB5adZZtgV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uB5adZZtgV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB5adZZtgV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5adZZtgV .mbr-text {
  color: #000000;
}
.cid-uB5adZZtgV .mbr-text,
.cid-uB5adZZtgV .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59Gu2LwC {
  z-index: 1000;
  width: 100%;
}
.cid-uB59Gu2LwC nav.navbar {
  position: fixed;
}
.cid-uB59Gu2LwC .navbar-nav {
  margin: auto;
}
.cid-uB59Gu2LwC .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59Gu2LwC .dropdown-item:hover,
.cid-uB59Gu2LwC .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59Gu2LwC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59Gu2LwC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59Gu2LwC .navbar-short,
.cid-uB59Gu2LwC .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59Gu2LwC .navbar-short .nav-link,
.cid-uB59Gu2LwC .opened .nav-link,
.cid-uB59Gu2LwC .navbar-short .navbar-caption,
.cid-uB59Gu2LwC .opened .navbar-caption,
.cid-uB59Gu2LwC .navbar-short .mbr-iconfont,
.cid-uB59Gu2LwC .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59Gu2LwC .navbar-short .hamburger span,
.cid-uB59Gu2LwC .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59Gu2LwC .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59Gu2LwC .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-uB59Gu2LwC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59Gu2LwC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59Gu2LwC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59Gu2LwC .container {
  display: flex;
  margin: auto;
}
.cid-uB59Gu2LwC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59Gu2LwC .dropdown-menu,
.cid-uB59Gu2LwC .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59Gu2LwC .nav-item:focus,
.cid-uB59Gu2LwC .nav-link:focus {
  outline: none;
}
.cid-uB59Gu2LwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59Gu2LwC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59Gu2LwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59Gu2LwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59Gu2LwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59Gu2LwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59Gu2LwC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59Gu2LwC .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59Gu2LwC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59Gu2LwC .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59Gu2LwC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59Gu2LwC .navbar.collapsed {
  justify-content: center;
}
.cid-uB59Gu2LwC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59Gu2LwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59Gu2LwC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59Gu2LwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59Gu2LwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59Gu2LwC .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-uB59Gu2LwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59Gu2LwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59Gu2LwC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59Gu2LwC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59Gu2LwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59Gu2LwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59Gu2LwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59Gu2LwC .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-uB59Gu2LwC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59Gu2LwC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59Gu2LwC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59Gu2LwC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59Gu2LwC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59Gu2LwC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59Gu2LwC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59Gu2LwC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59Gu2LwC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59Gu2LwC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59Gu2LwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59Gu2LwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59Gu2LwC .dropdown-item.active,
.cid-uB59Gu2LwC .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59Gu2LwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59Gu2LwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59Gu2LwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59Gu2LwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59Gu2LwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59Gu2LwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59Gu2LwC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59Gu2LwC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59Gu2LwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59Gu2LwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59Gu2LwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59Gu2LwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59Gu2LwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59Gu2LwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59Gu2LwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59Gu2LwC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59Gu2LwC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59Gu2LwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59Gu2LwC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59Gu2LwC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59Gu2LwC .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-uB59Gu2LwC .navbar {
    height: 70px;
  }
  .cid-uB59Gu2LwC .navbar.opened {
    height: auto;
  }
  .cid-uB59Gu2LwC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5aZZ8gtH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cce5fc;
}
.cid-uB5aZZ8gtH .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uB5aZZ8gtH .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB5aZZ8gtH .row {
    padding: 2rem 1rem;
  }
}
.cid-uB5aZZ8gtH .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uB5aZZ8gtH .card-wrapper {
  overflow: visible;
}
.cid-uB5aZZ8gtH .card-text {
  color: #263d5a;
}
.cid-uB5aZZ8gtH .card-title,
.cid-uB5aZZ8gtH .iconfont-wrapper {
  color: #263d5a;
}
.cid-uB5aZZ8gtH .mbr-section-subtitle {
  color: #263d5a;
  text-align: left;
}
.cid-uB5aZZ8gtH .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uB5aZZ8gtH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB5b3g60YC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cce5fc;
}
.cid-uB5b3g60YC .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-uB5b3g60YC .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB5b3g60YC .row {
    padding: 2rem 1rem;
  }
}
.cid-uB5b3g60YC .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uB5b3g60YC .card-wrapper {
  overflow: visible;
}
.cid-uB5b3g60YC .card-text {
  color: #263d5a;
}
.cid-uB5b3g60YC .card-title,
.cid-uB5b3g60YC .iconfont-wrapper {
  color: #263d5a;
}
.cid-uB5b3g60YC .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uB5b3g60YC .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-uB5b3g60YC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-uB59FJw1jK {
  z-index: 1000;
  width: 100%;
}
.cid-uB59FJw1jK nav.navbar {
  position: fixed;
}
.cid-uB59FJw1jK .navbar-nav {
  margin: auto;
}
.cid-uB59FJw1jK .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB59FJw1jK .dropdown-item:hover,
.cid-uB59FJw1jK .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uB59FJw1jK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB59FJw1jK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB59FJw1jK .navbar-short,
.cid-uB59FJw1jK .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uB59FJw1jK .navbar-short .nav-link,
.cid-uB59FJw1jK .opened .nav-link,
.cid-uB59FJw1jK .navbar-short .navbar-caption,
.cid-uB59FJw1jK .opened .navbar-caption,
.cid-uB59FJw1jK .navbar-short .mbr-iconfont,
.cid-uB59FJw1jK .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uB59FJw1jK .navbar-short .hamburger span,
.cid-uB59FJw1jK .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uB59FJw1jK .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uB59FJw1jK .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-uB59FJw1jK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB59FJw1jK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB59FJw1jK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB59FJw1jK .container {
  display: flex;
  margin: auto;
}
.cid-uB59FJw1jK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB59FJw1jK .dropdown-menu,
.cid-uB59FJw1jK .navbar.opened {
  background: #ffffff !important;
}
.cid-uB59FJw1jK .nav-item:focus,
.cid-uB59FJw1jK .nav-link:focus {
  outline: none;
}
.cid-uB59FJw1jK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB59FJw1jK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB59FJw1jK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB59FJw1jK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB59FJw1jK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB59FJw1jK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB59FJw1jK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uB59FJw1jK .navbar.opened {
  transition: all 0.3s;
}
.cid-uB59FJw1jK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB59FJw1jK .navbar .navbar-logo img {
  width: auto;
}
.cid-uB59FJw1jK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB59FJw1jK .navbar.collapsed {
  justify-content: center;
}
.cid-uB59FJw1jK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB59FJw1jK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB59FJw1jK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB59FJw1jK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB59FJw1jK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB59FJw1jK .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-uB59FJw1jK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB59FJw1jK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB59FJw1jK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB59FJw1jK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB59FJw1jK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB59FJw1jK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB59FJw1jK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB59FJw1jK .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-uB59FJw1jK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB59FJw1jK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB59FJw1jK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB59FJw1jK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB59FJw1jK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB59FJw1jK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB59FJw1jK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB59FJw1jK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB59FJw1jK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB59FJw1jK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB59FJw1jK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB59FJw1jK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB59FJw1jK .dropdown-item.active,
.cid-uB59FJw1jK .dropdown-item:active {
  background-color: transparent;
}
.cid-uB59FJw1jK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB59FJw1jK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB59FJw1jK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB59FJw1jK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB59FJw1jK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB59FJw1jK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB59FJw1jK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB59FJw1jK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB59FJw1jK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB59FJw1jK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB59FJw1jK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB59FJw1jK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59FJw1jK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB59FJw1jK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB59FJw1jK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59FJw1jK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB59FJw1jK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB59FJw1jK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB59FJw1jK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB59FJw1jK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB59FJw1jK .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-uB59FJw1jK .navbar {
    height: 70px;
  }
  .cid-uB59FJw1jK .navbar.opened {
    height: auto;
  }
  .cid-uB59FJw1jK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5bFQr9ZM {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #cce5fc;
}
.cid-uB5bFQr9ZM img {
  width: 100%;
  border-radius: 30px;
}
.cid-uB5bFQr9ZM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB5bFQr9ZM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uB5bFQr9ZM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uB5bFQr9ZM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB5bFQr9ZM .mbr-section-title {
  color: #263d5a;
}
.cid-uB5bFQr9ZM .mbr-text,
.cid-uB5bFQr9ZM .mbr-section-btn {
  color: #263d5a;
}
.cid-uB5bFQr9ZM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
.cid-sz55TXuY2C {
  z-index: 1000;
  width: 100%;
}
.cid-sz55TXuY2C nav.navbar {
  position: fixed;
}
.cid-sz55TXuY2C .navbar-nav {
  margin: auto;
}
.cid-sz55TXuY2C .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz55TXuY2C .dropdown-item:hover,
.cid-sz55TXuY2C .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-sz55TXuY2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz55TXuY2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz55TXuY2C .navbar-short,
.cid-sz55TXuY2C .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar-short .nav-link,
.cid-sz55TXuY2C .opened .nav-link,
.cid-sz55TXuY2C .navbar-short .navbar-caption,
.cid-sz55TXuY2C .opened .navbar-caption,
.cid-sz55TXuY2C .navbar-short .mbr-iconfont,
.cid-sz55TXuY2C .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz55TXuY2C .navbar-short .hamburger span,
.cid-sz55TXuY2C .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz55TXuY2C .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz55TXuY2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz55TXuY2C .container {
  display: flex;
  margin: auto;
}
.cid-sz55TXuY2C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown-menu,
.cid-sz55TXuY2C .navbar.opened {
  background: #ffffff !important;
}
.cid-sz55TXuY2C .nav-item:focus,
.cid-sz55TXuY2C .nav-link:focus {
  outline: none;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz55TXuY2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz55TXuY2C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}
.cid-sz55TXuY2C .navbar.opened {
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz55TXuY2C .navbar .navbar-logo img {
  width: auto;
}
.cid-sz55TXuY2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar.collapsed {
  justify-content: center;
}
.cid-sz55TXuY2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz55TXuY2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz55TXuY2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz55TXuY2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz55TXuY2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz55TXuY2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz55TXuY2C .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-sz55TXuY2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz55TXuY2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz55TXuY2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz55TXuY2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz55TXuY2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz55TXuY2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz55TXuY2C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz55TXuY2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz55TXuY2C .dropdown-item.active,
.cid-sz55TXuY2C .dropdown-item:active {
  background-color: transparent;
}
.cid-sz55TXuY2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz55TXuY2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz55TXuY2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz55TXuY2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz55TXuY2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz55TXuY2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar {
    height: 70px;
  }
  .cid-sz55TXuY2C .navbar.opened {
    height: auto;
  }
  .cid-sz55TXuY2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5cbYTGQ8 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #cce5fc;
}
.cid-uB5cbYTGQ8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uB5cbYTGQ8 .row {
  justify-content: center;
}
.cid-uB5cbYTGQ8 .card-text {
  color: #263d5a;
}
.cid-uB5cbYTGQ8 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uB5cbYTGQ8 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uB5cbYTGQ8 .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uB5cbYTGQ8 .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uB5cbYTGQ8 .card {
    padding-bottom: 2rem;
  }
}
.cid-uB5cbYTGQ8 .card-title,
.cid-uB5cbYTGQ8 .iconfont-wrapper {
  color: #263d5a;
}
.cid-uB5cbYTGQ8 .card-subtitle {
  color: #263d5a;
}
.cid-uB5cbYTGQ8 .mbr-section-title {
  text-align: left;
}
.cid-uB5cdOZELW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cce5fc;
}
.cid-uB5cdOZELW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uB5cdOZELW .row {
  justify-content: center;
}
.cid-uB5cdOZELW .card-text {
  color: #263d5a;
}
.cid-uB5cdOZELW .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uB5cdOZELW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uB5cdOZELW .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uB5cdOZELW .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uB5cdOZELW .card {
    padding-bottom: 2rem;
  }
}
.cid-uB5cdOZELW .card-title,
.cid-uB5cdOZELW .iconfont-wrapper {
  color: #263d5a;
}
.cid-uB5cdOZELW .card-subtitle {
  color: #263d5a;
}
.cid-uB5ahYqtFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uB5ahYqtFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ahYqtFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ahYqtFF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB5ahYqtFF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uB5ahYqtFF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uB5ahYqtFF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uB5ahYqtFF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:hover,
.cid-uB5ahYqtFF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uB5ahYqtFF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uB5ahYqtFF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uB5ahYqtFF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uB5ahYqtFF .mbr-section-title {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-text {
  color: #ffffff;
}
.cid-uB5ahYqtFF .mbr-desc {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list {
  color: #ffffff;
}
.cid-uB5ahYqtFF .list,
.cid-uB5ahYqtFF .item-wrap {
  color: #ffffff;
}
