body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5580ff !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5580ff !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003cee !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5580ff;
  border-color: #5580ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5580ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
  font-weight: 400;
}
blockquote {
  border-color: #5580ff;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5580ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5580ff;
  border-bottom-color: #5580ff;
}
.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: #5580ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%235580ff' %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;
}
.cid-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9vyfJGtDp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v9vyfJGtDp svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v9vyfJGtDp #e2_shape {
  fill: #7f1933 !important;
}
.cid-v9vyfJGtDp img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-v9vyfJGtDp img {
    width: 90%!important;
  }
}
.cid-v9vyfJGtDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vyfJGtDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vyfJGtDp H1 {
  color: #232323;
}
.cid-v9vyfJGtDp .mbr-text,
.cid-v9vyfJGtDp .mbr-section-btn {
  color: #232323;
}
.cid-rlf1WWFKeE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf1WWFKeE H1 {
  color: #232323;
  text-align: center;
}
.cid-rlf1WWFKeE .align-left {
  margin: auto;
}
.cid-rlf1WWFKeE .row {
  justify-content: space-between;
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .mbr-section-btn {
  color: #716c80;
}
.cid-rlf1WWFKeE .block-border {
  border-left: 2px solid #232323;
  padding-left: 4rem;
}
.cid-rlf1WWFKeE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf1WWFKeE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf1WWFKeE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf1WWFKeE .link:hover {
  color: #5580ff !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-rlf1WWFKeE DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf1WWFKeE .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlf1WWFKeE h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .media-content {
  color: #ff3366;
}
.cid-tXnrUydCpF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-tXnrUydCpF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tXnrUydCpF H1 {
  color: #57468b;
}
.cid-tXnrUydCpF .mbr-text,
.cid-tXnrUydCpF .mbr-section-btn {
  color: #716c80;
}
.cid-tXnrUydCpF H3 {
  color: #716c80;
}
.cid-tXnrUydCpF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXnrUydCpF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXnrUydCpF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXnrUydCpF .link:hover {
  color: #5580ff !important;
}
.cid-tXnrUydCpF .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-tXnrUydCpF DIV {
  color: #57468b;
}
.cid-tXnrUydCpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnrUydCpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnrUydCpF .mbr-text,
.cid-tXnrUydCpF .media-content {
  color: #ffffff;
}
.cid-tXnPq0WGWN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tXnPq0WGWN H1 {
  color: #232323;
}
.cid-tXnPq0WGWN .align-left {
  margin: auto;
}
.cid-tXnPq0WGWN .row {
  justify-content: space-between;
}
.cid-tXnPq0WGWN .mbr-text,
.cid-tXnPq0WGWN .mbr-section-btn {
  color: #716c80;
}
.cid-tXnPq0WGWN .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-tXnPq0WGWN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tXnPq0WGWN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tXnPq0WGWN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tXnPq0WGWN .link:hover {
  color: #5580ff !important;
}
.cid-tXnPq0WGWN .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-tXnPq0WGWN DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tXnPq0WGWN .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tXnPq0WGWN h1 {
    padding-bottom: 1rem;
  }
}
.cid-tXnPq0WGWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXnPq0WGWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXnPq0WGWN .mbr-text,
.cid-tXnPq0WGWN .media-content {
  color: #232323;
}
.cid-rlqwMSA8dY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwMSA8dY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-rlqwMSA8dY P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rlqwMSA8dY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqwMSA8dY .mbr-text,
  .cid-rlqwMSA8dY .nav-link {
    text-align: center;
  }
}
.cid-rlqwMSA8dY H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rlqE3ytc5U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqE3ytc5U H1 {
  color: #232323;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}
.cid-rlqE3ytc5U H3 {
  color: #716c80;
}
.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqE3ytc5U .link:hover {
  color: #5580ff !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .media-content {
  color: #232323;
}
.cid-rlf3bZppLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-rlf3bZppLj H1 {
  color: #efefef;
}
.cid-rlf3bZppLj .mbr-text,
.cid-rlf3bZppLj .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf3bZppLj H3 {
  color: #716c80;
}
.cid-rlf3IBt7x9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlf3IBt7x9 .mbr-text,
.cid-rlf3IBt7x9 .mbr-section-btn {
  color: #232323;
}
.cid-rlf3IBt7x9 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rlf3IBt7x9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlf3IBt7x9 .ico1 {
  font-size: 2rem;
}
.cid-rlf3IBt7x9 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rlf3IBt7x9 H3 {
  color: #57468b;
}
.cid-rlf3IBt7x9 H4 {
  color: #716c80;
}
.cid-rlf3IBt7x9 .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rlf3IBt7x9 .relative {
    padding: 0;
  }
}
.cid-v9vwQhT1Id {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9vwQhT1Id img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9vwQhT1Id H1 {
  color: #ffffff;
}
.cid-v9vwQhT1Id .mbr-text,
.cid-v9vwQhT1Id .mbr-section-btn {
  color: #716c80;
}
.cid-v9vwQhT1Id H3 {
  color: #716c80;
}
.cid-v9vwQhT1Id .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9vwQhT1Id .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9vwQhT1Id .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9vwQhT1Id .link:hover {
  color: #5580ff !important;
}
.cid-v9vwQhT1Id .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9vwQhT1Id DIV {
  color: #57468b;
}
.cid-v9vwQhT1Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vwQhT1Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vwQhT1Id .mbr-text,
.cid-v9vwQhT1Id .media-content {
  color: #ffffff;
}
.cid-v9vxeuVaU7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9vxeuVaU7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9vxeuVaU7 .copyright-section,
.cid-v9vxeuVaU7 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9vxeuVaU7 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9vxeuVaU7 .logo-section img {
  margin: 0 auto;
}
.cid-v9vxeuVaU7 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9vxeuVaU7 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9vxeuVaU7 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9vxeuVaU7 .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9vxeuVaU7 .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9vxeuVaU7 .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9vxeuVaU7 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9vxeuVaU7 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9vxeuVaU7 .copyright-section {
    order: 1;
  }
  .cid-v9vxeuVaU7 .copyright-section hr {
    display: none;
  }
  .cid-v9vxeuVaU7 .social-media {
    margin-top: 30px;
  }
  .cid-v9vxeuVaU7 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9vxeuVaU7 .line {
    margin: 25px 0;
  }
  .cid-v9vxeuVaU7 .mobirise-rights,
  .cid-v9vxeuVaU7 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9vxeuVaU7 .mbr-text,
.cid-v9vxeuVaU7 .copyright-section {
  color: #ffffff;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXt7LrX7Kv {
  background-color: #f1f1f2;
}
.cid-tXt7LrX7Kv .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tXt7LrX7Kv .row {
    padding: 0 12px;
  }
}
.cid-tXt7LrX7Kv .row::after {
  content: '';
  display: block;
  background: #7f1933;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tXt7LrX7Kv .row::after {
    display: none;
  }
}
.cid-tXt7LrX7Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXt7LrX7Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXt7LrX7Kv .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tXt7LrX7Kv .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-tXt7LrX7Kv .image-wrapper::before {
  content: '';
  display: block;
  background-color: #f3722f;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXt7LrX7Kv .image-wrapper::before {
    display: none;
  }
}
.cid-tXt7LrX7Kv .image-wrapper::after {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXt7LrX7Kv .image-wrapper::after {
    display: none;
  }
}
.cid-tXt7LrX7Kv .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-tXt7LrX7Kv .title {
  display: flex;
  align-items: center;
}
.cid-tXt7LrX7Kv .title-wrapper {
  z-index: 1;
}
.cid-tXt7LrX7Kv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-tXt7LrX7Kv .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-tXt7LrX7Kv .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXt7LrX7Kv .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #bfceff;
  box-shadow: none;
}
.cid-tXt7LrX7Kv .title-wrapper .mbr-section-btn .btn:hover {
  background: #bfceff !important;
  box-shadow: none !important;
}
.cid-tXt7LrX7Kv .mbr-section-title {
  color: #1e4381;
}
.cid-tXt7LrX7Kv .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tXt7LrX7Kv .mbr-text {
  color: #010000;
}
.cid-tXt7LrX7Kv .mbr-section-title,
.cid-tXt7LrX7Kv .mbr-section-btn {
  color: #232323;
}
.cid-tXmh1S4EEK {
  background-color: #7f1933;
}
.cid-tXmh1S4EEK H1 {
  color: #57468b;
}
.cid-tXmh1S4EEK .mbr-text,
.cid-tXmh1S4EEK .mbr-section-btn {
  color: #ffffff;
}
.cid-tXmh1S4EEK H3 {
  color: #716c80;
}
.cid-tXmh1S4EEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmh1S4EEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vxeuVaU7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9vxeuVaU7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9vxeuVaU7 .copyright-section,
.cid-v9vxeuVaU7 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9vxeuVaU7 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9vxeuVaU7 .logo-section img {
  margin: 0 auto;
}
.cid-v9vxeuVaU7 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9vxeuVaU7 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9vxeuVaU7 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9vxeuVaU7 .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9vxeuVaU7 .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9vxeuVaU7 .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9vxeuVaU7 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9vxeuVaU7 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9vxeuVaU7 .copyright-section {
    order: 1;
  }
  .cid-v9vxeuVaU7 .copyright-section hr {
    display: none;
  }
  .cid-v9vxeuVaU7 .social-media {
    margin-top: 30px;
  }
  .cid-v9vxeuVaU7 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9vxeuVaU7 .line {
    margin: 25px 0;
  }
  .cid-v9vxeuVaU7 .mobirise-rights,
  .cid-v9vxeuVaU7 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9vxeuVaU7 .mbr-text,
