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





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #199bfc !important;
}
.bg-warning {
  background-color: #01897a !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #01897a !important;
  border-color: #01897a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #01897a;
  border-color: #01897a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #01897a !important;
  border-color: #01897a !important;
}
.btn-warning:hover {
  background-color: #01564d !important;
  border-color: #01564d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #01897a;
  color: #01897a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #01897a !important;
  border-color: #01897a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #01897a !important;
  border-color: #01897a !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #199bfc !important;
}
.text-warning {
  color: #01897a !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0264ad !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #002420 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #199bfc;
}
.alert-warning {
  background-color: #01897a;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0cfde3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rWTEqcuqIG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-rWTEqcuqIG .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rWTEqcuqIG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rWTEqcuqIG .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rWTEqcuqIG .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rWTEqcuqIG .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-rWTEqcuqIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rWTEqcuqIG .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-rWTEqcuqIG .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rWTEqcuqIG .navbar.collapsed.opened .navbar-collapse.show,
.cid-rWTEqcuqIG .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rWTEqcuqIG .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rWTEqcuqIG .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rWTEqcuqIG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rWTEqcuqIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWTEqcuqIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWTEqcuqIG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rWTEqcuqIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWTEqcuqIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rWTEqcuqIG .navbar {
    flex-wrap: nowrap;
  }
  .cid-rWTEqcuqIG .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-rWTEqcuqIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWTEqcuqIG .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-rWTEqcuqIG .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rWTEqcuqIG .navbar.opened .navbar-collapse.show,
  .cid-rWTEqcuqIG .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rWTEqcuqIG .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rWTEqcuqIG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rWTEqcuqIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWTEqcuqIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWTEqcuqIG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rWTEqcuqIG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWTEqcuqIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWTEqcuqIG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rWTEqcuqIG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rWTEqcuqIG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rWTEqcuqIG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWTEqcuqIG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWTEqcuqIG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWTEqcuqIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWTEqcuqIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWTEqcuqIG .dropdown-item.active,
.cid-rWTEqcuqIG .dropdown-item:active {
  background-color: transparent;
}
.cid-rWTEqcuqIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWTEqcuqIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWTEqcuqIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWTEqcuqIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-rWTEqcuqIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWTEqcuqIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWTEqcuqIG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWTEqcuqIG .navbar-buttons {
  text-align: center;
}
.cid-rWTEqcuqIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWTEqcuqIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWTEqcuqIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWTEqcuqIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWTEqcuqIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWTEqcuqIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWTEqcuqIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWTEqcuqIG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWTEqcuqIG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWTEqcuqIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWTEqcuqIG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rWTEqcuqIG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rWTEqcuqIG a.nav-link:focus {
  outline: none;
}
.cid-rWTEqcuqIG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rWTEqcuqIG .nav-link:hover,
.cid-rWTEqcuqIG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWTEqcuqIG .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rWTEqcuqIG .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rWTG7q1JG0 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-rWTG7q1JG0 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rWTG7q1JG0 #e1_ellipse {
  fill: #148221 !important;
}
.cid-rWTG7q1JG0 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
}
@media (max-width: 576px) {
  .cid-rWTG7q1JG0 img {
    width: 100%;
    left: 0;
  }
}
.cid-rWTG7q1JG0 H1 {
  color: #ffffff;
}
.cid-rWTG7q1JG0 .mbr-text,
.cid-rWTG7q1JG0 .mbr-section-btn {
  color: #ffffff;
}
.cid-rWTG7q1JG0 H3 {
  color: #e0df09;
}
.cid-rWTLRypGoJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rWTLRypGoJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #146e78;
  color: #444444;
  padding: 0;
}
.cid-rWTLRypGoJ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rWTLRypGoJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rWTLRypGoJ p {
  line-height: 1.6;
}
.cid-rWTLRypGoJ .rev,
.cid-rWTLRypGoJ .mbr-iconfont {
  display: inline-block;
}
.cid-rWTLRypGoJ .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #16ff32;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rWTLRypGoJ .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-rWTLRypGoJ .card-box {
  padding: 1.5rem;
}
.cid-rWTLRypGoJ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rWTLRypGoJ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-rWTLRypGoJ .mbr-section-title,
.cid-rWTLRypGoJ .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rWTLRypGoJ .rev {
  color: #0a1c44;
}
.cid-rWTLRypGoJ .card-text,
.cid-rWTLRypGoJ .mbr-section-btn,
.cid-rWTLRypGoJ .ico-line {
  color: #ffffff;
  text-align: left;
}
.cid-rWTJOAqEiT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17161a;
}
.cid-rWTJOAqEiT .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-rWTJOAqEiT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rWTJOAqEiT .mbr-text {
  color: #444;
}
.cid-rWTJOAqEiT h5 {
  margin-bottom: 0;
}
.cid-rWTJOAqEiT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rWTJOAqEiT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWTJOAqEiT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-rWTJOAqEiT .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWTJOAqEiT .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-rWTJOAqEiT .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rWTJOAqEiT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWTJOAqEiT .social-list a:hover {
  opacity: .4;
}
.cid-rWTJOAqEiT .media-container-row > div {
  padding: 0px;
}
.cid-rWTJOAqEiT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rWTJOAqEiT .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rWTJOAqEiT .group-title SPAN {
  color: #ffffff;
}
.cid-rWTJOAqEiT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rWTJOAqEiT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rWTJOAqEiT .social-list,
  .cid-rWTJOAqEiT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rWTJOAqEiT h3 {
    margin-bottom: 10px;
  }
  .cid-rWTJOAqEiT .navbar-brand {
    text-align: center;
  }
}
.cid-rWTJOAqEiT .links SPAN {
  color: #9e9e9e;
}
.cid-rXbnGHhcN4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-rXbnGHhcN4 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rXbnGHhcN4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rXbnGHhcN4 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rXbnGHhcN4 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rXbnGHhcN4 .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-rXbnGHhcN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rXbnGHhcN4 .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-rXbnGHhcN4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rXbnGHhcN4 .navbar.collapsed.opened .navbar-collapse.show,
.cid-rXbnGHhcN4 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rXbnGHhcN4 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rXbnGHhcN4 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rXbnGHhcN4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rXbnGHhcN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rXbnGHhcN4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rXbnGHhcN4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rXbnGHhcN4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rXbnGHhcN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rXbnGHhcN4 .navbar {
    flex-wrap: nowrap;
  }
  .cid-rXbnGHhcN4 .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-rXbnGHhcN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rXbnGHhcN4 .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-rXbnGHhcN4 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rXbnGHhcN4 .navbar.opened .navbar-collapse.show,
  .cid-rXbnGHhcN4 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rXbnGHhcN4 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rXbnGHhcN4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rXbnGHhcN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rXbnGHhcN4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rXbnGHhcN4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rXbnGHhcN4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rXbnGHhcN4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rXbnGHhcN4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rXbnGHhcN4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rXbnGHhcN4 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rXbnGHhcN4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rXbnGHhcN4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rXbnGHhcN4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rXbnGHhcN4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rXbnGHhcN4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rXbnGHhcN4 .dropdown-item.active,
