.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30ff1d !important;
  border-color: #30ff1d !important;
  color: #021d00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #14e900 !important;
  border-color: #14e900 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #021d00 !important;
  background-color: #14e900 !important;
  border-color: #14e900 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #36187d;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: #170a34 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30ff1d;
  color: #30ff1d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #11c500 !important;
  background-color: transparent!important;
  border-color: #11c500 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #021d00 !important;
  background-color: #30ff1d !important;
  border-color: #30ff1d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6c758f;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: #474d5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #36187d;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: #170a34 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !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: #36187d !important;
}
.text-secondary {
  color: #30ff1d !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0fb600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.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: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #36187d;
}
/* 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: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.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: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #30ff1d !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='%2336187d' %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-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD3c2WGYnI {
  background-color: #f2f3f7;
}
.cid-sD3c2WGYnI .row {
  flex-direction: row-reverse;
}
.cid-sD3c2WGYnI .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #36187d;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sD3c2WGYnI .mbr-media {
  position: relative;
}
.cid-sD3c2WGYnI .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sD3c2WGYnI .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sD3c2WGYnI .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sD3c2WGYnI .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sD3c2WGYnI .card-title {
  padding: 0;
  margin: 0;
}
.cid-sD3c2WGYnI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sD3c2WGYnI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3c2WGYnI .card-wrapper {
    width: fit-content;
  }
}
.cid-sD3c2WGYnI .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sD3c2WGYnI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sD3c2WGYnI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD3c2WGYnI .card-title,
.cid-sD3c2WGYnI .card-icon {
  color: #ffffff;
  text-align: left;
}
.cid-sD3c2WGYnI .mbr-section-title {
  color: #36187d;
  text-align: center;
}
.cid-sD3c2WGYnI .mbr-text,
.cid-sD3c2WGYnI .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-sD3c2WGYnI .price-title {
  text-align: center;
  color: #103178;
}
.cid-sD3c2WGYnI .price {
  text-align: center;
  color: #103178;
}
.cid-sD3c2WGYnI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sD3c2WGYnI .mbr-media a:hover {
  background-image: none!important;
}
.cid-sD3c2WGYnI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sD3c2WGYnI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sD3c2WGYnI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sD3c2WGYnI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sD3c2WGYnI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sD2H90Ghpd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sD2H90Ghpd img,
.cid-sD2H90Ghpd .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sD2H90Ghpd .item:focus,
.cid-sD2H90Ghpd span:focus {
  outline: none;
}
.cid-sD2H90Ghpd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sD2H90Ghpd .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sD2H90Ghpd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sD2H90Ghpd .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sD2H90Ghpd .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sD2H90Ghpd .item-content {
    padding: 1rem 0;
  }
}
.cid-sD2H90Ghpd .mbr-section-title {
  color: #36187d;
}
.cid-sD2H90Ghpd .item-title {
  color: #36187d;
}
.cid-sD2H90Ghpd .item-subtitle {
  color: #bec2cf;
}
.cid-sD2H90Ghpd .mbr-text,
.cid-sD2H90Ghpd .mbr-section-btn {
  color: #6c758f;
}
.cid-sD2H90Ghpd .mbr-link {
  color: #0196e3;
  display: block;
  text-align: center;
}
.cid-sD2KhFl4kM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sD2KhFl4kM img,
.cid-sD2KhFl4kM .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sD2KhFl4kM .item:focus,
.cid-sD2KhFl4kM span:focus {
  outline: none;
}
.cid-sD2KhFl4kM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sD2KhFl4kM .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sD2KhFl4kM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sD2KhFl4kM .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sD2KhFl4kM .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sD2KhFl4kM .item-content {
    padding: 1rem 0;
  }
}
.cid-sD2KhFl4kM .mbr-section-title {
  color: #36187d;
}
.cid-sD2KhFl4kM .item-title {
  color: #36187d;
  text-align: center;
}
.cid-sD2KhFl4kM .item-subtitle {
  color: #bec2cf;
}
.cid-sD2KhFl4kM .mbr-text,
.cid-sD2KhFl4kM .mbr-section-btn {
  color: #6c758f;
}
.cid-sD2KhFl4kM .mbr-link {
  color: #0196e3;
  display: block;
  text-align: center;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sCqrVnfByS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCqrVnfByS .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCqrVnfByS .container {
    padding: 0 ;
  }
}
.cid-sCqrVnfByS .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sCqrVnfByS .navbar.opened {
  transition: all 0.3s;
}
.cid-sCqrVnfByS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCqrVnfByS .navbar .navbar-logo img {
  width: auto;
}
.cid-sCqrVnfByS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCqrVnfByS .navbar.collapsed {
  justify-content: center;
}
.cid-sCqrVnfByS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCqrVnfByS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCqrVnfByS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sCqrVnfByS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCqrVnfByS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCqrVnfByS .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-sCqrVnfByS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCqrVnfByS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCqrVnfByS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCqrVnfByS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCqrVnfByS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCqrVnfByS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCqrVnfByS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCqrVnfByS .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-sCqrVnfByS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCqrVnfByS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCqrVnfByS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCqrVnfByS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCqrVnfByS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCqrVnfByS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sCqrVnfByS .navbar.navbar-short {
  min-height: 110px;
}
.cid-sCqrVnfByS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCqrVnfByS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCqrVnfByS .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sCqrVnfByS nav.navbar {
  position: fixed;
}
.cid-sCqrVnfByS .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-sCqrVnfByS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sCqrVnfByS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCqrVnfByS .dropdown-item:hover,
.cid-sCqrVnfByS .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sCqrVnfByS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCqrVnfByS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCqrVnfByS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCqrVnfByS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCqrVnfByS .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCqrVnfByS .dropdown-menu,
.cid-sCqrVnfByS .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sCqrVnfByS .nav-item:focus,
.cid-sCqrVnfByS .nav-link:focus {
  outline: none;
}
.cid-sCqrVnfByS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCqrVnfByS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCqrVnfByS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCqrVnfByS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCqrVnfByS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCqrVnfByS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCqrVnfByS .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-sCqrVnfByS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCqrVnfByS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCqrVnfByS .dropdown-item.active,
.cid-sCqrVnfByS .dropdown-item:active {
  background-color: transparent;
}
.cid-sCqrVnfByS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCqrVnfByS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCqrVnfByS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCqrVnfByS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sCqrVnfByS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCqrVnfByS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCqrVnfByS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCqrVnfByS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCqrVnfByS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCqrVnfByS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sCqrVnfByS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCqrVnfByS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCqrVnfByS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCqrVnfByS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCqrVnfByS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCqrVnfByS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCqrVnfByS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCqrVnfByS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCqrVnfByS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCqrVnfByS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCqrVnfByS .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-sCqrVnfByS .navbar {
    height: 70px;
  }
  .cid-sCqrVnfByS .navbar.opened {
    height: auto;
  }
  .cid-sCqrVnfByS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCqrVnfByS .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCqrVnfByS .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sCB5UrTOb6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCB5UrTOb6 .mbr-section-subtitle {
  color: #36187d;
}
.cid-sCB5UrTOb6 .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sCB5UrTOb6 .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-sCqusLmGRC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f3f7;
}
.cid-sCqusLmGRC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCqusLmGRC .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sCqusLmGRC .col-auto {
    margin: auto;
  }
}
.cid-sCqusLmGRC textarea {
  min-height: 200px;
}
.cid-sCqusLmGRC .form-control,
.cid-sCqusLmGRC .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sCqusLmGRC .form-control::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input::-webkit-input-placeholder,
.cid-sCqusLmGRC .form-control::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sCqusLmGRC .form-control:-moz-placeholder,
.cid-sCqusLmGRC .field-input:-moz-placeholder,
.cid-sCqusLmGRC .form-control:-moz-placeholder,
.cid-sCqusLmGRC .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sCqusLmGRC .form-control:hover,
.cid-sCqusLmGRC .field-input:hover,
.cid-sCqusLmGRC .form-control:focus,
.cid-sCqusLmGRC .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sCqusLmGRC .form-control:hover::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input:hover::-webkit-input-placeholder,
.cid-sCqusLmGRC .form-control:focus::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input:focus::-webkit-input-placeholder,
.cid-sCqusLmGRC .form-control:hover::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input:hover::-webkit-input-placeholder,
.cid-sCqusLmGRC .form-control:focus::-webkit-input-placeholder,
.cid-sCqusLmGRC .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sCqusLmGRC .form-control:hover:-moz-placeholder,
.cid-sCqusLmGRC .field-input:hover:-moz-placeholder,
.cid-sCqusLmGRC .form-control:focus:-moz-placeholder,
.cid-sCqusLmGRC .field-input:focus:-moz-placeholder,
.cid-sCqusLmGRC .form-control:hover:-moz-placeholder,
.cid-sCqusLmGRC .field-input:hover:-moz-placeholder,
.cid-sCqusLmGRC .form-control:focus:-moz-placeholder,
.cid-sCqusLmGRC .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sCqusLmGRC .jq-number__spin:hover,
.cid-sCqusLmGRC .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sCqusLmGRC .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCqusLmGRC .jq-selectbox li,
.cid-sCqusLmGRC .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sCqusLmGRC .jq-selectbox li:hover,
.cid-sCqusLmGRC .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sCqusLmGRC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sCqusLmGRC .jq-number__spin.minus:hover:after,
.cid-sCqusLmGRC .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sCqusLmGRC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sCqusLmGRC .jq-number__spin.minus:after,
.cid-sCqusLmGRC .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sCqusLmGRC input::-webkit-clear-button {
  display: none;
}
.cid-sCqusLmGRC input::-webkit-inner-spin-button {
  display: none;
}
.cid-sCqusLmGRC input::-webkit-outer-spin-button {
  display: none;
}
.cid-sCqusLmGRC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sCqusLmGRC H4 {
  color: #36187d;
  text-align: center;
}
.cid-sCqusLmGRC LABEL {
  text-align: right;
}
.cid-sCC9KCgkJ7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sCC9KCgkJ7 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sCC9KCgkJ7 .col-lg-4,
.cid-sCC9KCgkJ7 .col-12 {
  padding: 0 2rem;
}
.cid-sCC9KCgkJ7 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sCC9KCgkJ7 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sCC9KCgkJ7 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCC9KCgkJ7 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sCC9KCgkJ7 .card-title,
.cid-sCC9KCgkJ7 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sCC9KCgkJ7 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sCC9KCgkJ7 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sCC9KCgkJ7 .mbr-section-title {
  color: #36187d;
}
.cid-sEKxVkyHjI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sEKxVkyHjI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sEKxVkyHjI .col-lg-4,
.cid-sEKxVkyHjI .col-12 {
  padding: 0 2rem;
}
.cid-sEKxVkyHjI .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sEKxVkyHjI .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sEKxVkyHjI .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sEKxVkyHjI .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sEKxVkyHjI .card-title,
.cid-sEKxVkyHjI .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sEKxVkyHjI .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sEKxVkyHjI .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sEKxVkyHjI .mbr-section-title {
  color: #36187d;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sCpJ46HFjK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCpJ46HFjK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCpJ46HFjK .container {
    padding: 0 ;
  }
}
.cid-sCpJ46HFjK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.opened {
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCpJ46HFjK .navbar .navbar-logo img {
  width: auto;
}
.cid-sCpJ46HFjK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCpJ46HFjK .navbar.collapsed {
  justify-content: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCpJ46HFjK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCpJ46HFjK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCpJ46HFjK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCpJ46HFjK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCpJ46HFjK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCpJ46HFjK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCpJ46HFjK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCpJ46HFjK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sCpJ46HFjK .navbar.navbar-short {
  min-height: 110px;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCpJ46HFjK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sCpJ46HFjK nav.navbar {
  position: fixed;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCpJ46HFjK .dropdown-item:hover,
.cid-sCpJ46HFjK .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sCpJ46HFjK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCpJ46HFjK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCpJ46HFjK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown-menu,
.cid-sCpJ46HFjK .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sCpJ46HFjK .nav-item:focus,
.cid-sCpJ46HFjK .nav-link:focus {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCpJ46HFjK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCpJ46HFjK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown-item.active,
.cid-sCpJ46HFjK .dropdown-item:active {
  background-color: transparent;
}
.cid-sCpJ46HFjK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCpJ46HFjK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCpJ46HFjK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCpJ46HFjK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCpJ46HFjK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCpJ46HFjK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar {
    height: 70px;
  }
  .cid-sCpJ46HFjK .navbar.opened {
    height: auto;
  }
  .cid-sCpJ46HFjK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sCzOwMdgUI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCzOwMdgUI .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sCzOwMdgUI .mbr-text {
  color: #6c758f;
}
.cid-sCzOZpP7Ef {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCzOZpP7Ef .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sCzOZpP7Ef .item:last-child .icon-box:before {
  display: none;
}
.cid-sCzOZpP7Ef .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-sCzOZpP7Ef .last:before {
  display: none;
}
.cid-sCzOZpP7Ef .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sCzOZpP7Ef .icon-box {
    margin-right: 1rem;
  }
}
.cid-sCzOZpP7Ef span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sCzOZpP7Ef span .card {
    margin-bottom: 2rem;
  }
  .cid-sCzOZpP7Ef span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCzOZpP7Ef span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sCzOZpP7Ef .icon-box::before {
    top: 114%;
  }
}
.cid-sCzOZpP7Ef SPAN {
  color: #0196e3;
}
.cid-sCzOZpP7Ef .icon-text {
  color: #6c758f;
}
.cid-sCzOZpP7Ef .icon-title {
  color: #36187d;
}
.cid-sCzOZpP7Ef .icon-subtitle {
  color: #36187d;
}
.cid-sCzOZpP7Ef .main-title {
  color: #36187d;
}
.cid-sCzNQHe0Ad {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #f2f3f7;
}
.cid-sCzNQHe0Ad .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sCzNQHe0Ad .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sCzNQHe0Ad .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCzNQHe0Ad P {
  color: #6c758f;
}
.cid-sCzNCR2Ss3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCzNCR2Ss3 .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sCzNCR2Ss3 .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sCzRCp6HHu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCzRCp6HHu .mbr-text {
  color: #6c758f;
}
.cid-sCzRCp6HHu .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sCzRCp6HHu .mbr-section-title {
  color: #36187d;
}
.cid-sCzVmQbeRi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCzVmQbeRi .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sCzVmQbeRi .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sCzWwqmS24 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCzWwqmS24 .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sCzWwqmS24 .item:last-child .icon-box:before {
  display: none;
}
.cid-sCzWwqmS24 .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-sCzWwqmS24 .last:before {
  display: none;
}
.cid-sCzWwqmS24 .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sCzWwqmS24 .icon-box {
    margin-right: 1rem;
  }
}
.cid-sCzWwqmS24 span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sCzWwqmS24 span .card {
    margin-bottom: 2rem;
  }
  .cid-sCzWwqmS24 span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCzWwqmS24 span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sCzWwqmS24 .icon-box::before {
    top: 114%;
  }
}
.cid-sCzWwqmS24 SPAN {
  color: #0196e3;
}
.cid-sCzWwqmS24 .icon-text {
  color: #6c758f;
}
.cid-sCzWwqmS24 .icon-title {
  color: #36187d;
}
.cid-sCzWwqmS24 .icon-subtitle {
  color: #36187d;
}
.cid-sCzWwqmS24 .main-title {
  color: #36187d;
}
.cid-sCA29Srv71 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f3f7;
}
.cid-sCA29Srv71 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sCA29Srv71 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sCA29Srv71 .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 0.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCA29Srv71 P {
  color: #6c758f;
}
.cid-sCA2Hekeyn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCA2Hekeyn .mbr-section-subtitle {
  color: #36187d;
}
.cid-sCA2Hekeyn .mbr-text {
  color: #6c758f;
}
.cid-sCA3kOhNW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA3kOhNW4 .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA3kOhNW4 .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA3kOhNW4 .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA3kOhNW4 .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA3kOhNW4 .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA3kOhNW4 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA3kOhNW4 .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA3kOhNW4 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA3kOhNW4 .card-text {
  text-align: center;
}
.cid-sCA3GPXbJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA3GPXbJP .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA3GPXbJP .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA3GPXbJP .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA3GPXbJP .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA3GPXbJP .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA3GPXbJP .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA3GPXbJP .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA3GPXbJP .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA3GPXbJP .card-text {
  text-align: center;
}
.cid-sCA3KtoVI0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA3KtoVI0 .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA3KtoVI0 .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA3KtoVI0 .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA3KtoVI0 .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA3KtoVI0 .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA3KtoVI0 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA3KtoVI0 .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA3KtoVI0 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA3KtoVI0 .card-text {
  text-align: center;
}
.cid-sCA4IvjoCz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCA4IvjoCz .mbr-section-subtitle {
  color: #36187d;
}
.cid-sCA4IvjoCz .mbr-text {
  color: #6c758f;
}
.cid-sCA4XT1rkX {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCA4XT1rkX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCA4XT1rkX .row {
    flex-direction: column-reverse;
  }
  .cid-sCA4XT1rkX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCA4XT1rkX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCA4XT1rkX .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCA4XT1rkX .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCA4XT1rkX .card-title {
  color: #36187d;
}
.cid-sCA4XT1rkX .mbr-text,
.cid-sCA4XT1rkX .mbr-section-btn {
  color: #6c758f;
}
.cid-sCA5vbZWPW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCA5vbZWPW .mbr-section-subtitle {
  color: #36187d;
}
.cid-sCA5vbZWPW .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-sCA6n2OlwD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCA6n2OlwD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCA6n2OlwD .row {
    flex-direction: column-reverse;
  }
  .cid-sCA6n2OlwD .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCA6n2OlwD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCA6n2OlwD .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCA6n2OlwD .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCA6n2OlwD .card-title {
  color: #36187d;
}
.cid-sCA6n2OlwD .mbr-text,
.cid-sCA6n2OlwD .mbr-section-btn {
  color: #6c758f;
}
.cid-sCA71aLynt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA71aLynt .mbr-text {
  color: #6c758f;
}
.cid-sCA71aLynt .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sCA71aLynt .mbr-section-title {
  color: #36187d;
}
.cid-sCA7MPPfH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA7MPPfH8 .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA7MPPfH8 .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA7MPPfH8 .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA7MPPfH8 .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA7MPPfH8 .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA7MPPfH8 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA7MPPfH8 .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA7MPPfH8 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA7MPPfH8 .card-text {
  text-align: center;
}
.cid-sCA8fhnuSv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA8fhnuSv .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA8fhnuSv .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA8fhnuSv .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA8fhnuSv .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA8fhnuSv .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA8fhnuSv .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA8fhnuSv .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA8fhnuSv .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA8fhnuSv .card-text {
  text-align: center;
}
.cid-sCA8g1uLeQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA8g1uLeQ .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA8g1uLeQ .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA8g1uLeQ .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA8g1uLeQ .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA8g1uLeQ .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA8g1uLeQ .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA8g1uLeQ .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA8g1uLeQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA8g1uLeQ .card-text {
  text-align: center;
}
.cid-sCA96SnA3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCA96SnA3X .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCA96SnA3X .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCA96SnA3X .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCA96SnA3X .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCA96SnA3X .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCA96SnA3X .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCA96SnA3X .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCA96SnA3X .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCA96SnA3X .card-text {
  text-align: center;
}
.cid-sCAgGH7lHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sCAgGH7lHj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCAgGH7lHj .row {
    flex-direction: column-reverse;
  }
  .cid-sCAgGH7lHj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCAgGH7lHj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCAgGH7lHj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCAgGH7lHj .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCAgGH7lHj .card-title {
  color: #36187d;
}
.cid-sCAgGH7lHj .mbr-text,
.cid-sCAgGH7lHj .mbr-section-btn {
  color: #6c758f;
}
.cid-sCAhk4P0y5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAhk4P0y5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCAhk4P0y5 .row {
    flex-direction: column-reverse;
  }
  .cid-sCAhk4P0y5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCAhk4P0y5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCAhk4P0y5 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCAhk4P0y5 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCAhk4P0y5 .card-title {
  color: #36187d;
}
.cid-sCAhk4P0y5 .mbr-text,
.cid-sCAhk4P0y5 .mbr-section-btn {
  color: #6c758f;
}
.cid-sCAhBFnRku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sCAhBFnRku .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCAhBFnRku .row {
    flex-direction: column-reverse;
  }
  .cid-sCAhBFnRku .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCAhBFnRku .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCAhBFnRku .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCAhBFnRku .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCAhBFnRku .card-title {
  color: #36187d;
}
.cid-sCAhBFnRku .mbr-text,
.cid-sCAhBFnRku .mbr-section-btn {
  color: #6c758f;
}
.cid-sCAi7thAJ5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCAi7thAJ5 .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sCAi7thAJ5 .mbr-text {
  color: #6c758f;
}
.cid-sCAiHeLKnk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAiHeLKnk .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCAiHeLKnk .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCAiHeLKnk .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCAiHeLKnk .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCAiHeLKnk .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCAiHeLKnk .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCAiHeLKnk .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCAiHeLKnk .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCAiHeLKnk .card-text {
  text-align: center;
}
.cid-sCC7uGyFiR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCC7uGyFiR img,
.cid-sCC7uGyFiR .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCC7uGyFiR .item:focus,
.cid-sCC7uGyFiR span:focus {
  outline: none;
}
.cid-sCC7uGyFiR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCC7uGyFiR .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCC7uGyFiR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sCC7uGyFiR .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sCC7uGyFiR .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sCC7uGyFiR .item-content {
    padding: 1rem 0;
  }
}
.cid-sCC7uGyFiR .mbr-section-title {
  color: #36187d;
}
.cid-sCC7uGyFiR .mbr-text,
.cid-sCC7uGyFiR .mbr-section-btn {
  text-align: center;
}
.cid-sCC7uGyFiR .item-title {
  text-align: center;
  color: #36187d;
}
.cid-sCC7uGyFiR .item-subtitle {
  text-align: center;
}
.cid-sCAk6irQbd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAk6irQbd .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCAk6irQbd .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCAk6irQbd .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCAk6irQbd .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCAk6irQbd .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCAk6irQbd .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCAk6irQbd .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCAk6irQbd .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCAk6irQbd .card-text {
  text-align: center;
}
.cid-sCAkmoEx0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAkmoEx0F .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCAkmoEx0F .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCAkmoEx0F .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCAkmoEx0F .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCAkmoEx0F .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCAkmoEx0F .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCAkmoEx0F .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCAkmoEx0F .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCAkmoEx0F .card-text {
  text-align: center;
}
.cid-sCAkRIzPCj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAkRIzPCj .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sCAkRIzPCj .mbr-text {
  color: #6c758f;
}
.cid-sCAl7qP2zD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAl7qP2zD .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCAl7qP2zD .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCAl7qP2zD .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCAl7qP2zD .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCAl7qP2zD .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCAl7qP2zD .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCAl7qP2zD .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCAl7qP2zD .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCAl7qP2zD .card-text {
  text-align: center;
}
.cid-sCAl8lAva8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCAl8lAva8 .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sCAl8lAva8 .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sCAl8lAva8 .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sCAl8lAva8 .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sCAl8lAva8 .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sCAl8lAva8 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCAl8lAva8 .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sCAl8lAva8 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCAl8lAva8 .card-text {
  text-align: center;
}
.cid-sCAm0y9P2L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCAm0y9P2L .mbr-section-subtitle {
  color: #36187d;
}
.cid-sCAm0y9P2L .mbr-text {
  color: #6c758f;
}
.cid-sCAmpZZrLy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCAmpZZrLy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCAmpZZrLy .row {
  flex-direction: row-reverse;
}
.cid-sCAmpZZrLy img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCG6z4FISq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCG6z4FISq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCG6z4FISq .row {
    flex-direction: column-reverse;
  }
  .cid-sCG6z4FISq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCG6z4FISq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCG6z4FISq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCG6z4FISq .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCG6z4FISq .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sCG6z4FISq .mbr-text,
.cid-sCG6z4FISq .mbr-section-btn {
  color: #6c758f;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sCpJ46HFjK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCpJ46HFjK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCpJ46HFjK .container {
    padding: 0 ;
  }
}
.cid-sCpJ46HFjK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.opened {
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCpJ46HFjK .navbar .navbar-logo img {
  width: auto;
}
.cid-sCpJ46HFjK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCpJ46HFjK .navbar.collapsed {
  justify-content: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCpJ46HFjK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCpJ46HFjK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCpJ46HFjK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCpJ46HFjK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCpJ46HFjK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCpJ46HFjK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCpJ46HFjK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCpJ46HFjK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sCpJ46HFjK .navbar.navbar-short {
  min-height: 110px;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCpJ46HFjK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sCpJ46HFjK nav.navbar {
  position: fixed;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCpJ46HFjK .dropdown-item:hover,
.cid-sCpJ46HFjK .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sCpJ46HFjK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCpJ46HFjK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCpJ46HFjK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown-menu,
.cid-sCpJ46HFjK .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sCpJ46HFjK .nav-item:focus,
.cid-sCpJ46HFjK .nav-link:focus {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCpJ46HFjK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCpJ46HFjK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown-item.active,
.cid-sCpJ46HFjK .dropdown-item:active {
  background-color: transparent;
}
.cid-sCpJ46HFjK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCpJ46HFjK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCpJ46HFjK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCpJ46HFjK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCpJ46HFjK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCpJ46HFjK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar {
    height: 70px;
  }
  .cid-sCpJ46HFjK .navbar.opened {
    height: auto;
  }
  .cid-sCpJ46HFjK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sCF06Owk3D {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF06Owk3D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF06Owk3D .row {
  flex-direction: row-reverse;
}
.cid-sCF06Owk3D img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0crziLP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0crziLP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0crziLP .row {
  flex-direction: row-reverse;
}
.cid-sCF0crziLP img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0dcCTzA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0dcCTzA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0dcCTzA .row {
  flex-direction: row-reverse;
}
.cid-sCF0dcCTzA img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0dQ7NTJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0dQ7NTJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0dQ7NTJ .row {
  flex-direction: row-reverse;
}
.cid-sCF0dQ7NTJ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0eoUcN1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0eoUcN1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0eoUcN1 .row {
  flex-direction: row-reverse;
}
.cid-sCF0eoUcN1 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0eWQSip {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0eWQSip .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0eWQSip .row {
  flex-direction: row-reverse;
}
.cid-sCF0eWQSip img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0JLum1M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0JLum1M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0JLum1M .row {
  flex-direction: row-reverse;
}
.cid-sCF0JLum1M img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0Kn8xML {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0Kn8xML .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0Kn8xML .row {
  flex-direction: row-reverse;
}
.cid-sCF0Kn8xML img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0KUM6H4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0KUM6H4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0KUM6H4 .row {
  flex-direction: row-reverse;
}
.cid-sCF0KUM6H4 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0LuBmzh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0LuBmzh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0LuBmzh .row {
  flex-direction: row-reverse;
}
.cid-sCF0LuBmzh img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0M7vOEz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0M7vOEz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0M7vOEz .row {
  flex-direction: row-reverse;
}
.cid-sCF0M7vOEz img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0MNkz4i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0MNkz4i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0MNkz4i .row {
  flex-direction: row-reverse;
}
.cid-sCF0MNkz4i img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0NoH52x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0NoH52x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0NoH52x .row {
  flex-direction: row-reverse;
}
.cid-sCF0NoH52x img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF0NWJcDH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF0NWJcDH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF0NWJcDH .row {
  flex-direction: row-reverse;
}
.cid-sCF0NWJcDH img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF57E3FL8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF57E3FL8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF57E3FL8 .row {
  flex-direction: row-reverse;
}
.cid-sCF57E3FL8 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF58goQaQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF58goQaQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF58goQaQ .row {
  flex-direction: row-reverse;
}
.cid-sCF58goQaQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF58UEtZ1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF58UEtZ1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF58UEtZ1 .row {
  flex-direction: row-reverse;
}
.cid-sCF58UEtZ1 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF59Cu0ES {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF59Cu0ES .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF59Cu0ES .row {
  flex-direction: row-reverse;
}
.cid-sCF59Cu0ES img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF5ad2qa9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF5ad2qa9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF5ad2qa9 .row {
  flex-direction: row-reverse;
}
.cid-sCF5ad2qa9 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF5bIM9iF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF5bIM9iF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF5bIM9iF .row {
  flex-direction: row-reverse;
}
.cid-sCF5bIM9iF img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF5cktVtR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF5cktVtR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF5cktVtR .row {
  flex-direction: row-reverse;
}
.cid-sCF5cktVtR img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF5cQMbaV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF5cQMbaV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF5cQMbaV .row {
  flex-direction: row-reverse;
}
.cid-sCF5cQMbaV img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCF5dnynH7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCF5dnynH7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCF5dnynH7 .row {
  flex-direction: row-reverse;
}
.cid-sCF5dnynH7 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCG6UAqFvs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCG6UAqFvs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCG6UAqFvs .row {
    flex-direction: column-reverse;
  }
  .cid-sCG6UAqFvs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCG6UAqFvs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCG6UAqFvs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCG6UAqFvs .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCG6UAqFvs .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sCG6UAqFvs .mbr-text,
.cid-sCG6UAqFvs .mbr-section-btn {
  color: #6c758f;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD33pUKh21 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sD33pUKh21 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD33pUKh21 .row {
  flex-direction: row-reverse;
}
.cid-sD33pUKh21 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCpJ46HFjK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCpJ46HFjK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCpJ46HFjK .container {
    padding: 0 ;
  }
}
.cid-sCpJ46HFjK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.opened {
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCpJ46HFjK .navbar .navbar-logo img {
  width: auto;
}
.cid-sCpJ46HFjK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCpJ46HFjK .navbar.collapsed {
  justify-content: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCpJ46HFjK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCpJ46HFjK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCpJ46HFjK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCpJ46HFjK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCpJ46HFjK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCpJ46HFjK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCpJ46HFjK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCpJ46HFjK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCpJ46HFjK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCpJ46HFjK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCpJ46HFjK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sCpJ46HFjK .navbar.navbar-short {
  min-height: 110px;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCpJ46HFjK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCpJ46HFjK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sCpJ46HFjK nav.navbar {
  position: fixed;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCpJ46HFjK .dropdown-item:hover,
.cid-sCpJ46HFjK .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sCpJ46HFjK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCpJ46HFjK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCpJ46HFjK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCpJ46HFjK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown-menu,
.cid-sCpJ46HFjK .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sCpJ46HFjK .nav-item:focus,
.cid-sCpJ46HFjK .nav-link:focus {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCpJ46HFjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCpJ46HFjK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCpJ46HFjK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCpJ46HFjK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCpJ46HFjK .dropdown-item.active,
.cid-sCpJ46HFjK .dropdown-item:active {
  background-color: transparent;
}
.cid-sCpJ46HFjK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCpJ46HFjK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sCpJ46HFjK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCpJ46HFjK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCpJ46HFjK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCpJ46HFjK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCpJ46HFjK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCpJ46HFjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCpJ46HFjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCpJ46HFjK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCpJ46HFjK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCpJ46HFjK .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-sCpJ46HFjK .navbar {
    height: 70px;
  }
  .cid-sCpJ46HFjK .navbar.opened {
    height: auto;
  }
  .cid-sCpJ46HFjK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCpJ46HFjK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD30bYDq7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sD30bYDq7V .row {
  flex-direction: row-reverse;
}
.cid-sD30bYDq7V .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #36187d;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sD30bYDq7V .mbr-media {
  position: relative;
}
.cid-sD30bYDq7V .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sD30bYDq7V .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sD30bYDq7V .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sD30bYDq7V .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sD30bYDq7V .card-title {
  padding: 0;
  margin: 0;
}
.cid-sD30bYDq7V .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sD30bYDq7V .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD30bYDq7V .card-wrapper {
    width: fit-content;
  }
}
.cid-sD30bYDq7V .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sD30bYDq7V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sD30bYDq7V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD30bYDq7V .card-title,
.cid-sD30bYDq7V .card-icon {
  color: #ffffff;
  text-align: left;
}
.cid-sD30bYDq7V .mbr-section-title {
  color: #36187d;
  text-align: center;
}
.cid-sD30bYDq7V .mbr-text,
.cid-sD30bYDq7V .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-sD30bYDq7V .price-title {
  text-align: center;
  color: #103178;
}
.cid-sD30bYDq7V .price {
  text-align: center;
  color: #103178;
}
.cid-sD30bYDq7V .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sD30bYDq7V .mbr-media a:hover {
  background-image: none!important;
}
.cid-sD30bYDq7V .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sD30bYDq7V .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sD30bYDq7V .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sD30bYDq7V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sD30bYDq7V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCpLnCMXOJ {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCpLnCMXOJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCpLnCMXOJ .row {
    flex-direction: column-reverse;
  }
  .cid-sCpLnCMXOJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCpLnCMXOJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCpLnCMXOJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCpLnCMXOJ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCpLnCMXOJ .card-title {
  color: #36187d;
}
.cid-sCpLnCMXOJ .mbr-text,
.cid-sCpLnCMXOJ .mbr-section-btn {
  color: #6c758f;
}
.cid-sCsFGMo9jO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCsFGMo9jO .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sCsFGMo9jO .item:last-child .icon-box:before {
  display: none;
}
.cid-sCsFGMo9jO .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-sCsFGMo9jO .last:before {
  display: none;
}
.cid-sCsFGMo9jO .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sCsFGMo9jO .icon-box {
    margin-right: 1rem;
  }
}
.cid-sCsFGMo9jO span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sCsFGMo9jO span .card {
    margin-bottom: 2rem;
  }
  .cid-sCsFGMo9jO span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCsFGMo9jO span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sCsFGMo9jO .icon-box::before {
    top: 114%;
  }
}
.cid-sCsFGMo9jO SPAN {
  color: #0196e3;
}
.cid-sCsFGMo9jO .icon-text {
  color: #6c758f;
}
.cid-sCsFGMo9jO .icon-title {
  color: #36187d;
}
.cid-sCsFGMo9jO .icon-subtitle {
  color: #36187d;
}
.cid-sCsFGMo9jO .main-title {
  color: #36187d;
}
.cid-sCsHRwRDWQ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sCsHRwRDWQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCsHRwRDWQ .row {
  flex-direction: row-reverse;
}
.cid-sCsHRwRDWQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sCsIv62ARo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sCsIv62ARo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #36187d;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sCsIv62ARo .panel-group {
  border: none;
}
.cid-sCsIv62ARo .panel-collapse {
  padding: 0 2rem;
}
.cid-sCsIv62ARo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sCsIv62ARo .panel-body,
.cid-sCsIv62ARo .card-header {
  padding: 1rem 0;
}
.cid-sCsIv62ARo .panel-title-edit {
  color: #6c758f;
}
.cid-sCsIv62ARo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sCsIv62ARo .card {
  overflow: visible;
}
.cid-sCsIv62ARo .panel-text {
  color: #6c758f;
}
.cid-sCsIv62ARo H3 {
  color: #36187d;
}
.cid-sCsMyNnwoC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sCsMyNnwoC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCsMyNnwoC .row {
    flex-direction: column-reverse;
  }
  .cid-sCsMyNnwoC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCsMyNnwoC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCsMyNnwoC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCsMyNnwoC .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCsMyNnwoC .card-title {
  color: #36187d;
}
.cid-sCsMyNnwoC .mbr-text,
.cid-sCsMyNnwoC .mbr-section-btn {
  color: #6c758f;
}
.cid-sCB51rCt7q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sCB51rCt7q .mbr-section-title {
  color: #36187d;
  text-align: center;
}
.cid-sCB51rCt7q .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-sCB51rCt7q .align-left {
    text-align: center;
  }
}
.cid-sCB51rCt7q .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sCB51rCt7q .row {
    padding: 3rem 2rem;
  }
}
.cid-sCC4mkmqto {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sCC4mkmqto .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sCC4mkmqto .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCC4mkmqto .card-wrapper {
    flex-direction: column;
  }
}
.cid-sCC4mkmqto .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCC4mkmqto .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sCC4mkmqto .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sCC4mkmqto .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sCC4mkmqto .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sCEHZf6VX4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sCEHZf6VX4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCEHZf6VX4 .row {
    flex-direction: column-reverse;
  }
  .cid-sCEHZf6VX4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCEHZf6VX4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCEHZf6VX4 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sCEHZf6VX4 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sCEHZf6VX4 .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sCEHZf6VX4 .mbr-text,
.cid-sCEHZf6VX4 .mbr-section-btn {
  color: #6c758f;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD3Lua9goR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD3Lua9goR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD3Lua9goR .container {
    padding: 0 ;
  }
}
.cid-sD3Lua9goR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD3Lua9goR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD3Lua9goR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD3Lua9goR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD3Lua9goR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3Lua9goR .navbar.collapsed {
  justify-content: center;
}
.cid-sD3Lua9goR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3Lua9goR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD3Lua9goR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD3Lua9goR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3Lua9goR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD3Lua9goR .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-sD3Lua9goR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3Lua9goR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD3Lua9goR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD3Lua9goR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3Lua9goR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3Lua9goR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3Lua9goR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD3Lua9goR .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-sD3Lua9goR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD3Lua9goR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3Lua9goR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD3Lua9goR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD3Lua9goR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD3Lua9goR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD3Lua9goR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD3Lua9goR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD3Lua9goR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD3Lua9goR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD3Lua9goR nav.navbar {
  position: fixed;
}
.cid-sD3Lua9goR .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-sD3Lua9goR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD3Lua9goR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD3Lua9goR .dropdown-item:hover,
.cid-sD3Lua9goR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD3Lua9goR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD3Lua9goR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD3Lua9goR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD3Lua9goR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD3Lua9goR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD3Lua9goR .dropdown-menu,
.cid-sD3Lua9goR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD3Lua9goR .nav-item:focus,
.cid-sD3Lua9goR .nav-link:focus {
  outline: none;
}
.cid-sD3Lua9goR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD3Lua9goR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD3Lua9goR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD3Lua9goR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD3Lua9goR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3Lua9goR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3Lua9goR .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-sD3Lua9goR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3Lua9goR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3Lua9goR .dropdown-item.active,
.cid-sD3Lua9goR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3Lua9goR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD3Lua9goR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3Lua9goR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3Lua9goR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD3Lua9goR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3Lua9goR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3Lua9goR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD3Lua9goR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD3Lua9goR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD3Lua9goR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD3Lua9goR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD3Lua9goR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3Lua9goR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3Lua9goR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD3Lua9goR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3Lua9goR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD3Lua9goR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD3Lua9goR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3Lua9goR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD3Lua9goR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD3Lua9goR .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-sD3Lua9goR .navbar {
    height: 70px;
  }
  .cid-sD3Lua9goR .navbar.opened {
    height: auto;
  }
  .cid-sD3Lua9goR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3Lua9goR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD3Lua9goR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD3LuaZWvu {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sD3LuaZWvu .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-sD3LuaZWvu .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sD3LuaZWvu .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-sD4lub1vis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sD4lub1vis .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD4lub1vis .row {
  flex-direction: row-reverse;
}
.cid-sD4lub1vis img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD3Pcuj4uA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sD3Pcuj4uA .mbr-section-title {
  color: #36187d;
}
.cid-sD3Pcuj4uA .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sD3Pcuj4uA .align-left {
    text-align: center;
  }
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD3Q6sVRxU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD3Q6sVRxU .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD3Q6sVRxU .container {
    padding: 0 ;
  }
}
.cid-sD3Q6sVRxU .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD3Q6sVRxU .navbar.opened {
  transition: all 0.3s;
}
.cid-sD3Q6sVRxU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD3Q6sVRxU .navbar .navbar-logo img {
  width: auto;
}
.cid-sD3Q6sVRxU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3Q6sVRxU .navbar.collapsed {
  justify-content: center;
}
.cid-sD3Q6sVRxU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3Q6sVRxU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD3Q6sVRxU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD3Q6sVRxU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3Q6sVRxU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD3Q6sVRxU .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-sD3Q6sVRxU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3Q6sVRxU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD3Q6sVRxU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD3Q6sVRxU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3Q6sVRxU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3Q6sVRxU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3Q6sVRxU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD3Q6sVRxU .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-sD3Q6sVRxU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD3Q6sVRxU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3Q6sVRxU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD3Q6sVRxU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD3Q6sVRxU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD3Q6sVRxU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD3Q6sVRxU .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD3Q6sVRxU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD3Q6sVRxU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD3Q6sVRxU .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD3Q6sVRxU nav.navbar {
  position: fixed;
}
.cid-sD3Q6sVRxU .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-sD3Q6sVRxU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD3Q6sVRxU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD3Q6sVRxU .dropdown-item:hover,
.cid-sD3Q6sVRxU .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD3Q6sVRxU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD3Q6sVRxU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD3Q6sVRxU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD3Q6sVRxU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD3Q6sVRxU .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD3Q6sVRxU .dropdown-menu,
.cid-sD3Q6sVRxU .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD3Q6sVRxU .nav-item:focus,
.cid-sD3Q6sVRxU .nav-link:focus {
  outline: none;
}
.cid-sD3Q6sVRxU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD3Q6sVRxU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD3Q6sVRxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD3Q6sVRxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD3Q6sVRxU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3Q6sVRxU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3Q6sVRxU .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-sD3Q6sVRxU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3Q6sVRxU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3Q6sVRxU .dropdown-item.active,
.cid-sD3Q6sVRxU .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3Q6sVRxU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD3Q6sVRxU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3Q6sVRxU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3Q6sVRxU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD3Q6sVRxU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3Q6sVRxU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3Q6sVRxU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD3Q6sVRxU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD3Q6sVRxU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD3Q6sVRxU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD3Q6sVRxU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD3Q6sVRxU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3Q6sVRxU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3Q6sVRxU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD3Q6sVRxU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3Q6sVRxU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD3Q6sVRxU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD3Q6sVRxU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3Q6sVRxU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD3Q6sVRxU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD3Q6sVRxU .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-sD3Q6sVRxU .navbar {
    height: 70px;
  }
  .cid-sD3Q6sVRxU .navbar.opened {
    height: auto;
  }
  .cid-sD3Q6sVRxU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3Q6sVRxU .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD3Q6sVRxU .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD3Q6u0rx3 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sD3Q6u0rx3 .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sD3Q6u0rx3 .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sD4lKAyoBg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sD4lKAyoBg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD4lKAyoBg .row {
  flex-direction: row-reverse;
}
.cid-sD4lKAyoBg img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD3Q6wxOM4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sD3Q6wxOM4 .mbr-section-title {
  color: #36187d;
}
.cid-sD3Q6wxOM4 .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sD3Q6wxOM4 .align-left {
    text-align: center;
  }
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD3RJWbpWU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD3RJWbpWU .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD3RJWbpWU .container {
    padding: 0 ;
  }
}
.cid-sD3RJWbpWU .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD3RJWbpWU .navbar.opened {
  transition: all 0.3s;
}
.cid-sD3RJWbpWU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD3RJWbpWU .navbar .navbar-logo img {
  width: auto;
}
.cid-sD3RJWbpWU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3RJWbpWU .navbar.collapsed {
  justify-content: center;
}
.cid-sD3RJWbpWU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3RJWbpWU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD3RJWbpWU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD3RJWbpWU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3RJWbpWU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD3RJWbpWU .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-sD3RJWbpWU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3RJWbpWU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD3RJWbpWU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD3RJWbpWU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3RJWbpWU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3RJWbpWU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3RJWbpWU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD3RJWbpWU .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-sD3RJWbpWU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD3RJWbpWU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3RJWbpWU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD3RJWbpWU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD3RJWbpWU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD3RJWbpWU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD3RJWbpWU .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD3RJWbpWU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD3RJWbpWU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD3RJWbpWU .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD3RJWbpWU nav.navbar {
  position: fixed;
}
.cid-sD3RJWbpWU .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-sD3RJWbpWU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD3RJWbpWU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD3RJWbpWU .dropdown-item:hover,
.cid-sD3RJWbpWU .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD3RJWbpWU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD3RJWbpWU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD3RJWbpWU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD3RJWbpWU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD3RJWbpWU .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD3RJWbpWU .dropdown-menu,
.cid-sD3RJWbpWU .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD3RJWbpWU .nav-item:focus,
.cid-sD3RJWbpWU .nav-link:focus {
  outline: none;
}
.cid-sD3RJWbpWU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD3RJWbpWU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD3RJWbpWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD3RJWbpWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD3RJWbpWU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3RJWbpWU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3RJWbpWU .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-sD3RJWbpWU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3RJWbpWU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3RJWbpWU .dropdown-item.active,
.cid-sD3RJWbpWU .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3RJWbpWU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD3RJWbpWU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3RJWbpWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3RJWbpWU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD3RJWbpWU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3RJWbpWU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3RJWbpWU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD3RJWbpWU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD3RJWbpWU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD3RJWbpWU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD3RJWbpWU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD3RJWbpWU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3RJWbpWU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD3RJWbpWU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD3RJWbpWU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3RJWbpWU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD3RJWbpWU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD3RJWbpWU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD3RJWbpWU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD3RJWbpWU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD3RJWbpWU .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-sD3RJWbpWU .navbar {
    height: 70px;
  }
  .cid-sD3RJWbpWU .navbar.opened {
    height: auto;
  }
  .cid-sD3RJWbpWU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3RJWbpWU .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD3RJWbpWU .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD3RJX6kcb {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sD3RJX6kcb .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sD3RJX6kcb .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sD4mk4I6DT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sD4mk4I6DT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD4mk4I6DT .row {
  flex-direction: row-reverse;
}
.cid-sD4mk4I6DT img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEKBwrxHx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sEEKBwrxHx .card-wrapper {
  background-color: #f2f3f7;
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #f2f3f7;
  transition: all 0.3s;
  padding: 3rem;
  padding-top: 3rem;
}
.cid-sEEKBwrxHx .mbr-section-title,
.cid-sEEKBwrxHx .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sEEKBwrxHx .card-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sEEKBwrxHx .card-wrapper {
    padding: 1rem;
    padding-top: 1rem;
    border-radius: 2rem;
  }
}
.cid-sEEKBwrxHx .card-title {
  color: #36187d;
}
.cid-sEEKBwrxHx .price {
  color: #36187d;
}
.cid-sEEKBwrxHx .mbr-text {
  color: #6c758f;
}
.cid-sEEKBwrxHx .mbr-section-title {
  color: #36187d;
}
.cid-sD3RJZI7Me {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sD3RJZI7Me .mbr-section-title {
  color: #36187d;
}
.cid-sD3RJZI7Me .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sD3RJZI7Me .align-left {
    text-align: center;
  }
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sDjG6UqzQC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sDjG6UqzQC .mbr-section-subtitle {
  color: #36187d;
}
.cid-sDjG6UqzQC .mbr-text {
  color: #6c758f;
}
.cid-sD9w348zuW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9w348zuW .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sD9w348zuW .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sD9w348zuW .mbr-section-title {
  color: #36187d;
  text-align: center;
}
.cid-sD3NsbtP3Y {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sD3NsbtP3Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD3NsbtP3Y .row {
  flex-direction: row-reverse;
}
.cid-sD3NsbtP3Y img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sD3OBn8cXh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sD3OBn8cXh .mbr-section-title {
  color: #36187d;
}
.cid-sD3OBn8cXh .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sD3OBn8cXh .align-left {
    text-align: center;
  }
}
.cid-sDTzNjvQ1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14191e;
}
.cid-sDTzNjvQ1x .mbr-section-title {
  color: #ffffff;
}
.cid-sDTzNjvQ1x .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sDTzNjvQ1x .mbr-text {
  color: #ffffff;
}
.cid-sDTzNjvQ1x .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sDTzNjvQ1x .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sDTzNjvQ1x .text-col {
  align-items: center;
  display: flex;
}
.cid-sDTzNjvQ1x .mbr-section-subtitle,
.cid-sDTzNjvQ1x .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sDTFtoKOQ2 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sDTFtoKOQ2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDTFtoKOQ2 .row {
    flex-direction: column-reverse;
  }
  .cid-sDTFtoKOQ2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sDTFtoKOQ2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDTFtoKOQ2 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sDTFtoKOQ2 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sDTFtoKOQ2 .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sDTFtoKOQ2 .mbr-text,
.cid-sDTFtoKOQ2 .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-sDTM8PByj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTM8PByj7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #36187d;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sDTM8PByj7 .panel-group {
  border: none;
}
.cid-sDTM8PByj7 .panel-collapse {
  padding: 0 2rem;
}
.cid-sDTM8PByj7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sDTM8PByj7 .panel-body,
.cid-sDTM8PByj7 .card-header {
  padding: 1rem 0;
}
.cid-sDTM8PByj7 .panel-title-edit {
  color: #6c758f;
}
.cid-sDTM8PByj7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sDTM8PByj7 .card {
  overflow: visible;
}
.cid-sDTM8PByj7 .panel-text {
  color: #6c758f;
}
.cid-sDTM8PByj7 H3 {
  color: #36187d;
}
.cid-sDTMje76KW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sDTMje76KW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sDTMje76KW .mbr-text,
.cid-sDTMje76KW .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sDTILRArgd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTILRArgd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDTILRArgd .row {
    flex-direction: column-reverse;
  }
  .cid-sDTILRArgd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sDTILRArgd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDTILRArgd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sDTILRArgd .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sDTILRArgd .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sDTILRArgd .mbr-text,
.cid-sDTILRArgd .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-sDTNBsyGO0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTNBsyGO0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #36187d;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sDTNBsyGO0 .panel-group {
  border: none;
}
.cid-sDTNBsyGO0 .panel-collapse {
  padding: 0 2rem;
}
.cid-sDTNBsyGO0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sDTNBsyGO0 .panel-body,
.cid-sDTNBsyGO0 .card-header {
  padding: 1rem 0;
}
.cid-sDTNBsyGO0 .panel-title-edit {
  color: #6c758f;
}
.cid-sDTNBsyGO0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sDTNBsyGO0 .card {
  overflow: visible;
}
.cid-sDTNBsyGO0 .panel-text {
  color: #6c758f;
}
.cid-sDTNBsyGO0 H3 {
  color: #36187d;
}
.cid-sDTNQRXUb6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTNQRXUb6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sDTNQRXUb6 .mbr-text,
.cid-sDTNQRXUb6 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sDTRQJBzNH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTRQJBzNH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDTRQJBzNH .row {
    flex-direction: column-reverse;
  }
  .cid-sDTRQJBzNH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sDTRQJBzNH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDTRQJBzNH .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sDTRQJBzNH .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sDTRQJBzNH .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sDTRQJBzNH .mbr-text,
.cid-sDTRQJBzNH .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-sDTRZTLTvw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTRZTLTvw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #36187d;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sDTRZTLTvw .panel-group {
  border: none;
}
.cid-sDTRZTLTvw .panel-collapse {
  padding: 0 2rem;
}
.cid-sDTRZTLTvw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sDTRZTLTvw .panel-body,
.cid-sDTRZTLTvw .card-header {
  padding: 1rem 0;
}
.cid-sDTRZTLTvw .panel-title-edit {
  color: #6c758f;
}
.cid-sDTRZTLTvw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sDTRZTLTvw .card {
  overflow: visible;
}
.cid-sDTRZTLTvw .panel-text {
  color: #6c758f;
}
.cid-sDTRZTLTvw H3 {
  color: #36187d;
}
.cid-sDTS0NCn7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDTS0NCn7B .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sDTS0NCn7B .mbr-text,
.cid-sDTS0NCn7B .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDgbpS0WKS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sDgbpS0WKS .mbr-section-subtitle {
  color: #36187d;
}
.cid-sDgbpS0WKS .mbr-text {
  color: #6c758f;
}
.cid-sDgbpS0WKS .mbr-section-title {
  color: #36187d;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sDjXk4XBGy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDjXk4XBGy .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sDjXk4XBGy .container {
    padding: 0 ;
  }
}
.cid-sDjXk4XBGy .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sDjXk4XBGy .navbar.opened {
  transition: all 0.3s;
}
.cid-sDjXk4XBGy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDjXk4XBGy .navbar .navbar-logo img {
  width: auto;
}
.cid-sDjXk4XBGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDjXk4XBGy .navbar.collapsed {
  justify-content: center;
}
.cid-sDjXk4XBGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDjXk4XBGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDjXk4XBGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sDjXk4XBGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDjXk4XBGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDjXk4XBGy .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-sDjXk4XBGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDjXk4XBGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDjXk4XBGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDjXk4XBGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDjXk4XBGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDjXk4XBGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDjXk4XBGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDjXk4XBGy .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-sDjXk4XBGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDjXk4XBGy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDjXk4XBGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDjXk4XBGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDjXk4XBGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDjXk4XBGy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sDjXk4XBGy .navbar.navbar-short {
  min-height: 110px;
}
.cid-sDjXk4XBGy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDjXk4XBGy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDjXk4XBGy .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sDjXk4XBGy nav.navbar {
  position: fixed;
}
.cid-sDjXk4XBGy .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-sDjXk4XBGy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sDjXk4XBGy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDjXk4XBGy .dropdown-item:hover,
.cid-sDjXk4XBGy .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sDjXk4XBGy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDjXk4XBGy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDjXk4XBGy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDjXk4XBGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDjXk4XBGy .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDjXk4XBGy .dropdown-menu,
.cid-sDjXk4XBGy .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sDjXk4XBGy .nav-item:focus,
.cid-sDjXk4XBGy .nav-link:focus {
  outline: none;
}
.cid-sDjXk4XBGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDjXk4XBGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDjXk4XBGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDjXk4XBGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDjXk4XBGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDjXk4XBGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDjXk4XBGy .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-sDjXk4XBGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDjXk4XBGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDjXk4XBGy .dropdown-item.active,
.cid-sDjXk4XBGy .dropdown-item:active {
  background-color: transparent;
}
.cid-sDjXk4XBGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDjXk4XBGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDjXk4XBGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDjXk4XBGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sDjXk4XBGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDjXk4XBGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDjXk4XBGy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDjXk4XBGy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDjXk4XBGy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDjXk4XBGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sDjXk4XBGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDjXk4XBGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDjXk4XBGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDjXk4XBGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDjXk4XBGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDjXk4XBGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDjXk4XBGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDjXk4XBGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDjXk4XBGy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDjXk4XBGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDjXk4XBGy .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-sDjXk4XBGy .navbar {
    height: 70px;
  }
  .cid-sDjXk4XBGy .navbar.opened {
    height: auto;
  }
  .cid-sDjXk4XBGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDjXk4XBGy .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDjXk4XBGy .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDjXJNGGWp {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sDjXJNGGWp .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sDjXJNGGWp .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-sDjXTVJZLY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDjXTVJZLY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDjXTVJZLY .row {
  flex-direction: row-reverse;
}
.cid-sDjXTVJZLY img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDjYPmIbkZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sDjYPmIbkZ .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDjYPmIbkZ .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDjYPmIbkZ .card-wrapper {
    flex-direction: column;
  }
}
.cid-sDjYPmIbkZ .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDjYPmIbkZ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDjYPmIbkZ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sDjYPmIbkZ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDjYPmIbkZ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sDjYQbdvLI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sDjYQbdvLI .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDjYQbdvLI .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDjYQbdvLI .card-wrapper {
    flex-direction: column;
  }
}
.cid-sDjYQbdvLI .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDjYQbdvLI .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDjYQbdvLI .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sDjYQbdvLI .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDjYQbdvLI .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sEEI4rRWhj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sEEI4rRWhj .mbr-media {
  position: relative;
}
.cid-sEEI4rRWhj .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sEEI4rRWhj .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEI4rRWhj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sEEI4rRWhj .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-sEEI4rRWhj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sEEI4rRWhj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sEEI4rRWhj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sEEI4rRWhj a {
  text-decoration: none!important;
}
.cid-sEEI4rRWhj .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEEI4rRWhj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDjXk8aqNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sDjXk8aqNh .mbr-section-title {
  color: #36187d;
}
.cid-sDjXk8aqNh .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sDjXk8aqNh .align-left {
    text-align: center;
  }
}
.cid-sDjXk8SQyJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sDjXk8SQyJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sDjXk8SQyJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sDjXk8SQyJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sDjXk8SQyJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sDjXk8SQyJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sDjXk8SQyJ .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sDjXk8SQyJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sDjXk8SQyJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sDjXk8SQyJ .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sDjXk8SQyJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sDjXk8SQyJ .soc-item a {
  color: #fafafa;
}
.cid-sDjXk8SQyJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sDjXk8SQyJ .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sDjXk8SQyJ .mbr-tag,
.cid-sDjXk8SQyJ .social-row {
  color: #14191e;
}
.cid-sDjXk8SQyJ .copyright {
  color: #14191e;
}
.cid-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDTGZxIXVh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTGZxIXVh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTGZxIXVh .row {
  flex-direction: row-reverse;
}
.cid-sDTGZxIXVh img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTH0HQX7A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTH0HQX7A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTH0HQX7A .row {
  flex-direction: row-reverse;
}
.cid-sDTH0HQX7A img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTH1hW6xZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTH1hW6xZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTH1hW6xZ .row {
  flex-direction: row-reverse;
}
.cid-sDTH1hW6xZ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTH1TLcSh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTH1TLcSh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTH1TLcSh .row {
  flex-direction: row-reverse;
}
.cid-sDTH1TLcSh img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTH2sWOVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTH2sWOVK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTH2sWOVK .row {
  flex-direction: row-reverse;
}
.cid-sDTH2sWOVK img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTH30JMfL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTH30JMfL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTH30JMfL .row {
  flex-direction: row-reverse;
}
.cid-sDTH30JMfL img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDTJZPrtqK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTJZPrtqK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTJZPrtqK .row {
  flex-direction: row-reverse;
}
.cid-sDTJZPrtqK img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK0uSTb4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK0uSTb4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK0uSTb4 .row {
  flex-direction: row-reverse;
}
.cid-sDTK0uSTb4 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK0ZuFGg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK0ZuFGg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK0ZuFGg .row {
  flex-direction: row-reverse;
}
.cid-sDTK0ZuFGg img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK1wfOJC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK1wfOJC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK1wfOJC .row {
  flex-direction: row-reverse;
}
.cid-sDTK1wfOJC img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK21zRrz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK21zRrz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK21zRrz .row {
  flex-direction: row-reverse;
}
.cid-sDTK21zRrz img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK2yU0La {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK2yU0La .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK2yU0La .row {
  flex-direction: row-reverse;
}
.cid-sDTK2yU0La img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTK33nH6i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTK33nH6i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTK33nH6i .row {
  flex-direction: row-reverse;
}
.cid-sDTK33nH6i img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sD2IXjKqKR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2IXjKqKR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2IXjKqKR .container {
    padding: 0 ;
  }
}
.cid-sD2IXjKqKR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2IXjKqKR .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2IXjKqKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2IXjKqKR .navbar.collapsed {
  justify-content: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2IXjKqKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2IXjKqKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2IXjKqKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2IXjKqKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2IXjKqKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2IXjKqKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2IXjKqKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2IXjKqKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2IXjKqKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2IXjKqKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2IXjKqKR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sD2IXjKqKR .navbar.navbar-short {
  min-height: 110px;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2IXjKqKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2IXjKqKR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sD2IXjKqKR nav.navbar {
  position: fixed;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2IXjKqKR .dropdown-item:hover,
.cid-sD2IXjKqKR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sD2IXjKqKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2IXjKqKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2IXjKqKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2IXjKqKR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown-menu,
.cid-sD2IXjKqKR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sD2IXjKqKR .nav-item:focus,
.cid-sD2IXjKqKR .nav-link:focus {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2IXjKqKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2IXjKqKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2IXjKqKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2IXjKqKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2IXjKqKR .dropdown-item.active,
.cid-sD2IXjKqKR .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2IXjKqKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2IXjKqKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sD2IXjKqKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2IXjKqKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2IXjKqKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2IXjKqKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2IXjKqKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2IXjKqKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2IXjKqKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2IXjKqKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2IXjKqKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2IXjKqKR .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-sD2IXjKqKR .navbar {
    height: 70px;
  }
  .cid-sD2IXjKqKR .navbar.opened {
    height: auto;
  }
  .cid-sD2IXjKqKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD2IXjKqKR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sDTTgMRqHf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTTgMRqHf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTTgMRqHf .row {
  flex-direction: row-reverse;
}
.cid-sDTTgMRqHf img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTThjOlAW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTThjOlAW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTThjOlAW .row {
  flex-direction: row-reverse;
}
.cid-sDTThjOlAW img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTThLGqZ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTThLGqZ0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTThLGqZ0 .row {
  flex-direction: row-reverse;
}
.cid-sDTThLGqZ0 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTTidToqy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTTidToqy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTTidToqy .row {
  flex-direction: row-reverse;
}
.cid-sDTTidToqy img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTTiPMZTN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTTiPMZTN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTTiPMZTN .row {
  flex-direction: row-reverse;
}
.cid-sDTTiPMZTN img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDTTjwbOqo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sDTTjwbOqo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDTTjwbOqo .row {
  flex-direction: row-reverse;
}
.cid-sDTTjwbOqo img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sD9AUFRiBj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sD9AUFRiBj .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sD9AUFRiBj .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sD9AUFRiBj .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sD9AUFRiBj .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sD9AUFRiBj .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sD9AUFRiBj .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sD9AUFRiBj .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sD9AUFRiBj .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sD9AUFRiBj .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sD9AUFRiBj .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sD9AUFRiBj .soc-item a {
  color: #fafafa;
}
.cid-sD9AUFRiBj .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sD9AUFRiBj .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sD9AUFRiBj .mbr-tag,
.cid-sD9AUFRiBj .social-row {
  color: #14191e;
}
.cid-sD9AUFRiBj .copyright {
  color: #14191e;
}
.cid-sEF3AG2C2q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f2f3f7;
}
.cid-sEF3AG2C2q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sEF3AG2C2q .row {
    flex-direction: column-reverse;
  }
  .cid-sEF3AG2C2q .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sEF3AG2C2q .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sEF3AG2C2q .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sEF3AG2C2q .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sEF3AG2C2q .card-title {
  color: #36187d;
  text-align: center;
}
.cid-sEF3AG2C2q .mbr-text,
.cid-sEF3AG2C2q .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-sEET79OXH9 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sEET79OXH9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEET79OXH9 .row {
  flex-direction: row-reverse;
}
.cid-sEET79OXH9 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEADPSpUoO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEADPSpUoO .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sEADPSpUoO .container {
    padding: 0 ;
  }
}
.cid-sEADPSpUoO .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sEADPSpUoO .navbar.opened {
  transition: all 0.3s;
}
.cid-sEADPSpUoO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEADPSpUoO .navbar .navbar-logo img {
  width: auto;
}
.cid-sEADPSpUoO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEADPSpUoO .navbar.collapsed {
  justify-content: center;
}
.cid-sEADPSpUoO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEADPSpUoO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEADPSpUoO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sEADPSpUoO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEADPSpUoO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEADPSpUoO .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-sEADPSpUoO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEADPSpUoO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEADPSpUoO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEADPSpUoO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEADPSpUoO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEADPSpUoO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEADPSpUoO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEADPSpUoO .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-sEADPSpUoO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEADPSpUoO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEADPSpUoO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEADPSpUoO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEADPSpUoO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEADPSpUoO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sEADPSpUoO .navbar.navbar-short {
  min-height: 110px;
}
.cid-sEADPSpUoO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEADPSpUoO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEADPSpUoO .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sEADPSpUoO nav.navbar {
  position: fixed;
}
.cid-sEADPSpUoO .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-sEADPSpUoO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sEADPSpUoO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEADPSpUoO .dropdown-item:hover,
.cid-sEADPSpUoO .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sEADPSpUoO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEADPSpUoO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEADPSpUoO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEADPSpUoO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEADPSpUoO .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEADPSpUoO .dropdown-menu,
.cid-sEADPSpUoO .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sEADPSpUoO .nav-item:focus,
.cid-sEADPSpUoO .nav-link:focus {
  outline: none;
}
.cid-sEADPSpUoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEADPSpUoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEADPSpUoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEADPSpUoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEADPSpUoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEADPSpUoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEADPSpUoO .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-sEADPSpUoO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEADPSpUoO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEADPSpUoO .dropdown-item.active,
.cid-sEADPSpUoO .dropdown-item:active {
  background-color: transparent;
}
.cid-sEADPSpUoO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEADPSpUoO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEADPSpUoO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEADPSpUoO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sEADPSpUoO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEADPSpUoO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEADPSpUoO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEADPSpUoO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEADPSpUoO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEADPSpUoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sEADPSpUoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEADPSpUoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEADPSpUoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEADPSpUoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEADPSpUoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEADPSpUoO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEADPSpUoO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEADPSpUoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEADPSpUoO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEADPSpUoO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEADPSpUoO .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-sEADPSpUoO .navbar {
    height: 70px;
  }
  .cid-sEADPSpUoO .navbar.opened {
    height: auto;
  }
  .cid-sEADPSpUoO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEADPSpUoO .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEADPSpUoO .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sEESgYdifi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sEESgYdifi .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sEESgYdifi .mbr-text {
  color: #6c758f;
}
.cid-sEETJQFa0D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sEETJQFa0D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEETJQFa0D .row {
  flex-direction: row-reverse;
}
.cid-sEETJQFa0D img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEUdSGYoj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sEEUdSGYoj .mbr-section-subtitle {
  color: #36187d;
}
.cid-sEEUdSGYoj .mbr-text {
  color: #6c758f;
}
.cid-sEEV8ce4jQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sEEV8ce4jQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEEV8ce4jQ .row {
  flex-direction: row-reverse;
}
.cid-sEEV8ce4jQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEVzlOH6v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sEEVzlOH6v .mbr-section-subtitle {
  color: #36187d;
}
.cid-sEEVzlOH6v .mbr-text {
  color: #6c758f;
}
.cid-sEEWlKoWm3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sEEWlKoWm3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEEWlKoWm3 .row {
  flex-direction: row-reverse;
}
.cid-sEEWlKoWm3 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEWLQDXiG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sEEWLQDXiG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sEEWLQDXiG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sEEWLQDXiG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #36187d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEEWLQDXiG H3 {
  color: #36187d;
}
.cid-sEEWLQDXiG .list {
  color: #6c758f;
  text-align: left;
}
.cid-sEEWLQDXiG DIV {
  text-align: center;
}
.cid-sEEXBgBidY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sEEXBgBidY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sEEXBgBidY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sEEXBgBidY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #36187d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEEXBgBidY H3 {
  color: #36187d;
}
.cid-sEEXBgBidY .list {
  color: #6c758f;
}
.cid-sEEYvsjGbL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-sEEYvsjGbL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEEYvsjGbL .row {
  flex-direction: row-reverse;
}
.cid-sEEYvsjGbL img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sEEZrmYIg8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sEEZrmYIg8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sEEZrmYIg8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sEEZrmYIg8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #36187d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEEZrmYIg8 H3 {
  color: #36187d;
  text-align: center;
}
.cid-sEEZrmYIg8 .list {
  color: #6c758f;
}
.cid-sEEZTTshgD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sEEZTTshgD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sEEZTTshgD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sEEZTTshgD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #36187d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEEZTTshgD H3 {
  color: #36187d;
}
.cid-sEEZTTshgD .list {
  color: #6c758f;
}
.cid-sEEMKhlIZB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sEEMKhlIZB .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-sEEMKhlIZB .mbr-text {
  color: #6c758f;
}
.cid-sEF0VvmFy1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sEF0VvmFy1 .card-wrapper {
  background-color: #f2f3f7;
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #f2f3f7;
  transition: all 0.3s;
  padding: 3rem;
  padding-top: 3rem;
}
.cid-sEF0VvmFy1 .mbr-section-title,
.cid-sEF0VvmFy1 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sEF0VvmFy1 .card-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sEF0VvmFy1 .card-wrapper {
    padding: 1rem;
    padding-top: 1rem;
    border-radius: 2rem;
  }
}
.cid-sEF0VvmFy1 .card-title {
  color: #36187d;
  text-align: left;
}
.cid-sEF0VvmFy1 .price {
  color: #36187d;
}
.cid-sEF0VvmFy1 .mbr-text {
  color: #6c758f;
}
.cid-sEF0VvmFy1 .mbr-section-title {
  color: #36187d;
}
.cid-sEADQ3noPn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-sEADQ3noPn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-sEADQ3noPn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sEADQ3noPn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-sEADQ3noPn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-sEADQ3noPn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-sEADQ3noPn .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-sEADQ3noPn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-sEADQ3noPn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-sEADQ3noPn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-sEADQ3noPn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-sEADQ3noPn .soc-item a {
  color: #fafafa;
}
.cid-sEADQ3noPn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sEADQ3noPn .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sEADQ3noPn .mbr-tag,
.cid-sEADQ3noPn .social-row {
  color: #14191e;
}
.cid-sEADQ3noPn .copyright {
  color: #14191e;
}
.cid-t116RARcfr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t116RARcfr .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t116RARcfr .container {
    padding: 0 ;
  }
}
.cid-t116RARcfr .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t116RARcfr .navbar.opened {
  transition: all 0.3s;
}
.cid-t116RARcfr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t116RARcfr .navbar .navbar-logo img {
  width: auto;
}
.cid-t116RARcfr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t116RARcfr .navbar.collapsed {
  justify-content: center;
}
.cid-t116RARcfr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t116RARcfr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t116RARcfr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t116RARcfr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t116RARcfr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t116RARcfr .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-t116RARcfr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t116RARcfr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t116RARcfr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t116RARcfr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t116RARcfr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t116RARcfr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t116RARcfr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t116RARcfr .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-t116RARcfr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t116RARcfr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t116RARcfr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t116RARcfr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t116RARcfr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t116RARcfr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t116RARcfr .navbar.navbar-short {
  min-height: 110px;
}
.cid-t116RARcfr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t116RARcfr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t116RARcfr .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t116RARcfr nav.navbar {
  position: fixed;
}
.cid-t116RARcfr .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-t116RARcfr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t116RARcfr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t116RARcfr .dropdown-item:hover,
.cid-t116RARcfr .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-t116RARcfr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t116RARcfr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t116RARcfr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t116RARcfr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t116RARcfr .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t116RARcfr .dropdown-menu,
.cid-t116RARcfr .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t116RARcfr .nav-item:focus,
.cid-t116RARcfr .nav-link:focus {
  outline: none;
}
.cid-t116RARcfr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t116RARcfr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t116RARcfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t116RARcfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t116RARcfr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t116RARcfr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t116RARcfr .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-t116RARcfr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t116RARcfr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t116RARcfr .dropdown-item.active,
.cid-t116RARcfr .dropdown-item:active {
  background-color: transparent;
}
.cid-t116RARcfr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t116RARcfr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t116RARcfr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t116RARcfr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t116RARcfr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t116RARcfr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t116RARcfr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t116RARcfr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t116RARcfr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t116RARcfr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-t116RARcfr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t116RARcfr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t116RARcfr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t116RARcfr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t116RARcfr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t116RARcfr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t116RARcfr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t116RARcfr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t116RARcfr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t116RARcfr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t116RARcfr .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-t116RARcfr .navbar {
    height: 70px;
  }
  .cid-t116RARcfr .navbar.opened {
    height: auto;
  }
  .cid-t116RARcfr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t116RARcfr .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t116RARcfr .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t116RBaPiK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-t116RBaPiK .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-t116RBaPiK .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-t116RBaPiK .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-t116RBiKvB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-t116RBiKvB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t116RBiKvB .row {
  flex-direction: row-reverse;
}
.cid-t116RBiKvB img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-t119wlwVlC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-t119wlwVlC .text-box {
  max-width: 900px;
}
.cid-t119wlwVlC .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-t119wlwVlC .item:last-child .icon-box:before {
  display: none;
}
.cid-t119wlwVlC .item::before {
  content: "";
  width: 2px;
  height: 100%;
  right: 38px;
  position: absolute;
  top: 50%;
  margin-left: 2rem;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .cid-t119wlwVlC .item::before {
    margin-left: 2rem;
  }
}
.cid-t119wlwVlC .last:before {
  display: none;
}
.cid-t119wlwVlC .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-t119wlwVlC span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-t119wlwVlC span .card {
    margin-bottom: 2rem;
  }
  .cid-t119wlwVlC span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t119wlwVlC span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-t119wlwVlC .icon-box::before {
    top: 114%;
  }
}
.cid-t119wlwVlC SPAN {
  color: #0196e3;
}
.cid-t119wlwVlC .icon-text {
  color: #6c758f;
}
.cid-t119wlwVlC .icon-title {
  color: #36187d;
}
.cid-t119wlwVlC .icon-subtitle {
  color: #36187d;
}
.cid-t119wlwVlC .main-title {
  color: #36187d;
}
.cid-t11aq8p9NW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-t11aq8p9NW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t11aq8p9NW .row {
  flex-direction: row-reverse;
}
.cid-t11aq8p9NW img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-t11buf2e82 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-t11buf2e82 img,
.cid-t11buf2e82 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t11buf2e82 .item:focus,
.cid-t11buf2e82 span:focus {
  outline: none;
}
.cid-t11buf2e82 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11buf2e82 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t11buf2e82 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t11buf2e82 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t11buf2e82 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t11buf2e82 .item-content {
    padding: 1rem 0;
  }
}
.cid-t11buf2e82 .mbr-section-title {
  color: #36187d;
}
.cid-t11buf2e82 .item-title {
  color: #36187d;
  text-align: center;
}
.cid-t11buf2e82 .item-subtitle {
  color: #bec2cf;
}
.cid-t11buf2e82 .mbr-text,
.cid-t11buf2e82 .mbr-section-btn {
  color: #36187d;
  text-align: center;
}
.cid-t11buf2e82 .mbr-link {
  color: #0196e3;
}
.cid-t11cZHUyMb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-t11cZHUyMb img,
.cid-t11cZHUyMb .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t11cZHUyMb .item:focus,
.cid-t11cZHUyMb span:focus {
  outline: none;
}
.cid-t11cZHUyMb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11cZHUyMb .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t11cZHUyMb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t11cZHUyMb .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t11cZHUyMb .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t11cZHUyMb .item-content {
    padding: 1rem 0;
  }
}
.cid-t11cZHUyMb .mbr-section-title {
  color: #36187d;
}
.cid-t11cZHUyMb .item-title {
  color: #36187d;
  text-align: center;
}
.cid-t11cZHUyMb .item-subtitle {
  color: #bec2cf;
}
.cid-t11cZHUyMb .mbr-text,
.cid-t11cZHUyMb .mbr-section-btn {
  color: #36187d;
  text-align: center;
}
.cid-t11cZHUyMb .mbr-link {
  color: #0196e3;
}
.cid-t11e0u0MIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-t11e0u0MIf img,
.cid-t11e0u0MIf .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t11e0u0MIf .item:focus,
.cid-t11e0u0MIf span:focus {
  outline: none;
}
.cid-t11e0u0MIf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11e0u0MIf .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t11e0u0MIf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t11e0u0MIf .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t11e0u0MIf .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t11e0u0MIf .item-content {
    padding: 1rem 0;
  }
}
.cid-t11e0u0MIf .mbr-section-title {
  color: #36187d;
}
.cid-t11e0u0MIf .item-title {
  color: #36187d;
  text-align: center;
}
.cid-t11e0u0MIf .item-subtitle {
  color: #bec2cf;
}
.cid-t11e0u0MIf .mbr-text,
.cid-t11e0u0MIf .mbr-section-btn {
  color: #36187d;
  text-align: center;
}
.cid-t11e0u0MIf .mbr-link {
  color: #0196e3;
}
.cid-t11fgSNJdh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-t11fgSNJdh img,
.cid-t11fgSNJdh .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t11fgSNJdh .item:focus,
.cid-t11fgSNJdh span:focus {
  outline: none;
}
.cid-t11fgSNJdh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11fgSNJdh .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t11fgSNJdh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t11fgSNJdh .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t11fgSNJdh .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t11fgSNJdh .item-content {
    padding: 1rem 0;
  }
}
.cid-t11fgSNJdh .mbr-section-title {
  color: #36187d;
}
.cid-t11fgSNJdh .item-title {
  color: #36187d;
  text-align: center;
}
.cid-t11fgSNJdh .item-subtitle {
  color: #bec2cf;
}
.cid-t11fgSNJdh .mbr-text,
.cid-t11fgSNJdh .mbr-section-btn {
  color: #36187d;
  text-align: center;
}
.cid-t11fgSNJdh .mbr-link {
  color: #0196e3;
}
.cid-t11fU7Efuk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-t11fU7Efuk img,
.cid-t11fU7Efuk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-t11fU7Efuk .item:focus,
.cid-t11fU7Efuk span:focus {
  outline: none;
}
.cid-t11fU7Efuk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t11fU7Efuk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t11fU7Efuk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t11fU7Efuk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t11fU7Efuk .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t11fU7Efuk .item-content {
    padding: 1rem 0;
  }
}
.cid-t11fU7Efuk .mbr-section-title {
  color: #36187d;
}
.cid-t11fU7Efuk .item-title {
  color: #36187d;
  text-align: center;
}
.cid-t11fU7Efuk .item-subtitle {
  color: #bec2cf;
}
.cid-t11fU7Efuk .mbr-text,
.cid-t11fU7Efuk .mbr-section-btn {
  color: #36187d;
  text-align: center;
}
.cid-t11fU7Efuk .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t11hza9Egg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-t11hza9Egg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t11hza9Egg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t11hza9Egg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #36187d;
}
.cid-t11hza9Egg .panel-body,
.cid-t11hza9Egg .card-header {
  padding: 1rem 0;
}
.cid-t11hza9Egg .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-t11hza9Egg H3 {
  color: #36187d;
}
.cid-t116RBs1P4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-t116RBs1P4 .mbr-section-title {
  color: #36187d;
}
.cid-t116RBs1P4 .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-t116RBs1P4 .align-left {
    text-align: center;
  }
}
.cid-t116RBC6Vk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-t116RBC6Vk .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t116RBC6Vk .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t116RBC6Vk .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t116RBC6Vk .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t116RBC6Vk .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t116RBC6Vk .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-t116RBC6Vk .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t116RBC6Vk .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #36187d;
}
.cid-t116RBC6Vk .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #14191e;
}
.cid-t116RBC6Vk .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t116RBC6Vk .soc-item a {
  color: #fafafa;
}
.cid-t116RBC6Vk .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t116RBC6Vk .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t116RBC6Vk .mbr-tag,
.cid-t116RBC6Vk .social-row {
  color: #14191e;
}
.cid-t116RBC6Vk .copyright {
  color: #14191e;
}
