@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #0c57bf !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-primary:before {
  background-color: #073677 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e5524e !important;
  border-color: #e5524e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-secondary:before {
  background-color: #c9221e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c9221e !important;
  border-color: #c9221e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #062b5f;
  color: #062b5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-primary-outline:before {
  background-color: #0c57bf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #b31e1a;
  color: #b31e1a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #e5524e;
}
.btn-secondary-outline:before {
  background-color: #e5524e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e5524e !important;
  border-color: #e5524e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0c57bf;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #0c57bf !important;
}
.text-secondary {
  color: #e5524e !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062b5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b31e1a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c57bf;
  border-color: #0c57bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0c57bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5698f4;
}
.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: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0c57bf;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0c57bf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0c57bf;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c57bf;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c57bf;
  border-bottom-color: #0c57bf;
}
.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: #0c57bf !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: #e5524e !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='%230c57bf' %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-suF77ioBJx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suF77ioBJx nav.navbar {
  position: fixed;
}
.cid-suF77ioBJx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suF77ioBJx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suF77ioBJx .dropdown-item:hover,
.cid-suF77ioBJx .dropdown-item:focus {
  background: #0c57bf !important;
  color: white !important;
}
.cid-suF77ioBJx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-suF77ioBJx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-suF77ioBJx .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-suF77ioBJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suF77ioBJx .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-suF77ioBJx .nav-link:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #e5524e;
  opacity: 0;
  transition: all 0.3s;
}
.cid-suF77ioBJx .nav-link:hover:before {
  opacity: 1;
}
.cid-suF77ioBJx .container {
  display: flex;
  margin: auto;
}
.cid-suF77ioBJx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suF77ioBJx .dropdown-menu,
.cid-suF77ioBJx .navbar.opened {
  background: #b1d1fd !important;
}
.cid-suF77ioBJx .nav-item:focus,
.cid-suF77ioBJx .nav-link:focus {
  outline: none;
}
.cid-suF77ioBJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suF77ioBJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suF77ioBJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suF77ioBJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suF77ioBJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suF77ioBJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suF77ioBJx .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b1d1fd;
}
.cid-suF77ioBJx .navbar.opened {
  transition: all 0.3s;
}
.cid-suF77ioBJx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suF77ioBJx .navbar .navbar-logo img {
  width: auto;
}
.cid-suF77ioBJx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suF77ioBJx .navbar.collapsed {
  justify-content: center;
}
.cid-suF77ioBJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suF77ioBJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suF77ioBJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-suF77ioBJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suF77ioBJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suF77ioBJx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suF77ioBJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suF77ioBJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suF77ioBJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suF77ioBJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suF77ioBJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suF77ioBJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suF77ioBJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suF77ioBJx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suF77ioBJx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suF77ioBJx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suF77ioBJx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suF77ioBJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suF77ioBJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suF77ioBJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suF77ioBJx .navbar.navbar-short {
  min-height: 60px;
}
.cid-suF77ioBJx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suF77ioBJx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suF77ioBJx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suF77ioBJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suF77ioBJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suF77ioBJx .dropdown-item.active,
.cid-suF77ioBJx .dropdown-item:active {
  background-color: transparent;
}
.cid-suF77ioBJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suF77ioBJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suF77ioBJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suF77ioBJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b1d1fd;
}
.cid-suF77ioBJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suF77ioBJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suF77ioBJx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suF77ioBJx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suF77ioBJx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suF77ioBJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5524e;
}
.cid-suF77ioBJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suF77ioBJx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suF77ioBJx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suF77ioBJx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suF77ioBJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suF77ioBJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suF77ioBJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suF77ioBJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suF77ioBJx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suF77ioBJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suF77ioBJx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suF77ioBJx .navbar {
    height: 70px;
  }
  .cid-suF77ioBJx .navbar.opened {
    height: auto;
  }
  .cid-suF77ioBJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suF7dWRnHn {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-suF7dWRnHn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-suF7dWRnHn .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-suF7dWRnHn .mbr-text,
.cid-suF7dWRnHn .mbr-section-btn {
  text-align: center;
}
.cid-suF7kO1ATE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-suF7kO1ATE .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-suF7kO1ATE h4 {
  font-weight: 500;
}
.cid-suF7kO1ATE h4,
.cid-suF7kO1ATE h5 {
  text-align: center;
}
.cid-suF7kO1ATE p {
  text-align: center;
}
.cid-suF7kO1ATE .card-box {
  text-align: center;
}
.cid-suF7kO1ATE .card-img {
  font-size: 3rem;
}
.cid-suF7kO1ATE .mbr-iconfont {
  color: #0c57bf;
}
.cid-suF7lGxAML {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2a0845;
  background: linear-gradient(90deg, #2a0845, #0c57bf);
}
.cid-suF7lGxAML .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-suF7lGxAML h4,
.cid-suF7lGxAML h5 {
  text-align: center;
}
.cid-suF7lGxAML p {
  text-align: center;
}
.cid-suF7lGxAML .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-suF7lGxAML .card-img {
  font-size: 3rem;
}
.cid-suF7lGxAML .date span {
  display: inline-block;
  background-color: #e5524e;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-suF7lGxAML .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-suUIjwYRJ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suF7r61AVj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-suF7r61AVj .card-img {
  padding: 0 0 3rem;
}
.cid-suF7r61AVj .mbr-section-btn {
  margin-left: 0;
}
.cid-suF7r61AVj .card-days {
  background-color: #0c57bf;
  border-radius: 5px;
}
.cid-suF7r61AVj .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-suF7r61AVj .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-suF7r61AVj .card-days .schedule li:first-child {
  border-top: none;
}
.cid-suF7r61AVj .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-suF7r61AVj .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .cid-suF7r61AVj .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-suF7r61AVj .days-subtitle {
  color: #6c9cdf;
}
.cid-suF7r61AVj .days-title {
  color: #6c9cdf;
}
.cid-suUIkQPc4e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suUIkQPc4e h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-suUIkQPc4e .mbr-section-subtitle {
  color: #767676;
}
.cid-suUIkQPc4e .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-suUIkQPc4e .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-suUIkQPc4e .mbr-text-left {
  text-align: left;
}
.cid-suUIkQPc4e .mbr-text-right {
  text-align: left;
}
.cid-suWaGrlRXp {
  padding-top: 120px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-suWaGrlRXp .container {
  margin-bottom: 15%;
}
.cid-suWaGrlRXp .content-container .btn-bgr {
  z-index: 0;
}
.cid-suWaGrlRXp .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-suWaGrlRXp .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-suWaGrlRXp .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-suWaGrlRXp .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-suWaGrlRXp .box-item:last-child {
  background-color: #0c57bf;
}
.cid-suWaGrlRXp .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-suWaGrlRXp .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-suWaGrlRXp .box-list li:last-child {
  border-bottom: none;
}
.cid-suWaGrlRXp .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-suWaGrlRXp .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-suWaGrlRXp .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-suWaGrlRXp .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-suWaGrlRXp .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-suWaGrlRXp .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-suWaGrlRXp .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-suUIqCBhVv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ff8a8a;
  background: linear-gradient(90deg, #e38888, #fed7da);
}
@media (max-width: 1000px) {
  .cid-suUIqCBhVv {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-suUIqCBhVv {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-suUIqCBhVv .title {
  padding: 2rem 4rem;
  background-color: #e38888;
}
.cid-suUIqCBhVv .mbr-section-title {
  color: #ffffff;
}
.cid-suUIDQPJJg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-suUIDQPJJg .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-suUIDQPJJg .image-wrapper {
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .cid-suUIDQPJJg .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-suUIDQPJJg .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-suUIDQPJJg .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #0c57bf;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-suUIDQPJJg .link:hover:before {
  background: #7237a2;
}
.cid-suUIDQPJJg .mbr-section-title {
  color: #000000;
}
.cid-suUIDQPJJg .mbr-text,
.cid-suUIDQPJJg .mbr-section-btn {
  color: #000000;
}
.cid-suUIDQPJJg .link,
.cid-suUIDQPJJg .link-wrap {
  color: #000000;
}
.cid-suUIDQPJJg .mbr-title {
  color: #3098f3;
}
.cid-suUMDm574g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-suUMDm574g ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-suUMDm574g li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-suUMDm574g ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-suUMDm574g .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-suUMDm574g .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-suUMDm574g .mbr-section-title b:last-child,
.cid-suUMDm574g .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-suUMDm574g .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-suUMDm574g .list {
  margin-top: 2.3125rem;
}
.cid-suUMDm574g .mbr-text {
  margin-bottom: 0;
}
.cid-suUMDm574g .mbr-section-btn {
  margin-top: 28px;
}
.cid-suUMDm574g .mbr-section-btn a {
  margin-top: 0;
}
.cid-suUMEnFPSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-suUMEnFPSa .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-suUMEnFPSa .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-suUMEnFPSa .mbr-section-title b:last-child,
.cid-suUMEnFPSa .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-suUMEnFPSa .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-suUMEnFPSa .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-suUMEnFPSa .mbr-text-wrap {
    border-left: 2px solid #0c57bf;
    padding-left: 1.8125rem !important;
  }
}
.cid-suUMEnFPSa .mbr-section-btn {
  margin-top: 28px;
}
.cid-suUMEnFPSa .mbr-section-btn a {
  margin-top: 0;
}
.cid-suVigRDEHJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suVigRDEHJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-suVigRDEHJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suVigRDEHJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suVigRDEHJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suVigRDEHJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-suVigRDEHJ .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-suVigRDEHJ .form-container {
  padding: 3rem;
}
.cid-suVigRDEHJ .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-suVigRDEHJ .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2bdc9d, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-suVigRDEHJ .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-suVigRDEHJ .form-group,
  .cid-suVigRDEHJ .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-suVigRDEHJ .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-suVigRDEHJ textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-suVigRDEHJ .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-suVigRDEHJ .text-block {
    margin-bottom: 2rem;
  }
  .cid-suVigRDEHJ .wrapper {
    margin-top: 0;
  }
}
.cid-suVigRDEHJ .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-suVigRDEHJ .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-suVigRDEHJ .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVigRDEHJ .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-suVigRDEHJ .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-suVigRDEHJ .social-list a:hover {
  opacity: 1;
}
.cid-suV3L5mpt5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-suV3L5mpt5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #e5524e, #0c57bf);
}
.cid-suV3L5mpt5 .mbr-text,
.cid-suV3L5mpt5 .mbr-section-btn {
  color: #999999;
}