.cid-rXbnGHhcN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rXbnGHhcN4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rXbnGHhcN4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rXbnGHhcN4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rXbnGHhcN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-rXbnGHhcN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rXbnGHhcN4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXbnGHhcN4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXbnGHhcN4 .navbar-buttons {
  text-align: center;
}
.cid-rXbnGHhcN4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXbnGHhcN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXbnGHhcN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXbnGHhcN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbnGHhcN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbnGHhcN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXbnGHhcN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbnGHhcN4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXbnGHhcN4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXbnGHhcN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbnGHhcN4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rXbnGHhcN4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rXbnGHhcN4 a.nav-link:focus {
  outline: none;
}
.cid-rXbnGHhcN4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rXbnGHhcN4 .nav-link:hover,
.cid-rXbnGHhcN4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXbnGHhcN4 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rXbnGHhcN4 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rXbq5hGWCP {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-rXbq5hGWCP svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rXbq5hGWCP .mbr-text,
.cid-rXbq5hGWCP .mbr-section-btn {
  color: #ffffff;
}
.cid-rXbq5hGWCP #e12_areaS3 {
  fill: #000000 !important;
}
.cid-rXbq5hGWCP #e19_areaS3 {
  fill: #148221 !important;
}
.cid-rXbq5hGWCP H1 {
  color: #ffffff;
}
.cid-rXbq5hGWCP img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
}
.cid-rXbq5hGWCP .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #148221;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rXbq5hGWCP .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rXbq5hGWCP img {
    left: 0px;
    width: 100%;
  }
}
.cid-rXbtl8oXsU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rXbtl8oXsU h4 {
  margin-bottom: 0;
}
.cid-rXbtl8oXsU p {
  color: #767676;
}
.cid-rXbtl8oXsU .cardcenter {
  background-color: #146e78;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rXbtl8oXsU .cardcenter:hover {
  background-color: #01897a;
}
.cid-rXbtl8oXsU .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rXbtl8oXsU .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-rXbtl8oXsU .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rXbtl8oXsU .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXbtl8oXsU .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rXbtl8oXsU .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #d90a2c !important;
  box-shadow: none!important;
}
.cid-rXbtl8oXsU .btn[class*="-outline"]:active,
.cid-rXbtl8oXsU .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXbtl8oXsU .card-box {
  padding-top: 2rem;
}
.cid-rXbtl8oXsU .card-wrapper {
  height: 100%;
}
.cid-rXbtl8oXsU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXbtl8oXsU img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rXbtl8oXsU .card-title {
  color: #01897a;
}
.cid-rXbtl8oXsU .main-title {
  color: #232323;
  text-align: center;
}
.cid-rXbtl8oXsU .text {
  color: #ffffff;
  text-align: center;
}
.cid-rXbtl8oXsU .card-subtitle {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-rXbtl8oXsU .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rXbtl8oXsU .link {
    margin: auto;
  }
}
.cid-rXbtl8oXsU .mbr-text,
.cid-rXbtl8oXsU .mbr-link-btn {
  color: #000000;
}
.cid-rXbnGKyvB8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17161a;
}
.cid-rXbnGKyvB8 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-rXbnGKyvB8 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rXbnGKyvB8 .mbr-text {
  color: #444;
}
.cid-rXbnGKyvB8 h5 {
  margin-bottom: 0;
}
.cid-rXbnGKyvB8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rXbnGKyvB8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXbnGKyvB8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-rXbnGKyvB8 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXbnGKyvB8 .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-rXbnGKyvB8 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rXbnGKyvB8 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXbnGKyvB8 .social-list a:hover {
  opacity: .4;
}
.cid-rXbnGKyvB8 .media-container-row > div {
  padding: 0px;
}
.cid-rXbnGKyvB8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rXbnGKyvB8 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rXbnGKyvB8 .group-title SPAN {
  color: #ffffff;
}
.cid-rXbnGKyvB8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rXbnGKyvB8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rXbnGKyvB8 .social-list,
  .cid-rXbnGKyvB8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXbnGKyvB8 h3 {
    margin-bottom: 10px;
  }
  .cid-rXbnGKyvB8 .navbar-brand {
    text-align: center;
  }
}
.cid-rXbnGKyvB8 .links SPAN {
  color: #9e9e9e;
}
.cid-rXbAlpUyfL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232226;
}
.cid-rXbAlpUyfL .navbar.opened {
  transition: all .3s;
  background: #232226 !important;
}
.cid-rXbAlpUyfL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rXbAlpUyfL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rXbAlpUyfL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rXbAlpUyfL .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-rXbAlpUyfL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rXbAlpUyfL .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-rXbAlpUyfL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rXbAlpUyfL .navbar.collapsed.opened .navbar-collapse.show,
.cid-rXbAlpUyfL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rXbAlpUyfL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rXbAlpUyfL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rXbAlpUyfL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rXbAlpUyfL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rXbAlpUyfL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rXbAlpUyfL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rXbAlpUyfL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rXbAlpUyfL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rXbAlpUyfL .navbar {
    flex-wrap: nowrap;
  }
  .cid-rXbAlpUyfL .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-rXbAlpUyfL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rXbAlpUyfL .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-rXbAlpUyfL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rXbAlpUyfL .navbar.opened .navbar-collapse.show,
  .cid-rXbAlpUyfL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rXbAlpUyfL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rXbAlpUyfL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rXbAlpUyfL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rXbAlpUyfL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rXbAlpUyfL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rXbAlpUyfL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rXbAlpUyfL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rXbAlpUyfL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rXbAlpUyfL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rXbAlpUyfL .navbar.navbar-short {
  background: #232226 !important;
  min-height: 60px;
}
.cid-rXbAlpUyfL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rXbAlpUyfL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rXbAlpUyfL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rXbAlpUyfL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rXbAlpUyfL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rXbAlpUyfL .dropdown-item.active,
.cid-rXbAlpUyfL .dropdown-item:active {
  background-color: transparent;
}
.cid-rXbAlpUyfL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rXbAlpUyfL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rXbAlpUyfL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rXbAlpUyfL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232226;
}
.cid-rXbAlpUyfL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rXbAlpUyfL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXbAlpUyfL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXbAlpUyfL .navbar-buttons {
  text-align: center;
}
.cid-rXbAlpUyfL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXbAlpUyfL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXbAlpUyfL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXbAlpUyfL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbAlpUyfL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbAlpUyfL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXbAlpUyfL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbAlpUyfL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXbAlpUyfL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXbAlpUyfL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbAlpUyfL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rXbAlpUyfL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rXbAlpUyfL a.nav-link:focus {
  outline: none;
}
.cid-rXbAlpUyfL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rXbAlpUyfL .nav-link:hover,
.cid-rXbAlpUyfL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXbAlpUyfL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rXbAlpUyfL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rXyFcQNemK {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rXyFcQNemK .mbr-overlay {
  background: linear-gradient(90deg, #148221, #01897a);
}
.cid-rXyFcQNemK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rXyFcQNemK .text-content {
  padding-right: 1.5rem;
}
.cid-rXyFcQNemK .mbr-text,
.cid-rXyFcQNemK .mbr-section-btn {
  color: #ffffff;
}
.cid-rXyFcQNemK .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(112, 132, 165, 0.3);
  box-shadow: 0px 0px 30px rgba(112, 132, 165, 0.3);
  border-radius: .25rem;
}
.cid-rXyFcQNemK .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rXyFcQNemK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rXyFcQNemK .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rXyFcQNemK .main-row {
    margin: 0;
  }
  .cid-rXyFcQNemK .mbr-section-title,
  .cid-rXyFcQNemK .mbr-text,
  .cid-rXyFcQNemK .list,
  .cid-rXyFcQNemK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rXyFcQNemK .text-content {
    padding: 0;
  }
}
.cid-rXyFcQNemK .mbr-section-title {
  color: #ffffff;
}
.cid-rXyG9r8vtS {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rXyG9r8vtS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXyG9r8vtS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXyG9r8vtS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXyG9r8vtS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXyG9r8vtS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #16ff32;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rXyG9r8vtS .icon-focus {
  display: none;
}
.cid-rXyG9r8vtS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rXyG9r8vtS ul {
  font-size: 0;
}
.cid-rXyG9r8vtS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rXyG9r8vtS .mbr-gallery-filter ul li .btn.active,
.cid-rXyG9r8vtS .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rXyG9r8vtS .mbr-gallery-filter ul li .btn.active:after,
.cid-rXyG9r8vtS .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d90a2c, #17161a);
}
.cid-rXyG9r8vtS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rXyG9r8vtS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rXyG9r8vtS .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rXyG9r8vtS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rXyG9r8vtS .btn:hover {
  background: transparent !important;
}
.cid-rXyG9r8vtS .btn:hover:before {
  background: transparent !important;
}
.cid-rXyG9r8vtS .btn:before {
  background-color: transparent !important;
}
.cid-rXyG9r8vtS .btn:focus {
  box-shadow: none;
}
.cid-rXyG9r8vtS .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-rXbAluo1T7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17161a;
}
.cid-rXbAluo1T7 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-rXbAluo1T7 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rXbAluo1T7 .mbr-text {
  color: #444;
}
.cid-rXbAluo1T7 h5 {
  margin-bottom: 0;
}
.cid-rXbAluo1T7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rXbAluo1T7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXbAluo1T7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-rXbAluo1T7 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXbAluo1T7 .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-rXbAluo1T7 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rXbAluo1T7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXbAluo1T7 .social-list a:hover {
  opacity: .4;
}
.cid-rXbAluo1T7 .media-container-row > div {
  padding: 0px;
}
.cid-rXbAluo1T7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rXbAluo1T7 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rXbAluo1T7 .group-title SPAN {
  color: #ffffff;
}
.cid-rXbAluo1T7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rXbAluo1T7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rXbAluo1T7 .social-list,
  .cid-rXbAluo1T7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXbAluo1T7 h3 {
    margin-bottom: 10px;
  }
  .cid-rXbAluo1T7 .navbar-brand {
    text-align: center;
  }
}
.cid-rXbAluo1T7 .links SPAN {
  color: #9e9e9e;
}
.cid-rXbCaMwil1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-rXbCaMwil1 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-rXbCaMwil1 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rXbCaMwil1 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rXbCaMwil1 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rXbCaMwil1 .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-rXbCaMwil1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rXbCaMwil1 .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-rXbCaMwil1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rXbCaMwil1 .navbar.collapsed.opened .navbar-collapse.show,
.cid-rXbCaMwil1 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rXbCaMwil1 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rXbCaMwil1 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rXbCaMwil1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rXbCaMwil1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rXbCaMwil1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rXbCaMwil1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rXbCaMwil1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rXbCaMwil1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rXbCaMwil1 .navbar {
    flex-wrap: nowrap;
  }
  .cid-rXbCaMwil1 .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-rXbCaMwil1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rXbCaMwil1 .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-rXbCaMwil1 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rXbCaMwil1 .navbar.opened .navbar-collapse.show,
  .cid-rXbCaMwil1 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rXbCaMwil1 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rXbCaMwil1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rXbCaMwil1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rXbCaMwil1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rXbCaMwil1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rXbCaMwil1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rXbCaMwil1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rXbCaMwil1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rXbCaMwil1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rXbCaMwil1 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-rXbCaMwil1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rXbCaMwil1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rXbCaMwil1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rXbCaMwil1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rXbCaMwil1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rXbCaMwil1 .dropdown-item.active,
