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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !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: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #000000 !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: 100px;
  height: 100px;
  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='%23000000' %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.3;
}
.cid-uL3xmUgHOm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uL3xmUgHOm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uL3xmUgHOm a {
  font-style: normal;
}
.cid-uL3xmUgHOm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uL3xmUgHOm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uL3xmUgHOm .nav-item:focus,
.cid-uL3xmUgHOm .nav-link:focus {
  outline: none;
}
.cid-uL3xmUgHOm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL3xmUgHOm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL3xmUgHOm .menu-logo {
  margin-right: auto;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL3xmUgHOm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uL3xmUgHOm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL3xmUgHOm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uL3xmUgHOm button.navbar-toggler:focus {
  outline: none;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL3xmUgHOm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL3xmUgHOm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uL3xmUgHOm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL3xmUgHOm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uL3xmUgHOm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uL3xmUgHOm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL3xmUgHOm img {
    height: 3.8rem !important;
  }
  .cid-uL3xmUgHOm .btn {
    display: -webkit-flex;
  }
  .cid-uL3xmUgHOm button.navbar-toggler {
    display: block;
  }
  .cid-uL3xmUgHOm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uL3xmUgHOm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL3xmUgHOm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing,
  .cid-uL3xmUgHOm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-nav,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uL3xmUgHOm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uL3xmUgHOm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uL3xmUgHOm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uL3xmUgHOm .nav-link:hover,
.cid-uL3xmUgHOm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uMtS0GtFw1 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMtS0GtFw1 h2 {
  text-align: left;
}
.cid-uMtS0GtFw1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uMtS0GtFw1 p {
  color: #767676;
  text-align: left;
}
.cid-uMtS0GtFw1 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uMtS0GtFw1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uMtS0GtFw1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uMtS0GtFw1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uMtS0GtFw1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uMtS0GtFw1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uMtS0GtFw1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMtS0GtFw1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uMtS0GtFw1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uMtS0GtFw1 H2 {
  color: #000000;
}
.cid-uMtS0GtFw1 H4 {
  color: #000000;
}
.cid-uMtS0GtFw1 P {
  color: #000000;
}
.cid-uLUY6kSzft {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uLUY6kSzft .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uLUY6kSzft .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUY6kSzft .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUY6kSzft .mbr-text {
    text-align: center;
  }
}
.cid-uLUY6kSzft .mbr-text,
.cid-uLUY6kSzft .mbr-section-btn {
  color: #000000;
}
.cid-uLUY6kSzft H1 {
  color: #000000;
}
.cid-uLUX18Agn8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLUX18Agn8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uLUX18Agn8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uLUX18Agn8 H2 {
  color: #000000;
}
.cid-uOEcflgzcU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEcflgzcU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEcflgzcU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEcflgzcU .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEcflgzcU .mbr-section-btn a {
  margin: 0;
}
.cid-uOEcflgzcU .mbr-text {
  color: #767676;
}
.cid-uOEcflgzcU .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEcflgzcU .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEcflgzcU .mbr-text,
.cid-uOEcflgzcU .mbr-section-btn {
  color: #000000;
}
.cid-uOEciln9Sj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEciln9Sj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEciln9Sj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEciln9Sj .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEciln9Sj .mbr-section-btn a {
  margin: 0;
}
.cid-uOEciln9Sj .mbr-text {
  color: #767676;
}
.cid-uOEciln9Sj .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEciln9Sj .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEciln9Sj .mbr-text,
.cid-uOEciln9Sj .mbr-section-btn {
  color: #000000;
}
.cid-uOEcjubJie {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEcjubJie h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEcjubJie p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEcjubJie .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEcjubJie .mbr-section-btn a {
  margin: 0;
}
.cid-uOEcjubJie .mbr-text {
  color: #767676;
}
.cid-uOEcjubJie .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEcjubJie .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEcjubJie .mbr-text,
.cid-uOEcjubJie .mbr-section-btn {
  color: #000000;
}
.cid-uOEckyPj7A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEckyPj7A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEckyPj7A p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEckyPj7A .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEckyPj7A .mbr-section-btn a {
  margin: 0;
}
.cid-uOEckyPj7A .mbr-text {
  color: #767676;
}
.cid-uOEckyPj7A .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEckyPj7A .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEckyPj7A .mbr-text,
.cid-uOEckyPj7A .mbr-section-btn {
  color: #000000;
}
.cid-uOEclQuFmq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEclQuFmq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEclQuFmq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEclQuFmq .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEclQuFmq .mbr-section-btn a {
  margin: 0;
}
.cid-uOEclQuFmq .mbr-text {
  color: #767676;
}
.cid-uOEclQuFmq .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEclQuFmq .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEclQuFmq .mbr-text,
.cid-uOEclQuFmq .mbr-section-btn {
  color: #000000;
}
.cid-uOEcovmcXT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEcovmcXT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEcovmcXT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEcovmcXT .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEcovmcXT .mbr-section-btn a {
  margin: 0;
}
.cid-uOEcovmcXT .mbr-text {
  color: #767676;
}
.cid-uOEcovmcXT .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEcovmcXT .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEcovmcXT .mbr-text,
.cid-uOEcovmcXT .mbr-section-btn {
  color: #000000;
}
.cid-uMtT5TuLOY {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN95Q1UQg5 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN95Q1UQg5 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN95Q1UQg5 .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN95Q1UQg5 .separline .step-wrapper {
    position: relative;
  }
  .cid-uN95Q1UQg5 .separline .step-wrapper:before,
  .cid-uN95Q1UQg5 .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN95Q1UQg5 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN95Q1UQg5 .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN95Q1UQg5 .separline.last-child .step-wrapper:after,
  .cid-uN95Q1UQg5 .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN95Q1UQg5 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN95Q1UQg5 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN95Q1UQg5 .mbr-step-text {
  color: #000000;
}
.cid-uN95Q36Mgq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN95Q36Mgq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN95Q36Mgq .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uN95Q36Mgq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uN95Q36Mgq .inner-container {
    width: 100% !important;
  }
}
.cid-uNeXj6AWD0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uNeXj6AWD0 .images-container.container-fluid {
  padding: 0;
}
.cid-uNeXj6AWD0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNeXj6AWD0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNeXj6AWD0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNeXj6AWD0 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNeXj6AWD0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNeXj6AWD0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNeXj6AWD0 .img-item {
    width: 100% !important;
  }
  .cid-uNeXj6AWD0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uOEaD9rf3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEaD9rf3D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaD9rf3D p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaD9rf3D .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaD9rf3D .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaD9rf3D .mbr-text {
  color: #767676;
}
.cid-uOEaD9rf3D .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaD9rf3D .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaD9rf3D .mbr-text,
.cid-uOEaD9rf3D .mbr-section-btn {
  color: #000000;
}
.cid-uOEaFB80dI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEaFB80dI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaFB80dI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaFB80dI .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaFB80dI .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaFB80dI .mbr-text {
  color: #767676;
}
.cid-uOEaFB80dI .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaFB80dI .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaFB80dI .mbr-text,
.cid-uOEaFB80dI .mbr-section-btn {
  color: #000000;
}
.cid-uN95Q3TCLg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN95Q3TCLg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN95Q3TCLg a {
  font-style: normal;
}
.cid-uN95Q3TCLg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN95Q3TCLg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN95Q3TCLg .nav-item:focus,
.cid-uN95Q3TCLg .nav-link:focus {
  outline: none;
}
.cid-uN95Q3TCLg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN95Q3TCLg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN95Q3TCLg .menu-logo {
  margin-right: auto;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN95Q3TCLg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN95Q3TCLg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN95Q3TCLg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN95Q3TCLg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN95Q3TCLg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN95Q3TCLg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN95Q3TCLg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN95Q3TCLg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN95Q3TCLg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN95Q3TCLg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN95Q3TCLg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN95Q3TCLg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN95Q3TCLg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN95Q3TCLg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN95Q3TCLg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN95Q3TCLg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN95Q3TCLg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN95Q3TCLg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN95Q3TCLg button.navbar-toggler:focus {
  outline: none;
}
.cid-uN95Q3TCLg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN95Q3TCLg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN95Q3TCLg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN95Q3TCLg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN95Q3TCLg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN95Q3TCLg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN95Q3TCLg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN95Q3TCLg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN95Q3TCLg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN95Q3TCLg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN95Q3TCLg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse.collapsing,
.cid-uN95Q3TCLg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN95Q3TCLg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN95Q3TCLg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN95Q3TCLg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN95Q3TCLg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN95Q3TCLg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN95Q3TCLg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN95Q3TCLg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN95Q3TCLg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN95Q3TCLg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN95Q3TCLg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN95Q3TCLg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN95Q3TCLg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN95Q3TCLg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN95Q3TCLg img {
    height: 3.8rem !important;
  }
  .cid-uN95Q3TCLg .btn {
    display: -webkit-flex;
  }
  .cid-uN95Q3TCLg button.navbar-toggler {
    display: block;
  }
  .cid-uN95Q3TCLg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN95Q3TCLg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN95Q3TCLg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN95Q3TCLg .navbar-collapse.collapsing,
  .cid-uN95Q3TCLg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN95Q3TCLg .navbar-collapse.collapsing .navbar-nav,
  .cid-uN95Q3TCLg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN95Q3TCLg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN95Q3TCLg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN95Q3TCLg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN95Q3TCLg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN95Q3TCLg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN95Q3TCLg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN95Q3TCLg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN95Q3TCLg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN95Q3TCLg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN95Q3TCLg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN95Q3TCLg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN95Q3TCLg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN95Q3TCLg .nav-link:hover,
.cid-uN95Q3TCLg .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN9bydcJ6Z {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9bydcJ6Z .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN9bydcJ6Z .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN9bydcJ6Z .separline .step-wrapper {
    position: relative;
  }
  .cid-uN9bydcJ6Z .separline .step-wrapper:before,
  .cid-uN9bydcJ6Z .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN9bydcJ6Z .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN9bydcJ6Z .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN9bydcJ6Z .separline.last-child .step-wrapper:after,
  .cid-uN9bydcJ6Z .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN9bydcJ6Z .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9bydcJ6Z .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN9bydcJ6Z .mbr-step-text {
  color: #000000;
}
.cid-uN9byegt2K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9byegt2K .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN9byegt2K .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uN9byegt2K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uN9byegt2K .inner-container {
    width: 100% !important;
  }
}
.cid-uNeYRI580Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uNeYRI580Z .images-container.container-fluid {
  padding: 0;
}
.cid-uNeYRI580Z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNeYRI580Z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNeYRI580Z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNeYRI580Z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNeYRI580Z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNeYRI580Z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNeYRI580Z .img-item {
    width: 100% !important;
  }
  .cid-uNeYRI580Z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uN9byex3x1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN9byex3x1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN9byex3x1 a {
  font-style: normal;
}
.cid-uN9byex3x1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN9byex3x1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN9byex3x1 .nav-item:focus,
.cid-uN9byex3x1 .nav-link:focus {
  outline: none;
}
.cid-uN9byex3x1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN9byex3x1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN9byex3x1 .menu-logo {
  margin-right: auto;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN9byex3x1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN9byex3x1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN9byex3x1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN9byex3x1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN9byex3x1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN9byex3x1 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN9byex3x1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN9byex3x1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9byex3x1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN9byex3x1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN9byex3x1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN9byex3x1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN9byex3x1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN9byex3x1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN9byex3x1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN9byex3x1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN9byex3x1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN9byex3x1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN9byex3x1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uN9byex3x1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN9byex3x1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN9byex3x1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9byex3x1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9byex3x1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN9byex3x1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9byex3x1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN9byex3x1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN9byex3x1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9byex3x1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9byex3x1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse.collapsing,
.cid-uN9byex3x1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN9byex3x1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN9byex3x1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN9byex3x1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN9byex3x1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN9byex3x1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN9byex3x1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN9byex3x1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN9byex3x1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9byex3x1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN9byex3x1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN9byex3x1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN9byex3x1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN9byex3x1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9byex3x1 img {
    height: 3.8rem !important;
  }
  .cid-uN9byex3x1 .btn {
    display: -webkit-flex;
  }
  .cid-uN9byex3x1 button.navbar-toggler {
    display: block;
  }
  .cid-uN9byex3x1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN9byex3x1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9byex3x1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN9byex3x1 .navbar-collapse.collapsing,
  .cid-uN9byex3x1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN9byex3x1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uN9byex3x1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN9byex3x1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN9byex3x1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN9byex3x1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN9byex3x1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN9byex3x1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN9byex3x1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN9byex3x1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN9byex3x1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN9byex3x1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN9byex3x1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN9byex3x1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN9byex3x1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN9byex3x1 .nav-link:hover,
.cid-uN9byex3x1 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOEaM3szOA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEaM3szOA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaM3szOA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaM3szOA .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaM3szOA .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaM3szOA .mbr-text {
  color: #767676;
}
.cid-uOEaM3szOA .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaM3szOA .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaM3szOA .mbr-text,
.cid-uOEaM3szOA .mbr-section-btn {
  color: #000000;
}
.cid-uOEaMuAahu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEaMuAahu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaMuAahu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaMuAahu .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaMuAahu .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaMuAahu .mbr-text {
  color: #767676;
}
.cid-uOEaMuAahu .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaMuAahu .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaMuAahu .mbr-text,
.cid-uOEaMuAahu .mbr-section-btn {
  color: #000000;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN9fTP7L6M {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9fTP7L6M .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN9fTP7L6M .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN9fTP7L6M .separline .step-wrapper {
    position: relative;
  }
  .cid-uN9fTP7L6M .separline .step-wrapper:before,
  .cid-uN9fTP7L6M .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN9fTP7L6M .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN9fTP7L6M .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN9fTP7L6M .separline.last-child .step-wrapper:after,
  .cid-uN9fTP7L6M .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN9fTP7L6M .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9fTP7L6M .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN9fTP7L6M .mbr-step-text {
  color: #000000;
}
.cid-uN9fTQ71BW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9fTQ71BW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN9fTQ71BW .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uN9fTQ71BW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uN9fTQ71BW .inner-container {
    width: 100% !important;
  }
}
.cid-uNf0qTuxli {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uNf0qTuxli .images-container.container-fluid {
  padding: 0;
}
.cid-uNf0qTuxli .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNf0qTuxli .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNf0qTuxli .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNf0qTuxli .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNf0qTuxli .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNf0qTuxli .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNf0qTuxli .img-item {
    width: 100% !important;
  }
  .cid-uNf0qTuxli .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uN9fTQoPGv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN9fTQoPGv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN9fTQoPGv a {
  font-style: normal;
}
.cid-uN9fTQoPGv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN9fTQoPGv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN9fTQoPGv .nav-item:focus,
.cid-uN9fTQoPGv .nav-link:focus {
  outline: none;
}
.cid-uN9fTQoPGv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN9fTQoPGv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN9fTQoPGv .menu-logo {
  margin-right: auto;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN9fTQoPGv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN9fTQoPGv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN9fTQoPGv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN9fTQoPGv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN9fTQoPGv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN9fTQoPGv .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN9fTQoPGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN9fTQoPGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9fTQoPGv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN9fTQoPGv .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN9fTQoPGv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN9fTQoPGv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN9fTQoPGv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN9fTQoPGv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN9fTQoPGv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN9fTQoPGv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN9fTQoPGv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN9fTQoPGv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN9fTQoPGv button.navbar-toggler:focus {
  outline: none;
}
.cid-uN9fTQoPGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN9fTQoPGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN9fTQoPGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9fTQoPGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9fTQoPGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN9fTQoPGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9fTQoPGv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN9fTQoPGv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN9fTQoPGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9fTQoPGv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9fTQoPGv .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse.collapsing,
.cid-uN9fTQoPGv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN9fTQoPGv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN9fTQoPGv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN9fTQoPGv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN9fTQoPGv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN9fTQoPGv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN9fTQoPGv .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN9fTQoPGv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN9fTQoPGv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9fTQoPGv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN9fTQoPGv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN9fTQoPGv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN9fTQoPGv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN9fTQoPGv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9fTQoPGv img {
    height: 3.8rem !important;
  }
  .cid-uN9fTQoPGv .btn {
    display: -webkit-flex;
  }
  .cid-uN9fTQoPGv button.navbar-toggler {
    display: block;
  }
  .cid-uN9fTQoPGv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN9fTQoPGv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9fTQoPGv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN9fTQoPGv .navbar-collapse.collapsing,
  .cid-uN9fTQoPGv .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN9fTQoPGv .navbar-collapse.collapsing .navbar-nav,
  .cid-uN9fTQoPGv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN9fTQoPGv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN9fTQoPGv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN9fTQoPGv .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN9fTQoPGv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN9fTQoPGv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN9fTQoPGv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN9fTQoPGv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN9fTQoPGv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN9fTQoPGv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN9fTQoPGv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN9fTQoPGv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN9fTQoPGv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN9fTQoPGv .nav-link:hover,
.cid-uN9fTQoPGv .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOEaTsxMmd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEaTsxMmd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaTsxMmd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaTsxMmd .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaTsxMmd .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaTsxMmd .mbr-text {
  color: #767676;
}
.cid-uOEaTsxMmd .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaTsxMmd .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaTsxMmd .mbr-text,
.cid-uOEaTsxMmd .mbr-section-btn {
  color: #000000;
}
.cid-uOEaTNGCDe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEaTNGCDe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaTNGCDe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaTNGCDe .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaTNGCDe .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaTNGCDe .mbr-text {
  color: #767676;
}
.cid-uOEaTNGCDe .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaTNGCDe .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaTNGCDe .mbr-text,
.cid-uOEaTNGCDe .mbr-section-btn {
  color: #000000;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN9jxcAjbe {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9jxcAjbe .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN9jxcAjbe .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN9jxcAjbe .separline .step-wrapper {
    position: relative;
  }
  .cid-uN9jxcAjbe .separline .step-wrapper:before,
  .cid-uN9jxcAjbe .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN9jxcAjbe .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN9jxcAjbe .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN9jxcAjbe .separline.last-child .step-wrapper:after,
  .cid-uN9jxcAjbe .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN9jxcAjbe .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9jxcAjbe .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN9jxcAjbe .mbr-step-text {
  color: #000000;
}
.cid-uN9jxdGUOI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9jxdGUOI .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN9jxdGUOI .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uN9jxdGUOI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uN9jxdGUOI .inner-container {
    width: 100% !important;
  }
}
.cid-uNf0ZArXF8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uNf0ZArXF8 .images-container.container-fluid {
  padding: 0;
}
.cid-uNf0ZArXF8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNf0ZArXF8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNf0ZArXF8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNf0ZArXF8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNf0ZArXF8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNf0ZArXF8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNf0ZArXF8 .img-item {
    width: 100% !important;
  }
  .cid-uNf0ZArXF8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uOEaXJxYey {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEaXJxYey h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEaXJxYey p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEaXJxYey .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEaXJxYey .mbr-section-btn a {
  margin: 0;
}
.cid-uOEaXJxYey .mbr-text {
  color: #767676;
}
.cid-uOEaXJxYey .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEaXJxYey .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEaXJxYey .mbr-text,
.cid-uOEaXJxYey .mbr-section-btn {
  color: #000000;
}
.cid-uN9jxe4IJY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN9jxe4IJY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN9jxe4IJY a {
  font-style: normal;
}
.cid-uN9jxe4IJY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN9jxe4IJY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN9jxe4IJY .nav-item:focus,
.cid-uN9jxe4IJY .nav-link:focus {
  outline: none;
}
.cid-uN9jxe4IJY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN9jxe4IJY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN9jxe4IJY .menu-logo {
  margin-right: auto;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN9jxe4IJY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN9jxe4IJY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN9jxe4IJY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN9jxe4IJY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN9jxe4IJY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN9jxe4IJY .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN9jxe4IJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN9jxe4IJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9jxe4IJY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN9jxe4IJY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN9jxe4IJY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN9jxe4IJY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN9jxe4IJY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN9jxe4IJY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN9jxe4IJY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN9jxe4IJY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN9jxe4IJY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN9jxe4IJY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN9jxe4IJY button.navbar-toggler:focus {
  outline: none;
}
.cid-uN9jxe4IJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN9jxe4IJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN9jxe4IJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9jxe4IJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9jxe4IJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN9jxe4IJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9jxe4IJY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN9jxe4IJY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN9jxe4IJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9jxe4IJY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9jxe4IJY .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse.collapsing,
.cid-uN9jxe4IJY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN9jxe4IJY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN9jxe4IJY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN9jxe4IJY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN9jxe4IJY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN9jxe4IJY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN9jxe4IJY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN9jxe4IJY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN9jxe4IJY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9jxe4IJY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN9jxe4IJY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN9jxe4IJY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN9jxe4IJY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN9jxe4IJY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9jxe4IJY img {
    height: 3.8rem !important;
  }
  .cid-uN9jxe4IJY .btn {
    display: -webkit-flex;
  }
  .cid-uN9jxe4IJY button.navbar-toggler {
    display: block;
  }
  .cid-uN9jxe4IJY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN9jxe4IJY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9jxe4IJY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN9jxe4IJY .navbar-collapse.collapsing,
  .cid-uN9jxe4IJY .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN9jxe4IJY .navbar-collapse.collapsing .navbar-nav,
  .cid-uN9jxe4IJY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN9jxe4IJY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN9jxe4IJY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN9jxe4IJY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN9jxe4IJY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN9jxe4IJY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN9jxe4IJY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN9jxe4IJY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN9jxe4IJY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN9jxe4IJY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN9jxe4IJY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN9jxe4IJY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN9jxe4IJY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN9jxe4IJY .nav-link:hover,
.cid-uN9jxe4IJY .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN9ogESjVq {
  background-image: url("../../../assets/images/s-61677575-960x738.jpg");
}
.cid-uN9ogESjVq .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uN9ogESjVq .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uN9ogESjVq .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uN9ogESjVq .mbr-text {
  color: #ffffff;
}
.cid-uN9ogESjVq .card {
  padding-bottom: 1.5rem;
}
.cid-uN9oCi2EQQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (min-width: 992px) {
  .cid-uN9oCi2EQQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uN9oCi2EQQ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uN9oCi2EQQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uN9oCi2EQQ .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-uN9oCi2EQQ .mbr-text,
.cid-uN9oCi2EQQ .mbr-section-btn {
  text-align: left;
}
.cid-uN9mI3qDe7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9mI3qDe7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN9mI3qDe7 .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN9mI3qDe7 .separline .step-wrapper {
    position: relative;
  }
  .cid-uN9mI3qDe7 .separline .step-wrapper:before,
  .cid-uN9mI3qDe7 .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN9mI3qDe7 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN9mI3qDe7 .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN9mI3qDe7 .separline.last-child .step-wrapper:after,
  .cid-uN9mI3qDe7 .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN9mI3qDe7 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9mI3qDe7 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN9mI3qDe7 .mbr-step-text {
  color: #000000;
}
.cid-uN9mI49YKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9mI49YKJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uN9mI49YKJ .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uN9mI49YKJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uN9mI49YKJ .inner-container {
    width: 100% !important;
  }
}
.cid-uNf1J1enqX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uNf1J1enqX .images-container.container-fluid {
  padding: 0;
}
.cid-uNf1J1enqX .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNf1J1enqX .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNf1J1enqX .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNf1J1enqX .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNf1J1enqX .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNf1J1enqX .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNf1J1enqX .img-item {
    width: 100% !important;
  }
  .cid-uNf1J1enqX .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uN9mI4qH6R .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN9mI4qH6R .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN9mI4qH6R a {
  font-style: normal;
}
.cid-uN9mI4qH6R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN9mI4qH6R .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN9mI4qH6R .nav-item:focus,
.cid-uN9mI4qH6R .nav-link:focus {
  outline: none;
}
.cid-uN9mI4qH6R .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN9mI4qH6R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN9mI4qH6R .menu-logo {
  margin-right: auto;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN9mI4qH6R .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN9mI4qH6R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN9mI4qH6R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN9mI4qH6R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN9mI4qH6R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN9mI4qH6R .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN9mI4qH6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN9mI4qH6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9mI4qH6R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN9mI4qH6R .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN9mI4qH6R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN9mI4qH6R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN9mI4qH6R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN9mI4qH6R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN9mI4qH6R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN9mI4qH6R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN9mI4qH6R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN9mI4qH6R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN9mI4qH6R button.navbar-toggler:focus {
  outline: none;
}
.cid-uN9mI4qH6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN9mI4qH6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN9mI4qH6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9mI4qH6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9mI4qH6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN9mI4qH6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9mI4qH6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN9mI4qH6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN9mI4qH6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9mI4qH6R .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9mI4qH6R .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse.collapsing,
.cid-uN9mI4qH6R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN9mI4qH6R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN9mI4qH6R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN9mI4qH6R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN9mI4qH6R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN9mI4qH6R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN9mI4qH6R .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN9mI4qH6R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN9mI4qH6R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9mI4qH6R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN9mI4qH6R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN9mI4qH6R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN9mI4qH6R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN9mI4qH6R.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9mI4qH6R img {
    height: 3.8rem !important;
  }
  .cid-uN9mI4qH6R .btn {
    display: -webkit-flex;
  }
  .cid-uN9mI4qH6R button.navbar-toggler {
    display: block;
  }
  .cid-uN9mI4qH6R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN9mI4qH6R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9mI4qH6R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN9mI4qH6R .navbar-collapse.collapsing,
  .cid-uN9mI4qH6R .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN9mI4qH6R .navbar-collapse.collapsing .navbar-nav,
  .cid-uN9mI4qH6R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN9mI4qH6R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN9mI4qH6R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN9mI4qH6R .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN9mI4qH6R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN9mI4qH6R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN9mI4qH6R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN9mI4qH6R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN9mI4qH6R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN9mI4qH6R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN9mI4qH6R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN9mI4qH6R .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN9mI4qH6R .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN9mI4qH6R .nav-link:hover,
.cid-uN9mI4qH6R .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOEba3Z47G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEba3Z47G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEba3Z47G p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEba3Z47G .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEba3Z47G .mbr-section-btn a {
  margin: 0;
}
.cid-uOEba3Z47G .mbr-text {
  color: #767676;
}
.cid-uOEba3Z47G .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEba3Z47G .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEba3Z47G .mbr-text,
.cid-uOEba3Z47G .mbr-section-btn {
  color: #000000;
}
.cid-uOEbbHE3bX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbbHE3bX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbbHE3bX p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbbHE3bX .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbbHE3bX .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbbHE3bX .mbr-text {
  color: #767676;
}
.cid-uOEbbHE3bX .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbbHE3bX .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbbHE3bX .mbr-text,
.cid-uOEbbHE3bX .mbr-section-btn {
  color: #000000;
}
.cid-uOEbcxEVMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbcxEVMV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbcxEVMV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbcxEVMV .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbcxEVMV .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbcxEVMV .mbr-text {
  color: #767676;
}
.cid-uOEbcxEVMV .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbcxEVMV .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbcxEVMV .mbr-text,
.cid-uOEbcxEVMV .mbr-section-btn {
  color: #000000;
}
.cid-uOEbepQsu7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbepQsu7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbepQsu7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbepQsu7 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbepQsu7 .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbepQsu7 .mbr-text {
  color: #767676;
}
.cid-uOEbepQsu7 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbepQsu7 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbepQsu7 .mbr-text,
.cid-uOEbepQsu7 .mbr-section-btn {
  color: #000000;
}
.cid-uOEbdDgxh9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEbdDgxh9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbdDgxh9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbdDgxh9 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbdDgxh9 .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbdDgxh9 .mbr-text {
  color: #767676;
}
.cid-uOEbdDgxh9 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbdDgxh9 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbdDgxh9 .mbr-text,
.cid-uOEbdDgxh9 .mbr-section-btn {
  color: #000000;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uN9pDj5HQC {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/65826710-1121020018084530-8571257007590342656-n-2.jpg");
}
.cid-uN9pDj5HQC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uN9pDj5HQC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uN9pDj5HQC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uN9pDj5HQC .mbr-text {
    text-align: center;
  }
}
.cid-uN9pDj5HQC .mbr-text,
.cid-uN9pDj5HQC .mbr-section-btn {
  text-align: right;
}
.cid-uN9psICxLE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN9psICxLE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uN9psICxLE .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uN9psICxLE .separline .step-wrapper {
    position: relative;
  }
  .cid-uN9psICxLE .separline .step-wrapper:before,
  .cid-uN9psICxLE .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uN9psICxLE .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uN9psICxLE .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uN9psICxLE .separline.last-child .step-wrapper:after,
  .cid-uN9psICxLE .separline:nth-child(3n) .step-wrapper:after,
  .cid-uN9psICxLE .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9psICxLE .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uN9psICxLE .mbr-step-text {
  color: #000000;
}
.cid-uN9psJN8aF .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uN9psJN8aF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uN9psJN8aF a {
  font-style: normal;
}
.cid-uN9psJN8aF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uN9psJN8aF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uN9psJN8aF .nav-item:focus,
.cid-uN9psJN8aF .nav-link:focus {
  outline: none;
}
.cid-uN9psJN8aF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uN9psJN8aF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uN9psJN8aF .menu-logo {
  margin-right: auto;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uN9psJN8aF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uN9psJN8aF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uN9psJN8aF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uN9psJN8aF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN9psJN8aF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uN9psJN8aF .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uN9psJN8aF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uN9psJN8aF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9psJN8aF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uN9psJN8aF .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uN9psJN8aF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uN9psJN8aF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uN9psJN8aF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uN9psJN8aF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uN9psJN8aF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uN9psJN8aF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uN9psJN8aF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uN9psJN8aF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uN9psJN8aF button.navbar-toggler:focus {
  outline: none;
}
.cid-uN9psJN8aF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uN9psJN8aF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN9psJN8aF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9psJN8aF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN9psJN8aF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN9psJN8aF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9psJN8aF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN9psJN8aF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN9psJN8aF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN9psJN8aF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9psJN8aF .collapsed .btn {
  display: -webkit-flex;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse.collapsing,
.cid-uN9psJN8aF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uN9psJN8aF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uN9psJN8aF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uN9psJN8aF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uN9psJN8aF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uN9psJN8aF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uN9psJN8aF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uN9psJN8aF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uN9psJN8aF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uN9psJN8aF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uN9psJN8aF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uN9psJN8aF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uN9psJN8aF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uN9psJN8aF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9psJN8aF img {
    height: 3.8rem !important;
  }
  .cid-uN9psJN8aF .btn {
    display: -webkit-flex;
  }
  .cid-uN9psJN8aF button.navbar-toggler {
    display: block;
  }
  .cid-uN9psJN8aF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uN9psJN8aF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uN9psJN8aF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uN9psJN8aF .navbar-collapse.collapsing,
  .cid-uN9psJN8aF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uN9psJN8aF .navbar-collapse.collapsing .navbar-nav,
  .cid-uN9psJN8aF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uN9psJN8aF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uN9psJN8aF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uN9psJN8aF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uN9psJN8aF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uN9psJN8aF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uN9psJN8aF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uN9psJN8aF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uN9psJN8aF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uN9psJN8aF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uN9psJN8aF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uN9psJN8aF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uN9psJN8aF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uN9psJN8aF .nav-link:hover,
.cid-uN9psJN8aF .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uOEbN3zRB2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbN3zRB2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbN3zRB2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbN3zRB2 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbN3zRB2 .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbN3zRB2 .mbr-text {
  color: #767676;
}
.cid-uOEbN3zRB2 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbN3zRB2 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbN3zRB2 .mbr-text,
.cid-uOEbN3zRB2 .mbr-section-btn {
  color: #000000;
}
.cid-uOEbNBz7f1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbNBz7f1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbNBz7f1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbNBz7f1 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbNBz7f1 .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbNBz7f1 .mbr-text {
  color: #767676;
}
.cid-uOEbNBz7f1 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbNBz7f1 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbNBz7f1 .mbr-text,
.cid-uOEbNBz7f1 .mbr-section-btn {
  color: #000000;
}
.cid-uOEbOP4CBC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbOP4CBC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbOP4CBC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbOP4CBC .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbOP4CBC .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbOP4CBC .mbr-text {
  color: #767676;
}
.cid-uOEbOP4CBC .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbOP4CBC .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbOP4CBC .mbr-text,
.cid-uOEbOP4CBC .mbr-section-btn {
  color: #000000;
}
.cid-uOEbQ7Osdx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbQ7Osdx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbQ7Osdx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbQ7Osdx .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbQ7Osdx .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbQ7Osdx .mbr-text {
  color: #767676;
}
.cid-uOEbQ7Osdx .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbQ7Osdx .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbQ7Osdx .mbr-text,
.cid-uOEbQ7Osdx .mbr-section-btn {
  color: #000000;
}
.cid-uOEbR9xTaf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbR9xTaf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbR9xTaf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbR9xTaf .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbR9xTaf .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbR9xTaf .mbr-text {
  color: #767676;
}
.cid-uOEbR9xTaf .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbR9xTaf .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbR9xTaf .mbr-text,
.cid-uOEbR9xTaf .mbr-section-btn {
  color: #000000;
}
.cid-uOEbSlfqfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbSlfqfI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbSlfqfI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbSlfqfI .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbSlfqfI .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbSlfqfI .mbr-text {
  color: #767676;
}
.cid-uOEbSlfqfI .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbSlfqfI .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbSlfqfI .mbr-text,
.cid-uOEbSlfqfI .mbr-section-btn {
  color: #000000;
}
.cid-uOEbTMsq4e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbTMsq4e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbTMsq4e p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbTMsq4e .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbTMsq4e .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbTMsq4e .mbr-text {
  color: #767676;
}
.cid-uOEbTMsq4e .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbTMsq4e .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbTMsq4e .mbr-text,
.cid-uOEbTMsq4e .mbr-section-btn {
  color: #000000;
}
.cid-uOEbUWc0Lz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbUWc0Lz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbUWc0Lz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbUWc0Lz .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbUWc0Lz .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbUWc0Lz .mbr-text {
  color: #767676;
}
.cid-uOEbUWc0Lz .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbUWc0Lz .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbUWc0Lz .mbr-text,
.cid-uOEbUWc0Lz .mbr-section-btn {
  color: #000000;
}
.cid-uOEbWks1YM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbWks1YM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbWks1YM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbWks1YM .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbWks1YM .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbWks1YM .mbr-text {
  color: #767676;
}
.cid-uOEbWks1YM .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbWks1YM .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbWks1YM .mbr-text,
.cid-uOEbWks1YM .mbr-section-btn {
  color: #000000;
}
.cid-uOEbXhY3Ep {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOEbXhY3Ep h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbXhY3Ep p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbXhY3Ep .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbXhY3Ep .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbXhY3Ep .mbr-text {
  color: #767676;
}
.cid-uOEbXhY3Ep .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbXhY3Ep .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbXhY3Ep .mbr-text,
.cid-uOEbXhY3Ep .mbr-section-btn {
  color: #000000;
}
.cid-uOEbY1KaYC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uOEbY1KaYC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOEbY1KaYC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOEbY1KaYC .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOEbY1KaYC .mbr-section-btn a {
  margin: 0;
}
.cid-uOEbY1KaYC .mbr-text {
  color: #767676;
}
.cid-uOEbY1KaYC .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEbY1KaYC .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOEbY1KaYC .mbr-text,
.cid-uOEbY1KaYC .mbr-section-btn {
  color: #000000;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLVg7rbZw9 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVg7rbZw9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uLVg7rbZw9 .step {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #ca0a0a;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uLVg7rbZw9 .separline .step-wrapper {
    position: relative;
  }
  .cid-uLVg7rbZw9 .separline .step-wrapper:before,
  .cid-uLVg7rbZw9 .separline .step-wrapper:after {
    top: 16px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 14px - 8px);
    background-color: #ca0a0a;
  }
  .cid-uLVg7rbZw9 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uLVg7rbZw9 .separline .step-wrapper:after {
    left: calc(50% + 8px + 14px);
  }
  .cid-uLVg7rbZw9 .separline.last-child .step-wrapper:after,
  .cid-uLVg7rbZw9 .separline:nth-child(3n) .step-wrapper:after,
  .cid-uLVg7rbZw9 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uLVg7rbZw9 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uLVg7rbZw9 .mbr-step-text {
  color: #000000;
}
.cid-uLVmNoDF6G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVmNoDF6G .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLVmNoDF6G .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uLVmNoDF6G .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uLVmNoDF6G .inner-container {
    width: 100% !important;
  }
}
.cid-uLVfF3FulC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVfF3FulC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVfF3FulC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVfF3FulC .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVfF3FulC .mbr-section-btn a {
  margin: 0;
}
.cid-uLVfF3FulC .mbr-text {
  color: #767676;
}
.cid-uLVfF3FulC .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVfF3FulC .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVfF3FulC .mbr-text,
.cid-uLVfF3FulC .mbr-section-btn {
  color: #000000;
}
.cid-uLVfnRRLdp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uLVfnRRLdp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLVfnRRLdp a {
  font-style: normal;
}
.cid-uLVfnRRLdp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLVfnRRLdp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLVfnRRLdp .nav-item:focus,
.cid-uLVfnRRLdp .nav-link:focus {
  outline: none;
}
.cid-uLVfnRRLdp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLVfnRRLdp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLVfnRRLdp .menu-logo {
  margin-right: auto;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLVfnRRLdp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLVfnRRLdp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLVfnRRLdp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLVfnRRLdp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLVfnRRLdp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLVfnRRLdp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLVfnRRLdp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLVfnRRLdp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLVfnRRLdp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLVfnRRLdp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uLVfnRRLdp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLVfnRRLdp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLVfnRRLdp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLVfnRRLdp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLVfnRRLdp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLVfnRRLdp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLVfnRRLdp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLVfnRRLdp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLVfnRRLdp button.navbar-toggler:focus {
  outline: none;
}
.cid-uLVfnRRLdp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLVfnRRLdp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLVfnRRLdp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLVfnRRLdp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLVfnRRLdp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLVfnRRLdp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLVfnRRLdp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLVfnRRLdp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLVfnRRLdp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLVfnRRLdp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLVfnRRLdp .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse.collapsing,
.cid-uLVfnRRLdp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLVfnRRLdp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLVfnRRLdp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLVfnRRLdp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLVfnRRLdp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLVfnRRLdp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uLVfnRRLdp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLVfnRRLdp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLVfnRRLdp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLVfnRRLdp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uLVfnRRLdp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLVfnRRLdp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLVfnRRLdp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uLVfnRRLdp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLVfnRRLdp img {
    height: 3.8rem !important;
  }
  .cid-uLVfnRRLdp .btn {
    display: -webkit-flex;
  }
  .cid-uLVfnRRLdp button.navbar-toggler {
    display: block;
  }
  .cid-uLVfnRRLdp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLVfnRRLdp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLVfnRRLdp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLVfnRRLdp .navbar-collapse.collapsing,
  .cid-uLVfnRRLdp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLVfnRRLdp .navbar-collapse.collapsing .navbar-nav,
  .cid-uLVfnRRLdp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLVfnRRLdp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLVfnRRLdp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLVfnRRLdp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLVfnRRLdp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLVfnRRLdp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLVfnRRLdp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLVfnRRLdp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uLVfnRRLdp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLVfnRRLdp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLVfnRRLdp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLVfnRRLdp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLVfnRRLdp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLVfnRRLdp .nav-link:hover,
.cid-uLVfnRRLdp .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uLVm0VoaTN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLVm0VoaTN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVm0VoaTN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVm0VoaTN .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVm0VoaTN .mbr-section-btn a {
  margin: 0;
}
.cid-uLVm0VoaTN .mbr-text {
  color: #767676;
}
.cid-uLVm0VoaTN .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVm0VoaTN .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVm0VoaTN .mbr-text,
.cid-uLVm0VoaTN .mbr-section-btn {
  color: #000000;
}
.cid-uLVn95B3ez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVn95B3ez .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLVn95B3ez .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uLVn95B3ez .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uLVn95B3ez .inner-container {
    width: 100% !important;
  }
}
.cid-uLVmmIEUEt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVmmIEUEt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVmmIEUEt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVmmIEUEt .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVmmIEUEt .mbr-section-btn a {
  margin: 0;
}
.cid-uLVmmIEUEt .mbr-text {
  color: #767676;
}
.cid-uLVmmIEUEt .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVmmIEUEt .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVmmIEUEt .mbr-text,
.cid-uLVmmIEUEt .mbr-section-btn {
  color: #000000;
}
.cid-uLVocra25F {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLVocra25F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVocra25F p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVocra25F .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVocra25F .mbr-section-btn a {
  margin: 0;
}
.cid-uLVocra25F .mbr-text {
  color: #767676;
}
.cid-uLVocra25F .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVocra25F .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVocra25F .mbr-text,
.cid-uLVocra25F .mbr-section-btn {
  color: #000000;
}
.cid-uODb4KWgTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODb4KWgTH .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uODb4KWgTH .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uODb4KWgTH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uODb4KWgTH .inner-container {
    width: 100% !important;
  }
}
.cid-uLVp6V0nXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLVp6V0nXt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVp6V0nXt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVp6V0nXt .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVp6V0nXt .mbr-section-btn a {
  margin: 0;
}
.cid-uLVp6V0nXt .mbr-text {
  color: #767676;
}
.cid-uLVp6V0nXt .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVp6V0nXt .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVp6V0nXt .mbr-text,
.cid-uLVp6V0nXt .mbr-section-btn {
  color: #000000;
}
.cid-uLVpDweJKp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLVpDweJKp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVpDweJKp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVpDweJKp .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVpDweJKp .mbr-section-btn a {
  margin: 0;
}
.cid-uLVpDweJKp .mbr-text {
  color: #767676;
}
.cid-uLVpDweJKp .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVpDweJKp .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVpDweJKp .mbr-text,
.cid-uLVpDweJKp .mbr-section-btn {
  color: #000000;
}
.cid-uODeCd2tnk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODeCd2tnk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uODeCd2tnk .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uODeCd2tnk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uODeCd2tnk .inner-container {
    width: 100% !important;
  }
}
.cid-uODbbRLH9J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODbbRLH9J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODbbRLH9J p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODbbRLH9J .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODbbRLH9J .mbr-section-btn a {
  margin: 0;
}
.cid-uODbbRLH9J .mbr-text {
  color: #767676;
}
.cid-uODbbRLH9J .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODbbRLH9J .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODbbRLH9J .mbr-text,
.cid-uODbbRLH9J .mbr-section-btn {
  color: #000000;
}
.cid-uLVqcZyx6n {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLVqcZyx6n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLVqcZyx6n p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLVqcZyx6n .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uLVqcZyx6n .mbr-section-btn a {
  margin: 0;
}
.cid-uLVqcZyx6n .mbr-text {
  color: #767676;
}
.cid-uLVqcZyx6n .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLVqcZyx6n .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uLVqcZyx6n .mbr-text,
.cid-uLVqcZyx6n .mbr-section-btn {
  color: #000000;
}
.cid-uODfpLp7Xh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODfpLp7Xh .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uODfpLp7Xh .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uODfpLp7Xh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uODfpLp7Xh .inner-container {
    width: 100% !important;
  }
}
.cid-uODf4MSXfK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uODf4MSXfK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODf4MSXfK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODf4MSXfK .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODf4MSXfK .mbr-section-btn a {
  margin: 0;
}
.cid-uODf4MSXfK .mbr-text {
  color: #767676;
}
.cid-uODf4MSXfK .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODf4MSXfK .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODf4MSXfK .mbr-text,
.cid-uODf4MSXfK .mbr-section-btn {
  color: #000000;
}
.cid-uODfZoHZJR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODfZoHZJR .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uODfZoHZJR .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uODfZoHZJR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uODfZoHZJR .inner-container {
    width: 100% !important;
  }
}
.cid-uOD6EziWOa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOD6EziWOa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOD6EziWOa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOD6EziWOa .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOD6EziWOa .mbr-section-btn a {
  margin: 0;
}
.cid-uOD6EziWOa .mbr-text {
  color: #767676;
}
.cid-uOD6EziWOa .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOD6EziWOa .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOD6EziWOa .mbr-text,
.cid-uOD6EziWOa .mbr-section-btn {
  color: #000000;
}
.cid-uODfVuLMEL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODfVuLMEL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODfVuLMEL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODfVuLMEL .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODfVuLMEL .mbr-section-btn a {
  margin: 0;
}
.cid-uODfVuLMEL .mbr-text {
  color: #767676;
}
.cid-uODfVuLMEL .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODfVuLMEL .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODfVuLMEL .mbr-text,
.cid-uODfVuLMEL .mbr-section-btn {
  color: #000000;
}
.cid-uOD7CNLIj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOD7CNLIj3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOD7CNLIj3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOD7CNLIj3 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOD7CNLIj3 .mbr-section-btn a {
  margin: 0;
}
.cid-uOD7CNLIj3 .mbr-text {
  color: #767676;
}
.cid-uOD7CNLIj3 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOD7CNLIj3 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOD7CNLIj3 .mbr-text,
.cid-uOD7CNLIj3 .mbr-section-btn {
  color: #000000;
}
.cid-uOD8m3QsRa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOD8m3QsRa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOD8m3QsRa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOD8m3QsRa .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOD8m3QsRa .mbr-section-btn a {
  margin: 0;
}
.cid-uOD8m3QsRa .mbr-text {
  color: #767676;
}
.cid-uOD8m3QsRa .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOD8m3QsRa .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOD8m3QsRa .mbr-text,
.cid-uOD8m3QsRa .mbr-section-btn {
  color: #000000;
}
.cid-uOD9Eh7qYe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOD9Eh7qYe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uOD9Eh7qYe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOD9Eh7qYe .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uOD9Eh7qYe .mbr-section-btn a {
  margin: 0;
}
.cid-uOD9Eh7qYe .mbr-text {
  color: #767676;
}
.cid-uOD9Eh7qYe .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOD9Eh7qYe .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uOD9Eh7qYe .mbr-text,
.cid-uOD9Eh7qYe .mbr-section-btn {
  color: #000000;
}
.cid-uODhq6sjiI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODhq6sjiI .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uODhq6sjiI .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-uODhq6sjiI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uODhq6sjiI .inner-container {
    width: 100% !important;
  }
}
.cid-uODhzYD0W7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODhzYD0W7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODhzYD0W7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODhzYD0W7 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODhzYD0W7 .mbr-section-btn a {
  margin: 0;
}
.cid-uODhzYD0W7 .mbr-text {
  color: #767676;
}
.cid-uODhzYD0W7 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODhzYD0W7 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODhzYD0W7 .mbr-text,
.cid-uODhzYD0W7 .mbr-section-btn {
  color: #000000;
}
.cid-uODiXo57FJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODiXo57FJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODiXo57FJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODiXo57FJ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODiXo57FJ .mbr-section-btn a {
  margin: 0;
}
.cid-uODiXo57FJ .mbr-text {
  color: #767676;
}
.cid-uODiXo57FJ .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODiXo57FJ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODiXo57FJ .mbr-text,
.cid-uODiXo57FJ .mbr-section-btn {
  color: #000000;
}
.cid-uODluqIbht {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODluqIbht h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODluqIbht p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODluqIbht .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODluqIbht .mbr-section-btn a {
  margin: 0;
}
.cid-uODluqIbht .mbr-text {
  color: #767676;
}
.cid-uODluqIbht .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODluqIbht .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODluqIbht .mbr-text,
.cid-uODluqIbht .mbr-section-btn {
  color: #000000;
}
.cid-uODm2GiMXH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODm2GiMXH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODm2GiMXH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODm2GiMXH .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODm2GiMXH .mbr-section-btn a {
  margin: 0;
}
.cid-uODm2GiMXH .mbr-text {
  color: #767676;
}
.cid-uODm2GiMXH .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODm2GiMXH .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODm2GiMXH .mbr-text,
.cid-uODm2GiMXH .mbr-section-btn {
  color: #000000;
}
.cid-uODsfzKFtd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODsfzKFtd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsfzKFtd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsfzKFtd .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsfzKFtd .mbr-section-btn a {
  margin: 0;
}
.cid-uODsfzKFtd .mbr-text {
  color: #767676;
}
.cid-uODsfzKFtd .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsfzKFtd .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsfzKFtd .mbr-text,
.cid-uODsfzKFtd .mbr-section-btn {
  color: #000000;
}
.cid-uODsmv5pEf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODsmv5pEf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsmv5pEf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsmv5pEf .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsmv5pEf .mbr-section-btn a {
  margin: 0;
}
.cid-uODsmv5pEf .mbr-text {
  color: #767676;
}
.cid-uODsmv5pEf .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsmv5pEf .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsmv5pEf .mbr-text,
.cid-uODsmv5pEf .mbr-section-btn {
  color: #000000;
}
.cid-uODssFBATP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODssFBATP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODssFBATP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODssFBATP .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODssFBATP .mbr-section-btn a {
  margin: 0;
}
.cid-uODssFBATP .mbr-text {
  color: #767676;
}
.cid-uODssFBATP .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODssFBATP .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODssFBATP .mbr-text,
.cid-uODssFBATP .mbr-section-btn {
  color: #000000;
}
.cid-uODsyz7f0O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODsyz7f0O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsyz7f0O p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsyz7f0O .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsyz7f0O .mbr-section-btn a {
  margin: 0;
}
.cid-uODsyz7f0O .mbr-text {
  color: #767676;
}
.cid-uODsyz7f0O .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsyz7f0O .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsyz7f0O .mbr-text,
.cid-uODsyz7f0O .mbr-section-btn {
  color: #000000;
}
.cid-uODsDC2Bbr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODsDC2Bbr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsDC2Bbr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsDC2Bbr .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsDC2Bbr .mbr-section-btn a {
  margin: 0;
}
.cid-uODsDC2Bbr .mbr-text {
  color: #767676;
}
.cid-uODsDC2Bbr .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsDC2Bbr .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsDC2Bbr .mbr-text,
.cid-uODsDC2Bbr .mbr-section-btn {
  color: #000000;
}
.cid-uODsLcfbDo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uODsLcfbDo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsLcfbDo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsLcfbDo .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsLcfbDo .mbr-section-btn a {
  margin: 0;
}
.cid-uODsLcfbDo .mbr-text {
  color: #767676;
}
.cid-uODsLcfbDo .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsLcfbDo .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsLcfbDo .mbr-text,
.cid-uODsLcfbDo .mbr-section-btn {
  color: #000000;
}
.cid-uODsQ8BxiM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uODsQ8BxiM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uODsQ8BxiM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uODsQ8BxiM .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uODsQ8BxiM .mbr-section-btn a {
  margin: 0;
}
.cid-uODsQ8BxiM .mbr-text {
  color: #767676;
}
.cid-uODsQ8BxiM .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uODsQ8BxiM .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uODsQ8BxiM .mbr-text,
.cid-uODsQ8BxiM .mbr-section-btn {
  color: #000000;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uL3xmUgHOm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uL3xmUgHOm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uL3xmUgHOm a {
  font-style: normal;
}
.cid-uL3xmUgHOm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uL3xmUgHOm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uL3xmUgHOm .nav-item:focus,
.cid-uL3xmUgHOm .nav-link:focus {
  outline: none;
}
.cid-uL3xmUgHOm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uL3xmUgHOm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uL3xmUgHOm .menu-logo {
  margin-right: auto;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL3xmUgHOm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uL3xmUgHOm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uL3xmUgHOm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uL3xmUgHOm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uL3xmUgHOm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uL3xmUgHOm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uL3xmUgHOm button.navbar-toggler:focus {
  outline: none;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL3xmUgHOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL3xmUgHOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL3xmUgHOm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL3xmUgHOm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uL3xmUgHOm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uL3xmUgHOm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uL3xmUgHOm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uL3xmUgHOm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uL3xmUgHOm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uL3xmUgHOm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uL3xmUgHOm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uL3xmUgHOm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL3xmUgHOm img {
    height: 3.8rem !important;
  }
  .cid-uL3xmUgHOm .btn {
    display: -webkit-flex;
  }
  .cid-uL3xmUgHOm button.navbar-toggler {
    display: block;
  }
  .cid-uL3xmUgHOm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uL3xmUgHOm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uL3xmUgHOm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing,
  .cid-uL3xmUgHOm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-nav,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uL3xmUgHOm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uL3xmUgHOm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uL3xmUgHOm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uL3xmUgHOm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uL3xmUgHOm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uL3xmUgHOm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uL3xmUgHOm .nav-link:hover,
.cid-uL3xmUgHOm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uLVeE5pWD9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uLVeE5pWD9 .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uLVeE5pWD9 div.b {
  padding-top: 2rem;
}
.cid-uLVeE5pWD9 H5 {
  color: #000000;
}
.cid-uMtVnBmf44 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uMtVnBmf44 P {
  color: #767676;
}
.cid-uOF2WX6D6Q {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uOF2WX6D6Q P {
  color: #767676;
}
.cid-uOF2shKnIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOF2shKnIk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOF2shKnIk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOF2shKnIk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOF2shKnIk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOF2shKnIk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uOF2shKnIk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOF2shKnIk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOF2shKnIk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uOF2shKnIk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOF2shKnIk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOF2shKnIk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOF2shKnIk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uP8fKwWQgq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uP8fKwWQgq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uP8fKwWQgq a {
  font-style: normal;
}
.cid-uP8fKwWQgq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uP8fKwWQgq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uP8fKwWQgq .nav-item:focus,
.cid-uP8fKwWQgq .nav-link:focus {
  outline: none;
}
.cid-uP8fKwWQgq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uP8fKwWQgq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uP8fKwWQgq .menu-logo {
  margin-right: auto;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uP8fKwWQgq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uP8fKwWQgq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uP8fKwWQgq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uP8fKwWQgq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP8fKwWQgq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uP8fKwWQgq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uP8fKwWQgq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uP8fKwWQgq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8fKwWQgq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uP8fKwWQgq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uP8fKwWQgq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uP8fKwWQgq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uP8fKwWQgq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uP8fKwWQgq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uP8fKwWQgq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uP8fKwWQgq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uP8fKwWQgq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uP8fKwWQgq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uP8fKwWQgq button.navbar-toggler:focus {
  outline: none;
}
.cid-uP8fKwWQgq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8fKwWQgq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP8fKwWQgq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP8fKwWQgq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP8fKwWQgq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP8fKwWQgq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP8fKwWQgq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP8fKwWQgq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP8fKwWQgq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP8fKwWQgq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uP8fKwWQgq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse.collapsing,
.cid-uP8fKwWQgq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uP8fKwWQgq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uP8fKwWQgq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uP8fKwWQgq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uP8fKwWQgq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uP8fKwWQgq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uP8fKwWQgq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uP8fKwWQgq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uP8fKwWQgq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uP8fKwWQgq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uP8fKwWQgq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uP8fKwWQgq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uP8fKwWQgq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uP8fKwWQgq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uP8fKwWQgq img {
    height: 3.8rem !important;
  }
  .cid-uP8fKwWQgq .btn {
    display: -webkit-flex;
  }
  .cid-uP8fKwWQgq button.navbar-toggler {
    display: block;
  }
  .cid-uP8fKwWQgq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uP8fKwWQgq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uP8fKwWQgq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uP8fKwWQgq .navbar-collapse.collapsing,
  .cid-uP8fKwWQgq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uP8fKwWQgq .navbar-collapse.collapsing .navbar-nav,
  .cid-uP8fKwWQgq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uP8fKwWQgq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uP8fKwWQgq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uP8fKwWQgq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uP8fKwWQgq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uP8fKwWQgq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uP8fKwWQgq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uP8fKwWQgq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uP8fKwWQgq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uP8fKwWQgq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uP8fKwWQgq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uP8fKwWQgq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uP8fKwWQgq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uP8fKwWQgq .nav-link:hover,
.cid-uP8fKwWQgq .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uPcPluFC29 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPcPluFC29 .mbr-text,
.cid-uPcPluFC29 blockquote {
  color: #767676;
}
.cid-uPcPluFC29 .mbr-text {
  color: #000000;
}
.cid-uP8h00S7NK {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uP8h00S7NK P {
  color: #767676;
}
.cid-uP8h2I42Th {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP8h2I42Th P {
  color: #767676;
}
.cid-uP8fKO6GlT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uP8fKO6GlT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP8fKO6GlT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP8fKO6GlT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP8fKO6GlT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uP8fKO6GlT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uP8fKO6GlT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uP8fKO6GlT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uP8fKO6GlT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uP8fKO6GlT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP8fKO6GlT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP8fKO6GlT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP8fKO6GlT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uP8fKO6GlT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uP8fKO6GlT .media-container-row .row-copirayt p {
  width: 100%;
}
