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





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: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: #0087ab !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: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !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: red !important;
  border-color: red !important;
  color: white !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: white !important;
  background-color: black !important;
  border-color: black !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: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !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: #0087ab !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: #003645 !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) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.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;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 0.9rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #0087ab !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: #0087ab;
  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: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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='%230087ab' %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: #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-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-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: #0087ab !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: #0087ab !important;
}
.cid-ssiDM3NHTd .link-wrap:hover:hover .link-ico {
  color: #0087ab !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-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: #9e9e9e;
}
.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-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-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 #0087ab !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #0087ab !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: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ssjcRvKFr1 .media-container-row .mbr-text {
  color: #cccccc;
}
.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: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ssjcRvKFr1 .media-container-row .mbr-text {
  color: #cccccc;
}
.cid-svgB7Gp7HN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-svgB7Gp7HN .img-wrap {
  position: relative;
}
.cid-svgB7Gp7HN .img-wrap img {
  width: 100%;
}
.cid-svgB7Gp7HN .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-svgB7Gp7HN .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-svgB7Gp7HN .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-svgB7Gp7HN .mbr-section-title {
  color: #ffffff;
}
.cid-svgB7Gp7HN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-svgB7Gp7HN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-svgB7Gp7HN .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-svgB7Gp7HN .mbr-section-text {
  color: #ffffff;
}
.cid-svgB7Gp7HN .form-control,
.cid-svgB7Gp7HN .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-svgB7Gp7HN .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #333333;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-svgB7Gp7HN .form-control:focus,
.cid-svgB7Gp7HN .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #333333;
}
.cid-svgB7Gp7HN .form-control.textarea {
  padding-top: 40px;
}
.cid-svgB7Gp7HN .form-group {
  margin-bottom: 1.5rem;
}
.cid-svgB7Gp7HN input::-webkit-input-placeholder,
.cid-svgB7Gp7HN textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-svgB7Gp7HN input:-moz-placeholder,
.cid-svgB7Gp7HN textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-svgB7Gp7HN .jq-selectbox li,
.cid-svgB7Gp7HN .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-svgB7Gp7HN .jq-selectbox li:hover,
.cid-svgB7Gp7HN .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-svgB7Gp7HN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-svgB7Gp7HN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-svgB7Gp7HN .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-svgB7Gp7HN a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-svgB7Gp7HN .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-svgB7Gp7HN .input-group-btn {
  display: block;
  text-align: left;
}
.cid-svgB7Gp7HN .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-svgB7Gp7HN textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-svgB7Gp7HN h2 {
    padding-top: 2rem;
  }
  .cid-svgB7Gp7HN .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-svgB7Gp7HN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-svgB7Gp7HN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-svgB7Gp7HN .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-svgB7Gp7HN .gdpr-block span {
  line-height: 1;
}
.cid-svgB7Gp7HN .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-svgB7Gp7HN LABEL {
  color: #e9e9e9;
}
.cid-svgFOaxyp9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svgFOaxyp9 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-svgFOaxyp9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-svgFOaxyp9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-svgFOaxyp9 .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-svgFOaxyp9 .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-svgFOaxyp9 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-svgFOaxyp9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-svgFOaxyp9 .input-group-btn {
  padding-left: 0;
}
.cid-svgFOaxyp9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-svgFOaxyp9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-svgFOaxyp9 .mbr-text {
  color: #444;
}
.cid-svgFOaxyp9 h5 {
  margin-bottom: 0;
}
.cid-svgFOaxyp9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-svgFOaxyp9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svgFOaxyp9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-svgFOaxyp9 .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-svgFOaxyp9 .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-svgFOaxyp9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-svgFOaxyp9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svgFOaxyp9 .social-list a:hover {
  opacity: 0.4;
}
.cid-svgFOaxyp9 .media-container-row > div {
  padding: 0px;
}
.cid-svgFOaxyp9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-svgFOaxyp9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-svgFOaxyp9 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svgFOaxyp9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-svgFOaxyp9 .social-list,
  .cid-svgFOaxyp9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-svgFOaxyp9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-svgFOaxyp9 .form-group {
    max-width: 180px;
  }
}
.cid-svgFOaxyp9 .links span {
  color: #9e9e9e;
}
.cid-svgFOaxyp9 .logo-sub-title {
  text-align: center;
  color: #656565;
}
.cid-svgFOaxyp9 .logo-title {
  text-align: center;
}
.cid-svgFOaxyp9 .logo-sub-title i {
  color: #9e9e9e;
}