.cid-rXbCaMwil1 .dropdown-item:active {
  background-color: transparent;
}
.cid-rXbCaMwil1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rXbCaMwil1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rXbCaMwil1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rXbCaMwil1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-rXbCaMwil1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rXbCaMwil1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXbCaMwil1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rXbCaMwil1 .navbar-buttons {
  text-align: center;
}
.cid-rXbCaMwil1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXbCaMwil1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXbCaMwil1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXbCaMwil1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbCaMwil1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXbCaMwil1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXbCaMwil1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbCaMwil1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXbCaMwil1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXbCaMwil1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXbCaMwil1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rXbCaMwil1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rXbCaMwil1 a.nav-link:focus {
  outline: none;
}
.cid-rXbCaMwil1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rXbCaMwil1 .nav-link:hover,
.cid-rXbCaMwil1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXbCaMwil1 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rXbCaMwil1 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rXbCBPyVer {
  background-color: #146e78;
}
.cid-rXbCBPyVer .mbr-section-title,
.cid-rXbCBPyVer .mbr-section-subtitle {
  color: #000000;
}
.cid-rXbCBPyVer .mbr-section-text {
  color: #232323;
}
.cid-rXbCBPyVer .mbr-text,
.cid-rXbCBPyVer .typed-text,
.cid-rXbCBPyVer .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rXbCBPyVer .btn {
  margin-left: 4px !important;
}
.cid-rXbCBPyVer .animated-element {
  color: #16ff32;
}
.cid-rXbCBPyVer .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #16ff32;
}
.cid-rXbCBPyVer .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rXbCBPyVer .typed-text,
  .cid-rXbCBPyVer .mbr-section-subtitle,
  .cid-rXbCBPyVer .mbr-section-text,
  .cid-rXbCBPyVer .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rXbCBPyVer .mbr-section-subtitle,