.cid-v9vxeuVaU7 .copyright-section {
  color: #ffffff;
  text-align: center;
}
.cid-tXmzAY6B4b .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tXmzAY6B4b .collapsed {
  flex-direction: row!important;
}
.cid-tXmzAY6B4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXmzAY6B4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXmzAY6B4b .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tXmzAY6B4b .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tXmzAY6B4b .nav-item:focus,
.cid-tXmzAY6B4b .nav-link:focus {
  outline: none;
}
.cid-tXmzAY6B4b .text-white:hover,
.cid-tXmzAY6B4b .text-white:active,
.cid-tXmzAY6B4b .text-white:focus {
  color: white!important;
}
.cid-tXmzAY6B4b .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tXmzAY6B4b .dropdown-item:hover {
  color: black!important;
}
.cid-tXmzAY6B4b .dropdown-menu {
  background-color: white!important;
}
.cid-tXmzAY6B4b .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tXmzAY6B4b .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tXmzAY6B4b .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tXmzAY6B4b .nav-item .nav-link {
    position: relative;
  }
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXmzAY6B4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXmzAY6B4b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-tXmzAY6B4b .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-tXmzAY6B4b .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tXmzAY6B4b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXmzAY6B4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXmzAY6B4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXmzAY6B4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXmzAY6B4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXmzAY6B4b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXmzAY6B4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXmzAY6B4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXmzAY6B4b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXmzAY6B4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXmzAY6B4b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXmzAY6B4b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXmzAY6B4b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXmzAY6B4b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXmzAY6B4b .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-tXmzAY6B4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXmzAY6B4b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXmzAY6B4b .navbar-caption {
  font-weight: 600!important;
}
.cid-tXmzAY6B4b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXmzAY6B4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXmzAY6B4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXmzAY6B4b .dropdown-item.active,
.cid-tXmzAY6B4b .dropdown-item:active {
  background-color: transparent;
}
.cid-tXmzAY6B4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXmzAY6B4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXmzAY6B4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXmzAY6B4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-tXmzAY6B4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXmzAY6B4b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXmzAY6B4b .navbar-buttons {
  text-align: center;
}
.cid-tXmzAY6B4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXmzAY6B4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXmzAY6B4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXmzAY6B4b .nav-link {
  font-weight: 600!important;
}
.cid-tXmzAY6B4b a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXmzAY6B4b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXmzAY6B4b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tXmzAY6B4b .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXmzAY6B4b .navbar {
    height: 77px;
  }
  .cid-tXmzAY6B4b .navbar.opened {
    height: auto;
  }
  .cid-tXmzAY6B4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXtCwwVOB2 {
  background-color: #f1f1f2;
}
.cid-tXtCwwVOB2 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tXtCwwVOB2 .row {
    padding: 0 12px;
  }
}
.cid-tXtCwwVOB2 .row::after {
  content: '';
  display: block;
  background: #7f1933;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tXtCwwVOB2 .row::after {
    display: none;
  }
}
.cid-tXtCwwVOB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtCwwVOB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXtCwwVOB2 .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tXtCwwVOB2 .image-wrapper {
    padding: 0 0 60px;
  }
}
.cid-tXtCwwVOB2 .image-wrapper::before {
  content: '';
  display: block;
  background-color: #f3722f;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXtCwwVOB2 .image-wrapper::before {
    display: none;
  }
}
.cid-tXtCwwVOB2 .image-wrapper::after {
  content: '';
  display: block;
  background-color: #1e4381;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXtCwwVOB2 .image-wrapper::after {
    display: none;
  }
}
.cid-tXtCwwVOB2 .image-wrapper img {
  width: 100%;
  height: 626px;
  object-fit: cover;
}
.cid-tXtCwwVOB2 .title {
  display: flex;
  align-items: center;
}
.cid-tXtCwwVOB2 .title-wrapper {
  z-index: 1;
}
.cid-tXtCwwVOB2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-tXtCwwVOB2 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-tXtCwwVOB2 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tXtCwwVOB2 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #bfceff;
  box-shadow: none;
}
.cid-tXtCwwVOB2 .title-wrapper .mbr-section-btn .btn:hover {
  background: #bfceff !important;
  box-shadow: none !important;
}
.cid-tXtCwwVOB2 .mbr-section-title {
  color: #1e4381;
}
.cid-tXtCwwVOB2 .mbr-section-subtitle {
  color: #f3722f;
}
.cid-tXtCwwVOB2 .mbr-text {
  color: #1e4381;
}
.cid-tXtCwwVOB2 .mbr-section-title,
.cid-tXtCwwVOB2 .mbr-section-btn {
  color: #232323;
}
.cid-tXmzAYPjsx {
  background-color: #ffffff;
}
.cid-tXmzAYPjsx H1 {
  color: #57468b;
}
.cid-tXmzAYPjsx .mbr-text,
.cid-tXmzAYPjsx .mbr-section-btn {
  color: #232323;
}
.cid-tXmzAYPjsx H3 {
  color: #716c80;
}
.cid-tXmzAYPjsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXmzAYPjsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vxeuVaU7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9vxeuVaU7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9vxeuVaU7 .copyright-section,
.cid-v9vxeuVaU7 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9vxeuVaU7 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9vxeuVaU7 .logo-section img {
  margin: 0 auto;
}
.cid-v9vxeuVaU7 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9vxeuVaU7 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9vxeuVaU7 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9vxeuVaU7 .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9vxeuVaU7 .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9vxeuVaU7 .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9vxeuVaU7 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9vxeuVaU7 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9vxeuVaU7 .copyright-section {
    order: 1;
  }
  .cid-v9vxeuVaU7 .copyright-section hr {
    display: none;
  }
  .cid-v9vxeuVaU7 .social-media {
    margin-top: 30px;
  }
  .cid-v9vxeuVaU7 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9vxeuVaU7 .line {
    margin: 25px 0;
  }
  .cid-v9vxeuVaU7 .mobirise-rights,
  .cid-v9vxeuVaU7 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9vxeuVaU7 .mbr-text,
