body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #b30935 !important;
}
.bg-danger {
  background-color: #3309b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !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: #b30935 !important;
  border-color: #b30935 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6a051f !important;
  border-color: #6a051f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a051f !important;
  border-color: #6a051f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3309b1 !important;
  border-color: #3309b1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e0568 !important;
  border-color: #1e0568 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e0568 !important;
  border-color: #1e0568 !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: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !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: #520418;
  color: #520418;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b30935;
  border-color: #b30935;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b30935 !important;
  border-color: #b30935 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #170450;
  color: #170450;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #3309b1;
  border-color: #3309b1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3309b1 !important;
  border-color: #3309b1 !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: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #b30935 !important;
}
.text-danger {
  color: #3309b1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !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: #520418 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #170450 !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: #b30935;
}
.alert-danger {
  background-color: #3309b1;
}
.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: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.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: #f64673;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7044f5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !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: #ff8a73;
  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: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #000000 !important;
  background-color: #ff8a73 !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='%23ff8a73' %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-rDUxuaBiRp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rDUxuaBiRp .collapsed {
  flex-direction: row!important;
}
.cid-rDUxuaBiRp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rDUxuaBiRp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rDUxuaBiRp .nav-item:focus,
.cid-rDUxuaBiRp .nav-link:focus {
  outline: none;
}
.cid-rDUxuaBiRp .text-white:hover,
.cid-rDUxuaBiRp .text-white:active,
.cid-rDUxuaBiRp .text-white:focus {
  color: white!important;
}
.cid-rDUxuaBiRp .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rDUxuaBiRp .dropdown-item:hover {
  color: black!important;
}
.cid-rDUxuaBiRp .dropdown-menu {
  background-color: white!important;
}
.cid-rDUxuaBiRp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rDUxuaBiRp .nav-item .nav-link {
    position: relative;
  }
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rDUxuaBiRp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rDUxuaBiRp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rDUxuaBiRp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rDUxuaBiRp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rDUxuaBiRp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rDUxuaBiRp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rDUxuaBiRp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rDUxuaBiRp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rDUxuaBiRp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rDUxuaBiRp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rDUxuaBiRp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rDUxuaBiRp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rDUxuaBiRp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rDUxuaBiRp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rDUxuaBiRp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rDUxuaBiRp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rDUxuaBiRp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rDUxuaBiRp .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-rDUxuaBiRp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rDUxuaBiRp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rDUxuaBiRp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rDUxuaBiRp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rDUxuaBiRp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rDUxuaBiRp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rDUxuaBiRp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rDUxuaBiRp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rDUxuaBiRp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rDUxuaBiRp .navbar-caption {
  font-weight: 600!important;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rDUxuaBiRp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rDUxuaBiRp .dropdown-item.active,
.cid-rDUxuaBiRp .dropdown-item:active {
  background-color: transparent;
}
.cid-rDUxuaBiRp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rDUxuaBiRp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rDUxuaBiRp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rDUxuaBiRp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rDUxuaBiRp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rDUxuaBiRp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rDUxuaBiRp .navbar-buttons {
  text-align: center;
}
.cid-rDUxuaBiRp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rDUxuaBiRp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3309b1;
}
.cid-rDUxuaBiRp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rDUxuaBiRp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rDUxuaBiRp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rDUxuaBiRp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rDUxuaBiRp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDUxuaBiRp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rDUxuaBiRp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rDUxuaBiRp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDUxuaBiRp .nav-link {
  font-weight: 600!important;
}
.cid-rDUxuaBiRp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rDUxuaBiRp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rDUxuaBiRp .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-rDUxuaBiRp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rDUxuaBiRp .navbar {
    height: 77px;
  }
  .cid-rDUxuaBiRp .navbar.opened {
    height: auto;
  }
  .cid-rDUxuaBiRp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rDUxOgdM4Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rDUxOgdM4Y .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rDUxOgdM4Y .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rDUxOgdM4Y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rDUxOgdM4Y .mbr-text {
    text-align: center;
  }
}
.cid-rDUxOgdM4Y H1 {
  color: #670512;
  text-align: center;
}
.cid-rDUxOgdM4Y .mbr-text,
.cid-rDUxOgdM4Y .mbr-section-btn {
  color: #070202;
}
.cid-rDUy3lilns {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #e1e8ff;
}
.cid-rDUy3lilns .container {
  max-width: 1400px;
}
.cid-rDUy3lilns section {
  position: relative;
}
.cid-rDUy3lilns svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rDUy3lilns #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rDUy3lilns .mbr-text {
  color: #040208;
}
.cid-rDUy3lilns .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rDUy3lilns .card-img .img1 {
  background-color: #670512;
}
.cid-rDUy3lilns .card-img .img2 {
  background-color: #670512;
}
.cid-rDUy3lilns .card-img .img3 {
  background-color: #670512;
}
.cid-rDUy3lilns .card-img .img4 {
  background-color: #670512;
}
.cid-rDUy3lilns .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rDUy3lilns .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rDUy3lilns .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rDUy3lilns .card-title,
.cid-rDUy3lilns .card-img {
  color: #57468b;
}
.cid-rDUy3lilns img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rDUy3lilns img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rDUy3lilns .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rDUy3lilns .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rDUy3lilns .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rDUy3lilns .card-img span {
    margin-right: 0rem;
  }
  .cid-rDUy3lilns svg {
    top: -9rem;
  }
}
.cid-rDUy3lilns .card-title {
  color: #670512;
}
.cid-rEjImWOJlT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEjImWOJlT .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rEjImWOJlT .card-img {
  padding-bottom: 2rem;
}
.cid-rEjImWOJlT .mbr-text {
  color: #767676;
}
.cid-rEjImWOJlT span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rEjImWOJlT .mbr-section-btn {
  margin-left: 0;
}
.cid-rEjImWOJlT .date span {
  display: inline-block;
  background-color: #5580ff;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rEjImWOJlT .card-title {
    text-align: center;
  }
  .cid-rEjImWOJlT p.mbr-text,
  .cid-rEjImWOJlT p.date {
    text-align: center;
  }
}
.cid-rEjImWOJlT .card-title,
.cid-rEjImWOJlT .card-img {
  text-align: center;
}
.cid-rDUxZIH9VL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #670512;
}
.cid-rDUxZIH9VL H1 {
  color: #040208;
  text-align: center;
}
.cid-rDUxZIH9VL .mbr-text,
.cid-rDUxZIH9VL .mbr-section-btn {
  color: #ffffff;
}
.cid-rDUxZIH9VL img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rDUxZIH9VL .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rDUxZIH9VL img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rOtYfWiGdp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOtYfWiGdp h4 {
  margin-bottom: 0;
}
.cid-rOtYfWiGdp p {
  color: #767676;
}
.cid-rOtYfWiGdp .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOtYfWiGdp .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOtYfWiGdp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOtYfWiGdp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOtYfWiGdp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rOtYfWiGdp .btn-info-outline:active,
.cid-rOtYfWiGdp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOtYfWiGdp .card-box {
  padding-top: 2rem;
}
.cid-rOtYfWiGdp .card-wrapper {
  height: 100%;
}
.cid-rOtYfWiGdp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOtYfWiGdp img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOtYfWiGdp .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rOtYfWiGdp .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rOtYfWiGdp DIV {
  color: #57468b;
}
.cid-rDUEV425GX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #040208;
}
.cid-rDUEV425GX .mbr-text {
  color: #ffffff;
}
.cid-rDUEV425GX .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rDUEV425GX p {
  margin: 0;
}
.cid-rDUEV425GX .card-img .img1 {
  background-color: #670512;
}
.cid-rDUEV425GX .cardcolor:hover {
  background-color: #670512;
}
.cid-rDUEV425GX .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 3rem !important;
}
.cid-rDUEV425GX .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rDUEV425GX .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rDUEV425GX .card-title,
.cid-rDUEV425GX .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rDUEV425GX .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rDUEV425GX .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rDUEV425GX .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rDUEV425GX .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rDUEV425GX .card-img span {
    margin-right: 0rem;
  }
  .cid-rDUEV425GX .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rDUEV425GX .card-title {
  color: #b30935;
}
.cid-rORDV3yh75 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rORDV3yh75 h4 {
  margin-bottom: 0;
}
.cid-rORDV3yh75 p {
  color: #767676;
}
.cid-rORDV3yh75 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rORDV3yh75 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rORDV3yh75 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rORDV3yh75 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rORDV3yh75 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rORDV3yh75 .btn-info-outline:active,
.cid-rORDV3yh75 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rORDV3yh75 .card-box {
  padding-top: 2rem;
}
.cid-rORDV3yh75 .card-wrapper {
  height: 100%;
}
.cid-rORDV3yh75 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rORDV3yh75 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rORDV3yh75 .card-title {
  color: #670512;
  text-align: center;
}
.cid-rORDV3yh75 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rORDV3yh75 DIV {
  color: #57468b;
}
.cid-rOu6I6v9n3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOu6I6v9n3 H1 {
  color: #670512;
}
.cid-rOu6I6v9n3 .mbr-text,
.cid-rOu6I6v9n3 .mbr-section-btn {
  color: #040208;
}
.cid-rOu6I6v9n3 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rOu6I6v9n3 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rOu6I6v9n3 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rEjPzXEjtS {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #670512;
}
.cid-rEjPzXEjtS section {
  position: relative;
}
.cid-rEjPzXEjtS .container {
  max-width: 1400px;
}
.cid-rEjPzXEjtS .card-img2 span {
  padding-top: 6px;
}
.cid-rEjPzXEjtS .soc-item a {
  padding-top: 5px;
}
.cid-rEjPzXEjtS .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rEjPzXEjtS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rEjPzXEjtS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rEjPzXEjtS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rEjPzXEjtS #e2_shape {
  fill: #ffffff !important;
}
.cid-rEjPzXEjtS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rEjPzXEjtS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rEjPzXEjtS .card-img2 {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rEjPzXEjtS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rEjPzXEjtS .soc-item span {
  font-size: 1.4rem;
}
.cid-rEjPzXEjtS .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rEjPzXEjtS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rEjPzXEjtS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rEjPzXEjtS .media-wrap {
  margin-bottom: 1rem;
}
.cid-rEjPzXEjtS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rEjPzXEjtS img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rEjPzXEjtS .item {
    justify-content: center;
  }
  .cid-rEjPzXEjtS .quote::after {
    left: 60px;
  }
}
.cid-rEjPzXEjtS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rEjPzXEjtS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEjPzXEjtS .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-rEjPzXEjtS .item-title {
  color: #ffffff;
}
.cid-rEjPzXEjtS H5 {
  color: #ffffff;
}
.cid-rEjPzXEjtS .theme {
  color: #ffffff;
}
.cid-rEjPzXEjtS .copyright > p {
  color: #ff3366;
}
.cid-rEjPzXEjtS .text2 {
  color: #ffffff;
}
.cid-rEjPJVQ3uw .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rEjPJVQ3uw .collapsed {
  flex-direction: row!important;
}
.cid-rEjPJVQ3uw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rEjPJVQ3uw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rEjPJVQ3uw .nav-item:focus,
.cid-rEjPJVQ3uw .nav-link:focus {
  outline: none;
}
.cid-rEjPJVQ3uw .text-white:hover,
.cid-rEjPJVQ3uw .text-white:active,
.cid-rEjPJVQ3uw .text-white:focus {
  color: white!important;
}
.cid-rEjPJVQ3uw .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rEjPJVQ3uw .dropdown-item:hover {
  color: black!important;
}
.cid-rEjPJVQ3uw .dropdown-menu {
  background-color: white!important;
}
.cid-rEjPJVQ3uw .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rEjPJVQ3uw .nav-item .nav-link {
    position: relative;
  }
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEjPJVQ3uw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rEjPJVQ3uw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rEjPJVQ3uw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rEjPJVQ3uw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rEjPJVQ3uw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rEjPJVQ3uw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rEjPJVQ3uw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rEjPJVQ3uw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rEjPJVQ3uw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rEjPJVQ3uw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rEjPJVQ3uw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rEjPJVQ3uw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rEjPJVQ3uw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rEjPJVQ3uw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rEjPJVQ3uw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rEjPJVQ3uw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rEjPJVQ3uw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rEjPJVQ3uw .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-rEjPJVQ3uw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rEjPJVQ3uw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rEjPJVQ3uw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rEjPJVQ3uw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rEjPJVQ3uw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rEjPJVQ3uw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rEjPJVQ3uw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rEjPJVQ3uw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rEjPJVQ3uw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rEjPJVQ3uw .navbar-caption {
  font-weight: 600!important;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rEjPJVQ3uw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rEjPJVQ3uw .dropdown-item.active,
.cid-rEjPJVQ3uw .dropdown-item:active {
  background-color: transparent;
}
.cid-rEjPJVQ3uw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rEjPJVQ3uw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rEjPJVQ3uw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rEjPJVQ3uw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rEjPJVQ3uw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rEjPJVQ3uw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rEjPJVQ3uw .navbar-buttons {
  text-align: center;
}
.cid-rEjPJVQ3uw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEjPJVQ3uw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #670512;
}
.cid-rEjPJVQ3uw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEjPJVQ3uw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEjPJVQ3uw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEjPJVQ3uw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEjPJVQ3uw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEjPJVQ3uw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEjPJVQ3uw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEjPJVQ3uw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEjPJVQ3uw .nav-link {
  font-weight: 600!important;
}
.cid-rEjPJVQ3uw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEjPJVQ3uw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rEjPJVQ3uw .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-rEjPJVQ3uw .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rEjPJVQ3uw .navbar {
    height: 77px;
  }
  .cid-rEjPJVQ3uw .navbar.opened {
    height: auto;
  }
  .cid-rEjPJVQ3uw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rEkeavsaeZ {
  background-image: url("../../../assets/images/access-control-1600x900.jpg");
}
.cid-rEkeavsaeZ section {
  position: relative;
}
.cid-rEkeavsaeZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rEkeavsaeZ #e2_shape {
  fill: #ffffff !important;
}
.cid-rEkeavsaeZ 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-rEkeavsaeZ img {
    width: 90%!important;
  }
}
.cid-rEkeavsaeZ H3 {
  color: #ffffff;
}
.cid-rOuc9RX2uX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #670512;
}
.cid-rOuc9RX2uX section {
  position: relative;
}
.cid-rOuc9RX2uX svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rOuc9RX2uX H1 {
  color: #b30935;
  text-align: center;
}
.cid-rOuc9RX2uX .mbr-text,
.cid-rOuc9RX2uX .mbr-section-btn {
  color: #ffffff;
}
.cid-rOuc9RX2uX #e1_ellipse {
  fill: #670512 !important;
}
.cid-rOuc9RX2uX img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rOuc9RX2uX img {
    width: 100%;
  }
}
.cid-rOuaKy6TmJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOuaKy6TmJ .mbr-text {
  color: #040208;
  text-align: center;
}
.cid-rOuaKy6TmJ .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rOuaKy6TmJ .card-img .img1 {
  background-color: #670512;
}
.cid-rOuaKy6TmJ .card-img .img2 {
  background-color: #670512;
}
.cid-rOuaKy6TmJ .card-img .img3 {
  background-color: #670512;
}
.cid-rOuaKy6TmJ .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rOuaKy6TmJ .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rOuaKy6TmJ .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rOuaKy6TmJ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rOuaKy6TmJ .card-title,
.cid-rOuaKy6TmJ .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rOuaKy6TmJ .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rOuaKy6TmJ .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rOuaKy6TmJ .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rOuaKy6TmJ .card-img span {
    margin-right: 0rem;
  }
}
.cid-rOuaKy6TmJ .card-title {
  text-align: center;
  color: #670512;
}
.cid-rEkejEYwDE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #670512;
}
.cid-rEkejEYwDE h4 {
  margin-bottom: 0;
}
.cid-rEkejEYwDE p {
  color: #767676;
}
.cid-rEkejEYwDE .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rEkejEYwDE .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rEkejEYwDE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rEkejEYwDE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rEkejEYwDE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rEkejEYwDE .btn-info-outline:active,
.cid-rEkejEYwDE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rEkejEYwDE .card-box {
  padding-top: 2rem;
}
.cid-rEkejEYwDE .card-wrapper {
  height: 100%;
}
.cid-rEkejEYwDE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rEkejEYwDE img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rEkejEYwDE .card-title {
  color: #57468b;
}
.cid-rEkejEYwDE .main-title {
  color: #57468b;
}
.cid-rEkejEYwDE DIV {
  color: #57468b;
}
.cid-rFvLhgf2G4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rFvLhgf2G4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rFvLhgf2G4 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rFvLhgf2G4 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rFvLhgf2G4 .btn-primary-outline:active {
  color: gray;
}
.cid-rFvLhgf2G4 .btn-primary-outline:hover {
  color: white;
}
.cid-rFvLhgf2G4 div {
  overflow: hidden;
}
.cid-rFvLhgf2G4 .btn-primary-outline.active {
  color: white;
}
.cid-rFvLhgf2G4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rFvLhgf2G4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rFvLhgf2G4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rFvLhgf2G4 .mbr-gallery-item {
  overflow: hidden;
}
.cid-rFvLhgf2G4 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rFvLhgf2G4 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-rFvLhgf2G4 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rFvLhgf2G4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rFvLhgf2G4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rFvLhgf2G4 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rFvLhgf2G4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rFvLhgf2G4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
