body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.75rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 0.9rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #f9a72d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f9a72d !important;
  border-color: #f9a72d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #d38106 !important;
  border-color: #d38106 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d38106 !important;
  border-color: #d38106 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bb7205;
  color: #bb7205;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #f9a72d;
  border-color: #f9a72d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a72d !important;
  border-color: #f9a72d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4a52 !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #f9a72d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bb7205 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #48d678;
}
.alert-warning {
  background-color: #f9a72d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffaf3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 0.9rem;
}
blockquote {
  border-color: #ff4a52;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ff4a52 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  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: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !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='%23ff4a52' %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-ssgDX5fAyz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssgDX5fAyz .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssgDX5fAyz .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ssgDX5fAyz .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssgDX5fAyz .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssgDX5fAyz .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse.show,
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ssgDX5fAyz .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ssgDX5fAyz .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssgDX5fAyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ssgDX5fAyz .navbar {
    flex-wrap: nowrap;
  }
  .cid-ssgDX5fAyz .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ssgDX5fAyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse.show,
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ssgDX5fAyz .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssgDX5fAyz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ssgDX5fAyz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ssgDX5fAyz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ssgDX5fAyz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssgDX5fAyz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssgDX5fAyz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssgDX5fAyz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssgDX5fAyz .dropdown-item.active,
.cid-ssgDX5fAyz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssgDX5fAyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssgDX5fAyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssgDX5fAyz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssgDX5fAyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssgDX5fAyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssgDX5fAyz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssgDX5fAyz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssgDX5fAyz .navbar-buttons {
  text-align: center;
}
.cid-ssgDX5fAyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0040;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssgDX5fAyz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ssgDX5fAyz a.nav-link:focus {
  outline: none;
}
.cid-ssgDX5fAyz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssgDX5fAyz .nav-link:hover,
.cid-ssgDX5fAyz .dropdown-item:hover {
  color: #333333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssgDX5fAyz .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ssgDX5fAyz .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ssjmbLno6t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-ssjmbLno6t .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ssjmbLno6t .mbr-section-title {
  text-align: center;
}
.cid-ssjmbLno6t .mbr-section-subtitle DIV {
  color: #ffa200;
  text-align: center;
}
.cid-ssjmbLno6t .mbr-section-title B {
  color: #fafafa;
}
.cid-sshg6IEeEe {
  background-image: url("../../../assets/images/78628488-2723917287670316-3875928785995956224-n-1-960x638.jpg");
  background-position: right;
}
.cid-sshg6IEeEe .wrapper {
  position: relative;
  border-top: 3px solid #d4d2d2;
  border-right: 3px solid #d4d2d2;
  border-left: 3px solid #d4d2d2;
  padding: 2.5rem 2.5rem;
}
.cid-sshg6IEeEe .wrapper:before {
  content: "";
  background: #d4d2d2;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sshg6IEeEe .wrapper:after {
  content: "";
  background: #d4d2d2;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sshg6IEeEe img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sshg6IEeEe .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sshg6IEeEe H1 {
  text-align: left;
}
.cid-sshg6IEeEe .mbr-text,
.cid-sshg6IEeEe .mbr-section-btn {
  text-align: left;
}
.cid-rzHbtpSaHT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rzHbtpSaHT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzHbtpSaHT img {
  width: 100%;
}
.cid-rzHbtpSaHT p {
  line-height: 1.6;
}
.cid-rzHbtpSaHT .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbtpSaHT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzHbtpSaHT .mbr-text,
.cid-rzHbtpSaHT .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rzHbtpSaHT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbtpSaHT .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzHbtpSaHT .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzHbtpSaHT .mbr-section-title,
.cid-rzHbtpSaHT .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rzHbtpSaHT .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-tuHmkuGmCI .icon-bar {
  z-index: 100002;
  left: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tuHmkuGmCI .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tuHmkuGmCI .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 13px;
}
.cid-tuHmkuGmCI .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tuHmkuGmCI .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tuHmkuGmCI .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tuHmkuGmCI .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tuHmkuGmCI .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tuHmkuGmCI P {
  color: #232323;
}
.cid-tuHmkuGmCI DIV {
  color: #ffffff;
}
.cid-tuHmkuGmCI H10 {
  color: #767676;
}
.cid-tuHmkuGmCI .hidden {
  display: none;
}
.cid-tuHmkuGmCI p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tuHmkuGmCI .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 600px;
  width: 203px;
}
.cid-tuHmkuGmCI .sticky li {
  list-style-type: none;
  background-color: #001c42;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tuHmkuGmCI .sticky li:hover {
  margin-left: -100px;
}
.cid-tuHmkuGmCI .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
  width: 10vw;
  height: 10vh;
  max-width: 30px;
  max-height: 30px;
}
.cid-tuHmkuGmCI .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tuHmkuGmCI div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tin9fnsYhA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-tin9fnsYhA .container-fluid {
  padding: 0 3rem;
}
.cid-tin9fnsYhA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff4a52, #0a1c44);
  display: inline-block;
}
.cid-tin9fnsYhA .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tin9fnsYhA .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tin9fnsYhA .card .card-wrapper {
  height: 1%;
}
.cid-tin9fnsYhA .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tin9fnsYhA .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tin9fnsYhA .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-tin9fnsYhA .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tin9fnsYhA .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tin9fnsYhA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tin9fnsYhA .mbr-card-text,
.cid-tin9fnsYhA .mbr-section-btn {
  text-align: center;
}
.cid-tin9fnsYhA .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tin9fnsYhA .mbr-section-title,
.cid-tin9fnsYhA .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sshqwlkPid {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f2f3f4;
}
.cid-sshqwlkPid .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sshqwlkPid .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sshqwlkPid .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sshqwlkPid p {
  line-height: 1.6;
}
.cid-sshqwlkPid .rev,
.cid-sshqwlkPid .mbr-iconfont {
  display: inline-block;
}
.cid-sshqwlkPid .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #344cf1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sshqwlkPid .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sshqwlkPid .card-box {
  padding: 1.5rem;
}
.cid-sshqwlkPid .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sshqwlkPid .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sshqwlkPid .mbr-section-title,
.cid-sshqwlkPid .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sshqwlkPid .rev {
  text-align: left;
  color: #6879ef;
}
.cid-sshqwlkPid .card-text,
.cid-sshqwlkPid .mbr-section-btn,
.cid-sshqwlkPid .ico-line {
  text-align: left;
  color: #333333;
}
.cid-sshqwlkPid .rev i {
  color: #0a1c44;
}
.cid-sshqzSRoOV {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sshqzSRoOV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f5f7fa;
  color: #444444;
  padding: 0;
}
.cid-sshqzSRoOV .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sshqzSRoOV .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sshqzSRoOV .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sshqzSRoOV .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sshqzSRoOV .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sshqzSRoOV .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-sshqzSRoOV .content-box {
  display: flex;
}
.cid-sshqzSRoOV .date-box {
  background: #6879ef;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sshqzSRoOV .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sshqzSRoOV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sshqzSRoOV .rev,
.cid-sshqzSRoOV .mbr-iconfont {
  display: inline-block;
}
.cid-sshqzSRoOV .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #344cf1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sshqzSRoOV .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sshqzSRoOV .card-box {
  padding: 1rem;
}
.cid-sshqzSRoOV .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sshqzSRoOV .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sshqzSRoOV .mbr-section-title,
.cid-sshqzSRoOV .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sshqzSRoOV .rev {
  text-align: left;
  color: #656565;
}
.cid-sshqzSRoOV .card-text,
.cid-sshqzSRoOV .mbr-section-btn,
.cid-sshqzSRoOV .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-sshqzSRoOV .rev i {
  color: #0a1c44;
}
.cid-sshqzSRoOV .date {
  text-align: center;
  color: #ffffff;
}
.cid-sshqzSRoOV .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sshqzSRoOV .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sshqzSRoOV .img-hover {
    opacity: 0.5;
  }
  .cid-sshqzSRoOV .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tiqrOah452 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c3cafa;
}
.cid-tiqrOah452 .item-img {
  position: relative;
}
.cid-tiqrOah452 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-tiqrOah452 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-tiqrOah452 .btn-tag:hover,
.cid-tiqrOah452 .btn-tag:focus {
  box-shadow: none;
}
.cid-tiqrOah452 img,
.cid-tiqrOah452 .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tiqrOah452 .item:focus,
.cid-tiqrOah452 span:focus {
  outline: none;
}
.cid-tiqrOah452 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiqrOah452 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tiqrOah452 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tiqrOah452 .mbr-section-title {
  color: #232323;
}
.cid-tiqrOah452 .mbr-text,
.cid-tiqrOah452 .mbr-section-btn {
  color: #353535;
}
.cid-tiqrOah452 .item-title {
  color: #353535;
}
.cid-sshsyp9INq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #18284c;
}
.cid-sshsyp9INq .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sshsyp9INq .card-box {
  width: 100%;
}
.cid-sshsyp9INq .card-img {
  padding: 1rem;
  border: 2px solid #9e9e9e;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sshsyp9INq .card-img span {
  color: #ff4a52;
  font-size: 3.2rem;
}
.cid-sshsyp9INq .mbr-text {
  color: #767676;
}
.cid-sshsyp9INq p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sshsyp9INq .card {
    margin-bottom: 2rem;
  }
}
.cid-sshsyp9INq .card-title,
.cid-sshsyp9INq .card-img {
  color: #ff4a52;
  text-align: center;
}
.cid-sshsyp9INq .mbr-section-title {
  text-align: center;
}
.cid-sshsyp9INq .mbr-section-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-sshsyp9INq .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sshsyp9INq .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #4b60ef;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sshsyp9INq .mbr-section-title,
.cid-sshsyp9INq .line-wrap {
  text-align: center;
  color: #f5f7fa;
}
.cid-sshsyp9INq .mbr-text,
.cid-sshsyp9INq .line-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-ssiDM3NHTd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #afd0ff;
}
.cid-ssiDM3NHTd h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-ssiDM3NHTd .card-box {
  padding-top: 3rem;
}
.cid-ssiDM3NHTd .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-ssiDM3NHTd .btn-md {
  padding: 1rem;
}
.cid-ssiDM3NHTd .btn-primary-outline,
.cid-ssiDM3NHTd .btn-secondary-outline,
.cid-ssiDM3NHTd .btn-info-outline,
.cid-ssiDM3NHTd .btn-success-outline,
.cid-ssiDM3NHTd .btn-warning-outline,
.cid-ssiDM3NHTd .btn-danger-outline,
.cid-ssiDM3NHTd .btn-black-outline,
.cid-ssiDM3NHTd .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-ssiDM3NHTd .btn-primary-outline span,
.cid-ssiDM3NHTd .btn-secondary-outline span,
.cid-ssiDM3NHTd .btn-info-outline span,
.cid-ssiDM3NHTd .btn-success-outline span,
.cid-ssiDM3NHTd .btn-warning-outline span,
.cid-ssiDM3NHTd .btn-danger-outline span,
.cid-ssiDM3NHTd .btn-black-outline span,
.cid-ssiDM3NHTd .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-ssiDM3NHTd .btn-primary-outline:hover span,
.cid-ssiDM3NHTd .btn-secondary-outline:hover span,
.cid-ssiDM3NHTd .btn-info-outline:hover span,
.cid-ssiDM3NHTd .btn-success-outline:hover span,
.cid-ssiDM3NHTd .btn-warning-outline:hover span,
.cid-ssiDM3NHTd .btn-danger-outline:hover span,
.cid-ssiDM3NHTd .btn-black-outline:hover span,
.cid-ssiDM3NHTd .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-ssiDM3NHTd .btn-primary-outline:hover,
.cid-ssiDM3NHTd .btn-secondary-outline:hover,
.cid-ssiDM3NHTd .btn-info-outline:hover,
.cid-ssiDM3NHTd .btn-success-outline:hover,
.cid-ssiDM3NHTd .btn-warning-outline:hover,
.cid-ssiDM3NHTd .btn-danger-outline:hover,
.cid-ssiDM3NHTd .btn-black-outline:hover,
.cid-ssiDM3NHTd .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff4a52 !important;
  box-shadow: none!important;
}
.cid-ssiDM3NHTd .btn-primary-outline:active,
.cid-ssiDM3NHTd .btn-secondary-outline:active,
.cid-ssiDM3NHTd .btn-info-outline:active,
.cid-ssiDM3NHTd .btn-success-outline:active,
.cid-ssiDM3NHTd .btn-warning-outline:active,
.cid-ssiDM3NHTd .btn-danger-outline:active,
.cid-ssiDM3NHTd .btn-black-outline:active,
.cid-ssiDM3NHTd .btn-white-outline:active,
.cid-ssiDM3NHTd .btn-primary-outline:focus,
.cid-ssiDM3NHTd .btn-secondary-outline:focus,
.cid-ssiDM3NHTd .btn-info-outline:focus,
.cid-ssiDM3NHTd .btn-success-outline:focus,
.cid-ssiDM3NHTd .btn-warning-outline:focus,
.cid-ssiDM3NHTd .btn-danger-outline:focus,
.cid-ssiDM3NHTd .btn-black-outline:focus,
.cid-ssiDM3NHTd .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-ssiDM3NHTd .btn-primary-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-secondary-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-info-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-success-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-warning-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-danger-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-black-outline .mbr-iconfont,
.cid-ssiDM3NHTd .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-ssiDM3NHTd .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-ssiDM3NHTd .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  transform: translateY(-1.5rem);
}
.cid-ssiDM3NHTd .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-ssiDM3NHTd .link-wrap:hover {
  color: #ff4a52 !important;
}
.cid-ssiDM3NHTd .link-wrap:hover:hover .link-ico {
  color: #ff4a52 !important;
}
.cid-ssiDM3NHTd .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-ssiDM3NHTd img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-ssiDM3NHTd .card-title {
  color: #18284c;
  text-align: center;
}
.cid-ssiDM3NHTd .row {
  justify-content: center;
}
.cid-ssiDM3NHTd .main-title {
  text-align: center;
  color: #333333;
}
.cid-ssiDM3NHTd P {
  text-align: center;
}
.cid-ssiDM3NHTd .mbr-text,
.cid-ssiDM3NHTd .link {
  text-align: left;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-ssiDM3NHTd .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sshoPmzbdZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sshoPmzbdZ .mbr-section-subtitle {
  color: #333333;
}
.cid-sshoPmzbdZ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sshoPmzbdZ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sshoPmzbdZ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sshoPmzbdZ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sshoPmzbdZ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sshoPmzbdZ .mbr-section-title {
  color: #333333;
}
.cid-ssi3HMH2It {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1275x1920.jpg");
}
.cid-ssi3HMH2It .mbr-section-title {
  text-align: left;
}
.cid-ssi3HMH2It .mbr-text,
.cid-ssi3HMH2It .mbr-section-btn {
  text-align: left;
}
.cid-ssi3HMH2It .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rzHdPwRU42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #ff4a52 !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #ff4a52 !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
  color: #656565;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-ssjcRvKFr1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ssjcRvKFr1 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-tjpf2rq1Cd .icon-bar {
  z-index: 100002;
  left: 0%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tjpf2rq1Cd .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tjpf2rq1Cd .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 14px;
}
.cid-tjpf2rq1Cd .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tjpf2rq1Cd .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tjpf2rq1Cd .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tjpf2rq1Cd .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tjpf2rq1Cd .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tjpf2rq1Cd P {
  color: #232323;
}
.cid-tjpf2rq1Cd DIV {
  color: #ffffff;
}
.cid-tjpf2rq1Cd H10 {
  color: #767676;
}
.cid-tjpf2rq1Cd .hidden {
  display: none;
}
.cid-tjgMU7gprv.popup-builder {
  background-color: #ffffff;
}
.cid-tjgMU7gprv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjgMU7gprv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjgMU7gprv .modal-content,
.cid-tjgMU7gprv .modal-dialog {
  height: auto;
}
.cid-tjgMU7gprv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjgMU7gprv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjgMU7gprv .form-wrapper .mbr-form .form-group,
  .cid-tjgMU7gprv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjgMU7gprv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjgMU7gprv .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-tjgMU7gprv .mbr-text {
  text-align: center;
}
.cid-tjgMU7gprv .pt-0 {
  padding-top: 0 !important;
}
.cid-tjgMU7gprv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjgMU7gprv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjgMU7gprv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjgMU7gprv .modal-open {
  overflow: hidden;
}
.cid-tjgMU7gprv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjgMU7gprv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjgMU7gprv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjgMU7gprv .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-tjgMU7gprv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjgMU7gprv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjgMU7gprv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjgMU7gprv .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-tjgMU7gprv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjgMU7gprv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjgMU7gprv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjgMU7gprv .modal-backdrop.show {
  opacity: .5;
}
.cid-tjgMU7gprv .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-tjgMU7gprv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgMU7gprv .modal-header {
    padding: 1rem;
  }
}
.cid-tjgMU7gprv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjgMU7gprv .modal-header .close svg {
  fill: #353535;
}
.cid-tjgMU7gprv .modal-header .close:hover {
  opacity: 1;
}
.cid-tjgMU7gprv .modal-header .close:focus {
  outline: none;
}
.cid-tjgMU7gprv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tjgMU7gprv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjgMU7gprv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgMU7gprv .modal-body {
    padding: 1rem;
  }
}
.cid-tjgMU7gprv .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-tjgMU7gprv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgMU7gprv .modal-footer {
    padding: 1rem;
  }
}
.cid-tjgMU7gprv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjgMU7gprv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjgMU7gprv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjgMU7gprv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjgMU7gprv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjgMU7gprv .modal-lg,
  .cid-tjgMU7gprv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjgMU7gprv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjgMU7gprv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjgMU7gprv .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-tjgMU7gprv .form-group {
  margin-bottom: 1rem;
}
.cid-tjgMU7gprv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjgMU7gprv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjgMU7gprv .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-tjgMU7gprv .mbr-section-btn {
  margin: 0;
}
.cid-tjgMU7gprv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjgNmyUSJG.popup-builder {
  background-color: #ffffff;
}
.cid-tjgNmyUSJG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjgNmyUSJG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjgNmyUSJG .modal-content,
.cid-tjgNmyUSJG .modal-dialog {
  height: auto;
}
.cid-tjgNmyUSJG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjgNmyUSJG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjgNmyUSJG .form-wrapper .mbr-form .form-group,
  .cid-tjgNmyUSJG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjgNmyUSJG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .mbr-text {
  text-align: center;
}
.cid-tjgNmyUSJG .pt-0 {
  padding-top: 0 !important;
}
.cid-tjgNmyUSJG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjgNmyUSJG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjgNmyUSJG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjgNmyUSJG .modal-open {
  overflow: hidden;
}
.cid-tjgNmyUSJG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjgNmyUSJG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjgNmyUSJG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjgNmyUSJG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjgNmyUSJG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjgNmyUSJG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjgNmyUSJG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjgNmyUSJG .modal-backdrop.show {
  opacity: .5;
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNmyUSJG .modal-header {
    padding: 1rem;
  }
}
.cid-tjgNmyUSJG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjgNmyUSJG .modal-header .close svg {
  fill: #353535;
}
.cid-tjgNmyUSJG .modal-header .close:hover {
  opacity: 1;
}
.cid-tjgNmyUSJG .modal-header .close:focus {
  outline: none;
}
.cid-tjgNmyUSJG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tjgNmyUSJG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjgNmyUSJG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNmyUSJG .modal-body {
    padding: 1rem;
  }
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNmyUSJG .modal-footer {
    padding: 1rem;
  }
}
.cid-tjgNmyUSJG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjgNmyUSJG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjgNmyUSJG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjgNmyUSJG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjgNmyUSJG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjgNmyUSJG .modal-lg,
  .cid-tjgNmyUSJG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjgNmyUSJG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjgNmyUSJG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .form-group {
  margin-bottom: 1rem;
}
.cid-tjgNmyUSJG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjgNmyUSJG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjgNmyUSJG .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-tjgNmyUSJG .mbr-section-btn {
  margin: 0;
}
.cid-tjgNmyUSJG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjgNzfn9oq.popup-builder {
  background-color: #ffffff;
}
.cid-tjgNzfn9oq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjgNzfn9oq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjgNzfn9oq .modal-content,
.cid-tjgNzfn9oq .modal-dialog {
  height: auto;
}
.cid-tjgNzfn9oq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjgNzfn9oq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjgNzfn9oq .form-wrapper .mbr-form .form-group,
  .cid-tjgNzfn9oq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjgNzfn9oq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .mbr-text {
  text-align: center;
}
.cid-tjgNzfn9oq .pt-0 {
  padding-top: 0 !important;
}
.cid-tjgNzfn9oq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjgNzfn9oq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjgNzfn9oq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjgNzfn9oq .modal-open {
  overflow: hidden;
}
.cid-tjgNzfn9oq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjgNzfn9oq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjgNzfn9oq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjgNzfn9oq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjgNzfn9oq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjgNzfn9oq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjgNzfn9oq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjgNzfn9oq .modal-backdrop.show {
  opacity: .5;
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNzfn9oq .modal-header {
    padding: 1rem;
  }
}
.cid-tjgNzfn9oq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjgNzfn9oq .modal-header .close svg {
  fill: #353535;
}
.cid-tjgNzfn9oq .modal-header .close:hover {
  opacity: 1;
}
.cid-tjgNzfn9oq .modal-header .close:focus {
  outline: none;
}
.cid-tjgNzfn9oq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tjgNzfn9oq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjgNzfn9oq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNzfn9oq .modal-body {
    padding: 1rem;
  }
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjgNzfn9oq .modal-footer {
    padding: 1rem;
  }
}
.cid-tjgNzfn9oq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjgNzfn9oq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjgNzfn9oq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjgNzfn9oq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjgNzfn9oq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjgNzfn9oq .modal-lg,
  .cid-tjgNzfn9oq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjgNzfn9oq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjgNzfn9oq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .form-group {
  margin-bottom: 1rem;
}
.cid-tjgNzfn9oq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjgNzfn9oq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjgNzfn9oq .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-tjgNzfn9oq .mbr-section-btn {
  margin: 0;
}
.cid-tjgNzfn9oq .mbr-section-btn .btn {
  margin: 0;
}
.cid-ssgDX5fAyz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ssgDX5fAyz .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssgDX5fAyz .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ssgDX5fAyz .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssgDX5fAyz .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssgDX5fAyz .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse.show,
.cid-ssgDX5fAyz .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ssgDX5fAyz .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ssgDX5fAyz .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssgDX5fAyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssgDX5fAyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ssgDX5fAyz .navbar {
    flex-wrap: nowrap;
  }
  .cid-ssgDX5fAyz .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ssgDX5fAyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse.show,
  .cid-ssgDX5fAyz .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ssgDX5fAyz .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssgDX5fAyz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ssgDX5fAyz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssgDX5fAyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ssgDX5fAyz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ssgDX5fAyz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssgDX5fAyz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssgDX5fAyz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssgDX5fAyz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssgDX5fAyz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssgDX5fAyz .dropdown-item.active,