.cid-v9vxeuVaU7 .copyright-section {
  color: #ffffff;
  text-align: center;
}
.cid-v9wqhWBPnR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v9wqhWBPnR .collapsed {
  flex-direction: row!important;
}
.cid-v9wqhWBPnR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9wqhWBPnR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9wqhWBPnR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqhWBPnR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v9wqhWBPnR .nav-item:focus,
.cid-v9wqhWBPnR .nav-link:focus {
  outline: none;
}
.cid-v9wqhWBPnR .text-white:hover,
.cid-v9wqhWBPnR .text-white:active,
.cid-v9wqhWBPnR .text-white:focus {
  color: white!important;
}
.cid-v9wqhWBPnR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v9wqhWBPnR .dropdown-item:hover {
  color: black!important;
}
.cid-v9wqhWBPnR .dropdown-menu {
  background-color: white!important;
}
.cid-v9wqhWBPnR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v9wqhWBPnR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqhWBPnR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v9wqhWBPnR .nav-item .nav-link {
    position: relative;
  }
}
.cid-v9wqhWBPnR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqhWBPnR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9wqhWBPnR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v9wqhWBPnR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v9wqhWBPnR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqhWBPnR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-v9wqhWBPnR .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-v9wqhWBPnR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9wqhWBPnR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9wqhWBPnR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9wqhWBPnR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9wqhWBPnR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9wqhWBPnR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9wqhWBPnR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9wqhWBPnR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9wqhWBPnR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9wqhWBPnR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9wqhWBPnR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9wqhWBPnR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9wqhWBPnR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9wqhWBPnR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9wqhWBPnR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9wqhWBPnR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9wqhWBPnR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9wqhWBPnR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9wqhWBPnR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9wqhWBPnR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9wqhWBPnR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9wqhWBPnR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9wqhWBPnR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9wqhWBPnR .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-v9wqhWBPnR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9wqhWBPnR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9wqhWBPnR .navbar-caption {
  font-weight: 600!important;
}
.cid-v9wqhWBPnR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9wqhWBPnR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9wqhWBPnR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9wqhWBPnR .dropdown-item.active,
.cid-v9wqhWBPnR .dropdown-item:active {
  background-color: transparent;
}
.cid-v9wqhWBPnR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9wqhWBPnR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9wqhWBPnR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9wqhWBPnR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-v9wqhWBPnR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9wqhWBPnR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9wqhWBPnR .navbar-buttons {
  text-align: center;
}
.cid-v9wqhWBPnR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9wqhWBPnR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-v9wqhWBPnR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9wqhWBPnR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqhWBPnR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqhWBPnR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9wqhWBPnR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqhWBPnR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9wqhWBPnR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9wqhWBPnR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqhWBPnR .nav-link {
  font-weight: 600!important;
}
.cid-v9wqhWBPnR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9wqhWBPnR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v9wqhWBPnR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9wqhWBPnR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9wqhWBPnR .navbar {
    height: 77px;
  }
  .cid-v9wqhWBPnR .navbar.opened {
    height: auto;
  }
  .cid-v9wqhWBPnR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9wqhXuYmc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v9wqhXuYmc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v9wqhXuYmc #e2_shape {
  fill: #7f1933 !important;
}
.cid-v9wqhXuYmc img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-v9wqhXuYmc img {
    width: 90%!important;
  }
}
.cid-v9wqhXuYmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqhXuYmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqhXuYmc H1 {
  color: #232323;
}
.cid-v9wqhXuYmc .mbr-text,
.cid-v9wqhXuYmc .mbr-section-btn {
  color: #232323;
}
.cid-v9wqhYaTSr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqhYaTSr H1 {
  color: #232323;
  text-align: center;
}
.cid-v9wqhYaTSr .align-left {
  margin: auto;
}
.cid-v9wqhYaTSr .row {
  justify-content: space-between;
}
.cid-v9wqhYaTSr .mbr-text,
.cid-v9wqhYaTSr .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqhYaTSr .block-border {
  border-left: 2px solid #232323;
  padding-left: 4rem;
}
.cid-v9wqhYaTSr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqhYaTSr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqhYaTSr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqhYaTSr .link:hover {
  color: #5580ff !important;
}
.cid-v9wqhYaTSr .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqhYaTSr DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqhYaTSr .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqhYaTSr h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqhYaTSr .mbr-text,
.cid-v9wqhYaTSr .media-content {
  color: #ff3366;
}
.cid-v9wqhYKpiI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqhYKpiI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqhYKpiI H1 {
  color: #57468b;
}
.cid-v9wqhYKpiI .mbr-text,
.cid-v9wqhYKpiI .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqhYKpiI H3 {
  color: #716c80;
}
.cid-v9wqhYKpiI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqhYKpiI .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqhYKpiI .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqhYKpiI .link:hover {
  color: #5580ff !important;
}
.cid-v9wqhYKpiI .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqhYKpiI DIV {
  color: #57468b;
}
.cid-v9wqhYKpiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqhYKpiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqhYKpiI .mbr-text,
.cid-v9wqhYKpiI .media-content {
  color: #ffffff;
}
.cid-v9wqhZIFcT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqhZIFcT H1 {
  color: #232323;
}
.cid-v9wqhZIFcT .align-left {
  margin: auto;
}
.cid-v9wqhZIFcT .row {
  justify-content: space-between;
}
.cid-v9wqhZIFcT .mbr-text,
.cid-v9wqhZIFcT .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqhZIFcT .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-v9wqhZIFcT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqhZIFcT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqhZIFcT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqhZIFcT .link:hover {
  color: #5580ff !important;
}
.cid-v9wqhZIFcT .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqhZIFcT DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqhZIFcT .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqhZIFcT h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqhZIFcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqhZIFcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqhZIFcT .mbr-text,
.cid-v9wqhZIFcT .media-content {
  color: #232323;
}
.cid-v9wqi0foz6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-v9wqi0foz6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9wqi0foz6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9wqi0foz6 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9wqi0foz6 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-v9wqi0foz6 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-v9wqi0foz6 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-v9wqi0foz6 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-v9wqi0foz6 .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-v9wqi0foz6 P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-v9wqi0foz6 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v9wqi0foz6 .mbr-text,
  .cid-v9wqi0foz6 .nav-link {
    text-align: center;
  }
}
.cid-v9wqi0foz6 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-v9wqi0CJDm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9wqi0CJDm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqi0CJDm H1 {
  color: #232323;
}
.cid-v9wqi0CJDm .mbr-text,
.cid-v9wqi0CJDm .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqi0CJDm H3 {
  color: #716c80;
}
.cid-v9wqi0CJDm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqi0CJDm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqi0CJDm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqi0CJDm .link:hover {
  color: #5580ff !important;
}
.cid-v9wqi0CJDm .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqi0CJDm DIV {
  color: #57468b;
}
.cid-v9wqi0CJDm .mbr-text,
.cid-v9wqi0CJDm .media-content {
  color: #232323;
}
.cid-v9wqi0W6CM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-v9wqi0W6CM H1 {
  color: #efefef;
}
.cid-v9wqi0W6CM .mbr-text,
.cid-v9wqi0W6CM .mbr-section-btn {
  color: #ffffff;
}
.cid-v9wqi0W6CM H3 {
  color: #716c80;
}
.cid-v9wqi1AAq9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v9wqi1AAq9 .mbr-text,
.cid-v9wqi1AAq9 .mbr-section-btn {
  color: #232323;
}
.cid-v9wqi1AAq9 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-v9wqi1AAq9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-v9wqi1AAq9 .ico1 {
  font-size: 2rem;
}
.cid-v9wqi1AAq9 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-v9wqi1AAq9 H3 {
  color: #57468b;
}
.cid-v9wqi1AAq9 H4 {
  color: #716c80;
}
.cid-v9wqi1AAq9 .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-v9wqi1AAq9 .relative {
    padding: 0;
  }
}
.cid-v9wqi2bwIb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqi2bwIb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqi2bwIb H1 {
  color: #ffffff;
}
.cid-v9wqi2bwIb .mbr-text,
.cid-v9wqi2bwIb .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqi2bwIb H3 {
  color: #716c80;
}
.cid-v9wqi2bwIb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqi2bwIb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqi2bwIb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqi2bwIb .link:hover {
  color: #5580ff !important;
}
.cid-v9wqi2bwIb .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqi2bwIb DIV {
  color: #57468b;
}
.cid-v9wqi2bwIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqi2bwIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqi2bwIb .mbr-text,
.cid-v9wqi2bwIb .media-content {
  color: #ffffff;
}
.cid-v9wJA24jkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9wJA24jkm .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v9wJA24jkm .panel-title {
  display: flex;
  align-items: center;
}
.cid-v9wJA24jkm .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #8c8c95;
}
.cid-v9wJA24jkm .panel-body,
.cid-v9wJA24jkm .card-header {
  padding: 1rem 0;
}
.cid-v9wJA24jkm .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v9wJA24jkm .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-v9wJA24jkm .panel-text {
  max-width: 466px;
  color: #232323;
}
.cid-v9wJA24jkm .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #7f1933;
  border-radius: 24px;
}
.cid-v9wJA24jkm .section-head {
  margin-bottom: 56px;
}
.cid-v9wJA24jkm .card {
  margin-bottom: 32px;
}
.cid-v9wJA24jkm H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v9wJA24jkm .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v9wJA24jkm .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v9wqi2OIhc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9wqi2OIhc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9wqi2OIhc .copyright-section,
.cid-v9wqi2OIhc .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9wqi2OIhc .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9wqi2OIhc .logo-section img {
  margin: 0 auto;
}
.cid-v9wqi2OIhc .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9wqi2OIhc .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9wqi2OIhc .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9wqi2OIhc .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9wqi2OIhc .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9wqi2OIhc .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9wqi2OIhc .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9wqi2OIhc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9wqi2OIhc .copyright-section {
    order: 1;
  }
  .cid-v9wqi2OIhc .copyright-section hr {
    display: none;
  }
  .cid-v9wqi2OIhc .social-media {
    margin-top: 30px;
  }
  .cid-v9wqi2OIhc .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9wqi2OIhc .line {
    margin: 25px 0;
  }
  .cid-v9wqi2OIhc .mobirise-rights,
  .cid-v9wqi2OIhc .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9wqi2OIhc .mbr-text,
