.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.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: 2.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.89rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #19265b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #179ee4 !important;
}
.bg-warning {
  background-color: #fbd429 !important;
}
.bg-danger {
  background-color: #26b600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #19265b !important;
  border-color: #19265b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #060a17 !important;
  border-color: #060a17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060a17 !important;
  border-color: #060a17 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #179ee4 !important;
  border-color: #179ee4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0f6795 !important;
  border-color: #0f6795 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0f6795 !important;
  border-color: #0f6795 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbd429 !important;
  border-color: #fbd429 !important;
  color: #241e01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #caa504 !important;
  border-color: #caa504 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #241e01 !important;
  background-color: #caa504 !important;
  border-color: #caa504 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #26b600 !important;
  border-color: #26b600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #145f00 !important;
  border-color: #145f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #145f00 !important;
  border-color: #145f00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #19265b;
  color: #19265b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060a17 !important;
  background-color: transparent!important;
  border-color: #060a17 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #19265b !important;
  border-color: #19265b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #179ee4;
  color: #179ee4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0f6795 !important;
  background-color: transparent!important;
  border-color: #0f6795 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #179ee4 !important;
  border-color: #179ee4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbd429;
  color: #fbd429;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #caa504 !important;
  background-color: transparent!important;
  border-color: #caa504 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #241e01 !important;
  background-color: #fbd429 !important;
  border-color: #fbd429 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #26b600;
  color: #26b600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #145f00 !important;
  background-color: transparent!important;
  border-color: #145f00 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #26b600 !important;
  border-color: #26b600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #19265b !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #179ee4 !important;
}
.text-warning {
  color: #fbd429 !important;
}
.text-danger {
  color: #26b600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #03050b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e5e87 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bb9903 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #115000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #19265b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #179ee4;
}
.alert-warning {
  background-color: #fbd429;
}
.alert-danger {
  background-color: #26b600;
}
.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: #19265b;
  border-color: #19265b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #19265b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3450bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cdebfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #60ff37;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #19265b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #19265b;
}
/* 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: #19265b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #19265b;
}
.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: #19265b;
  border-bottom-color: #19265b;
}
.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: #19265b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2319265b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  position: relative !important;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkNx5fPDBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkNx5fPDBh .dropdown-item:hover,
.cid-tkNx5fPDBh .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-tkNx5fPDBh .dropdown-item:hover span {
  color: white;
}
.cid-tkNx5fPDBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkNx5fPDBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkNx5fPDBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkNx5fPDBh .nav-link {
  position: relative;
}
.cid-tkNx5fPDBh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkNx5fPDBh .container {
    flex-wrap: nowrap;
  }
}
.cid-tkNx5fPDBh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown-menu,
.cid-tkNx5fPDBh .navbar.opened {
  background: #fafafa !important;
}
.cid-tkNx5fPDBh .nav-item:focus,
.cid-tkNx5fPDBh .nav-link:focus {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkNx5fPDBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkNx5fPDBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.opened {
  transition: all 0.3s;
}
.cid-tkNx5fPDBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkNx5fPDBh .navbar .navbar-logo img {
  width: auto;
}
.cid-tkNx5fPDBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkNx5fPDBh .navbar.collapsed {
  justify-content: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkNx5fPDBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkNx5fPDBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkNx5fPDBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkNx5fPDBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkNx5fPDBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkNx5fPDBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkNx5fPDBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkNx5fPDBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown-item.active,
.cid-tkNx5fPDBh .dropdown-item:active {
  background-color: transparent;
}
.cid-tkNx5fPDBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkNx5fPDBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkNx5fPDBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkNx5fPDBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkNx5fPDBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkNx5fPDBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar {
    height: 70px;
  }
  .cid-tkNx5fPDBh .navbar.opened {
    height: auto;
  }
  .cid-tkNx5fPDBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua0wIly7tu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua0wIly7tu .mbr-section-title {
  text-align: center;
}
.cid-ua0wIly7tu .mbr-text {
  text-align: center;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  position: relative !important;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkNx5fPDBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkNx5fPDBh .dropdown-item:hover,
.cid-tkNx5fPDBh .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-tkNx5fPDBh .dropdown-item:hover span {
  color: white;
}
.cid-tkNx5fPDBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkNx5fPDBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkNx5fPDBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkNx5fPDBh .nav-link {
  position: relative;
}
.cid-tkNx5fPDBh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkNx5fPDBh .container {
    flex-wrap: nowrap;
  }
}
.cid-tkNx5fPDBh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown-menu,
.cid-tkNx5fPDBh .navbar.opened {
  background: #fafafa !important;
}
.cid-tkNx5fPDBh .nav-item:focus,
.cid-tkNx5fPDBh .nav-link:focus {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkNx5fPDBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkNx5fPDBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.opened {
  transition: all 0.3s;
}
.cid-tkNx5fPDBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkNx5fPDBh .navbar .navbar-logo img {
  width: auto;
}
.cid-tkNx5fPDBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkNx5fPDBh .navbar.collapsed {
  justify-content: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkNx5fPDBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkNx5fPDBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkNx5fPDBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkNx5fPDBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkNx5fPDBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkNx5fPDBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkNx5fPDBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkNx5fPDBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown-item.active,
.cid-tkNx5fPDBh .dropdown-item:active {
  background-color: transparent;
}
.cid-tkNx5fPDBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkNx5fPDBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkNx5fPDBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkNx5fPDBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkNx5fPDBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkNx5fPDBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar {
    height: 70px;
  }
  .cid-tkNx5fPDBh .navbar.opened {
    height: auto;
  }
  .cid-tkNx5fPDBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua0wlJTyTL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua0wlJTyTL .mbr-text {
  text-align: center;
}
.cid-ua0wlJTyTL .mbr-section-title {
  text-align: center;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  position: relative !important;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkNx5fPDBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkNx5fPDBh .dropdown-item:hover,
.cid-tkNx5fPDBh .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-tkNx5fPDBh .dropdown-item:hover span {
  color: white;
}
.cid-tkNx5fPDBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkNx5fPDBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkNx5fPDBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkNx5fPDBh .nav-link {
  position: relative;
}
.cid-tkNx5fPDBh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkNx5fPDBh .container {
    flex-wrap: nowrap;
  }
}
.cid-tkNx5fPDBh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown-menu,
.cid-tkNx5fPDBh .navbar.opened {
  background: #fafafa !important;
}
.cid-tkNx5fPDBh .nav-item:focus,
.cid-tkNx5fPDBh .nav-link:focus {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkNx5fPDBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkNx5fPDBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.opened {
  transition: all 0.3s;
}
.cid-tkNx5fPDBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkNx5fPDBh .navbar .navbar-logo img {
  width: auto;
}
.cid-tkNx5fPDBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkNx5fPDBh .navbar.collapsed {
  justify-content: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkNx5fPDBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkNx5fPDBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkNx5fPDBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkNx5fPDBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkNx5fPDBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkNx5fPDBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkNx5fPDBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkNx5fPDBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown-item.active,
.cid-tkNx5fPDBh .dropdown-item:active {
  background-color: transparent;
}
.cid-tkNx5fPDBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkNx5fPDBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkNx5fPDBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkNx5fPDBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkNx5fPDBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkNx5fPDBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar {
    height: 70px;
  }
  .cid-tkNx5fPDBh .navbar.opened {
    height: auto;
  }
  .cid-tkNx5fPDBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua0vRn27aY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua0vRn27aY .mbr-text {
  text-align: center;
}
.cid-ua0vRn27aY .mbr-section-title {
  text-align: center;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  position: relative !important;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkNx5fPDBh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkNx5fPDBh .dropdown-item:hover,
.cid-tkNx5fPDBh .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-tkNx5fPDBh .dropdown-item:hover span {
  color: white;
}
.cid-tkNx5fPDBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkNx5fPDBh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkNx5fPDBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkNx5fPDBh .nav-link {
  position: relative;
}
.cid-tkNx5fPDBh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkNx5fPDBh .container {
    flex-wrap: nowrap;
  }
}
.cid-tkNx5fPDBh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown-menu,
.cid-tkNx5fPDBh .navbar.opened {
  background: #fafafa !important;
}
.cid-tkNx5fPDBh .nav-item:focus,
.cid-tkNx5fPDBh .nav-link:focus {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkNx5fPDBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkNx5fPDBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkNx5fPDBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkNx5fPDBh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.opened {
  transition: all 0.3s;
}
.cid-tkNx5fPDBh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkNx5fPDBh .navbar .navbar-logo img {
  width: auto;
}
.cid-tkNx5fPDBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkNx5fPDBh .navbar.collapsed {
  justify-content: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkNx5fPDBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkNx5fPDBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkNx5fPDBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkNx5fPDBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkNx5fPDBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkNx5fPDBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkNx5fPDBh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkNx5fPDBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkNx5fPDBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkNx5fPDBh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkNx5fPDBh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkNx5fPDBh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkNx5fPDBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkNx5fPDBh .dropdown-item.active,
.cid-tkNx5fPDBh .dropdown-item:active {
  background-color: transparent;
}
.cid-tkNx5fPDBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkNx5fPDBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tkNx5fPDBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkNx5fPDBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkNx5fPDBh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkNx5fPDBh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkNx5fPDBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkNx5fPDBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkNx5fPDBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkNx5fPDBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkNx5fPDBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkNx5fPDBh .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-tkNx5fPDBh .navbar {
    height: 70px;
  }
  .cid-tkNx5fPDBh .navbar.opened {
    height: auto;
  }
  .cid-tkNx5fPDBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc3IUTS6Yv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-uc3IUTS6Yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3IUTS6Yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3IUTS6Yv .mbr-section-title {
  color: #ffffff;
}
.cid-uc3IUTS6Yv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txpNfVax2b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #19265b;
}
.cid-txpNfVax2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-txpNfVax2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-txpNfVax2b .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txpNfVax2b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-txpNfVax2b .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-txpNfVax2b .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txpNfVax2b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txpNfVax2b .mbr-text,
.cid-txpNfVax2b .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txpNfVax2b .w-110 {
  width: 300px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.cid-uc4lRvO4Qq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc4lRvO4Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4lRvO4Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4lRvO4Qq .mbr-section-title {
  color: #232323;
}
.cid-uc4lRvO4Qq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufgPJWnspC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufgPJWnspC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgPJWnspC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufgPJWnspC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ufgPJWnspC .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ufgPJWnspC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ufgPJWnspC .container {
    padding: 0 16px;
  }
}
.cid-ufgPJWnspC .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ufgPJWnspC .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ufgPJWnspC .item {
    margin-bottom: 24px;
  }
}
.cid-ufgPJWnspC .item .item-wrapper {
  background-image: linear-gradient(135deg, #19265b, #19265b 34%, #111111 67%, #19265b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-ufgPJWnspC .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #fafafa;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufgPJWnspC .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ufgPJWnspC .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #111111, #19265b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fafafa;
}
.cid-ufgPJWnspC .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-ufgPJWnspC .card-text {
  color: #333333;
  text-align: center;
}
.cid-ufgPJWnspC .card-name {
  color: #080808;
}
.cid-uc3Nnic1Sb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-uc3Nnic1Sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3Nnic1Sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3Nnic1Sb .mbr-section-title {
  color: #ffffff;
}
.cid-uc3Nnic1Sb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubBD5fmOTu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubBD5fmOTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubBD5fmOTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubBD5fmOTu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubBD5fmOTu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubBD5fmOTu .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubBD5fmOTu .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-ua0u0QbteG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ua0u0QbteG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0u0QbteG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0u0QbteG .mbr-section-title {
  color: #ffffff;
}
.cid-uc3OZKN8Yy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc3OZKN8Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3OZKN8Yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3OZKN8Yy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tkrnvek7VK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-tkrnvek7VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkrnvek7VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkrnvek7VK .mbr-section-title {
  color: #ffffff;
}
.cid-tkrnvek7VK .mbr-section-subtitle {
  color: #fffe09;
}
.cid-uc3R1TI6MQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc3R1TI6MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3R1TI6MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc3R1TI6MQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc3R1TI6MQ .row {
  flex-direction: row-reverse;
}
.cid-uc3R1TI6MQ img {
  width: 100%;
}
.cid-trS0VMFNPJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-trS0VMFNPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trS0VMFNPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trS0VMFNPJ .mbr-section-title {
  color: #ffffff;
}
.cid-trS0VMFNPJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf0eTJQKlL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf0eTJQKlL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uf0eTJQKlL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uf0eTJQKlL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #26b600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uf0eTJQKlL .mbr-text DIV {
  text-align: center;
}
.cid-thnVtvFlCl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-thnVtvFlCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thnVtvFlCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thnVtvFlCl .mbr-section-title {
  color: #ffffff;
}
.cid-thnVtvFlCl .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ubNkuEmIUU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubNkuEmIUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubNkuEmIUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubNkuEmIUU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubNkuEmIUU .row {
  flex-direction: row-reverse;
}
.cid-ubNkuEmIUU img {
  width: 100%;
}
.cid-ufgG1HvpxW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ufgG1HvpxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgG1HvpxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufgG1HvpxW .mbr-section-title {
  color: #ffffff;
}
.cid-ubBIv9T8L2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubBIv9T8L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubBIv9T8L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubBIv9T8L2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubBIv9T8L2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubBIv9T8L2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubBIv9T8L2 .mbr-description {
  text-align: left;
}
.cid-ubBIv9T8L2 .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-ubBIv9T8L2 .mbr-text {
  text-align: left;
}
.cid-ueTuQm8sfk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ueTuQm8sfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueTuQm8sfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueTuQm8sfk .mbr-section-title {
  color: #ffffff;
}
.cid-ueTuQm8sfk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufgHbLNdwk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ufgHbLNdwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgHbLNdwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufgHbLNdwk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ufgHbLNdwk .team-card:hover {
  transform: translateY(-10px);
}
.cid-ufgHbLNdwk .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ufgHbLNdwk .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufgHbLNdwk .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ufgHbLNdwk .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufgHbLNdwk .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ufgHbLNdwk .social-row {
  text-align: center;
}
.cid-ufgHbLNdwk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ufgHbLNdwk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ufgHbLNdwk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ufgHbLNdwk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tirq1juPYE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-tirq1juPYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tirq1juPYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tirq1juPYE .mbr-section-title {
  color: #fafafa;
}
.cid-tirq1juPYE .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ufgDVkscga {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufgDVkscga .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufgDVkscga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufgDVkscga .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-ufgDVkscga .item .icon-wrap {
  text-align: center;
}
.cid-ufgDVkscga .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 35px;
  left: 50%;
  top: 97%;
  color: #19265b;
  transform: translate(-50%, 0);
}
.cid-ufgDVkscga .item:last-child:before {
  display: none;
}
.cid-ufgDVkscga .item.last::before {
  display: none;
}
.cid-ufgDVkscga .icon-box {
  background: #19265b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ufgDVkscga .text-box {
  text-align: center;
}
.cid-ufgDVkscga span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-ufgDVkscga .card {
    margin-bottom: 2rem;
  }
  .cid-ufgDVkscga .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubBLwl3QNU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ubBLwl3QNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubBLwl3QNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubBLwl3QNU .mbr-section-title {
  color: #ffffff;
}
.cid-txpOIit53B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txpOIit53B .mbr-fallback-image.disabled {
  display: none;
}
.cid-txpOIit53B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txpOIit53B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-txpOIit53B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txpOIit53B .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #19265b;
}
.cid-txpOIit53B .panel-body,
.cid-txpOIit53B .card-header {
  padding: 1rem 0;
}
.cid-txpOIit53B .panel-title-edit {
  color: #000000;
}
.cid-uc3UuciOww {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-uc3UuciOww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3UuciOww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3UuciOww .mbr-section-title {
  color: #ffffff;
}
.cid-uc3UuciOww .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubNRSUJORB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ubNRSUJORB .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ubNRSUJORB .img-wrap img {
  width: 60%;
  margin: auto;
}
.cid-ubNRSUJORB .mbr-text,
.cid-ubNRSUJORB .mbr-section-btn {
  color: #9e0a0a;
  border-radius: 4px;
}
.cid-ubNRSUJORB .mbr-section-title {
  color: #ffffff;
}
.cid-ubNRSUJORB .buttons-wrap .link {
  display: flex;
}
.cid-ubNRSUJORB .mbr-arrow {
  bottom: 0;
}
.cid-u8dueNJJ86 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u8dueNJJ86 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8dueNJJ86 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8dueNJJ86 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8dueNJJ86 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8dueNJJ86 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8dueNJJ86 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8dueNJJ86 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u8dueNJJ86 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u8dueNJJ86 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u8dueNJJ86 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u8dueNJJ86 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u8dueNJJ86 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u8dueNJJ86 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8dueNJJ86 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhUvqyIwVf {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uhUvqyIwVf .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uhUvqyIwVf .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uhUvqyIwVf .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uhUvqyIwVf .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uhUvqyIwVf .social-list {
  display: flex;
  justify-content: center;
}
.cid-uhUvqyIwVf .social-list a:focus {
  text-decoration: none;
}
.cid-uhUvqyIwVf .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uhUvqyIwVf .socion1 {
  background: #ff6666;
}
.cid-uhUvqyIwVf .socion2 {
  background-color: #b6e1f8;
}
.cid-uhUvqyIwVf .socion3 {
  background-color: #fbcf10;
}
.cid-uhUvqyIwVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUvqyIwVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKI9iNbR .navbar-dropdown {
  position: relative !important;
}
.cid-ujBKI9iNbR .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-ujBKI9iNbR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujBKI9iNbR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujBKI9iNbR .dropdown-item:hover,
.cid-ujBKI9iNbR .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-ujBKI9iNbR .dropdown-item:hover span {
  color: white;
}
.cid-ujBKI9iNbR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujBKI9iNbR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujBKI9iNbR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujBKI9iNbR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujBKI9iNbR .nav-link {
  position: relative;
}
.cid-ujBKI9iNbR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujBKI9iNbR .container {
    flex-wrap: nowrap;
  }
}
.cid-ujBKI9iNbR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujBKI9iNbR .dropdown-menu,
.cid-ujBKI9iNbR .navbar.opened {
  background: #fafafa !important;
}
.cid-ujBKI9iNbR .nav-item:focus,
.cid-ujBKI9iNbR .nav-link:focus {
  outline: none;
}
.cid-ujBKI9iNbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBKI9iNbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBKI9iNbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBKI9iNbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBKI9iNbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBKI9iNbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBKI9iNbR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-ujBKI9iNbR .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBKI9iNbR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujBKI9iNbR .navbar .navbar-logo img {
  width: auto;
}
.cid-ujBKI9iNbR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujBKI9iNbR .navbar.collapsed {
  justify-content: center;
}
.cid-ujBKI9iNbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBKI9iNbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBKI9iNbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBKI9iNbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBKI9iNbR .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-ujBKI9iNbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBKI9iNbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujBKI9iNbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujBKI9iNbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBKI9iNbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBKI9iNbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBKI9iNbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujBKI9iNbR .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-ujBKI9iNbR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBKI9iNbR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujBKI9iNbR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujBKI9iNbR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBKI9iNbR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBKI9iNbR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujBKI9iNbR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujBKI9iNbR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBKI9iNbR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBKI9iNbR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBKI9iNbR .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-ujBKI9iNbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBKI9iNbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBKI9iNbR .dropdown-item.active,
.cid-ujBKI9iNbR .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBKI9iNbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBKI9iNbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBKI9iNbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBKI9iNbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ujBKI9iNbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujBKI9iNbR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBKI9iNbR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujBKI9iNbR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBKI9iNbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujBKI9iNbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-ujBKI9iNbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBKI9iNbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBKI9iNbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBKI9iNbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBKI9iNbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBKI9iNbR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBKI9iNbR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBKI9iNbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBKI9iNbR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujBKI9iNbR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujBKI9iNbR .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-ujBKI9iNbR .navbar {
    height: 70px;
  }
  .cid-ujBKI9iNbR .navbar.opened {
    height: auto;
  }
  .cid-ujBKI9iNbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBKIa2mn5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIa2mn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIa2mn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIa2mn5 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIa2mn5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIaFooL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #19265b;
}
.cid-ujBKIaFooL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIaFooL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBKIaFooL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBKIaFooL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ujBKIaFooL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ujBKIaFooL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBKIaFooL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujBKIaFooL .mbr-text,
.cid-ujBKIaFooL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ujBKIaFooL .w-110 {
  width: 300px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.cid-ujBKIcal7M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIcal7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIcal7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIcal7M .mbr-section-title {
  color: #232323;
}
.cid-ujBKIcal7M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIcFtIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIcFtIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIcFtIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIcFtIk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ujBKIcFtIk .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ujBKIcFtIk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujBKIcFtIk .container {
    padding: 0 16px;
  }
}
.cid-ujBKIcFtIk .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ujBKIcFtIk .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ujBKIcFtIk .item {
    margin-bottom: 24px;
  }
}
.cid-ujBKIcFtIk .item .item-wrapper {
  background-image: linear-gradient(135deg, #19265b, #19265b 34%, #111111 67%, #19265b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #fafafa;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujBKIcFtIk .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #111111, #19265b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fafafa;
}
.cid-ujBKIcFtIk .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujBKIcFtIk .card-text {
  color: #333333;
  text-align: center;
}
.cid-ujBKIcFtIk .card-name {
  color: #080808;
}
.cid-ujBKIdeioR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIdeioR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIdeioR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIdeioR .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIdeioR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIdL2TE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIdL2TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIdL2TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBKIdL2TE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBKIdL2TE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBKIdL2TE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBKIdL2TE .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-ujBKIejvHe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIejvHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIejvHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIejvHe .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIeP14e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBKIeP14e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIeP14e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIeP14e .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujBKIfm3GE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIfm3GE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIfm3GE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIfm3GE .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIfm3GE .mbr-section-subtitle {
  color: #fffe09;
}
.cid-ujBKIfTHSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBKIfTHSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIfTHSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBKIfTHSP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBKIfTHSP .row {
  flex-direction: row-reverse;
}
.cid-ujBKIfTHSP img {
  width: 100%;
}
.cid-ujBKIgpex6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIgpex6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIgpex6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIgpex6 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIgpex6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIh1SSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIh1SSt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujBKIh1SSt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujBKIh1SSt .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #26b600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujBKIh1SSt .mbr-text DIV {
  text-align: center;
}
.cid-ujBKIhACEh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIhACEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIhACEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIhACEh .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIhACEh .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ujBKIib9Xv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBKIib9Xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIib9Xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBKIib9Xv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBKIib9Xv .row {
  flex-direction: row-reverse;
}
.cid-ujBKIib9Xv img {
  width: 100%;
}
.cid-ujBKIiMYtC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIiMYtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIiMYtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIiMYtC .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIjlCg7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIjlCg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIjlCg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBKIjlCg7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBKIjlCg7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBKIjlCg7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBKIjlCg7 .mbr-description {
  text-align: left;
}
.cid-ujBKIjlCg7 .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-ujBKIjlCg7 .mbr-text {
  text-align: left;
}
.cid-ujBKIjZeSf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIjZeSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIjZeSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIjZeSf .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIjZeSf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIkBjys {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ujBKIkBjys .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIkBjys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIkBjys .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ujBKIkBjys .team-card:hover {
  transform: translateY(-10px);
}
.cid-ujBKIkBjys .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ujBKIkBjys .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBKIkBjys .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ujBKIkBjys .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujBKIkBjys .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ujBKIkBjys .social-row {
  text-align: center;
}
.cid-ujBKIkBjys .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ujBKIkBjys .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ujBKIkBjys .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ujBKIkBjys .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ujBKIltrQU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIltrQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIltrQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIltrQU .mbr-section-title {
  color: #fafafa;
}
.cid-ujBKIltrQU .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ujBKIm6Tk2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIm6Tk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIm6Tk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIm6Tk2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-ujBKIm6Tk2 .item .icon-wrap {
  text-align: center;
}
.cid-ujBKIm6Tk2 .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 35px;
  left: 50%;
  top: 97%;
  color: #19265b;
  transform: translate(-50%, 0);
}
.cid-ujBKIm6Tk2 .item:last-child:before {
  display: none;
}
.cid-ujBKIm6Tk2 .item.last::before {
  display: none;
}
.cid-ujBKIm6Tk2 .icon-box {
  background: #19265b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ujBKIm6Tk2 .text-box {
  text-align: center;
}
.cid-ujBKIm6Tk2 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-ujBKIm6Tk2 .card {
    margin-bottom: 2rem;
  }
  .cid-ujBKIm6Tk2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBKInakjw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKInakjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKInakjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKInakjw .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIo2EnT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBKIo2EnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIo2EnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIo2EnT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujBKIo2EnT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujBKIo2EnT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #19265b;
}
.cid-ujBKIo2EnT .panel-body,
.cid-ujBKIo2EnT .card-header {
  padding: 1rem 0;
}
.cid-ujBKIo2EnT .panel-title-edit {
  color: #000000;
}
.cid-ujBKIoUzhU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIoUzhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIoUzhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBKIoUzhU .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIoUzhU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBKIpF5Gi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBKIpF5Gi .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ujBKIpF5Gi .img-wrap img {
  width: 60%;
  margin: auto;
}
.cid-ujBKIpF5Gi .mbr-text,
.cid-ujBKIpF5Gi .mbr-section-btn {
  color: #9e0a0a;
  border-radius: 4px;
}
.cid-ujBKIpF5Gi .mbr-section-title {
  color: #ffffff;
}
.cid-ujBKIpF5Gi .buttons-wrap .link {
  display: flex;
}
.cid-ujBKIpF5Gi .mbr-arrow {
  bottom: 0;
}
.cid-ujBKIqw23Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujBKIqw23Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ujBKIqw23Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ujBKIqw23Q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ujBKIqw23Q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ujBKIqw23Q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ujBKIqw23Q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ujBKIqw23Q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ujBKIqw23Q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ujBKIqw23Q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujBKIqw23Q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ujBKIqw23Q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujBKIqw23Q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujBKIqw23Q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ujBKIqw23Q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ujBKIrpD13 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-ujBKIrpD13 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-ujBKIrpD13 .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-ujBKIrpD13 .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-ujBKIrpD13 .socicon {
    margin-right: 0.2rem;
  }
}
.cid-ujBKIrpD13 .social-list {
  display: flex;
  justify-content: center;
}
.cid-ujBKIrpD13 .social-list a:focus {
  text-decoration: none;
}
.cid-ujBKIrpD13 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-ujBKIrpD13 .socion1 {
  background: #ff6666;
}
.cid-ujBKIrpD13 .socion2 {
  background-color: #b6e1f8;
}
.cid-ujBKIrpD13 .socion3 {
  background-color: #fbcf10;
}
.cid-ujBKIrpD13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBKIrpD13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYe6WdEK .navbar-dropdown {
  position: relative !important;
}
.cid-ujBYe6WdEK .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-ujBYe6WdEK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujBYe6WdEK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujBYe6WdEK .dropdown-item:hover,
.cid-ujBYe6WdEK .dropdown-item:focus {
  background: #19265b !important;
  color: white !important;
}
.cid-ujBYe6WdEK .dropdown-item:hover span {
  color: white;
}
.cid-ujBYe6WdEK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujBYe6WdEK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujBYe6WdEK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujBYe6WdEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujBYe6WdEK .nav-link {
  position: relative;
}
.cid-ujBYe6WdEK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ujBYe6WdEK .container {
    flex-wrap: nowrap;
  }
}
.cid-ujBYe6WdEK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujBYe6WdEK .dropdown-menu,
.cid-ujBYe6WdEK .navbar.opened {
  background: #fafafa !important;
}
.cid-ujBYe6WdEK .nav-item:focus,
.cid-ujBYe6WdEK .nav-link:focus {
  outline: none;
}
.cid-ujBYe6WdEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujBYe6WdEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujBYe6WdEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujBYe6WdEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujBYe6WdEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujBYe6WdEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujBYe6WdEK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-ujBYe6WdEK .navbar.opened {
  transition: all 0.3s;
}
.cid-ujBYe6WdEK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujBYe6WdEK .navbar .navbar-logo img {
  width: auto;
}
.cid-ujBYe6WdEK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujBYe6WdEK .navbar.collapsed {
  justify-content: center;
}
.cid-ujBYe6WdEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujBYe6WdEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujBYe6WdEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujBYe6WdEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujBYe6WdEK .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-ujBYe6WdEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujBYe6WdEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujBYe6WdEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujBYe6WdEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujBYe6WdEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujBYe6WdEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujBYe6WdEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujBYe6WdEK .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-ujBYe6WdEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujBYe6WdEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujBYe6WdEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujBYe6WdEK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujBYe6WdEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujBYe6WdEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujBYe6WdEK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujBYe6WdEK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujBYe6WdEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujBYe6WdEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujBYe6WdEK .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-ujBYe6WdEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujBYe6WdEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujBYe6WdEK .dropdown-item.active,
.cid-ujBYe6WdEK .dropdown-item:active {
  background-color: transparent;
}
.cid-ujBYe6WdEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujBYe6WdEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujBYe6WdEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujBYe6WdEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ujBYe6WdEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujBYe6WdEK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujBYe6WdEK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujBYe6WdEK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujBYe6WdEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujBYe6WdEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19265b;
}
.cid-ujBYe6WdEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujBYe6WdEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBYe6WdEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujBYe6WdEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujBYe6WdEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBYe6WdEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujBYe6WdEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujBYe6WdEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujBYe6WdEK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujBYe6WdEK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujBYe6WdEK .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-ujBYe6WdEK .navbar {
    height: 70px;
  }
  .cid-ujBYe6WdEK .navbar.opened {
    height: auto;
  }
  .cid-ujBYe6WdEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujBYe7x1G8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYe7x1G8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYe7x1G8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYe7x1G8 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYe7x1G8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYe82vfY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #19265b;
}
.cid-ujBYe82vfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYe82vfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBYe82vfY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBYe82vfY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ujBYe82vfY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ujBYe82vfY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBYe82vfY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujBYe82vfY .mbr-text,
.cid-ujBYe82vfY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ujBYe82vfY .w-110 {
  width: 300px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.cid-ujBYe9sBBo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYe9sBBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYe9sBBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYe9sBBo .mbr-section-title {
  color: #232323;
}
.cid-ujBYe9sBBo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYe9Un5C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYe9Un5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYe9Un5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYe9Un5C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ujBYe9Un5C .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ujBYe9Un5C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujBYe9Un5C .container {
    padding: 0 16px;
  }
}
.cid-ujBYe9Un5C .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ujBYe9Un5C .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ujBYe9Un5C .item {
    margin-bottom: 24px;
  }
}
.cid-ujBYe9Un5C .item .item-wrapper {
  background-image: linear-gradient(135deg, #19265b, #19265b 34%, #111111 67%, #19265b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #fafafa;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujBYe9Un5C .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #111111, #19265b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fafafa;
}
.cid-ujBYe9Un5C .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-ujBYe9Un5C .card-text {
  color: #333333;
  text-align: center;
}
.cid-ujBYe9Un5C .card-name {
  color: #080808;
}
.cid-ujBYeasDja {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYeasDja .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYeasDja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYeasDja .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYeasDja .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYeb0QTW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYeb0QTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYeb0QTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBYeb0QTW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBYeb0QTW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBYeb0QTW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBYeb0QTW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-ujBYebwcu8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYebwcu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYebwcu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYebwcu8 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYec4zci {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBYec4zci .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYec4zci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYec4zci .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujBYecBRZ1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYecBRZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYecBRZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYecBRZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYecBRZ1 .mbr-section-subtitle {
  color: #fffe09;
}
.cid-ujBYed8gIV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBYed8gIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYed8gIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBYed8gIV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBYed8gIV .row {
  flex-direction: row-reverse;
}
.cid-ujBYed8gIV img {
  width: 100%;
}
.cid-ujBYedHppq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYedHppq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYedHppq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYedHppq .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYedHppq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYeeeY8P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYeeeY8P .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujBYeeeY8P .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujBYeeeY8P .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #26b600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujBYeeeY8P .mbr-text DIV {
  text-align: center;
}
.cid-ujBYeeM0Ca {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYeeM0Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYeeM0Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYeeM0Ca .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYeeM0Ca .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ujBYefoPE4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujBYefoPE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYefoPE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBYefoPE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBYefoPE4 .row {
  flex-direction: row-reverse;
}
.cid-ujBYefoPE4 img {
  width: 100%;
}
.cid-ujBYefWTfV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYefWTfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYefWTfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYefWTfV .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYegvkFb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYegvkFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYegvkFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujBYegvkFb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujBYegvkFb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujBYegvkFb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujBYegvkFb .mbr-description {
  text-align: left;
}
.cid-ujBYegvkFb .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-ujBYegvkFb .mbr-text {
  text-align: left;
}
.cid-ujBYeh7QAA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYeh7QAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYeh7QAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYeh7QAA .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYeh7QAA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYehJSLw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ujBYehJSLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYehJSLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYehJSLw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ujBYehJSLw .team-card:hover {
  transform: translateY(-10px);
}
.cid-ujBYehJSLw .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ujBYehJSLw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBYehJSLw .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ujBYehJSLw .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujBYehJSLw .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ujBYehJSLw .social-row {
  text-align: center;
}
.cid-ujBYehJSLw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ujBYehJSLw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ujBYehJSLw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ujBYehJSLw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ujBYeiDQGN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYeiDQGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYeiDQGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYeiDQGN .mbr-section-title {
  color: #fafafa;
}
.cid-ujBYeiDQGN .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ujBYejfh2p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYejfh2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYejfh2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYejfh2p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-ujBYejfh2p .item .icon-wrap {
  text-align: center;
}
.cid-ujBYejfh2p .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 35px;
  left: 50%;
  top: 97%;
  color: #19265b;
  transform: translate(-50%, 0);
}
.cid-ujBYejfh2p .item:last-child:before {
  display: none;
}
.cid-ujBYejfh2p .item.last::before {
  display: none;
}
.cid-ujBYejfh2p .icon-box {
  background: #19265b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ujBYejfh2p .text-box {
  text-align: center;
}
.cid-ujBYejfh2p span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-ujBYejfh2p .card {
    margin-bottom: 2rem;
  }
  .cid-ujBYejfh2p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujBYekd0uq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYekd0uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYekd0uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYekd0uq .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYelp3Se {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujBYelp3Se .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYelp3Se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYelp3Se .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujBYelp3Se .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujBYelp3Se .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #19265b;
}
.cid-ujBYelp3Se .panel-body,
.cid-ujBYelp3Se .card-header {
  padding: 1rem 0;
}
.cid-ujBYelp3Se .panel-title-edit {
  color: #000000;
}
.cid-ujBYempAnM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYempAnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYempAnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujBYempAnM .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYempAnM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujBYenhnm8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #19265b;
}
.cid-ujBYenhnm8 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ujBYenhnm8 .img-wrap img {
  width: 60%;
  margin: auto;
}
.cid-ujBYenhnm8 .mbr-text,
.cid-ujBYenhnm8 .mbr-section-btn {
  color: #9e0a0a;
  border-radius: 4px;
}
.cid-ujBYenhnm8 .mbr-section-title {
  color: #ffffff;
}
.cid-ujBYenhnm8 .buttons-wrap .link {
  display: flex;
}
.cid-ujBYenhnm8 .mbr-arrow {
  bottom: 0;
}
.cid-ujBYeo860b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujBYeo860b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ujBYeo860b .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ujBYeo860b .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ujBYeo860b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ujBYeo860b .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ujBYeo860b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ujBYeo860b .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ujBYeo860b .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ujBYeo860b .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujBYeo860b .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ujBYeo860b .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujBYeo860b .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujBYeo860b .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ujBYeo860b .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ujBYep6p3Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-ujBYep6p3Y .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-ujBYep6p3Y .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-ujBYep6p3Y .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-ujBYep6p3Y .socicon {
    margin-right: 0.2rem;
  }
}
.cid-ujBYep6p3Y .social-list {
  display: flex;
  justify-content: center;
}
.cid-ujBYep6p3Y .social-list a:focus {
  text-decoration: none;
}
.cid-ujBYep6p3Y .socicon:hover {
  transform: translate(0, -10px);
}
.cid-ujBYep6p3Y .socion1 {
  background: #ff6666;
}
.cid-ujBYep6p3Y .socion2 {
  background-color: #b6e1f8;
}
.cid-ujBYep6p3Y .socion3 {
  background-color: #fbcf10;
}
.cid-ujBYep6p3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujBYep6p3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
