@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: 1.06rem;
}
/* ---- 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: #fb2404 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fb2404 !important;
  border-color: #fb2404 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fb2404 !important;
  border-color: #fb2404 !important;
}
.btn-primary:before {
  background-color: #b01903 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b01903 !important;
  border-color: #b01903 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:before {
  background-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #971602;
  color: #971602;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #fb2404;
}
.btn-primary-outline:before {
  background-color: #fb2404;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb2404 !important;
  border-color: #fb2404 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !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: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-danger-outline:before {
  background-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #fb2404;
  -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: #fb2404 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #971602 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !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: #cccccc !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: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb2404;
  border-color: #fb2404;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb2404;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed3cd;
}
.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: #fb2404;
}
/* 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: #fb2404;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fb2404;
}
/*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.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb2404;
  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: #fb2404;
  border-bottom-color: #fb2404;
}
.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: #fb2404 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !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='%23fb2404' %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-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGGGbhRmMvtest {
  background-image: url("../../../assets/images/page-en-construction.jpg");
}
.cid-sGGGbhRmMvtest .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGGGbhRmMvtest .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-sGGGbhRmMvtest .mbr-section-title {
  margin: 0;
}
.cid-sGGGbhRmMvtest .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sGGGbhRmMv {
  background-image: url("../../../assets/images/mbr-1-1920x1220.jpg");
}
.cid-sGGGbhRmMv .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGGGbhRmMv .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-sGGGbhRmMv .mbr-section-title {
  margin: 0;
}
.cid-sGGGbhRmMv .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sGGDcB5LGG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d2525;
}
.cid-sGGDcB5LGG p {
  text-align: center;
}
.cid-sGGDcB5LGG .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGGDcB5LGG .btn-underline:hover {
  color: #505050;
}
.cid-sGGDcB5LGG .btn-underline:before {
  background-color: #505050;
}
.cid-sGGDcB5LGG .social-list a:focus {
  text-decoration: none;
}
.cid-sGGDcB5LGG .text-copyright {
  width: 100%;
}
.cid-sGGDcB5LGG .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sGGDcB5LGG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sGGDcB5LGG .logo-footer {
  line-height: normal;
}
.cid-sGGDcB5LGG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGDcB5LGG .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGDcB5LGG .mbr-section-btn {
  font-size: 16px;
}
.cid-sGGDcB5LGG .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGGKnVdurz {
  padding-top: 160px;
  padding-bottom: 15px;
  background-color: #1d2671;
}
.cid-sGGKpWPiaN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sGGKpWPiaN .mbr-text {
  color: #767676;
}
.cid-sGGKpWPiaN .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGGKpWPiaN .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGGKpWPiaN .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-sGGKpWPiaN .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sGGKpWPiaN .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-sGGKpWPiaN .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sGGKpWPiaN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-sGGKpWPiaN .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sGGKpWPiaN .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-sGGKpWPiaN .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sH3DM8MVyW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d2671;
}
.cid-sH3DM8MVyW p {
  text-align: center;
}
.cid-sH3DM8MVyW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sH3DM8MVyW .btn-underline:hover {
  color: #505050;
}
.cid-sH3DM8MVyW .btn-underline:before {
  background-color: #505050;
}
.cid-sH3DM8MVyW .social-list a:focus {
  text-decoration: none;
}
.cid-sH3DM8MVyW .text-copyright {
  width: 100%;
}
.cid-sH3DM8MVyW .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sH3DM8MVyW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sH3DM8MVyW .logo-footer {
  line-height: normal;
}
.cid-sH3DM8MVyW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH3DM8MVyW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH3DM8MVyW .mbr-section-btn {
  font-size: 16px;
}
.cid-sH3DM8MVyW .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}



.cid-sGGRyonl0e {
  padding-top: 160px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/c82dmd-2000x1331.jpg");
}
.cid-sGGRyonl0e .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGGRyonl0e .mbr-overlay {
  background: linear-gradient(90deg, #2c1616, #2c1616);
}
@media (min-width: 992px) {
  .cid-sGGRyonl0e .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sGGRyonl0e {
    text-align: center !important;
  }
  .cid-sGGRyonl0e .mbr-text {
    text-align: center;
  }
}
.cid-sGGRyonl0e .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGGRyonl0e H1 {
  color: #fb2404;
}
.cid-sGGRyonl0e .mbr-text,
.cid-sGGRyonl0e .mbr-section-btn {
  color: #ffffff;
}

.cid-sGGUUJwU8I {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/50945926-39207706-780x440.jpg");
}
.cid-sGGUUJwU8I .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGGUUJwU8I .mbr-overlay {
  background: linear-gradient(90deg, #2c1616, #2c1616);
}
@media (min-width: 992px) {
  .cid-sGGUUJwU8I .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sGGUUJwU8I {
    text-align: center !important;
  }
  .cid-sGGUUJwU8I .mbr-text {
    text-align: center;
  }
}
.cid-sGGUUJwU8I .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGHWDDt3dz {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-sGHWDDt3dz .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sGHWDDt3dz .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sGI2r1Iuae {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGI2nyLgSo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGI2nyLgSo .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGI2nyLgSo .card-img {
  padding: 0 0 2rem;
}
.cid-sGI2nyLgSo .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGI2nyLgSo .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGI2nyLgSo .card-title {
    text-align: center;
  }
  .cid-sGI2nyLgSo p.mbr-text {
    text-align: center;
  }
}
.cid-sGI3udJWia {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGI3udJWia .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGI3udJWia .card-img {
  padding: 0 0 2rem;
}
.cid-sGI3udJWia .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGI3udJWia .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGI3udJWia .card-title {
    text-align: center;
  }
  .cid-sGI3udJWia p.mbr-text {
    text-align: center;
  }
}
.cid-sGHYJ1ml0y {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGHYJ1ml0y .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGHYJ1ml0y .card-img {
  padding-bottom: 2rem;
}
.cid-sGHYJ1ml0y .mbr-text {
  color: #767676;
}
.cid-sGHYJ1ml0y span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sGHYJ1ml0y .mbr-section-btn {
  margin-left: 0;
}
.cid-sGHYJ1ml0y .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGHYJ1ml0y .card-title {
    text-align: center;
  }
  .cid-sGHYJ1ml0y p.mbr-text,
  .cid-sGHYJ1ml0y p.date {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGJzVgw3Jk {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sGJBdAb07d {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGJBdAb07d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGJBdAb07d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGJBdAb07d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGJBdAb07d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGJBdAb07d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGJBdAb07d .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGJBdAb07d .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sGJBdAb07d .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sGJBdAb07d .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGJBdAb07d ul {
  font-size: 0;
}
.cid-sGJBdAb07d .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sGJBdAb07d .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-sGJBdAb07d .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-t0sqUpV6zR {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0sqUpV6zR .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0sqUpV6zR .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0sqUpV6zR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0sqUpV6zR p {
  color: #464646;
}
.cid-t0sqUpV6zR h2 {
  color: #000000;
}
.cid-t0sqUpV6zR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0sqUpV6zR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0sqUpV6zR .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0sqUpV6zR .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0sqUpV6zR .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0sqUpV6zR .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0sqUpV6zR .mbr-text {
    text-align: center;
  }
}
.cid-t0sqUpV6zR .mbr-section-title,
.cid-t0sqUpV6zR .mbr-section-btn {
  color: #fb2404;
}
.cid-t0stMffSkQ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0stMffSkQ .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-t0stMffSkQ h4,
.cid-t0stMffSkQ h5 {
  text-align: center;
}
.cid-t0stMffSkQ p {
  text-align: center;
}
.cid-t0stMffSkQ .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-t0stMffSkQ .card-img {
  font-size: 3rem;
}
.cid-t0stMffSkQ .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-t0stMffSkQ H2 {
  color: #2c1616;
  text-align: left;
}
.cid-t0stMffSkQ .mbr-section-subtitle {
  color: #2c1616;
  text-align: left;
}
.cid-t0stMffSkQ .mbr-text {
  color: #1a032d;
}
.cid-t0stMffSkQ .card-title,
.cid-t0stMffSkQ .card-img {
  color: #1a032d;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGJVOOR3jd {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1281.jpg");
}
.cid-sGJWeJvnzG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGJWeJvnzG .mbr-text {
  color: #767676;
}
.cid-sGJWeJvnzG .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGJWeJvnzG .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGJWeJvnzG .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-sGJWeJvnzG .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sGJWeJvnzG .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-sGJWeJvnzG .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sGJWeJvnzG .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-sGJWeJvnzG .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sGJWeJvnzG .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-sGJWeJvnzG .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGJZzW23fD {
  padding-top: 160px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1392x870.png");
}
.cid-sGJZE8uSZm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sGJZE8uSZm .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGJZE8uSZm .card-img {
  padding: 0 0 2rem;
}
.cid-sGJZE8uSZm .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGJZE8uSZm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGJZE8uSZm .card-title {
    text-align: center;
  }
  .cid-sGJZE8uSZm p.mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGK16cOtD6 {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-sGK1qxsc4K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGK1qxsc4K .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGK1qxsc4K .card-img {
  padding: 0 0 2rem;
}
.cid-sGK1qxsc4K .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGK1qxsc4K .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGK1qxsc4K .card-title {
    text-align: center;
  }
  .cid-sGK1qxsc4K p.mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGK1SDYnof {
  padding-top: 160px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sGK27cVcdy {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGK27cVcdy .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sGK27cVcdy .card-img {
  padding: 0 0 2rem;
}
.cid-sGK27cVcdy .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sGK27cVcdy .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sGK27cVcdy .card-title {
    text-align: center;
  }
  .cid-sGK27cVcdy p.mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sNwMEESCux {
  padding-top: 160px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-sNwMEESCux .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sNwMEESCux .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t0xULvrOjd {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0xULvrOjd .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0xULvrOjd .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0xULvrOjd h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0xULvrOjd p {
  color: #464646;
}
.cid-t0xULvrOjd h2 {
  color: #000000;
}
.cid-t0xULvrOjd .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0xULvrOjd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0xULvrOjd .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0xULvrOjd .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0xULvrOjd .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0xULvrOjd .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0xULvrOjd .mbr-text {
    text-align: center;
  }
}
.cid-t0xVG8EeI2 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0xVG8EeI2 .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0xVG8EeI2 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0xVG8EeI2 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0xVG8EeI2 p {
  color: #464646;
}
.cid-t0xVG8EeI2 h2 {
  color: #000000;
}
.cid-t0xVG8EeI2 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t0xVG8EeI2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0xVG8EeI2 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-t0xVG8EeI2 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0xVG8EeI2 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0xVG8EeI2 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0xVG8EeI2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t0xVG8EeI2 .mbr-text {
    text-align: center;
  }
}
.cid-t0xVHG2Fc5 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0xVHG2Fc5 .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0xVHG2Fc5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0xVHG2Fc5 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0xVHG2Fc5 p {
  color: #464646;
}
.cid-t0xVHG2Fc5 h2 {
  color: #000000;
}
.cid-t0xVHG2Fc5 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0xVHG2Fc5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0xVHG2Fc5 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0xVHG2Fc5 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0xVHG2Fc5 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0xVHG2Fc5 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0xVHG2Fc5 .mbr-text {
    text-align: center;
  }
}
.cid-sNwMzthheC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-sNwMzthheC p {
  text-align: center;
}
.cid-sNwMzthheC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sNwMzthheC .btn-underline:hover {
  color: #505050;
}
.cid-sNwMzthheC .btn-underline:before {
  background-color: #505050;
}
.cid-sNwMzthheC .social-list a:focus {
  text-decoration: none;
}
.cid-sNwMzthheC .text-copyright {
  width: 100%;
}
.cid-sNwMzthheC .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sNwMzthheC .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sNwMzthheC .logo-footer {
  line-height: normal;
}
.cid-sNwMzthheC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNwMzthheC .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNwMzthheC .mbr-section-btn {
  font-size: 16px;
}
.cid-sNwMzthheC .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sGSIFgHVcL {
  padding-top: 160px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
}
.cid-sZbw4wu49Y {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZbw4wu49Y .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZbw4wu49Y .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZbw4wu49Y h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZbw4wu49Y p {
  color: #464646;
}
.cid-sZbw4wu49Y h2 {
  color: #000000;
}
.cid-sZbw4wu49Y .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sZbw4wu49Y .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZbw4wu49Y .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sZbw4wu49Y .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZbw4wu49Y .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZbw4wu49Y .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sZbw4wu49Y .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sZbw4wu49Y .mbr-text {
    text-align: center;
  }
}
.cid-sRP4wJG1UA {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRP4wJG1UA .media-content .btn-bgr {
  z-index: 0;
}
.cid-sRP4wJG1UA .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sRP4wJG1UA h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sRP4wJG1UA p {
  color: #464646;
}
.cid-sRP4wJG1UA h2 {
  color: #000000;
}
.cid-sRP4wJG1UA .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sRP4wJG1UA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sRP4wJG1UA .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sRP4wJG1UA .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sRP4wJG1UA .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRP4wJG1UA .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sRP4wJG1UA .mbr-text {
    text-align: center;
  }
}
.cid-sRP75MSyxQ {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRP75MSyxQ .media-content .btn-bgr {
  z-index: 0;
}
.cid-sRP75MSyxQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sRP75MSyxQ h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sRP75MSyxQ p {
  color: #464646;
}
.cid-sRP75MSyxQ h2 {
  color: #000000;
}
.cid-sRP75MSyxQ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sRP75MSyxQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sRP75MSyxQ .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sRP75MSyxQ .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sRP75MSyxQ .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRP75MSyxQ .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sRP75MSyxQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sRP75MSyxQ .mbr-text {
    text-align: center;
  }
}
.cid-sGSIRKe688 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGSIRKe688 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGSIRKe688 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sGSIRKe688 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sGSIRKe688 p {
  color: #464646;
}
.cid-sGSIRKe688 h2 {
  color: #000000;
}
.cid-sGSIRKe688 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sGSIRKe688 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGSIRKe688 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sGSIRKe688 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sGSIRKe688 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sGSIRKe688 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGSIRKe688 .mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sH0PDENFsG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sH0PDENFsG .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-sH0PDENFsG h2,
.cid-sH0PDENFsG h3,
.cid-sH0PDENFsG h4,
.cid-sH0PDENFsG p {
  color: #ffffff;
}
.cid-sH0PDENFsG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0PDENFsG .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sH0PDENFsG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0PDENFsG .mbr-text {
  color: #767676;
}
.cid-sH0PDENFsG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0PDENFsG .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sH0PDENFsG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sH0PDENFsG textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sH0PDENFsG h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sH0PDENFsG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0PDENFsG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sH0PDENFsG .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sH0PDENFsG H3 {
  text-align: center;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sH0T0vgkCa {
  padding-top: 180px;
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-sH0T0vgkCa .container {
  margin-bottom: 15%;
}
.cid-sH0T0vgkCa .content-container .btn-bgr {
  z-index: 0;
}
.cid-sH0T0vgkCa .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-sH0T0vgkCa .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-sH0T0vgkCa .box-item:first-child {
  background-color: #4284df;
  margin-top: -200px;
}
.cid-sH0T0vgkCa .box-item:nth-child(2) {
  background-color: #04367c;
}
.cid-sH0T0vgkCa .box-item:last-child {
  background-color: #0c57bf;
}
.cid-sH0T0vgkCa .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sH0T0vgkCa .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sH0T0vgkCa .box-list li:last-child {
  border-bottom: none;
}
.cid-sH0T0vgkCa .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sH0T0vgkCa .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sH0T0vgkCa .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sH0T0vgkCa .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sH0T0vgkCa .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sH0T0vgkCa .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-sH0T0vgkCa .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sH0T0ScPs3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-sH0T0ScPs3 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sH0T0ScPs3 .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-sH0T0ScPs3 .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sH0T0ScPs3 {
    text-align: center !important;
  }
  .cid-sH0T0ScPs3 .mbr-text {
    text-align: center;
  }
}
.cid-sH0T0ScPs3 .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sH0T1pA26B {
  background-color: #4284df;
}
.cid-sH0T1pA26B .media-content .btn-bgr {
  z-index: 0;
}
.cid-sH0T1pA26B .mbr-section-text {
  word-break: break-word;
}
.cid-sH0T1pA26B .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sH0T1pA26B .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0T1pA26B .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sH0T1pA26B .mbr-text {
    text-align: center;
  }
}
.cid-sH0T4s0Xd9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sH0T4s0Xd9 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sH0T4s0Xd9 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sH0T4ZHmdc {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sH0T4ZHmdc .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sH0T4ZHmdc .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-sH0T4ZHmdc .mbr-section-title {
  margin: 0;
}
.cid-sH0T4ZHmdc .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-sGGRyonl0esulo {
  padding-top: 160px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sulo.jpg");
}
.cid-sGGRyonl0esulo .media-content .btn-bgr {
  z-index: 0;
}
.cid-sGGRyonl0esulo .mbr-overlay {
  background: linear-gradient(90deg, #2c1616, #2c1616);
}
@media (min-width: 992px) {
  .cid-sGGRyonl0esulo .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sGGRyonl0esulo {
    text-align: center !important;
  }
  .cid-sGGRyonl0esulo .mbr-text {
    text-align: center;
  }
}
.cid-sGGRyonl0esulo .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGGRyonl0esulo H1 {
  color: #fb2404;
}
.cid-sGGRyonl0esulo .mbr-text,
.cid-sGGRyonl0esulo .mbr-section-btn {
  color: #ffffff;
}
.cid-sH0T5WlD1N {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sH0T5WlD1N .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sH0T5WlD1N .text-content .btn-bgr {
  z-index: 0;
}
.cid-sH0T5WlD1N .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sH0T5WlD1N .container-full-width {
  position: relative;
}
.cid-sH0T5WlD1N .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sH0T5WlD1N .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sH0T5WlD1N .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sH0T5WlD1N .text-content {
    width: 540px;
  }
  .cid-sH0T5WlD1N .column-content {
    width: 100%;
  }
  .cid-sH0T5WlD1N .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sH0T5WlD1N .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sH0T5WlD1N .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sH0T5WlD1N .column-content {
    width: 50%;
  }
  .cid-sH0T5WlD1N .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sH0T5WlD1N .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH0T5WlD1N .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sH0T5WlD1N .column-content {
    height: 33rem;
  }
}
.cid-sH0T6zkqh6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sH0T75BJU2 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sH0T75BJU2 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sH0T75BJU2 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #fb2404;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-sH0T75BJU2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sH0T75BJU2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sH0T75BJU2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sH0T75BJU2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sH0T75BJU2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sH0T75BJU2 a.close:hover {
  color: #ffffff;
}
.cid-sH0T7Wn239 {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-sH0Ta1vuwg {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sH0Ta1vuwg .media-content .btn-bgr {
  z-index: 0;
}
.cid-sH0Ta1vuwg .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sH0Ta1vuwg h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sH0Ta1vuwg p {
  color: #464646;
}
.cid-sH0Ta1vuwg h2 {
  color: #000000;
}
.cid-sH0Ta1vuwg .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sH0Ta1vuwg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sH0Ta1vuwg .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sH0Ta1vuwg .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sH0Ta1vuwg .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0Ta1vuwg .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sH0Ta1vuwg .mbr-text {
    text-align: center;
  }
}
.cid-sH0TayFOsS {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sH0TayFOsS .mbr-figure {
  padding: 0;
}
.cid-sH0TayFOsS .content-row {
  background-color: #0c57bf;
}
.cid-sH0TayFOsS .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-sH0TayFOsS .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sH0TayFOsS .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-sH0TayFOsS .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sH0Tb95YvR {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sH0Tb95YvR .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sH0Tb95YvR .text-content .btn-bgr {
  z-index: 0;
}
.cid-sH0Tb95YvR .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-sH0Tb95YvR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sH0Tb95YvR p {
  color: #464646;
}
.cid-sH0Tb95YvR h2 {
  color: #000000;
}
.cid-sH0Tb95YvR .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sH0Tb95YvR .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sH0Tb95YvR .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sH0Tb95YvR .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sH0Tb95YvR .text-content {
    width: 100%;
  }
}
.cid-sH0Tb95YvR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sH0Tb95YvR .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sH0Tb95YvR .mbr-text {
    text-align: center;
  }
}
.cid-sH0TehYw4M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sH0TehYw4M .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-sH0TehYw4M .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sH0TehYw4M .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-sH0TehYw4M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TehYw4M .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TehYw4M {
    text-align: center !important;
  }
}
.cid-sH0TeHrgZt {
  background-color: #4284df;
  background: linear-gradient(90deg, #4284df, #04367c);
}
.cid-sH0TeHrgZt .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-sH0TeHrgZt h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-sH0TeHrgZt p {
  color: #FFFFFF;
}
.cid-sH0TeHrgZt h4 {
  color: #FFFFFF;
  display: none;
}
.cid-sH0TeHrgZt .mbr-figure img {
  padding-left: 1rem;
}
.cid-sH0TeHrgZt .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-sH0TeHrgZt .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sH0TeHrgZt .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sH0TeHrgZt .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-sH0TeHrgZt .counter-container .counter {
    left: 2rem;
  }
}
.cid-sH0TfcHkqC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12.jpg");
}
.cid-sH0TfcHkqC .text-content .btn-bgr {
  z-index: 0;
}
.cid-sH0TfcHkqC .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-sH0TfcHkqC h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-sH0TfcHkqC p {
  color: #ffffff;
}
.cid-sH0TfcHkqC h2 {
  color: #ffffff;
}
.cid-sH0TfcHkqC .text-content {
  padding: 2rem 0rem;
  background-color: #4284df;
}
.cid-sH0TfcHkqC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sH0TfcHkqC .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sH0TfcHkqC .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sH0TfcHkqC .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sH0TfIXDkH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sH0TfIXDkH .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-sH0TfIXDkH h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sH0TfIXDkH p {
  color: #464646;
}
.cid-sH0TfIXDkH h2 {
  color: #000000;
}
.cid-sH0TfIXDkH .counter-container {
  color: #767676;
}
.cid-sH0TfIXDkH .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sH0TfIXDkH .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-sH0TfIXDkH .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-sH0TfIXDkH .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sH0TfIXDkH .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-sH0TfIXDkH .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-sH0TfIXDkH .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sH0TfIXDkH .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-sH0TfIXDkH .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-sH0TfIXDkH .mbr-figure {
  padding-right: 1rem;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .cid-sH0TfIXDkH .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TfIXDkH .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sH0TfIXDkH .mbr-text {
    text-align: center;
  }
}
.cid-sH0ThbBjZV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0ThbBjZV .mbr-text {
  color: #767676;
}
.cid-sH0ThbBjZV h4 {
  font-weight: 500;
}
.cid-sH0ThbBjZV h4,
.cid-sH0ThbBjZV h5 {
  text-align: center;
}
.cid-sH0ThbBjZV p {
  text-align: center;
}
.cid-sH0ThbBjZV .card-box {
  text-align: center;
}
.cid-sH0ThbBjZV .card-img {
  font-size: 3rem;
}
.cid-sH0ThbBjZV .mbr-iconfont {
  color: #fb2404;
}
.cid-sH0Ti1WRMu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0Ti1WRMu .mbr-text {
  color: #767676;
}
.cid-sH0Ti1WRMu h4 {
  text-align: center;
}
.cid-sH0Ti1WRMu p {
  text-align: center;
}
.cid-sH0Ti1WRMu .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #4284df;
  border: 2px solid #4284df;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sH0Ti1WRMu .card:hover .card-img span {
  background: none;
  color: #4284df;
}
.cid-sH0TiHBTDd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TiHBTDd .mbr-text {
  color: #767676;
}
.cid-sH0TiHBTDd .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH0TiHBTDd .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sH0TiHBTDd .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-sH0TiHBTDd .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sH0TiHBTDd .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-sH0TiHBTDd .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sH0TiHBTDd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-sH0TiHBTDd .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sH0TiHBTDd .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-sH0TiHBTDd .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sH0TjjOKKa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TjjOKKa .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0TjjOKKa .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-sH0TjjOKKa .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sH0TjjOKKa .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-sH0TjjOKKa .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sH0TjjOKKa .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-sH0TjjOKKa .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sH0TjjOKKa .card-days {
  background-color: #4284df;
  border-radius: 5px;
}
.cid-sH0TjjOKKa .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-sH0TjjOKKa .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-sH0TjjOKKa .card-days .schedule li:first-child {
  border-top: none;
}
.cid-sH0TjjOKKa .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sH0TjjOKKa .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-sH0TjjOKKa .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH0TjjOKKa .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-sH0TjjOKKa .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sH0TjjOKKa .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-sH0TjjOKKa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TjjOKKa .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sH0TjQhnyY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2a0845;
  background: linear-gradient(90deg, #2a0845, #0c57bf);
}
.cid-sH0TjQhnyY .mbr-overlay {
  background: linear-gradient(90deg, #efefef, #1ec5bf);
}
.cid-sH0TjQhnyY h4,
.cid-sH0TjQhnyY h5 {
  text-align: center;
}
.cid-sH0TjQhnyY p {
  text-align: center;
}
.cid-sH0TjQhnyY .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-sH0TjQhnyY .card-img {
  font-size: 3rem;
}
.cid-sH0TjQhnyY .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-sH0TksQvIq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TksQvIq .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sH0TksQvIq .card-img {
  padding: 0 0 2rem;
}
.cid-sH0TksQvIq .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sH0TksQvIq .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sH0TksQvIq .card-title {
    text-align: center;
  }
  .cid-sH0TksQvIq p.mbr-text {
    text-align: center;
  }
}
.cid-sH0TkSnDjb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TkSnDjb .card-img {
  padding: 0 0 3rem;
}
.cid-sH0TkSnDjb .mbr-section-btn {
  margin-left: 0;
}
.cid-sH0TkSnDjb .card-days {
  background-color: #fb2404;
  border-radius: 5px;
}
.cid-sH0TkSnDjb .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-sH0TkSnDjb .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-sH0TkSnDjb .card-days .schedule li:first-child {
  border-top: none;
}
.cid-sH0TkSnDjb .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sH0TkSnDjb .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .cid-sH0TkSnDjb .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sH0TlmSopZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0TlNwh4Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0Tmt1BFH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0Tmt1BFH .counter-container {
  color: #464646;
}
.cid-sH0Tmt1BFH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sH0Tmt1BFH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sH0Tmt1BFH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-sH0TnLzM0r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0TnLzM0r h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sH0TnLzM0r .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TnLzM0r .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sH0TnLzM0r .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sH0Tok4KAF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sH0Tok4KAF h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sH0Tok4KAF .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0Tok4KAF .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sH0Tok4KAF .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sH0Tp3Gh87 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0Tp3Gh87 span {
  color: #c1c1c1;
}
.cid-sH0Tp3Gh87 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0Tp3Gh87 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sH0Tp3Gh87 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sH0TptbSe9 {
  background: #ffffff;
}
.cid-sH0TptbSe9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sH0TptbSe9 figcaption {
  position: relative;
}
.cid-sH0TptbSe9 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sH0TptbSe9 .image-block {
    width: 100% !important;
  }
}
.cid-sH0Tq12Ycu {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sH0Tq12Ycu .image-block {
  margin: auto;
}
.cid-sH0Tq12Ycu figcaption {
  position: relative;
}
.cid-sH0Tq12Ycu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sH0Tq12Ycu .image-block {
    width: 100% !important;
  }
}
.cid-sH0TqAVs5B {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sH0TqAVs5B .images-container.container-fluid {
  padding: 0;
}
.cid-sH0TqAVs5B .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TqAVs5B .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sH0TqAVs5B .media-container-row .img-item img {
  width: 100%;
}
.cid-sH0TqAVs5B .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-sH0TqAVs5B .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sH0TqAVs5B .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-sH0TqAVs5B .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-sH0TqAVs5B .img-item {
    width: 100% !important;
  }
  .cid-sH0TqAVs5B .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH0TqAVs5B .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-sH0TqXAEzq {
  background: #ffffff;
}
.cid-sH0TqXAEzq .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-sH0TqXAEzq .video-block {
    width: 100% !important;
  }
}
.cid-sH0TrpRFrr {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sH0TrpRFrr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sH0TrpRFrr .video-block {
    width: 100% !important;
  }
}
.cid-sH0TsQWgGX .modal-body .close {
  background: #1b1b1b;
}
.cid-sH0TsQWgGX .modal-body .close span {
  font-style: normal;
}
.cid-sH0TsQWgGX .carousel-inner > .active,
.cid-sH0TsQWgGX .carousel-inner > .next,
.cid-sH0TsQWgGX .carousel-inner > .prev {
  display: flex;
}
.cid-sH0TsQWgGX .carousel-control .icon-next,
.cid-sH0TsQWgGX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sH0TsQWgGX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sH0TsQWgGX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sH0TsQWgGX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sH0TsQWgGX .boxed-slider > div {
  position: relative;
}
.cid-sH0TsQWgGX .container img {
  width: 100%;
}
.cid-sH0TsQWgGX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sH0TsQWgGX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sH0TsQWgGX .mbr-table-cell {
  padding: 0;
}
.cid-sH0TsQWgGX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sH0TsQWgGX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sH0TsQWgGX .mbr-overlay {
  z-index: 1;
}
.cid-sH0TsQWgGX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sH0TsQWgGX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sH0TsQWgGX .carousel-item.active.right,
.cid-sH0TsQWgGX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sH0TsQWgGX .carousel-item.active.left,
.cid-sH0TsQWgGX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sH0TsQWgGX .carousel-item.active,
.cid-sH0TsQWgGX .carousel-item.next.left,
.cid-sH0TsQWgGX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sH0TsQWgGX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators li.active,
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators li::after,
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sH0TsQWgGX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sH0TsQWgGX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sH0TsQWgGX .mbr-slider > .container img {
  width: 100%;
}
.cid-sH0TsQWgGX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sH0TsQWgGX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sH0TsQWgGX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sH0TsQWgGX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sH0TsQWgGX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sH0TsQWgGX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sH0TsQWgGX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sH0TsQWgGX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sH0TsQWgGX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sH0TsQWgGX .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sH0TsQWgGX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sH0TsQWgGX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sH0TsQWgGX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sH0TtlZTN7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sH0TtlZTN7 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TtlZTN7 .modal-body .close {
  background: #1b1b1b;
}
.cid-sH0TtlZTN7 .modal-body .close span {
  font-style: normal;
}
.cid-sH0TtlZTN7 .carousel-inner > .active,
.cid-sH0TtlZTN7 .carousel-inner > .next,
.cid-sH0TtlZTN7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sH0TtlZTN7 .carousel-control .icon-next,
.cid-sH0TtlZTN7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sH0TtlZTN7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sH0TtlZTN7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sH0TtlZTN7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sH0TtlZTN7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sH0TtlZTN7 .boxed-slider > div {
  position: relative;
}
.cid-sH0TtlZTN7 .container img {
  width: 100%;
}
.cid-sH0TtlZTN7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sH0TtlZTN7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sH0TtlZTN7 .mbr-table-cell {
  padding: 0;
}
.cid-sH0TtlZTN7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sH0TtlZTN7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sH0TtlZTN7 .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sH0TtlZTN7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sH0TtlZTN7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sH0TtlZTN7 .carousel-item.active.right,
.cid-sH0TtlZTN7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sH0TtlZTN7 .carousel-item.active.left,
.cid-sH0TtlZTN7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sH0TtlZTN7 .carousel-item.active,
.cid-sH0TtlZTN7 .carousel-item.next.left,
.cid-sH0TtlZTN7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sH0TtlZTN7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators li.active,
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators li::after,
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sH0TtlZTN7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sH0TtlZTN7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sH0TtlZTN7 .mbr-slider > .container img {
  width: 100%;
}
.cid-sH0TtlZTN7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sH0TtlZTN7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sH0TtlZTN7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sH0TtlZTN7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sH0TtlZTN7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sH0TtlZTN7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sH0TtlZTN7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sH0TtlZTN7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sH0TtlZTN7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sH0TtlZTN7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sH0TtlZTN7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sH0TtlZTN7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sH0TtlZTN7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sH0TtlZTN7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sH0TtlZTN7 .carousel-inner {
  height: 100%;
}
.cid-sH0TtlZTN7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sH0TtlZTN7 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sH0TtlZTN7 .image_wrapper img {
  width: 100% !important;
  height: 100%;
}
.cid-sH0TtlZTN7 .carousel-item .container-slide {
  text-align: center;
}
.cid-sH0TtlZTN7 .content-slider-wrap {
  width: 60%;
}
.cid-sH0Tu29kdd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sH0Tu29kdd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sH0Tu29kdd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sH0Tu29kdd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sH0Tu29kdd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sH0Tu29kdd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sH0Tu29kdd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sH0Tu29kdd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sH0Tu29kdd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sH0Tu29kdd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sH0Tu29kdd ul {
  font-size: 0;
}
.cid-sH0Tu29kdd .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sH0Tu29kdd .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-sH0Tu29kdd .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sH0TuqpqfT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TuqpqfT h4,
.cid-sH0TuqpqfT h5 {
  text-align: center;
}
.cid-sH0TuqpqfT h5 {
  font-weight: 400;
}
.cid-sH0TuqpqfT p {
  text-align: center;
}
.cid-sH0TuqpqfT .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-sH0TuqpqfT .card-box {
  text-align: center;
}
.cid-sH0TuqpqfT .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #fb2404;
}
@media (min-width: 992px) {
  .cid-sH0TuqpqfT .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sH0TuWoaiN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TuWoaiN a {
  color: #232323;
}
.cid-sH0TuWoaiN a:hover {
  color: #fb2404;
}
.cid-sH0TuWoaiN h5 {
  color: #4e6dcc;
}
.cid-sH0TuWoaiN .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-sH0TuWoaiN .img-icon {
  width: auto;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sH0TuWoaiN .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sH0TvkR3b7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH0TvkR3b7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TvkR3b7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-sH0TvkR3b7 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-sH0TvkR3b7 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sH0TvkR3b7 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sH0TvkR3b7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sH0TvkR3b7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sH0TwINu6t {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-sH0TwINu6t a {
  text-align: center;
}
.cid-sH0TwINu6t p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sH0TwINu6t span {
  font-size: 2rem;
}
.cid-sH0TwINu6t .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sH0TwINu6t .socicon-twitter {
  color: #4da7de;
}
.cid-sH0TwINu6t .socicon-facebook {
  color: #3e5b98;
}
.cid-sH0TwINu6t .socicon-googleplus {
  color: #dd4b39;
}
.cid-sH0TwINu6t .socicon-instagram {
  color: #3f729b;
}
.cid-sH0TwINu6t .social-list a:focus {
  text-decoration: none;
}
.cid-sH0TwINu6t .text-copyright {
  width: 100%;
}
.cid-sH0TwINu6t .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sH0TwINu6t .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sH0TwINu6t .logo-footer {
  line-height: normal;
}
.cid-sH0TwINu6t .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TwINu6t .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TwINu6t .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TwINu6t .media-container-row a {
  margin: 0 1rem;
}
.cid-sH0Txl2ZFE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-sH0Txl2ZFE h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sH0Txl2ZFE h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sH0Txl2ZFE .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0Txl2ZFE .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sH0Txl2ZFE .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sH0Txl2ZFE .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sH0Txl2ZFE .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sH0Txl2ZFE .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sH0Txl2ZFE .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sH0Txl2ZFE .socicon-bg-mail {
  color: #134785;
}
.cid-sH0Txl2ZFE .btn-social {
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.cid-sH0Txl2ZFE .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sH0Txl2ZFE .btn-social:hover {
  color: #fff;
}
.cid-sH0Txl2ZFE .btn-social + .btn {
  margin-left: .1rem;
}
.cid-sH0Txl2ZFE .btn-social:hover {
  color: #ffffff;
  background: #fb2404;
}
.cid-sH0Txl2ZFE [class^="socicon-"]:before,
.cid-sH0Txl2ZFE [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sH0Txl2ZFE .btn {
    font-size: 20px !important;
  }
}
.cid-sH0TBCx1k8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sH0TBCx1k8 .twitter-wrapper,
.cid-sH0TBCx1k8 iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-sH0TBCx1k8 a.twitter-timeline {
  display: none;
}
.cid-sH0TDQ0NnR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TDQ0NnR .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0TDQ0NnR .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sH0TDQ0NnR .map {
  width: 100%;
  height: 30rem;
}
.cid-sH0TDQ0NnR .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sH0TDQ0NnR .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TDQ0NnR .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sH0TDQ0NnR .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sH0TDQ0NnR .mbr-text {
  color: #767676;
}
.cid-sH0TDQ0NnR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TDQ0NnR .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sH0TDQ0NnR .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sH0TDQ0NnR textarea.form-control {
  resize: none;
}
.cid-sH0TDQ0NnR .google-map {
  height: 25rem;
  position: relative;
}
.cid-sH0TDQ0NnR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sH0TDQ0NnR .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-sH0TDQ0NnR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sH0TDQ0NnR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sH0TDQ0NnR h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sH0TDQ0NnR .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TDQ0NnR .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sH0TDQ0NnR .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sH0TEpQFk3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-sH0TEpQFk3 h2,
.cid-sH0TEpQFk3 h3,
.cid-sH0TEpQFk3 h4,
.cid-sH0TEpQFk3 p {
  color: #ffffff;
}
.cid-sH0TEpQFk3 .mbr-overlay {
  z-index: -1;
}
.cid-sH0TEpQFk3 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0TEpQFk3 .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sH0TEpQFk3 .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sH0TEpQFk3 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TEpQFk3 .mbr-text {
  color: #767676;
}
.cid-sH0TEpQFk3 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sH0TEpQFk3 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sH0TEpQFk3 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sH0TEpQFk3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TEpQFk3 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sH0TEpQFk3 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sH0TEpQFk3 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sH0TEpQFk3 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TEpQFk3 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sH0TEpQFk3 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sH0TEpQFk3 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sH0TEpQFk3 .block-content {
    padding: 0;
  }
  .cid-sH0TEpQFk3 .form-block {
    padding: 1rem;
  }
}
.cid-sH0TFs7ASa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sH0TFs7ASa .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-sH0TFs7ASa h2,
.cid-sH0TFs7ASa h3,
.cid-sH0TFs7ASa h4,
.cid-sH0TFs7ASa p {
  color: #ffffff;
}
.cid-sH0TFs7ASa .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0TFs7ASa .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sH0TFs7ASa .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TFs7ASa .mbr-text {
  color: #767676;
}
.cid-sH0TFs7ASa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TFs7ASa .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sH0TFs7ASa .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sH0TFs7ASa textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sH0TFs7ASa h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sH0TFs7ASa .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TFs7ASa .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sH0TFs7ASa .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sH0TFV48ay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sH0TFV48ay h2,
.cid-sH0TFV48ay h3,
.cid-sH0TFV48ay p,
.cid-sH0TFV48ay h4 {
  color: #0a0a0a;
}
.cid-sH0TFV48ay .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-sH0TFV48ay .mbr-iconfont {
  color: #fb2404;
  font-size: 2rem;
}
.cid-sH0TFV48ay .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sH0TFV48ay .mbr-text {
  color: #767676;
}
.cid-sH0TFV48ay a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TFV48ay .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sH0TFV48ay .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-sH0TFV48ay textarea.form-control {
  resize: none;
}
.cid-sH0TFV48ay .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sH0TFV48ay .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sH0TFV48ay .list-block {
  position: relative;
}
.cid-sH0TFV48ay .list-block h4,
.cid-sH0TFV48ay .list-block p {
  padding-left: 3.5rem;
}
.cid-sH0TFV48ay .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-sH0TFV48ay h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sH0TFV48ay .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TFV48ay .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-sH0TFV48ay .img-block-wrap {
    position: relative;
  }
  .cid-sH0TFV48ay .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-sH0TFV48ay .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-sH0TFV48ay .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TFV48ay .google-map {
    padding-bottom: 2rem;
  }
  .cid-sH0TFV48ay .img-block {
    overflow: hidden;
  }
}
.cid-sH0TGnig5T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TGnig5T .form-row {
  position: relative;
}
.cid-sH0TGnig5T .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TGnig5T .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 3px 0 0 3px;
  height: 59px;
}
.cid-sH0TGnig5T .form-group,
.cid-sH0TGnig5T .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sH0TGnig5T .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sH0TGnig5T .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  flex: 0 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 3px 3px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-sH0TGnig5T a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sH0TGnig5T a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 350px) {
  .cid-sH0TGnig5T .form-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sH0TGnig5T .form-control {
    margin-bottom: 10px;
  }
  .cid-sH0TGnig5T .input-group-btn .btn,
  .cid-sH0TGnig5T .form-control {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sH0TGnig5T .input-group-btn > * {
    width: 100%;
  }
  .cid-sH0TGnig5T .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH0TGnig5T .form-control {
    font-size: 1.12rem;
  }
}
.cid-sH0TGW9GqS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TGW9GqS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0TGW9GqS .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sH0TGW9GqS .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sH0TGW9GqS .text-block {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH0TGW9GqS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TGW9GqS .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sH0TGW9GqS .input-group-btn {
  display: block;
}
.cid-sH0TGW9GqS textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sH0TGW9GqS .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TGW9GqS .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sH0TGW9GqS .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sH0TGW9GqS h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sH0TGW9GqS .block-content {
    padding: 0;
  }
  .cid-sH0TGW9GqS .form-block {
    padding: 1rem;
  }
}
.cid-sH0TIfPI8k {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TIfPI8k .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sH0TIfPI8k a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sH0TIfPI8k .input-group-btn {
  margin: 0;
}
.cid-sH0TIfPI8k .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-sH0TIfPI8k .form-group,
.cid-sH0TIfPI8k .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-sH0TIfPI8k .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-sH0TIfPI8k .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-sH0TIfPI8k .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sH0TIfPI8k .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sH0TIfPI8k .form-block {
    padding: 1rem;
  }
}
.cid-sH0TIGOAPv.popup-builder {
  background-color: #ffffff;
}
.cid-sH0TIGOAPv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sH0TIGOAPv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sH0TIGOAPv .modal-content,
.cid-sH0TIGOAPv .modal-dialog {
  height: auto;
}
.cid-sH0TIGOAPv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sH0TIGOAPv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sH0TIGOAPv .form-wrapper .mbr-form .form-group,
  .cid-sH0TIGOAPv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sH0TIGOAPv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sH0TIGOAPv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sH0TIGOAPv .mbr-text {
  text-align: center;
}
.cid-sH0TIGOAPv .pt-0 {
  padding-top: 0 !important;
}
.cid-sH0TIGOAPv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sH0TIGOAPv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sH0TIGOAPv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sH0TIGOAPv .modal-open {
  overflow: hidden;
}
.cid-sH0TIGOAPv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sH0TIGOAPv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sH0TIGOAPv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sH0TIGOAPv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sH0TIGOAPv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sH0TIGOAPv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sH0TIGOAPv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sH0TIGOAPv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sH0TIGOAPv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sH0TIGOAPv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sH0TIGOAPv .modal-backdrop.show {
  opacity: .5;
}
.cid-sH0TIGOAPv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sH0TIGOAPv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TIGOAPv .modal-header {
    padding: 1rem;
  }
}
.cid-sH0TIGOAPv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sH0TIGOAPv .modal-header .close:hover {
  opacity: 1;
}
.cid-sH0TIGOAPv .modal-header .close:focus {
  outline: none;
}
.cid-sH0TIGOAPv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sH0TIGOAPv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sH0TIGOAPv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TIGOAPv .modal-body {
    padding: 1rem;
  }
}
.cid-sH0TIGOAPv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sH0TIGOAPv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sH0TIGOAPv .modal-footer {
    padding: 1rem;
  }
}
.cid-sH0TIGOAPv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sH0TIGOAPv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sH0TIGOAPv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sH0TIGOAPv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sH0TIGOAPv .modal-sm {
    max-width: 300px;
  }
  .cid-sH0TIGOAPv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sH0TIGOAPv .modal-lg,
  .cid-sH0TIGOAPv .modal-xl {
    max-width: 800px;
  }
  .cid-sH0TIGOAPv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sH0TIGOAPv .modal-xl {
    max-width: 1140px;
  }
  .cid-sH0TIGOAPv .container {
    max-width: 1140px;
  }
}
.cid-sH0TIGOAPv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sH0TIGOAPv .container {
    max-width: 720px;
  }
}
.cid-sH0TIGOAPv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sH0TIGOAPv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sH0TIGOAPv .form-group {
  margin-bottom: 1rem;
}
.cid-sH0TIGOAPv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sH0TIGOAPv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sH0TIGOAPv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sH0TIGOAPv .mbr-section-btn {
  margin: 0;
}
.cid-sH0TIGOAPv .mbr-section-btn .btn {
  margin: 0;
}
.cid-sH0TKwGUFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-sH0TKwGUFu p {
  text-align: center;
}
.cid-sH0TKwGUFu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sH0TKwGUFu .btn-underline:hover {
  color: #505050;
}
.cid-sH0TKwGUFu .btn-underline:before {
  background-color: #505050;
}
.cid-sH0TKwGUFu .social-list a:focus {
  text-decoration: none;
}
.cid-sH0TKwGUFu .text-copyright {
  width: 100%;
}
.cid-sH0TKwGUFu .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sH0TKwGUFu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sH0TKwGUFu .logo-footer {
  line-height: normal;
}
.cid-sH0TKwGUFu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TKwGUFu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TKwGUFu .mbr-section-btn {
  font-size: 16px;
}
.cid-sH0TKwGUFu .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sH0TLpz4Zc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sH0TLpz4Zc .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sH0TLpz4Zc .card-img {
  padding-bottom: 2rem;
}
.cid-sH0TLpz4Zc .mbr-text {
  color: #767676;
}
.cid-sH0TLpz4Zc span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sH0TLpz4Zc .mbr-section-btn {
  margin-left: 0;
}
.cid-sH0TLpz4Zc .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sH0TLpz4Zc .card-title {
    text-align: center;
  }
  .cid-sH0TLpz4Zc p.mbr-text,
  .cid-sH0TLpz4Zc p.date {
    text-align: center;
  }
}
.cid-sH0TMOqNBy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sH0TMOqNBy .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TMOqNBy .container-table {
  margin: 0 auto;
}
.cid-sH0TMOqNBy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sH0TMOqNBy .dataTables_wrapper {
  display: block;
}
.cid-sH0TMOqNBy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sH0TMOqNBy table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sH0TMOqNBy table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-sH0TMOqNBy table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sH0TMOqNBy table td {
  border-top: 1px solid #cccccc;
}
.cid-sH0TMOqNBy table td:hover {
  color: #fb2404;
}
.cid-sH0TMOqNBy table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-sH0TMOqNBy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sH0TMOqNBy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sH0TMOqNBy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sH0TMOqNBy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sH0TMOqNBy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sH0TMOqNBy .dataTables_filter {
    text-align: center;
  }
  .cid-sH0TMOqNBy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sH0TK40Djf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sH0TK40Djf p {
  text-align: center;
}
.cid-sH0TK40Djf .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sH0TK40Djf .social-list a:focus {
  text-decoration: none;
}
.cid-sH0TK40Djf .text-copyright {
  width: 100%;
}
.cid-sH0TK40Djf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sH0TK40Djf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sH0TK40Djf .logo-footer {
  line-height: normal;
}
.cid-sH0TK40Djf .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TK40Djf .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TK40Djf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0TNewxXr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sH0TNewxXr .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sH0TNewxXr .nav-tabs .nav-item {
  border-bottom: 1px solid #4284df;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sH0TNewxXr .nav-tabs .nav-item .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 0;
  border: none;
  padding: 0.5rem 1rem 0.7rem;
  margin: 0 !important;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.cid-sH0TNewxXr .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #4284df;
}
.cid-sH0TNewxXr .nav-tabs .nav-item .nav-link:focus {
  color: #4284df;
  box-shadow: none;
  background-color: transparent;
}
.cid-sH0TNewxXr .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #4284df;
  color: #4284df;
  background: transparent;
  padding: 0.5rem 1rem 0.5rem;
}
.cid-sH0TNewxXr .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TNewxXr p {
  color: #767676;
}
.cid-sH0TNewxXr .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-sH0TNewxXr .mbr-text {
  word-break: break-word;
}
.cid-sH0TNewxXr .tabs-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sH0TNewxXr .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sH0TO3oNUJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sH0TO3oNUJ h3 {
  text-align: center;
}
.cid-sH0TO3oNUJ .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sH0TO3oNUJ .card {
  word-wrap: break-word;
}
.cid-sH0TO3oNUJ .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #fb2404;
}
.cid-sH0TO3oNUJ .mbr-iconfont {
  font-size: 5rem;
  color: #fb2404;
}
.cid-sH0TOwRJhd {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../../assets/images/background3.jpg");
}
.cid-sH0TOwRJhd .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
.cid-sH0TOwRJhd .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-sH0TOwRJhd .countdown-title img {
  max-width: 128px;
}
.cid-sH0TOwRJhd .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH0TOwRJhd .number-wrap {
  color: #aaaaaa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sH0TOwRJhd .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sH0TOwRJhd .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sH0TOwRJhd .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #ffffff;
}
.cid-sH0TOwRJhd .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sH0TOwRJhd .dot {
    display: none;
  }
  .cid-sH0TOwRJhd .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sH0TOwRJhd .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-sH0TOwRJhd .number-wrap {
    min-width: auto;
  }
  .cid-sH0TOwRJhd .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-sH0TOwRJhd .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sH0TOwRJhd .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sH0TOwRJhd .number {
    font-size: 25px;
  }
}
.cid-sH0TPb0x6e .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sH0TPb0x6e .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sH0TPb0x6e .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sH0TPb0x6e .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sH0TPb0x6e .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sH0TPb0x6e .countdown-cont {
  margin: 0 auto;
}
.cid-sH0TPb0x6e .full-count-container {
  background: #0c57bf;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sH0TPb0x6e .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sH0TPb0x6e .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sH0TPb0x6e .dot {
    display: none;
  }
  .cid-sH0TPb0x6e .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sH0TPb0x6e .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sH0TPb0x6e .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sH0TPb0x6e .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sH0TPb0x6e .number {
    font-size: 25px;
  }
  .cid-sH0TPb0x6e .period {
    font-size: 0.7rem;
  }
}
.cid-sH0TQgegOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sH0TQgegOd .progress {
  width: 100%;
}
.cid-sH0TQgegOd .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0TQgegOd progress {
  height: inherit;
}
.cid-sH0TQgegOd .progressbar-number {
  display: inline-block;
}
.cid-sH0TQgegOd .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sH0TQgegOd .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TQgegOd .section-content-title {
  font-weight: 500;
}
.cid-sH0TQgegOd .progress_value {
  position: relative;
}
.cid-sH0TQgegOd .progress1 .progressbar-number:before,
.cid-sH0TQgegOd .progress2 .progressbar-number:before,
.cid-sH0TQgegOd .progress3 .progressbar-number:before,
.cid-sH0TQgegOd .progress4 .progressbar-number:before,
.cid-sH0TQgegOd .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sH0TQgegOd progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TQgegOd progress::-webkit-progress-value {
  background: #0c57bf;
}
.cid-sH0TQgegOd progress[value]::-moz-progress-bar {
  background: #0c57bf;
}
.cid-sH0TQgegOd progress::-ms-fill {
  background: #0c57bf;
}
.cid-sH0TQgegOd .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sH0TQgegOd .progress2 .progressbar-number:before {
  content: '90';
}
.cid-sH0TQgegOd .progress3 .progressbar-number:before {
  content: '80';
}
.cid-sH0TQgegOd .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sH0TQgegOd .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sH0TQgegOd .progress-container {
  position: relative;
  height: 0.5rem;
  width: 100%;
}
.cid-sH0TQgegOd .progress-container span.progress-title {
  position: absolute;
  font-size: 1rem !important;
  top: -2rem;
  max-width: 90%;
  height: 1.5rem;
  overflow: hidden;
}
.cid-sH0TQgegOd .progress-container .progress_value {
  position: absolute;
  right: 0;
  font-size: 1rem !important;
  top: -2rem;
}
@media (min-width: 768px) {
  .cid-sH0TQgegOd .text-elements {
    padding-right: 3rem;
  }
}
.cid-sH0TQHqZny {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sH0TQHqZny h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sH0TQHqZny .progress {
  width: 100%;
}
.cid-sH0TQHqZny .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0TQHqZny progress {
  height: inherit;
}
.cid-sH0TQHqZny .progressbar-number {
  display: inline-block;
}
.cid-sH0TQHqZny .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sH0TQHqZny .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TQHqZny .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TQHqZny .section-content-title {
  font-weight: 500;
}
.cid-sH0TQHqZny .progress_value {
  position: relative;
}
.cid-sH0TQHqZny .progress1 .progressbar-number:before,
.cid-sH0TQHqZny .progress2 .progressbar-number:before,
.cid-sH0TQHqZny .progress3 .progressbar-number:before,
.cid-sH0TQHqZny .progress4 .progressbar-number:before,
.cid-sH0TQHqZny .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sH0TQHqZny progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TQHqZny progress::-webkit-progress-value {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #eb4e6f);
}
.cid-sH0TQHqZny progress[value]::-moz-progress-bar {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #eb4e6f);
}
.cid-sH0TQHqZny progress::-ms-fill {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #eb4e6f);
}
.cid-sH0TQHqZny .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sH0TQHqZny .progress2 .progressbar-number:before {
  content: '90';
}
.cid-sH0TQHqZny .progress3 .progressbar-number:before {
  content: '80';
}
.cid-sH0TQHqZny .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sH0TQHqZny .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sH0TQHqZny .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 1.8rem;
  width: 100%;
}
.cid-sH0TQHqZny .progress-container span.progress-title {
  position: absolute;
  padding-left: 2rem;
  font-size: 1rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-sH0TQHqZny .progress-container .progress_value {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-sH0TQHqZny .progress_value {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .cid-sH0TQHqZny .text-elements {
    padding-right: 3rem;
  }
  .cid-sH0TQHqZny .progress_elements {
    padding-left: 3rem;
  }
}
.cid-sH0TRgz0pk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sH0TRgz0pk .progress {
  width: 100%;
}
.cid-sH0TRgz0pk .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sH0TRgz0pk progress {
  height: inherit;
}
.cid-sH0TRgz0pk .progressbar-number {
  display: inline-block;
}
.cid-sH0TRgz0pk .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sH0TRgz0pk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TRgz0pk .section-content-title {
  font-weight: 500;
}
.cid-sH0TRgz0pk .progress_value {
  position: relative;
}
.cid-sH0TRgz0pk .progress1 .progressbar-number:before,
.cid-sH0TRgz0pk .progress2 .progressbar-number:before,
.cid-sH0TRgz0pk .progress3 .progressbar-number:before,
.cid-sH0TRgz0pk .progress4 .progressbar-number:before,
.cid-sH0TRgz0pk .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sH0TRgz0pk progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sH0TRgz0pk progress::-webkit-progress-value {
  background: #0c57bf;
}
.cid-sH0TRgz0pk progress[value]::-moz-progress-bar {
  background: #0c57bf;
}
.cid-sH0TRgz0pk progress::-ms-fill {
  background: #0c57bf;
}
.cid-sH0TRgz0pk .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sH0TRgz0pk .progress2 .progressbar-number:before {
  content: '90';
}
.cid-sH0TRgz0pk .progress3 .progressbar-number:before {
  content: '80';
}
.cid-sH0TRgz0pk .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sH0TRgz0pk .progress5 .progressbar-number:before {
  content: '60';
}
.cid-sH0TRgz0pk .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 0.5rem;
  width: 100%;
}
.cid-sH0TRgz0pk .progress-container span.progress-title {
  position: absolute;
  top: -2rem;
  font-size: 1rem !important;
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-sH0TRgz0pk .progress-container .progress_value {
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .cid-sH0TRgz0pk .text-elements {
    padding-right: 3rem;
  }
  .cid-sH0TRgz0pk .progress_elements {
    padding-left: 3rem;
  }
}
.cid-sH0TRKggIk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sH0TRKggIk h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sH0TRKggIk .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sH0TRKggIk .mbr-section-subtitle {
  color: #767676;
}
.cid-sH0TRKggIk .pie_progress__number {
  text-align: center !important;
}
.cid-sH0TRKggIk .card-title {
  margin-bottom: 0;
}
.cid-sH0TRKggIk .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sH0TRKggIk .svg-gradient {
  position: absolute;
}
.cid-sH0TRKggIk ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sH0TRKggIk .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sH0TSlBp8n {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #04367c, #6441a5);
}
.cid-sH0TSlBp8n .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sH0TSlBp8n .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-sH0TSlBp8n .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-sH0TSlBp8n .plan-title {
  background-color: #4284df;
}
.cid-sH0TSlBp8n .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-sH0TSlBp8n .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-sH0TSlBp8n .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-sH0TSlBp8n .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sH0TSlBp8n .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sH0TSlBp8n .plan:nth-child(2) .plan-title {
  background-color: #eb4e6f;
}
.cid-sH0TSlBp8n .plan-header,
.cid-sH0TSlBp8n .plan-body {
  background-color: #fff;
  border-bottom: solid 2px #ededed;
}
.cid-sH0TSlBp8n .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-sH0TSlBp8n .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-sH0TSlBp8n .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sH0TSQG3DO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sH0TSQG3DO .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sH0TSQG3DO .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sH0TSQG3DO .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sH0TSQG3DO .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sH0TSQG3DO .plan .mbr-overlay {
  background: #232323;
  opacity: 0.7;
}
.cid-sH0TSQG3DO .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sH0TSQG3DO .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sH0TSQG3DO .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sH0TSQG3DO .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sH0TSQG3DO .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sH0TSQG3DO .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sH0TSQG3DO .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sH0TTmOO1V {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #6441a5;
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-sH0TTmOO1V .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sH0TTmOO1V .plan-price {
  color: #fb2404;
}
.cid-sH0TTmOO1V .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-sH0TTmOO1V .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sH0TTmOO1V .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sH0TTmOO1V .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-sH0TTmOO1V .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sH0TTmOO1V .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sH0TTmOO1V .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sH0TTmOO1V .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sH0TTmOO1V .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sH0TTmOO1V .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sH0TTmOO1V .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sHxOIJCSlN {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x760.jpg");
}
.cid-t0njIlOalB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0njIlOalB .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0njIlOalB .card-img {
  padding: 0 0 2rem;
}
.cid-t0njIlOalB .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-t0njIlOalB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-t0njIlOalB .card-title {
    text-align: center;
  }
  .cid-t0njIlOalB p.mbr-text {
    text-align: center;
  }
}
.cid-t0njJtKLcd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0njJtKLcd .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0njJtKLcd .card-img {
  padding: 0 0 2rem;
}
.cid-t0njJtKLcd .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-t0njJtKLcd .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-t0njJtKLcd .card-title {
    text-align: center;
  }
  .cid-t0njJtKLcd p.mbr-text {
    text-align: center;
  }
}
.cid-t0xSla1ZFA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0xSla1ZFA .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0xSla1ZFA .card-img {
  padding: 0 0 2rem;
}
.cid-t0xSla1ZFA .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-t0xSla1ZFA .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-t0xSla1ZFA .card-title {
    text-align: center;
  }
  .cid-t0xSla1ZFA p.mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sYBI49j79q {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-sYBI49j79q .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sYBI49j79q .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-cadrelegal {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ladyjustice.jpg");
}
.cid-cadrelegal .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-cadrelegal .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sYBKCk7O3A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-sYBKCk7O3A .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sYBKCk7O3A .card-img {
  padding: 0 0 2rem;
}
.cid-sYBKCk7O3A .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sYBKCk7O3A .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYBKCk7O3A .card-title {
    text-align: center;
  }
  .cid-sYBKCk7O3A p.mbr-text {
    text-align: center;
  }
}
.cid-sYBKD7n6mp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-sYBKD7n6mp .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sYBKD7n6mp .card-img {
  padding: 0 0 2rem;
}
.cid-sYBKD7n6mp .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sYBKD7n6mp .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYBKD7n6mp .card-title {
    text-align: center;
  }
  .cid-sYBKD7n6mp p.mbr-text {
    text-align: center;
  }
}
.cid-sYBMTD53iU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-sYBMTD53iU p {
  text-align: center;
}
.cid-sYBMTD53iU .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sYBMTD53iU .btn-underline:hover {
  color: #505050;
}
.cid-sYBMTD53iU .btn-underline:before {
  background-color: #505050;
}
.cid-sYBMTD53iU .social-list a:focus {
  text-decoration: none;
}
.cid-sYBMTD53iU .text-copyright {
  width: 100%;
}
.cid-sYBMTD53iU .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sYBMTD53iU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sYBMTD53iU .logo-footer {
  line-height: normal;
}
.cid-sYBMTD53iU .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYBMTD53iU .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYBMTD53iU .mbr-section-btn {
  font-size: 16px;
}
.cid-sYBMTD53iU .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sRPe81YkSX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRPe8JsKlP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRPe8JsKlP .block-text {
  text-align: left;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sYBNCuVOES {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-sYBNCuVOES .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sYBNCuVOES .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sYBPd7QdjN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYBPPdwGpu {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYBPPdwGpu .media-content .btn-bgr {
  z-index: 0;
}
.cid-sYBPPdwGpu .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sYBPPdwGpu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sYBPPdwGpu p {
  color: #464646;
}
.cid-sYBPPdwGpu h2 {
  color: #000000;
}
.cid-sYBPPdwGpu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sYBPPdwGpu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sYBPPdwGpu .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sYBPPdwGpu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sYBPPdwGpu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sYBPPdwGpu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sYBPPdwGpu .mbr-text {
    text-align: center;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sZbAQPRe40 {
  padding-top: 160px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/sans-titre-2-1920x626.jpg");
}
.cid-sZbAQPRe40 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sZbAQPRe40 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sZbDUyFZAG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZbDWtVw9c {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sZbDWtVw9c .image-block {
  margin: auto;
}
.cid-sZbDWtVw9c figcaption {
  position: relative;
}
.cid-sZbDWtVw9c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZbDWtVw9c .image-block {
    width: 100% !important;
  }
}
.cid-sZbEHwE5fe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZbHdIEfCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZbGZ7P4F5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sZbGZ7P4F5 .image-block {
  margin: auto;
}
.cid-sZbGZ7P4F5 figcaption {
  position: relative;
}
.cid-sZbGZ7P4F5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZbGZ7P4F5 .image-block {
    width: 100% !important;
  }
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-sZbJXgiZil {
  padding-top: 160px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sZbJXgiZil .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sZbJXgiZil .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sZcFqtYVRc {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZcFqtYVRc .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZcFqtYVRc .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZcFqtYVRc h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZcFqtYVRc p {
  color: #464646;
}
.cid-sZcFqtYVRc h2 {
  color: #000000;
}
.cid-sZcFqtYVRc .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sZcFqtYVRc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZcFqtYVRc .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sZcFqtYVRc .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZcFqtYVRc .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZcFqtYVRc .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZcFqtYVRc .mbr-text {
    text-align: center;
  }
}
.cid-sZcGteFkBu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sZcGteFkBu .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZcGteFkBu .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZcGteFkBu h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZcGteFkBu p {
  color: #464646;
}
.cid-sZcGteFkBu h2 {
  color: #000000;
}
.cid-sZcGteFkBu .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sZcGteFkBu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZcGteFkBu .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sZcGteFkBu .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZcGteFkBu .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZcGteFkBu .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sZcGteFkBu .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sZcGteFkBu .mbr-text {
    text-align: center;
  }
}
.cid-sZcJImgn3A {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZcJImgn3A .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZcJImgn3A .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZcJImgn3A h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZcJImgn3A p {
  color: #464646;
}
.cid-sZcJImgn3A h2 {
  color: #000000;
}
.cid-sZcJImgn3A .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sZcJImgn3A .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZcJImgn3A .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sZcJImgn3A .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZcJImgn3A .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZcJImgn3A .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZcJImgn3A .mbr-text {
    text-align: center;
  }
}
.cid-sZdFdDlajj {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZdFdDlajj .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZdFdDlajj .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZdFdDlajj h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZdFdDlajj p {
  color: #464646;
}
.cid-sZdFdDlajj h2 {
  color: #000000;
}
.cid-sZdFdDlajj .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sZdFdDlajj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZdFdDlajj .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sZdFdDlajj .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZdFdDlajj .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdFdDlajj .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sZdFdDlajj .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sZdFdDlajj .mbr-text {
    text-align: center;
  }
}
.cid-sZdWl2gDp9 {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sZdWl2gDp9 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sZdWl2gDp9 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sZdWl2gDp9 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sZdWl2gDp9 p {
  color: #464646;
}
.cid-sZdWl2gDp9 h2 {
  color: #000000;
}
.cid-sZdWl2gDp9 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sZdWl2gDp9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sZdWl2gDp9 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sZdWl2gDp9 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sZdWl2gDp9 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZdWl2gDp9 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZdWl2gDp9 .mbr-text {
    text-align: center;
  }
}
.cid-sZdWqdRKDj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-sZdWqdRKDj p {
  text-align: center;
}
.cid-sZdWqdRKDj .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sZdWqdRKDj .btn-underline:hover {
  color: #505050;
}
.cid-sZdWqdRKDj .btn-underline:before {
  background-color: #505050;
}
.cid-sZdWqdRKDj .social-list a:focus {
  text-decoration: none;
}
.cid-sZdWqdRKDj .text-copyright {
  width: 100%;
}
.cid-sZdWqdRKDj .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sZdWqdRKDj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sZdWqdRKDj .logo-footer {
  line-height: normal;
}
.cid-sZdWqdRKDj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sZdWqdRKDj .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZdWqdRKDj .mbr-section-btn {
  font-size: 16px;
}
.cid-sZdWqdRKDj .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sGGzwgNcqO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGGzwgNcqO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGGzwgNcqO a {
  font-style: normal;
}
.cid-sGGzwgNcqO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGGzwgNcqO .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sGGzwgNcqO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-sGGzwgNcqO .content-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2404;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGGzwgNcqO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGGzwgNcqO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGGzwgNcqO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGGzwgNcqO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGGzwgNcqO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGGzwgNcqO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGGzwgNcqO .content-right-side {
  text-align: center;
}
.cid-sGGzwgNcqO .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sGGzwgNcqO .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sGGzwgNcqO .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sGGzwgNcqO img {
    height: 3.8rem !important;
  }
  .cid-sGGzwgNcqO .btn {
    display: -webkit-flex;
  }
  .cid-sGGzwgNcqO button.navbar-toggler {
    display: block;
  }
  .cid-sGGzwgNcqO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sGGzwgNcqO .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing,
  .cid-sGGzwgNcqO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGGzwgNcqO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGGzwgNcqO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sGGzwgNcqO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sGGzwgNcqO .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sGGzwgNcqO .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sGGzwgNcqO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGGzwgNcqO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGGzwgNcqO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGGzwgNcqO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sGGzwgNcqO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGGzwgNcqO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGGzwgNcqO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGGzwgNcqO .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sGGzwgNcqO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sGGzwgNcqO .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sGGzwgNcqO .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sGGzwgNcqO .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGGzwgNcqO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGGzwgNcqO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGGzwgNcqO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sGGzwgNcqO .navbar-toggler {
    display: none;
  }
  .cid-sGGzwgNcqO .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sGGzwgNcqO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGGzwgNcqO .menu-logo {
  margin-right: auto;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGGzwgNcqO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGGzwgNcqO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGGzwgNcqO .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-sGGzwgNcqO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGGzwgNcqO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGGzwgNcqO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGGzwgNcqO .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGGzwgNcqO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGGzwgNcqO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGGzwgNcqO button.navbar-toggler:focus {
  outline: none;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGGzwgNcqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGGzwgNcqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGGzwgNcqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGGzwgNcqO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGGzwgNcqO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGGzwgNcqO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem);
  }
  .cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGGzwgNcqO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGGzwgNcqO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sGGzwgNcqO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sGGzwgNcqO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGGzwgNcqO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sGGzwgNcqO .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGGzwgNcqO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGGzwgNcqO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGGzwgNcqO .nav-link:focus {
  outline: none;
}
.cid-sGGzwgNcqO .navbar-toggler {
  position: relative;
}
.cid-sGGzwgNcqO .dropdown-item.active,
.cid-sGGzwgNcqO .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sGGzwgNcqO .nav-link:hover,
.cid-sGGzwgNcqO .dropdown-item:hover {
  color: #4284df;
}
.cid-t0nfD4HP9W {
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-3-1920x1281.jpg");
}
.cid-t0nfD4HP9W .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-t0nfD4HP9W .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-t0nhPlDEJj {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0nhPlDEJj .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0nhPlDEJj .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0nhPlDEJj h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0nhPlDEJj p {
  color: #464646;
}
.cid-t0nhPlDEJj h2 {
  color: #000000;
}
.cid-t0nhPlDEJj .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0nhPlDEJj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0nhPlDEJj .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0nhPlDEJj .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0nhPlDEJj .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0nhPlDEJj .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0nhPlDEJj .mbr-text {
    text-align: center;
  }
}
.cid-t0ngkjmaqt {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0ngkjmaqt .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0ngkjmaqt .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0ngkjmaqt h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0ngkjmaqt p {
  color: #464646;
}
.cid-t0ngkjmaqt h2 {
  color: #000000;
}
.cid-t0ngkjmaqt .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t0ngkjmaqt .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0ngkjmaqt .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-t0ngkjmaqt .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0ngkjmaqt .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0ngkjmaqt .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0ngkjmaqt .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t0ngkjmaqt .mbr-text {
    text-align: center;
  }
}
.cid-t0nhmSCORW {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0nhmSCORW .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0nhmSCORW .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0nhmSCORW h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0nhmSCORW p {
  color: #464646;
}
.cid-t0nhmSCORW h2 {
  color: #000000;
}
.cid-t0nhmSCORW .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0nhmSCORW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0nhmSCORW .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0nhmSCORW .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0nhmSCORW .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0nhmSCORW .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0nhmSCORW .mbr-text {
    text-align: center;
  }
}
.cid-t0ni7eyjjt {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0ni7eyjjt .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0ni7eyjjt .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0ni7eyjjt h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0ni7eyjjt p {
  color: #464646;
}
.cid-t0ni7eyjjt h2 {
  color: #000000;
}
.cid-t0ni7eyjjt .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t0ni7eyjjt .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0ni7eyjjt .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-t0ni7eyjjt .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0ni7eyjjt .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0ni7eyjjt .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0ni7eyjjt .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t0ni7eyjjt .mbr-text {
    text-align: center;
  }
}
.cid-t0niaaVEg7 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0niaaVEg7 .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0niaaVEg7 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0niaaVEg7 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0niaaVEg7 p {
  color: #464646;
}
.cid-t0niaaVEg7 h2 {
  color: #000000;
}
.cid-t0niaaVEg7 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0niaaVEg7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0niaaVEg7 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0niaaVEg7 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0niaaVEg7 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0niaaVEg7 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0niaaVEg7 .mbr-text {
    text-align: center;
  }
}
.cid-t0nijg7tKK {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0nijg7tKK .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0nijg7tKK .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0nijg7tKK h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0nijg7tKK p {
  color: #464646;
}
.cid-t0nijg7tKK h2 {
  color: #000000;
}
.cid-t0nijg7tKK .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t0nijg7tKK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0nijg7tKK .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-t0nijg7tKK .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0nijg7tKK .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0nijg7tKK .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0nijg7tKK .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t0nijg7tKK .mbr-text {
    text-align: center;
  }
}
.cid-t0ninikVfR {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0ninikVfR .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0ninikVfR .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0ninikVfR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0ninikVfR p {
  color: #464646;
}
.cid-t0ninikVfR h2 {
  color: #000000;
}
.cid-t0ninikVfR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-t0ninikVfR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0ninikVfR .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-t0ninikVfR .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0ninikVfR .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0ninikVfR .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0ninikVfR .mbr-text {
    text-align: center;
  }
}
.cid-t0nirqTYSP {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0nirqTYSP .media-content .btn-bgr {
  z-index: 0;
}
.cid-t0nirqTYSP .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-t0nirqTYSP h3 {
  color: #000000;
  font-weight: 300;
}
.cid-t0nirqTYSP p {
  color: #464646;
}
.cid-t0nirqTYSP h2 {
  color: #000000;
}
.cid-t0nirqTYSP .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-t0nirqTYSP .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t0nirqTYSP .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-t0nirqTYSP .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-t0nirqTYSP .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0nirqTYSP .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0nirqTYSP .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t0nirqTYSP .mbr-text {
    text-align: center;
  }
}