.cid-v9wqi2OIhc .copyright-section {
  color: #ffffff;
  text-align: center;
}
.cid-v9wqiqK8x4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v9wqiqK8x4 .collapsed {
  flex-direction: row!important;
}
.cid-v9wqiqK8x4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9wqiqK8x4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9wqiqK8x4 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqiqK8x4 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v9wqiqK8x4 .nav-item:focus,
.cid-v9wqiqK8x4 .nav-link:focus {
  outline: none;
}
.cid-v9wqiqK8x4 .text-white:hover,
.cid-v9wqiqK8x4 .text-white:active,
.cid-v9wqiqK8x4 .text-white:focus {
  color: white!important;
}
.cid-v9wqiqK8x4 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v9wqiqK8x4 .dropdown-item:hover {
  color: black!important;
}
.cid-v9wqiqK8x4 .dropdown-menu {
  background-color: white!important;
}
.cid-v9wqiqK8x4 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v9wqiqK8x4 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqiqK8x4 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v9wqiqK8x4 .nav-item .nav-link {
    position: relative;
  }
}
.cid-v9wqiqK8x4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqiqK8x4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9wqiqK8x4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v9wqiqK8x4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v9wqiqK8x4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqiqK8x4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-v9wqiqK8x4 .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-v9wqiqK8x4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9wqiqK8x4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9wqiqK8x4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9wqiqK8x4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9wqiqK8x4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9wqiqK8x4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9wqiqK8x4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9wqiqK8x4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9wqiqK8x4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9wqiqK8x4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9wqiqK8x4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9wqiqK8x4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9wqiqK8x4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9wqiqK8x4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9wqiqK8x4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9wqiqK8x4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9wqiqK8x4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9wqiqK8x4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9wqiqK8x4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9wqiqK8x4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9wqiqK8x4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9wqiqK8x4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9wqiqK8x4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9wqiqK8x4 .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-v9wqiqK8x4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9wqiqK8x4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9wqiqK8x4 .navbar-caption {
  font-weight: 600!important;
}
.cid-v9wqiqK8x4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9wqiqK8x4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9wqiqK8x4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9wqiqK8x4 .dropdown-item.active,
.cid-v9wqiqK8x4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9wqiqK8x4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9wqiqK8x4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9wqiqK8x4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9wqiqK8x4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-v9wqiqK8x4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9wqiqK8x4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9wqiqK8x4 .navbar-buttons {
  text-align: center;
}
.cid-v9wqiqK8x4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9wqiqK8x4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-v9wqiqK8x4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9wqiqK8x4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqiqK8x4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqiqK8x4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9wqiqK8x4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqiqK8x4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9wqiqK8x4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9wqiqK8x4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqiqK8x4 .nav-link {
  font-weight: 600!important;
}
.cid-v9wqiqK8x4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9wqiqK8x4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v9wqiqK8x4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9wqiqK8x4 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9wqiqK8x4 .navbar {
    height: 77px;
  }
  .cid-v9wqiqK8x4 .navbar.opened {
    height: auto;
  }
  .cid-v9wqiqK8x4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9wqirkBHR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v9wqirkBHR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v9wqirkBHR #e2_shape {
  fill: #7f1933 !important;
}
.cid-v9wqirkBHR img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-v9wqirkBHR img {
    width: 90%!important;
  }
}
.cid-v9wqirkBHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqirkBHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqirkBHR H1 {
  color: #232323;
}
.cid-v9wqirkBHR .mbr-text,
.cid-v9wqirkBHR .mbr-section-btn {
  color: #232323;
}
.cid-v9wqirKcvw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqirKcvw H1 {
  color: #232323;
  text-align: center;
}
.cid-v9wqirKcvw .align-left {
  margin: auto;
}
.cid-v9wqirKcvw .row {
  justify-content: space-between;
}
.cid-v9wqirKcvw .mbr-text,
.cid-v9wqirKcvw .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqirKcvw .block-border {
  border-left: 2px solid #232323;
  padding-left: 4rem;
}
.cid-v9wqirKcvw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqirKcvw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqirKcvw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqirKcvw .link:hover {
  color: #5580ff !important;
}
.cid-v9wqirKcvw .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqirKcvw DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqirKcvw .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqirKcvw h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqirKcvw .mbr-text,
.cid-v9wqirKcvw .media-content {
  color: #ff3366;
}
.cid-v9wqis4UXg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqis4UXg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqis4UXg H1 {
  color: #57468b;
}
.cid-v9wqis4UXg .mbr-text,
.cid-v9wqis4UXg .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqis4UXg H3 {
  color: #716c80;
}
.cid-v9wqis4UXg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqis4UXg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqis4UXg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqis4UXg .link:hover {
  color: #5580ff !important;
}
.cid-v9wqis4UXg .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqis4UXg DIV {
  color: #57468b;
}
.cid-v9wqis4UXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqis4UXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqis4UXg .mbr-text,
.cid-v9wqis4UXg .media-content {
  color: #ffffff;
}
.cid-v9wqisw5TA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqisw5TA H1 {
  color: #232323;
}
.cid-v9wqisw5TA .align-left {
  margin: auto;
}
.cid-v9wqisw5TA .row {
  justify-content: space-between;
}
.cid-v9wqisw5TA .mbr-text,
.cid-v9wqisw5TA .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqisw5TA .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-v9wqisw5TA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqisw5TA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqisw5TA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqisw5TA .link:hover {
  color: #5580ff !important;
}
.cid-v9wqisw5TA .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqisw5TA DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqisw5TA .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqisw5TA h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqisw5TA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqisw5TA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqisw5TA .mbr-text,
.cid-v9wqisw5TA .media-content {
  color: #232323;
}
.cid-v9wqisRqxZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-v9wqisRqxZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9wqisRqxZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9wqisRqxZ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9wqisRqxZ .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-v9wqisRqxZ .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-v9wqisRqxZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-v9wqisRqxZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-v9wqisRqxZ .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-v9wqisRqxZ P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-v9wqisRqxZ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v9wqisRqxZ .mbr-text,
  .cid-v9wqisRqxZ .nav-link {
    text-align: center;
  }
}
.cid-v9wqisRqxZ H2 {
  text-align: center;
  color: #ffffff;
}
.cid-v9wqitr8J0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9wqitr8J0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqitr8J0 H1 {
  color: #232323;
}
.cid-v9wqitr8J0 .mbr-text,
.cid-v9wqitr8J0 .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqitr8J0 H3 {
  color: #716c80;
}
.cid-v9wqitr8J0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqitr8J0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqitr8J0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqitr8J0 .link:hover {
  color: #5580ff !important;
}
.cid-v9wqitr8J0 .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqitr8J0 DIV {
  color: #57468b;
}
.cid-v9wqitr8J0 .mbr-text,
.cid-v9wqitr8J0 .media-content {
  color: #232323;
}
.cid-v9wqitNEpQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-v9wqitNEpQ H1 {
  color: #efefef;
}
.cid-v9wqitNEpQ .mbr-text,
.cid-v9wqitNEpQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v9wqitNEpQ H3 {
  color: #716c80;
}
.cid-v9wqiucatC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v9wqiucatC .mbr-text,
.cid-v9wqiucatC .mbr-section-btn {
  color: #232323;
}
.cid-v9wqiucatC .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-v9wqiucatC .author-box {
  display: flex;
  flex-direction: row;
}
.cid-v9wqiucatC .ico1 {
  font-size: 2rem;
}
.cid-v9wqiucatC .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-v9wqiucatC H3 {
  color: #57468b;
}
.cid-v9wqiucatC H4 {
  color: #716c80;
}
.cid-v9wqiucatC .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-v9wqiucatC .relative {
    padding: 0;
  }
}
.cid-v9wqiuJuIL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqiuJuIL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqiuJuIL H1 {
  color: #ffffff;
}
.cid-v9wqiuJuIL .mbr-text,
.cid-v9wqiuJuIL .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiuJuIL H3 {
  color: #716c80;
}
.cid-v9wqiuJuIL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiuJuIL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiuJuIL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiuJuIL .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiuJuIL .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiuJuIL DIV {
  color: #57468b;
}
.cid-v9wqiuJuIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqiuJuIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqiuJuIL .mbr-text,
.cid-v9wqiuJuIL .media-content {
  color: #ffffff;
}
.cid-v9wKMu7MOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9wKMu7MOt .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v9wKMu7MOt .panel-title {
  display: flex;
  align-items: center;
}
.cid-v9wKMu7MOt .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #8c8c95;
}
.cid-v9wKMu7MOt .panel-body,
.cid-v9wKMu7MOt .card-header {
  padding: 1rem 0;
}
.cid-v9wKMu7MOt .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v9wKMu7MOt .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-v9wKMu7MOt .panel-text {
  max-width: 466px;
  color: #232323;
}
.cid-v9wKMu7MOt .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6a2be9;
  border-radius: 24px;
}
.cid-v9wKMu7MOt .section-head {
  margin-bottom: 56px;
}
.cid-v9wKMu7MOt .card {
  margin-bottom: 32px;
}
.cid-v9wKMu7MOt H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v9wKMu7MOt .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v9wKMu7MOt .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v9wqivzHUc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9wqivzHUc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9wqivzHUc .copyright-section,
.cid-v9wqivzHUc .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9wqivzHUc .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9wqivzHUc .logo-section img {
  margin: 0 auto;
}
.cid-v9wqivzHUc .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9wqivzHUc .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9wqivzHUc .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9wqivzHUc .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9wqivzHUc .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9wqivzHUc .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9wqivzHUc .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9wqivzHUc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9wqivzHUc .copyright-section {
    order: 1;
  }
  .cid-v9wqivzHUc .copyright-section hr {
    display: none;
  }
  .cid-v9wqivzHUc .social-media {
    margin-top: 30px;
  }
  .cid-v9wqivzHUc .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9wqivzHUc .line {
    margin: 25px 0;
  }
  .cid-v9wqivzHUc .mobirise-rights,
  .cid-v9wqivzHUc .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9wqivzHUc .mbr-text,