.cid-ssgDX5fAyz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssgDX5fAyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssgDX5fAyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssgDX5fAyz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssgDX5fAyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssgDX5fAyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssgDX5fAyz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssgDX5fAyz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssgDX5fAyz .navbar-buttons {
  text-align: center;
}
.cid-ssgDX5fAyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #344cf1;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssgDX5fAyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssgDX5fAyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssgDX5fAyz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssgDX5fAyz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ssgDX5fAyz a.nav-link:focus {
  outline: none;
}
.cid-ssgDX5fAyz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssgDX5fAyz .nav-link:hover,
.cid-ssgDX5fAyz .dropdown-item:hover {
  color: #333333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssgDX5fAyz .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ssgDX5fAyz .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ssjcRvKFr1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ssjcRvKFr1 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-tin9Wrp1gx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tin9Wrp1gx .container-fluid {
  padding: 0 3rem;
}
.cid-tin9Wrp1gx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff4a52, #0a1c44);
  display: inline-block;
}
.cid-tin9Wrp1gx .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tin9Wrp1gx .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tin9Wrp1gx .card .card-wrapper {
  height: 1%;
}
.cid-tin9Wrp1gx .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tin9Wrp1gx .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tin9Wrp1gx .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-tin9Wrp1gx .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tin9Wrp1gx .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tin9Wrp1gx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tin9Wrp1gx .mbr-card-text,
.cid-tin9Wrp1gx .mbr-section-btn {
  text-align: center;
}
.cid-tin9Wrp1gx .mbr-section-subtitle {
  text-align: center;
}
.cid-tin9Wrp1gx .mbr-section-title,
.cid-tin9Wrp1gx .underline {
  text-align: center;
}
.cid-tinckZwgJE {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tinckZwgJE .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tinckZwgJE .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-tinckZwgJE .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-tinckZwgJE .mbr-section-btn {
  margin-top: 6px;
}
.cid-tinckZwgJE .mbr-section-btn .btn:before {
  display: none;
}
.cid-tinckZwgJE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tinckZwgJE .image-wrapper {
  margin-top: 40px;
}
.cid-tinckZwgJE .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-tinckZwgJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinckZwgJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tindUfpLUB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f3f4;
}
.cid-tindUfpLUB .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tindUfpLUB .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tindUfpLUB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tindUfpLUB p {
  line-height: 1.6;
}
.cid-tindUfpLUB .rev,
.cid-tindUfpLUB .mbr-iconfont {
  display: inline-block;
}
.cid-tindUfpLUB .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #344cf1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tindUfpLUB .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tindUfpLUB .card-box {
  padding: 1.5rem;
}
.cid-tindUfpLUB .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tindUfpLUB .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tindUfpLUB .mbr-section-title,
.cid-tindUfpLUB .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tindUfpLUB .rev {
  text-align: left;
  color: #6879ef;
}
.cid-tindUfpLUB .card-text,
.cid-tindUfpLUB .mbr-section-btn,
.cid-tindUfpLUB .ico-line {
  text-align: left;
  color: #333333;
}
.cid-tindUfpLUB .rev i {
  color: #0a1c44;
}
.cid-tineztZzi4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tineztZzi4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-tineztZzi4 p {
  margin: 0;
}