.cid-rXbCBPyVer .typed-text {
  color: #ffffff;
}
.cid-rXbCBPyVer .mbr-section-text,
.cid-rXbCBPyVer .mbr-section-btn {
  color: #ffffff;
}
.cid-rXbGNXpUwX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rXbGNXpUwX .mbr-section-title {
  text-align: center;
}
.cid-rXbGNXpUwX .mbr-text,
.cid-rXbGNXpUwX .mbr-section-btn {
  text-align: left;
}
.cid-rXbGNXpUwX .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-rXbCaRlEbc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17161a;
}
.cid-rXbCaRlEbc .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-rXbCaRlEbc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rXbCaRlEbc .mbr-text {
  color: #444;
}
.cid-rXbCaRlEbc h5 {
  margin-bottom: 0;
}
.cid-rXbCaRlEbc .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rXbCaRlEbc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXbCaRlEbc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-rXbCaRlEbc .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXbCaRlEbc .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-rXbCaRlEbc .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rXbCaRlEbc .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rXbCaRlEbc .social-list a:hover {
  opacity: .4;
}
.cid-rXbCaRlEbc .media-container-row > div {
  padding: 0px;
}
.cid-rXbCaRlEbc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rXbCaRlEbc .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rXbCaRlEbc .group-title SPAN {
  color: #ffffff;
}
.cid-rXbCaRlEbc .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rXbCaRlEbc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rXbCaRlEbc .social-list,
  .cid-rXbCaRlEbc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXbCaRlEbc h3 {
    margin-bottom: 10px;
  }
  .cid-rXbCaRlEbc .navbar-brand {
    text-align: center;
  }
}
.cid-rXbCaRlEbc .links SPAN {
  color: #9e9e9e;
}