.cid-v9wqivzHUc .copyright-section {
  color: #ffffff;
  text-align: center;
}
.cid-v9wqiW9OL5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v9wqiW9OL5 .collapsed {
  flex-direction: row!important;
}
.cid-v9wqiW9OL5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9wqiW9OL5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9wqiW9OL5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqiW9OL5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v9wqiW9OL5 .nav-item:focus,
.cid-v9wqiW9OL5 .nav-link:focus {
  outline: none;
}
.cid-v9wqiW9OL5 .text-white:hover,
.cid-v9wqiW9OL5 .text-white:active,
.cid-v9wqiW9OL5 .text-white:focus {
  color: white!important;
}
.cid-v9wqiW9OL5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v9wqiW9OL5 .dropdown-item:hover {
  color: black!important;
}
.cid-v9wqiW9OL5 .dropdown-menu {
  background-color: white!important;
}
.cid-v9wqiW9OL5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v9wqiW9OL5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v9wqiW9OL5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v9wqiW9OL5 .nav-item .nav-link {
    position: relative;
  }
}
.cid-v9wqiW9OL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqiW9OL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9wqiW9OL5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v9wqiW9OL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v9wqiW9OL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9wqiW9OL5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7f1933;
}
.cid-v9wqiW9OL5 .navbar.opened {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-v9wqiW9OL5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9wqiW9OL5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9wqiW9OL5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9wqiW9OL5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9wqiW9OL5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9wqiW9OL5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9wqiW9OL5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9wqiW9OL5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9wqiW9OL5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9wqiW9OL5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9wqiW9OL5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9wqiW9OL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9wqiW9OL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9wqiW9OL5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9wqiW9OL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9wqiW9OL5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9wqiW9OL5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9wqiW9OL5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9wqiW9OL5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9wqiW9OL5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9wqiW9OL5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9wqiW9OL5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9wqiW9OL5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9wqiW9OL5 .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-v9wqiW9OL5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9wqiW9OL5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9wqiW9OL5 .navbar-caption {
  font-weight: 600!important;
}
.cid-v9wqiW9OL5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9wqiW9OL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9wqiW9OL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9wqiW9OL5 .dropdown-item.active,
.cid-v9wqiW9OL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9wqiW9OL5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9wqiW9OL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9wqiW9OL5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9wqiW9OL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-v9wqiW9OL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9wqiW9OL5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9wqiW9OL5 .navbar-buttons {
  text-align: center;
}
.cid-v9wqiW9OL5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9wqiW9OL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-v9wqiW9OL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9wqiW9OL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqiW9OL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9wqiW9OL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9wqiW9OL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqiW9OL5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9wqiW9OL5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9wqiW9OL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9wqiW9OL5 .nav-link {
  font-weight: 600!important;
}
.cid-v9wqiW9OL5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9wqiW9OL5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v9wqiW9OL5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9wqiW9OL5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9wqiW9OL5 .navbar {
    height: 77px;
  }
  .cid-v9wqiW9OL5 .navbar.opened {
    height: auto;
  }
  .cid-v9wqiW9OL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9wqiWCO2o {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v9wqiWCO2o svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v9wqiWCO2o #e2_shape {
  fill: #7f1933 !important;
}
.cid-v9wqiWCO2o img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-v9wqiWCO2o img {
    width: 90%!important;
  }
}
.cid-v9wqiWCO2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqiWCO2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqiWCO2o H1 {
  color: #232323;
}
.cid-v9wqiWCO2o .mbr-text,
.cid-v9wqiWCO2o .mbr-section-btn {
  color: #232323;
}
.cid-v9wqiX1SD1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqiX1SD1 H1 {
  color: #232323;
  text-align: center;
}
.cid-v9wqiX1SD1 .align-left {
  margin: auto;
}
.cid-v9wqiX1SD1 .row {
  justify-content: space-between;
}
.cid-v9wqiX1SD1 .mbr-text,
.cid-v9wqiX1SD1 .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiX1SD1 .block-border {
  border-left: 2px solid #232323;
  padding-left: 4rem;
}
.cid-v9wqiX1SD1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiX1SD1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiX1SD1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiX1SD1 .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiX1SD1 .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiX1SD1 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqiX1SD1 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqiX1SD1 h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqiX1SD1 .mbr-text,
.cid-v9wqiX1SD1 .media-content {
  color: #ff3366;
}
.cid-v9wqiXmgmx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqiXmgmx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqiXmgmx H1 {
  color: #57468b;
}
.cid-v9wqiXmgmx .mbr-text,
.cid-v9wqiXmgmx .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiXmgmx H3 {
  color: #716c80;
}
.cid-v9wqiXmgmx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiXmgmx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiXmgmx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiXmgmx .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiXmgmx .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiXmgmx DIV {
  color: #57468b;
}
.cid-v9wqiXmgmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqiXmgmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqiXmgmx .mbr-text,
.cid-v9wqiXmgmx .media-content {
  color: #ffffff;
}
.cid-v9wqiXIVT9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9wqiXIVT9 H1 {
  color: #232323;
}
.cid-v9wqiXIVT9 .align-left {
  margin: auto;
}
.cid-v9wqiXIVT9 .row {
  justify-content: space-between;
}
.cid-v9wqiXIVT9 .mbr-text,
.cid-v9wqiXIVT9 .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiXIVT9 .block-border {
  border-left: 2px solid #7f1933;
  padding-left: 4rem;
}
.cid-v9wqiXIVT9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiXIVT9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiXIVT9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiXIVT9 .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiXIVT9 .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiXIVT9 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-v9wqiXIVT9 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-v9wqiXIVT9 h1 {
    padding-bottom: 1rem;
  }
}
.cid-v9wqiXIVT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqiXIVT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqiXIVT9 .mbr-text,
.cid-v9wqiXIVT9 .media-content {
  color: #232323;
}
.cid-v9wqiYcdh0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9wqiYcdh0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9wqiYcdh0 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #5580ff;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #5580ff;
  border-color: #5580ff;
}
.cid-v9wqiYcdh0 .nav-tabs .nav-link.active:hover {
  background-color: #5580ff;
}
.cid-v9wqiYcdh0 P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-v9wqiYcdh0 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v9wqiYcdh0 .mbr-text,
  .cid-v9wqiYcdh0 .nav-link {
    text-align: center;
  }
}
.cid-v9wqiYcdh0 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-v9wqiYBy4b {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9wqiYBy4b img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqiYBy4b H1 {
  color: #232323;
}
.cid-v9wqiYBy4b .mbr-text,
.cid-v9wqiYBy4b .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiYBy4b H3 {
  color: #716c80;
}
.cid-v9wqiYBy4b .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiYBy4b .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiYBy4b .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiYBy4b .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiYBy4b .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiYBy4b DIV {
  color: #57468b;
}
.cid-v9wqiYBy4b .mbr-text,
.cid-v9wqiYBy4b .media-content {
  color: #232323;
}
.cid-v9wqiYYPhn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-v9wqiYYPhn H1 {
  color: #efefef;
}
.cid-v9wqiYYPhn .mbr-text,
.cid-v9wqiYYPhn .mbr-section-btn {
  color: #ffffff;
}
.cid-v9wqiYYPhn H3 {
  color: #716c80;
}
.cid-v9wqiZnKsN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v9wqiZnKsN .mbr-text,
.cid-v9wqiZnKsN .mbr-section-btn {
  color: #232323;
}
.cid-v9wqiZnKsN .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-v9wqiZnKsN .author-box {
  display: flex;
  flex-direction: row;
}
.cid-v9wqiZnKsN .ico1 {
  font-size: 2rem;
}
.cid-v9wqiZnKsN .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-v9wqiZnKsN H3 {
  color: #57468b;
}
.cid-v9wqiZnKsN H4 {
  color: #716c80;
}
.cid-v9wqiZnKsN .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-v9wqiZnKsN .relative {
    padding: 0;
  }
}
.cid-v9wqiZJnLb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-v9wqiZJnLb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v9wqiZJnLb H1 {
  color: #ffffff;
}
.cid-v9wqiZJnLb .mbr-text,
.cid-v9wqiZJnLb .mbr-section-btn {
  color: #716c80;
}
.cid-v9wqiZJnLb H3 {
  color: #716c80;
}
.cid-v9wqiZJnLb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v9wqiZJnLb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v9wqiZJnLb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v9wqiZJnLb .link:hover {
  color: #5580ff !important;
}
.cid-v9wqiZJnLb .link:hover .link-ico {
  color: #5580ff !important;
  padding-left: 10px;
}
.cid-v9wqiZJnLb DIV {
  color: #57468b;
}
.cid-v9wqiZJnLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wqiZJnLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9wqiZJnLb .mbr-text,
.cid-v9wqiZJnLb .media-content {
  color: #ffffff;
}
.cid-v9wLkCIR0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9wLkCIR0S .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v9wLkCIR0S .panel-title {
  display: flex;
  align-items: center;
}
.cid-v9wLkCIR0S .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #8c8c95;
}
.cid-v9wLkCIR0S .panel-body,
.cid-v9wLkCIR0S .card-header {
  padding: 1rem 0;
}
.cid-v9wLkCIR0S .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v9wLkCIR0S .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-v9wLkCIR0S .panel-text {
  max-width: 466px;
  color: #232323;
}
.cid-v9wLkCIR0S .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #7f1933;
  border-radius: 24px;
}
.cid-v9wLkCIR0S .section-head {
  margin-bottom: 56px;
}
.cid-v9wLkCIR0S .card {
  margin-bottom: 32px;
}
.cid-v9wLkCIR0S H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v9wLkCIR0S .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v9wLkCIR0S .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v9wqj09XQn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v9wqj09XQn .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f4f3ee;
  text-align: justify;
}
.cid-v9wqj09XQn .copyright-section,
.cid-v9wqj09XQn .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v9wqj09XQn .line {
  margin: 10px 0;
  width: 100%;
}
.cid-v9wqj09XQn .logo-section img {
  margin: 0 auto;
}
.cid-v9wqj09XQn .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-v9wqj09XQn .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-v9wqj09XQn .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-v9wqj09XQn .social-media ul li {
    margin-left: 30px;
  }
  .cid-v9wqj09XQn .container-fluid {
    padding: 0 2rem;
  }
  .cid-v9wqj09XQn .menu-container {
    margin-bottom: 20px;
  }
  .cid-v9wqj09XQn .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v9wqj09XQn .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9wqj09XQn .copyright-section {
    order: 1;
  }
  .cid-v9wqj09XQn .copyright-section hr {
    display: none;
  }
  .cid-v9wqj09XQn .social-media {
    margin-top: 30px;
  }
  .cid-v9wqj09XQn .social-media li:first-child {
    margin-left: 0;
  }
  .cid-v9wqj09XQn .line {
    margin: 25px 0;
  }
  .cid-v9wqj09XQn .mobirise-rights,
  .cid-v9wqj09XQn .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-v9wqj09XQn .mbr-text,
.cid-v9wqj09XQn .copyright-section {
  color: #ffffff;
  text-align: center;
}
