body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #6667ab !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #8ee323 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6667ab !important;
  border-color: #6667ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #46467f !important;
  border-color: #46467f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #46467f !important;
  border-color: #46467f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #be264c !important;
  border-color: #be264c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e1932 !important;
  border-color: #7e1932 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e1932 !important;
  border-color: #7e1932 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8ee323 !important;
  border-color: #8ee323 !important;
  color: #040601 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #040601 !important;
  background-color: #65a515 !important;
  border-color: #65a515 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #040601 !important;
  background-color: #65a515 !important;
  border-color: #65a515 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #3d3d6e;
  color: #3d3d6e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6667ab;
  border-color: #6667ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6667ab !important;
  border-color: #6667ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #69152a;
  color: #69152a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #be264c;
  border-color: #be264c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be264c !important;
  border-color: #be264c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #578e12;
  color: #578e12;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #040601;
  background-color: #8ee323;
  border-color: #8ee323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #040601 !important;
  background-color: #8ee323 !important;
  border-color: #8ee323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #6667ab !important;
}
.text-secondary {
  color: #be264c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #8ee323 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3d3d6e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #69152a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #578e12 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #8ee323;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6667ab;
  border-color: #6667ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6667ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8b9d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebfad8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #6667ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #6667ab;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #6667ab;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #6667ab;
  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: #6667ab;
  border-bottom-color: #6667ab;
}
.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: #6667ab !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: #be264c !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='%236667ab' %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-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uf6cjWjXCv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uf6cjWjXCv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uf6cjWjXCv H2 {
  color: #be264c;
}
.cid-veuXvSWNQi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pallet20loading20systems-2000x1070.jpg");
}
.cid-veuXvSWNQi .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-veuXvSWNQi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-veuXvSWNQi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veuXvSWNQi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veuXvSWNQi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-veuXvSWNQi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veuXvSWNQi a.close:hover {
  color: #ffffff;
}
.cid-veuXvSWNQi P {
  text-align: justify;
  color: #ffffff;
}
.cid-veuY2BEc08 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veuY2BEc08 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-veuY2BEc08 H2 {
  color: #cc2952;
}
.cid-veuWiVWlUm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veuWiVWlUm .card-img {
  background-color: #fff;
}
.cid-veuWiVWlUm .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-veuWiVWlUm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-veuWiVWlUm p {
  text-align: left;
}
.cid-veuWiVWlUm .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-veuWiVWlUm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veuWiVWlUm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-veuWiVWlUm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-veuWiVWlUm .card-title {
  text-align: center;
  color: #be264c;
}
.cid-v9LsoYtOhz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LsoYtOhz h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LsoYtOhz p {
  color: #767676;
}
.cid-v9LsoYtOhz .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LsoYtOhz .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LsoYtOhz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LsoYtOhz .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LsoYtOhz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LsoYtOhz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8K320US8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8K320US8q .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8K320US8q .content {
    text-align: center;
  }
  .cid-v8K320US8q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8K320US8q .img-logo img {
  height: 6rem;
}
.cid-v8K320US8q .form-group,
.cid-v8K320US8q .input-group-btn {
  padding: 0;
}
.cid-v8K320US8q .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8K320US8q .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8K320US8q .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8K320US8q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8K320US8q .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8K320US8q .footer-lower .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-v8K320US8q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8K320US8q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8K320US8q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8K320US8q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8K320US8q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8K320US8q .foot-logo {
    text-align: center !important;
  }
  .cid-v8K320US8q .foot-title {
    text-align: center !important;
  }
  .cid-v8K320US8q .mbr-text {
    text-align: center !important;
  }
  .cid-v8K320US8q .form-group {
    margin: 0;
  }
}
.cid-v8K320US8q .mbr-links-column {
  text-align: left;
}
.cid-v8K320US8q .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-veMRdAqFpx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pallet20loading20systems-1-2000x1500.jpeg");
}
.cid-rCHkD8qPgh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCHkD8qPgh .mbr-section-subtitle {
  color: #be264c;
  font-weight: 300;
}
.cid-rCHkD8qPgh .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCHkD8qPgh .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCHkD8qPgh .img-text {
  width: 42px;
  height: 42px;
  font-size: 21px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCHkD8qPgh .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCHkD8qPgh .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCHkD8qPgh .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rCHkD8qPgh .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rCHkD8qPgh .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rCHkD8qPgh .mbr-section-title {
  color: #be264c;
}
.cid-rct3Ay34xf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rct3Ay34xf .mbr-section-subtitle {
  color: #be264c;
}
.cid-rct1GVIJI3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rct1GVIJI3 .counter-container {
  color: #767676;
}
.cid-rct1GVIJI3 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rct1GVIJI3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rct1GVIJI3 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rct1GVIJI3 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-rCGK1bYeox {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCGK1bYeox .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-rCGK1bYeox H2 {
  color: #be264c;
}
.cid-v9LyOnqWwd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LyOnqWwd h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LyOnqWwd p {
  color: #767676;
}
.cid-v9LyOnqWwd .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LyOnqWwd .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LyOnqWwd .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LyOnqWwd .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LyOnqWwd .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LyOnqWwd .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KQQHaHOV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KQQHaHOV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQQHaHOV .content {
    text-align: center;
  }
  .cid-v8KQQHaHOV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KQQHaHOV .img-logo img {
  height: 6rem;
}
.cid-v8KQQHaHOV .form-group,
.cid-v8KQQHaHOV .input-group-btn {
  padding: 0;
}
.cid-v8KQQHaHOV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KQQHaHOV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KQQHaHOV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQQHaHOV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KQQHaHOV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KQQHaHOV .footer-lower .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-v8KQQHaHOV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KQQHaHOV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KQQHaHOV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KQQHaHOV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KQQHaHOV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KQQHaHOV .foot-logo {
    text-align: center !important;
  }
  .cid-v8KQQHaHOV .foot-title {
    text-align: center !important;
  }
  .cid-v8KQQHaHOV .mbr-text {
    text-align: center !important;
  }
  .cid-v8KQQHaHOV .form-group {
    margin: 0;
  }
}
.cid-v8KQQHaHOV .mbr-links-column {
  text-align: left;
}
.cid-v8KQQHaHOV .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rEGxvKUGSB {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEGxvKUGSB .mbr-section-subtitle {
  color: #767676;
}
.cid-rEGxvKUGSB H2 {
  color: #be264c;
}
.cid-rwHlO3a4TG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwHlO3a4TG .mbr-text,
.cid-rwHlO3a4TG blockquote {
  color: #767676;
}
.cid-tzQSBsYfI7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzQSBsYfI7 h2 {
  text-align: left;
}
.cid-tzQSBsYfI7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tzQSBsYfI7 p {
  color: #767676;
  text-align: left;
}
.cid-tzQSBsYfI7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tzQSBsYfI7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tzQSBsYfI7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzQSBsYfI7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzQSBsYfI7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tzQSBsYfI7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tzQSBsYfI7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tzQSBsYfI7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tzQSBsYfI7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rwHlO7Qt5y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwHlO7Qt5y h2 {
  text-align: left;
}
.cid-rwHlO7Qt5y h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rwHlO7Qt5y p {
  color: #767676;
  text-align: left;
}
.cid-rwHlO7Qt5y .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rwHlO7Qt5y .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rwHlO7Qt5y .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwHlO7Qt5y .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rwHlO7Qt5y .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rwHlO7Qt5y .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rwHlO7Qt5y .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rwHlO7Qt5y .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rwHlO7Qt5y .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rwHlO7Qt5y .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rwHlO7Qt5y .card-img span {
    font-size: 40px !important;
  }
}
.cid-rwKI4AeZr0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwKI4AeZr0 h2 {
  text-align: left;
}
.cid-rwKI4AeZr0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rwKI4AeZr0 p {
  color: #767676;
  text-align: left;
}
.cid-rwKI4AeZr0 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rwKI4AeZr0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rwKI4AeZr0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwKI4AeZr0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rwKI4AeZr0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rwKI4AeZr0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rwKI4AeZr0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rwKI4AeZr0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rwKI4AeZr0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tA9gjJ9ZAB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tA9gjJ9ZAB h2 {
  text-align: left;
}
.cid-tA9gjJ9ZAB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tA9gjJ9ZAB p {
  color: #767676;
  text-align: left;
}
.cid-tA9gjJ9ZAB .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tA9gjJ9ZAB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tA9gjJ9ZAB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tA9gjJ9ZAB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tA9gjJ9ZAB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tA9gjJ9ZAB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tA9gjJ9ZAB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tA9gjJ9ZAB .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tA9gjJ9ZAB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tA9gjJ9ZAB .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tA9gjJ9ZAB .card-img span {
    font-size: 40px !important;
  }
}
.cid-tvjsb35dNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvjsb35dNT h2 {
  text-align: left;
}
.cid-tvjsb35dNT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tvjsb35dNT p {
  color: #767676;
  text-align: left;
}
.cid-tvjsb35dNT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tvjsb35dNT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tvjsb35dNT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvjsb35dNT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tvjsb35dNT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tvjsb35dNT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tvjsb35dNT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tvjsb35dNT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tvjsb35dNT .card-img span {
    font-size: 40px !important;
  }
}
.cid-tvjuw0xPvY {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tvjuw0xPvY h2 {
  text-align: left;
}
.cid-tvjuw0xPvY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tvjuw0xPvY p {
  color: #767676;
  text-align: left;
}
.cid-tvjuw0xPvY .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tvjuw0xPvY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tvjuw0xPvY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvjuw0xPvY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tvjuw0xPvY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tvjuw0xPvY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tvjuw0xPvY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tvjuw0xPvY .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tvjuw0xPvY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tvjuw0xPvY .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tvjuw0xPvY .card-img span {
    font-size: 40px !important;
  }
}
.cid-tvjC3r884f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvjC3r884f h2 {
  text-align: left;
}
.cid-tvjC3r884f h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tvjC3r884f p {
  color: #767676;
  text-align: left;
}
.cid-tvjC3r884f .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tvjC3r884f .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tvjC3r884f .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvjC3r884f .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tvjC3r884f .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tvjC3r884f .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tvjC3r884f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tvjC3r884f .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tvjC3r884f .card-img span {
    font-size: 40px !important;
  }
}
.cid-tzAtBddnIp {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tzAtBddnIp h2 {
  text-align: left;
}
.cid-tzAtBddnIp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tzAtBddnIp p {
  color: #767676;
  text-align: left;
}
.cid-tzAtBddnIp .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tzAtBddnIp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tzAtBddnIp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzAtBddnIp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzAtBddnIp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tzAtBddnIp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tzAtBddnIp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tzAtBddnIp .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tzAtBddnIp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tzAtBddnIp .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tzAtBddnIp .card-img span {
    font-size: 40px !important;
  }
}
.cid-tzBx5om3Tq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tzBx5om3Tq h2 {
  text-align: left;
}
.cid-tzBx5om3Tq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tzBx5om3Tq p {
  color: #767676;
  text-align: left;
}
.cid-tzBx5om3Tq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tzBx5om3Tq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tzBx5om3Tq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzBx5om3Tq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzBx5om3Tq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tzBx5om3Tq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tzBx5om3Tq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tzBx5om3Tq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tzBx5om3Tq .card-img span {
    font-size: 40px !important;
  }
}
.cid-tzVeg2W8AE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tzVeg2W8AE h2 {
  text-align: left;
}
.cid-tzVeg2W8AE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tzVeg2W8AE p {
  color: #767676;
  text-align: left;
}
.cid-tzVeg2W8AE .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tzVeg2W8AE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tzVeg2W8AE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzVeg2W8AE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzVeg2W8AE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tzVeg2W8AE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tzVeg2W8AE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tzVeg2W8AE .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tzVeg2W8AE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tzVeg2W8AE .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tzVeg2W8AE .card-img span {
    font-size: 40px !important;
  }
}
.cid-tAtluOu1in {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAtluOu1in h2 {
  text-align: left;
}
.cid-tAtluOu1in h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tAtluOu1in p {
  color: #767676;
  text-align: left;
}
.cid-tAtluOu1in .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tAtluOu1in .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tAtluOu1in .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tAtluOu1in .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tAtluOu1in .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tAtluOu1in .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tAtluOu1in .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAtluOu1in .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tAtluOu1in .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9Ly7C43uF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Ly7C43uF h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Ly7C43uF p {
  color: #767676;
}
.cid-v9Ly7C43uF .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Ly7C43uF .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Ly7C43uF .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Ly7C43uF .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Ly7C43uF .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Ly7C43uF .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KP5flrhD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KP5flrhD .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KP5flrhD .content {
    text-align: center;
  }
  .cid-v8KP5flrhD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KP5flrhD .img-logo img {
  height: 6rem;
}
.cid-v8KP5flrhD .form-group,
.cid-v8KP5flrhD .input-group-btn {
  padding: 0;
}
.cid-v8KP5flrhD .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KP5flrhD .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KP5flrhD .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KP5flrhD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KP5flrhD .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KP5flrhD .footer-lower .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-v8KP5flrhD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KP5flrhD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KP5flrhD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KP5flrhD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KP5flrhD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KP5flrhD .foot-logo {
    text-align: center !important;
  }
  .cid-v8KP5flrhD .foot-title {
    text-align: center !important;
  }
  .cid-v8KP5flrhD .mbr-text {
    text-align: center !important;
  }
  .cid-v8KP5flrhD .form-group {
    margin: 0;
  }
}
.cid-v8KP5flrhD .mbr-links-column {
  text-align: left;
}
.cid-v8KP5flrhD .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rCAQMEBvS7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAQMEBvS7 .mbr-section-subtitle {
  color: #be264c;
}
.cid-rCAQMEBvS7 H2 {
  color: #be264c;
}
.cid-rCAWROosiL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAWROosiL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rCAWROosiL .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCAWROosiL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCAWROosiL .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCAWROosiL .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCAWROosiL .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCAWROosiL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rCAWROosiL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rCAWROosiL .media-block {
    padding-left: 2rem;
  }
}
.cid-rCAWROosiL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rCAWROosiL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rCAWROosiL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rCAWROosiL .mbr-section-title {
  color: #be264c;
}
.cid-rCAVD7Al9t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAVD7Al9t .mbr-section-subtitle {
  color: #767676;
}
.cid-rCAVD7Al9t H2 {
  color: #be264c;
}
.cid-rCAS4nWvA0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCAS4nWvA0 .mbr-text {
  color: #767676;
}
.cid-rCAS4nWvA0 h4 {
  text-align: center;
}
.cid-rCAS4nWvA0 p {
  text-align: center;
}
.cid-rCAS4nWvA0 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCB63qZrjy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCB63qZrjy .mbr-text {
  color: #767676;
}
.cid-rCB63qZrjy h4 {
  text-align: center;
}
.cid-rCB63qZrjy p {
  text-align: center;
}
.cid-rCB63qZrjy .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCBdd0EQWo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCBdd0EQWo .mbr-section-subtitle {
  color: #767676;
}
.cid-rCBdd0EQWo H2 {
  color: #be264c;
}
.cid-rDosS0oXN6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDosS0oXN6 .card-img {
  background-color: #fff;
}
.cid-rDosS0oXN6 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rDosS0oXN6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rDosS0oXN6 p {
  text-align: left;
}
.cid-rDosS0oXN6 .mbr-text {
  color: #767676;
}
.cid-rDosS0oXN6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rDosS0oXN6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rDosS0oXN6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rE24NPGFea {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE24NPGFea .card-img {
  background-color: #fff;
}
.cid-rE24NPGFea .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rE24NPGFea h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rE24NPGFea p {
  text-align: left;
}
.cid-rE24NPGFea .mbr-text {
  color: #767676;
}
.cid-rE24NPGFea .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rE24NPGFea .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rE24NPGFea .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rCBaD9TrOa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCBaD9TrOa .card-box {
  padding: 0 2rem;
}
.cid-rCBaD9TrOa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCBaD9TrOa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCBaD9TrOa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCBaD9TrOa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCBaD9TrOa .mbr-text {
  color: #767676;
}
.cid-rCBaD9TrOa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCBaD9TrOa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v9LylerRVQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LylerRVQ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LylerRVQ p {
  color: #767676;
}
.cid-v9LylerRVQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LylerRVQ .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LylerRVQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LylerRVQ .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LylerRVQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LylerRVQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KPRgL8eZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KPRgL8eZ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPRgL8eZ .content {
    text-align: center;
  }
  .cid-v8KPRgL8eZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KPRgL8eZ .img-logo img {
  height: 6rem;
}
.cid-v8KPRgL8eZ .form-group,
.cid-v8KPRgL8eZ .input-group-btn {
  padding: 0;
}
.cid-v8KPRgL8eZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KPRgL8eZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KPRgL8eZ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPRgL8eZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KPRgL8eZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KPRgL8eZ .footer-lower .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-v8KPRgL8eZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KPRgL8eZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KPRgL8eZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KPRgL8eZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KPRgL8eZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KPRgL8eZ .foot-logo {
    text-align: center !important;
  }
  .cid-v8KPRgL8eZ .foot-title {
    text-align: center !important;
  }
  .cid-v8KPRgL8eZ .mbr-text {
    text-align: center !important;
  }
  .cid-v8KPRgL8eZ .form-group {
    margin: 0;
  }
}
.cid-v8KPRgL8eZ .mbr-links-column {
  text-align: left;
}
.cid-v8KPRgL8eZ .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rCJ9N49XTR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCJ9N49XTR .mbr-section-subtitle {
  color: #be264c;
}
.cid-rCJ9N49XTR H2 {
  color: #be264c;
}
.cid-rCJ9N4BsZr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCJ9N4BsZr .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJ9N4BsZr H2 {
  color: #be264c;
}
.cid-rCJ9N4N2MV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCJ9N4N2MV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rCJ9N4N2MV .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCJ9N4N2MV .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCJ9N4N2MV .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCJ9N4N2MV .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCJ9N4N2MV .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCJ9N4N2MV .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rCJ9N4N2MV .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rCJ9N4N2MV .media-block {
    padding-left: 2rem;
  }
}
.cid-rCJ9N4N2MV .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rCJ9N4N2MV .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rCJ9N4N2MV .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rCJ9N4N2MV .mbr-section-title {
  color: #be264c;
}
.cid-rCJ9N5f9bN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N5f9bN .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJ9N5f9bN H2 {
  color: #be264c;
}
.cid-rCJ9N5p3JM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N5p3JM .mbr-text {
  color: #767676;
}
.cid-rCJ9N5p3JM h4 {
  text-align: center;
}
.cid-rCJ9N5p3JM p {
  text-align: center;
}
.cid-rCJ9N5p3JM .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJ9N5Tngl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N5Tngl .mbr-text {
  color: #767676;
}
.cid-rCJ9N5Tngl h4 {
  text-align: center;
}
.cid-rCJ9N5Tngl p {
  text-align: center;
}
.cid-rCJ9N5Tngl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJ9N6qokk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCJ9N6qokk .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJ9N6qokk H2 {
  color: #be264c;
}
.cid-rCJ9N6CrPu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N6CrPu .card-box {
  padding: 0 2rem;
}
.cid-rCJ9N6CrPu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCJ9N6CrPu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCJ9N6CrPu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCJ9N6CrPu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCJ9N6CrPu .mbr-text {
  color: #767676;
}
.cid-rCJ9N6CrPu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCJ9N6CrPu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rCJ9N78q3O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N78q3O .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rCJ9N78q3O .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCJ9N78q3O .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCJ9N78q3O .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCJ9N78q3O .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCJ9N78q3O .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCJ9N78q3O .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rCJ9N78q3O .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rCJ9N78q3O .media-block {
    padding-left: 2rem;
  }
}
.cid-rCJ9N78q3O .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rCJ9N78q3O .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rCJ9N78q3O .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rCJ9N78q3O .mbr-section-title {
  color: #be264c;
}
.cid-rCJ9N7Pmyo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N7Pmyo .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJ9N7Pmyo H2 {
  color: #be264c;
}
.cid-rCJ9N83MVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N83MVE .mbr-text {
  color: #767676;
}
.cid-rCJ9N83MVE h4 {
  text-align: center;
}
.cid-rCJ9N83MVE p {
  text-align: center;
}
.cid-rCJ9N83MVE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJ9N8tbyu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJ9N8tbyu .mbr-text {
  color: #767676;
}
.cid-rCJ9N8tbyu h4 {
  text-align: center;
}
.cid-rCJ9N8tbyu p {
  text-align: center;
}
.cid-rCJ9N8tbyu .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJ9N8Uwo1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCJ9N8Uwo1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJ9N8Uwo1 H2 {
  color: #be264c;
}
.cid-rCJ9N99DRy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCJ9N99DRy .card-box {
  padding: 0 2rem;
}
.cid-rCJ9N99DRy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCJ9N99DRy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCJ9N99DRy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCJ9N99DRy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCJ9N99DRy .mbr-text {
  color: #767676;
}
.cid-rCJ9N99DRy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCJ9N99DRy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rCJskNl6qd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJskNl6qd .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rCJskNl6qd .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCJskNl6qd .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCJskNl6qd .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCJskNl6qd .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCJskNl6qd .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCJskNl6qd .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rCJskNl6qd .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rCJskNl6qd .media-block {
    padding-left: 2rem;
  }
}
.cid-rCJskNl6qd .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rCJskNl6qd .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rCJskNl6qd .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rCJskNl6qd .mbr-section-title {
  color: #be264c;
}
.cid-rCJzrhxJFC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJzrhxJFC .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJzrhxJFC H2 {
  color: #be264c;
}
.cid-rCJzL689g6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJzL689g6 .mbr-text {
  color: #767676;
}
.cid-rCJzL689g6 h4 {
  text-align: center;
}
.cid-rCJzL689g6 p {
  text-align: center;
}
.cid-rCJzL689g6 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJzMDsMOK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCJzMDsMOK .mbr-text {
  color: #767676;
}
.cid-rCJzMDsMOK h4 {
  text-align: center;
}
.cid-rCJzMDsMOK p {
  text-align: center;
}
.cid-rCJzMDsMOK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCJA2r0ZfV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCJA2r0ZfV .mbr-section-subtitle {
  color: #767676;
}
.cid-rCJA2r0ZfV H2 {
  color: #be264c;
}
.cid-rCJEoF8Lai {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCJEoF8Lai .card-box {
  padding: 0 2rem;
}
.cid-rCJEoF8Lai .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCJEoF8Lai .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCJEoF8Lai h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCJEoF8Lai p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCJEoF8Lai .mbr-text {
  color: #767676;
}
.cid-rCJEoF8Lai .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCJEoF8Lai .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v9LypmlUrV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LypmlUrV h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LypmlUrV p {
  color: #767676;
}
.cid-v9LypmlUrV .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LypmlUrV .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LypmlUrV .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LypmlUrV .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LypmlUrV .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LypmlUrV .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KPY8Hzdb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KPY8Hzdb .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPY8Hzdb .content {
    text-align: center;
  }
  .cid-v8KPY8Hzdb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KPY8Hzdb .img-logo img {
  height: 6rem;
}
.cid-v8KPY8Hzdb .form-group,
.cid-v8KPY8Hzdb .input-group-btn {
  padding: 0;
}
.cid-v8KPY8Hzdb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KPY8Hzdb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KPY8Hzdb .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPY8Hzdb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KPY8Hzdb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KPY8Hzdb .footer-lower .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-v8KPY8Hzdb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KPY8Hzdb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KPY8Hzdb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KPY8Hzdb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KPY8Hzdb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KPY8Hzdb .foot-logo {
    text-align: center !important;
  }
  .cid-v8KPY8Hzdb .foot-title {
    text-align: center !important;
  }
  .cid-v8KPY8Hzdb .mbr-text {
    text-align: center !important;
  }
  .cid-v8KPY8Hzdb .form-group {
    margin: 0;
  }
}
.cid-v8KPY8Hzdb .mbr-links-column {
  text-align: left;
}
.cid-v8KPY8Hzdb .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rCOChjKKGb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rCOChjKKGb .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-rCOChjKKGb H2 {
  color: #be264c;
}
.cid-u8XLtZnbub {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u8XLtZnbub .image-block {
  margin: auto;
}
.cid-u8XLtZnbub figcaption {
  position: relative;
}
.cid-u8XLtZnbub figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8XLtZnbub .image-block {
    width: 100% !important;
  }
}
.cid-rCOChkVIL7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChkVIL7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-rCOChkVIL7 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rCOChkVIL7 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rCOChkVIL7 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rCOChkVIL7 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rCOChkVIL7 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rCOChkVIL7 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rCOChkVIL7 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rCOChkVIL7 .media-block {
    padding-left: 2rem;
  }
}
.cid-rCOChkVIL7 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rCOChkVIL7 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rCOChkVIL7 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rCOChkVIL7 .mbr-section-title {
  color: #be264c;
}
.cid-rCOChoEUZ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChoEUZ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rCOChoEUZ8 H2 {
  color: #be264c;
}
.cid-rCOChq5cX1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChq5cX1 .mbr-text {
  color: #767676;
}
.cid-rCOChq5cX1 h4 {
  text-align: center;
}
.cid-rCOChq5cX1 p {
  text-align: center;
}
.cid-rCOChq5cX1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCOChC2hcR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChC2hcR .mbr-text {
  color: #767676;
}
.cid-rCOChC2hcR h4 {
  text-align: center;
}
.cid-rCOChC2hcR p {
  text-align: center;
}
.cid-rCOChC2hcR .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rCOChCpOyD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChCpOyD .mbr-section-subtitle {
  color: #767676;
}
.cid-rCOChCpOyD H2 {
  color: #be264c;
}
.cid-rCOChCAcHo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCOChCAcHo .card-box {
  padding: 0 2rem;
}
.cid-rCOChCAcHo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCOChCAcHo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCOChCAcHo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCOChCAcHo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCOChCAcHo .mbr-text {
  color: #767676;
}
.cid-rCOChCAcHo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCOChCAcHo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rCOChCAcHo .card-title {
  color: #be264c;
}
.cid-rCVftzbafM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCVftzbafM .card-box {
  padding: 0 2rem;
}
.cid-rCVftzbafM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rCVftzbafM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rCVftzbafM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rCVftzbafM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rCVftzbafM .mbr-text {
  color: #767676;
}
.cid-rCVftzbafM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCVftzbafM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rCVftzbafM .card-title {
  color: #be264c;
}
.cid-rCOChFht7R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCOChFht7R .mbr-section-subtitle {
  color: #767676;
}
.cid-rCOChFht7R H2 {
  color: #be264c;
}
.cid-rCUYu4O7yE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCUYu4O7yE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCUYu4O7yE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCUYu4O7yE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCUYu4O7yE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCUYu4O7yE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rCUYu4O7yE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCUYu4O7yE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rCUYu4O7yE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rCUYu4O7yE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v9LyygpIbQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LyygpIbQ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LyygpIbQ p {
  color: #767676;
}
.cid-v9LyygpIbQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LyygpIbQ .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LyygpIbQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LyygpIbQ .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LyygpIbQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LyygpIbQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KQkPYvTX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KQkPYvTX .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQkPYvTX .content {
    text-align: center;
  }
  .cid-v8KQkPYvTX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KQkPYvTX .img-logo img {
  height: 6rem;
}
.cid-v8KQkPYvTX .form-group,
.cid-v8KQkPYvTX .input-group-btn {
  padding: 0;
}
.cid-v8KQkPYvTX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KQkPYvTX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KQkPYvTX .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQkPYvTX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KQkPYvTX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KQkPYvTX .footer-lower .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-v8KQkPYvTX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KQkPYvTX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KQkPYvTX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KQkPYvTX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KQkPYvTX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KQkPYvTX .foot-logo {
    text-align: center !important;
  }
  .cid-v8KQkPYvTX .foot-title {
    text-align: center !important;
  }
  .cid-v8KQkPYvTX .mbr-text {
    text-align: center !important;
  }
  .cid-v8KQkPYvTX .form-group {
    margin: 0;
  }
}
.cid-v8KQkPYvTX .mbr-links-column {
  text-align: left;
}
.cid-v8KQkPYvTX .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urbiHeWw1e {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urbiHeWw1e .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-urbiHeWw1e .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-urbiHeWw1e .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-urbiHeWw1e .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-urbiHeWw1e .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-urbiHeWw1e .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-urbiHeWw1e .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-urbiHeWw1e .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-urbiHeWw1e .media-block {
    padding-left: 2rem;
  }
}
.cid-urbiHeWw1e .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-urbiHeWw1e .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-urbiHeWw1e .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urbiHeWw1e .mbr-section-title {
  color: #be264c;
}
.cid-v9LygR8tHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LygR8tHn h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LygR8tHn p {
  color: #767676;
}
.cid-v9LygR8tHn .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LygR8tHn .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LygR8tHn .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LygR8tHn .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LygR8tHn .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LygR8tHn .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KPJYVzbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KPJYVzbv .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPJYVzbv .content {
    text-align: center;
  }
  .cid-v8KPJYVzbv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KPJYVzbv .img-logo img {
  height: 6rem;
}
.cid-v8KPJYVzbv .form-group,
.cid-v8KPJYVzbv .input-group-btn {
  padding: 0;
}
.cid-v8KPJYVzbv .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KPJYVzbv .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KPJYVzbv .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KPJYVzbv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KPJYVzbv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KPJYVzbv .footer-lower .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-v8KPJYVzbv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KPJYVzbv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KPJYVzbv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KPJYVzbv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KPJYVzbv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KPJYVzbv .foot-logo {
    text-align: center !important;
  }
  .cid-v8KPJYVzbv .foot-title {
    text-align: center !important;
  }
  .cid-v8KPJYVzbv .mbr-text {
    text-align: center !important;
  }
  .cid-v8KPJYVzbv .form-group {
    margin: 0;
  }
}
.cid-v8KPJYVzbv .mbr-links-column {
  text-align: left;
}
.cid-v8KPJYVzbv .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4yEVHmNkK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4yEVHmNkK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-u4yEVHmNkK .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-u4yEVHmNkK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4yEVHmNkK .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4yEVHmNkK .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4yEVHmNkK .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4yEVHmNkK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4yEVHmNkK .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4yEVHmNkK .media-block {
    padding-left: 2rem;
  }
}
.cid-u4yEVHmNkK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4yEVHmNkK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4yEVHmNkK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4yEVHmNkK .mbr-section-title {
  color: #be264c;
}
.cid-u4EXGHQ7YC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4EXGHQ7YC .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-u4EXGHQ7YC .container-table {
  margin: 0 auto;
}
.cid-u4EXGHQ7YC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4EXGHQ7YC .dataTables_wrapper {
  display: block;
}
.cid-u4EXGHQ7YC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4EXGHQ7YC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4EXGHQ7YC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4EXGHQ7YC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4EXGHQ7YC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4EXGHQ7YC table td {
  border-top: 1px solid #cccccc;
}
.cid-u4EXGHQ7YC table.table {
  background: #bce9f6;
}
.cid-u4EXGHQ7YC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4EXGHQ7YC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4EXGHQ7YC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4EXGHQ7YC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4EXGHQ7YC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4EXGHQ7YC .dataTables_filter {
    text-align: center;
  }
  .cid-u4EXGHQ7YC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4EXGHQ7YC .head-item {
  text-align: center;
}
.cid-u4EXGHQ7YC .body-item {
  text-align: center;
}
.cid-u4EXGHQ7YC .mbr-section-title {
  color: #be264c;
}
.cid-u4FpuRshpI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4FpuRshpI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4FpuRshpI .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4FpuRshpI .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4FpuRshpI .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4FpuRshpI .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4FpuRshpI .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4FpuRshpI .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4FpuRshpI .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4FpuRshpI .media-block {
    padding-right: 2rem;
  }
}
.cid-u4FpuRshpI .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4FpuRshpI .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4FpuRshpI .mbr-section-title {
  color: #be264c;
}
.cid-u4FpuRshpI H4 {
  color: #333333;
}
.cid-u4Fr1VjZ8N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4Fr1VjZ8N .mbr-section-subtitle {
  color: #767676;
}
.cid-u4Fr1VjZ8N .container-table {
  margin: 0 auto;
}
.cid-u4Fr1VjZ8N .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4Fr1VjZ8N .dataTables_wrapper {
  display: block;
}
.cid-u4Fr1VjZ8N .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4Fr1VjZ8N .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4Fr1VjZ8N table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4Fr1VjZ8N table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4Fr1VjZ8N table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4Fr1VjZ8N table td {
  border-top: 1px solid #cccccc;
}
.cid-u4Fr1VjZ8N table.table {
  background: #bce9f6;
}
.cid-u4Fr1VjZ8N .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4Fr1VjZ8N .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4Fr1VjZ8N .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4Fr1VjZ8N .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4Fr1VjZ8N .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4Fr1VjZ8N .dataTables_filter {
    text-align: center;
  }
  .cid-u4Fr1VjZ8N .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4Fr1VjZ8N .head-item {
  text-align: center;
}
.cid-u4Fr1VjZ8N .body-item {
  text-align: center;
}
.cid-u4F9ejsW20 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4F9ejsW20 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-u4F9ejsW20 .container-table {
  margin: 0 auto;
}
.cid-u4F9ejsW20 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4F9ejsW20 .dataTables_wrapper {
  display: block;
}
.cid-u4F9ejsW20 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4F9ejsW20 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4F9ejsW20 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4F9ejsW20 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4F9ejsW20 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4F9ejsW20 table td {
  border-top: 1px solid #cccccc;
}
.cid-u4F9ejsW20 table.table {
  background: #f4e1a1;
}
.cid-u4F9ejsW20 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4F9ejsW20 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4F9ejsW20 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4F9ejsW20 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4F9ejsW20 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4F9ejsW20 .dataTables_filter {
    text-align: center;
  }
  .cid-u4F9ejsW20 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4F9ejsW20 .head-item {
  text-align: center;
}
.cid-u4F9ejsW20 .body-item {
  text-align: center;
}
.cid-u4F9ejsW20 .mbr-section-title {
  color: #be264c;
}
.cid-u4FI9lhgCl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4FI9lhgCl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4FI9lhgCl .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4FI9lhgCl .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4FI9lhgCl .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4FI9lhgCl .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4FI9lhgCl .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4FI9lhgCl .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4FI9lhgCl .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4FI9lhgCl .media-block {
    padding-right: 2rem;
  }
}
.cid-u4FI9lhgCl .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4FI9lhgCl .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4FI9lhgCl .mbr-section-title {
  color: #be264c;
}
.cid-u4FI9lhgCl H4 {
  color: #333333;
}
.cid-u4FKE0QxFo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4FKE0QxFo .mbr-section-subtitle {
  color: #767676;
}
.cid-u4FKE0QxFo .container-table {
  margin: 0 auto;
}
.cid-u4FKE0QxFo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4FKE0QxFo .dataTables_wrapper {
  display: block;
}
.cid-u4FKE0QxFo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4FKE0QxFo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4FKE0QxFo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4FKE0QxFo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4FKE0QxFo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4FKE0QxFo table td {
  border-top: 1px solid #cccccc;
}
.cid-u4FKE0QxFo table.table {
  background: #f4e1a1;
}
.cid-u4FKE0QxFo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4FKE0QxFo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4FKE0QxFo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4FKE0QxFo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4FKE0QxFo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4FKE0QxFo .dataTables_filter {
    text-align: center;
  }
  .cid-u4FKE0QxFo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4FKE0QxFo .head-item {
  text-align: center;
}
.cid-u4FKE0QxFo .body-item {
  text-align: center;
}
.cid-u6aWkLxDoA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6aWkLxDoA .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-u6aWkLxDoA .container-table {
  margin: 0 auto;
}
.cid-u6aWkLxDoA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6aWkLxDoA .dataTables_wrapper {
  display: block;
}
.cid-u6aWkLxDoA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u6aWkLxDoA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6aWkLxDoA table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u6aWkLxDoA table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u6aWkLxDoA table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u6aWkLxDoA table td {
  border-top: 1px solid #cccccc;
}
.cid-u6aWkLxDoA table.table {
  background: #ffffff;
}
.cid-u6aWkLxDoA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u6aWkLxDoA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6aWkLxDoA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u6aWkLxDoA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u6aWkLxDoA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u6aWkLxDoA .dataTables_filter {
    text-align: center;
  }
  .cid-u6aWkLxDoA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u6aWkLxDoA .head-item {
  text-align: center;
}
.cid-u6aWkLxDoA .body-item {
  text-align: center;
}
.cid-u6aWkLxDoA .mbr-section-title {
  color: #be264c;
}
.cid-u6aXXS71MD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6aXXS71MD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6aXXS71MD .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u6aXXS71MD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u6aXXS71MD .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6aXXS71MD .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u6aXXS71MD .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u6aXXS71MD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u6aXXS71MD .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u6aXXS71MD .media-block {
    padding-right: 2rem;
  }
}
.cid-u6aXXS71MD .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u6aXXS71MD .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u6aXXS71MD .mbr-section-title {
  color: #be264c;
}
.cid-u6aXXS71MD H4 {
  color: #333333;
}
.cid-u6aYqvdeEL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6aYqvdeEL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6aYqvdeEL .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u6aYqvdeEL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u6aYqvdeEL .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6aYqvdeEL .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u6aYqvdeEL .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u6aYqvdeEL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u6aYqvdeEL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u6aYqvdeEL .media-block {
    padding-right: 2rem;
  }
}
.cid-u6aYqvdeEL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u6aYqvdeEL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u6aYqvdeEL .mbr-section-title {
  color: #be264c;
}
.cid-u6aYqvdeEL H4 {
  color: #333333;
}
.cid-u6bm8C3B3U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6bm8C3B3U .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6bm8C3B3U .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u6bm8C3B3U .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u6bm8C3B3U .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6bm8C3B3U .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u6bm8C3B3U .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u6bm8C3B3U .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u6bm8C3B3U .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u6bm8C3B3U .media-block {
    padding-right: 2rem;
  }
}
.cid-u6bm8C3B3U .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u6bm8C3B3U .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u6bm8C3B3U .mbr-section-title {
  color: #be264c;
}
.cid-u6bm8C3B3U H4 {
  color: #333333;
}
.cid-v9LvI4AuR0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvI4AuR0 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvI4AuR0 p {
  color: #767676;
}
.cid-v9LvI4AuR0 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvI4AuR0 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvI4AuR0 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvI4AuR0 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvI4AuR0 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvI4AuR0 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KJppgou8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KJppgou8 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJppgou8 .content {
    text-align: center;
  }
  .cid-v8KJppgou8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KJppgou8 .img-logo img {
  height: 6rem;
}
.cid-v8KJppgou8 .form-group,
.cid-v8KJppgou8 .input-group-btn {
  padding: 0;
}
.cid-v8KJppgou8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KJppgou8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KJppgou8 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJppgou8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KJppgou8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KJppgou8 .footer-lower .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-v8KJppgou8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KJppgou8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KJppgou8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KJppgou8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KJppgou8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KJppgou8 .foot-logo {
    text-align: center !important;
  }
  .cid-v8KJppgou8 .foot-title {
    text-align: center !important;
  }
  .cid-v8KJppgou8 .mbr-text {
    text-align: center !important;
  }
  .cid-v8KJppgou8 .form-group {
    margin: 0;
  }
}
.cid-v8KJppgou8 .mbr-links-column {
  text-align: left;
}
.cid-v8KJppgou8 .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4EISYup4y {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4EISYup4y .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-u4EISYup4y .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-u4EISYup4y .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4EISYup4y .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4EISYup4y .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4EISYup4y .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4EISYup4y .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4EISYup4y .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4EISYup4y .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4EISYup4y .mbr-section-title {
  color: #be264c;
}
.cid-u4EISYWqaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4EISYWqaT .card-img {
  background-color: #fff;
}
.cid-u4EISYWqaT .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-u4EISYWqaT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4EISYWqaT p {
  text-align: left;
}
.cid-u4EISYWqaT .mbr-text {
  color: #767676;
}
.cid-u4EISYWqaT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u4EISYWqaT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u4EISYWqaT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u4EISYWqaT .card-title {
  text-align: center;
}
.cid-vawWmuh1ks {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vawWmuh1ks .card-img {
  background-color: #fff;
}
.cid-vawWmuh1ks .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vawWmuh1ks h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vawWmuh1ks p {
  text-align: left;
}
.cid-vawWmuh1ks .mbr-text {
  color: #767676;
}
.cid-vawWmuh1ks .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vawWmuh1ks .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vawWmuh1ks .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vawWmuh1ks .card-title {
  text-align: center;
}
.cid-v8KEcdu3F9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KEcdu3F9 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-v8KEcdu3F9 H2 {
  color: #cc2952;
}
.cid-ueHI7OgAYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueHI7OgAYH .mbr-section-subtitle {
  color: #767676;
}
.cid-ueHI7OgAYH H2 {
  color: #cc2952;
}
.cid-ueHJkcVFSD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueHJkcVFSD .card-img {
  background-color: #fff;
}
.cid-ueHJkcVFSD .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ueHJkcVFSD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ueHJkcVFSD p {
  text-align: left;
}
.cid-ueHJkcVFSD .mbr-text {
  color: #767676;
}
.cid-ueHJkcVFSD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueHJkcVFSD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ueHJkcVFSD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ueHJkcVFSD .card-title {
  text-align: center;
}
.cid-ueHSIrf2n0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueHSIrf2n0 .card-img {
  background-color: #fff;
}
.cid-ueHSIrf2n0 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ueHSIrf2n0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ueHSIrf2n0 p {
  text-align: left;
}
.cid-ueHSIrf2n0 .mbr-text {
  color: #767676;
}
.cid-ueHSIrf2n0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueHSIrf2n0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ueHSIrf2n0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ueHSIrf2n0 .card-title {
  text-align: center;
}
.cid-v9LvBqpxWE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvBqpxWE h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvBqpxWE p {
  color: #767676;
}
.cid-v9LvBqpxWE .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvBqpxWE .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvBqpxWE .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvBqpxWE .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvBqpxWE .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvBqpxWE .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-u4QMNdqCd1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4QMNdqCd1 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u4QMNdqCd1 .content {
    text-align: center;
  }
  .cid-u4QMNdqCd1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4QMNdqCd1 .img-logo img {
  height: 6rem;
}
.cid-u4QMNdqCd1 .form-group,
.cid-u4QMNdqCd1 .input-group-btn {
  padding: 0;
}
.cid-u4QMNdqCd1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-u4QMNdqCd1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-u4QMNdqCd1 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u4QMNdqCd1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u4QMNdqCd1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-u4QMNdqCd1 .footer-lower .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-u4QMNdqCd1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u4QMNdqCd1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u4QMNdqCd1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u4QMNdqCd1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4QMNdqCd1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u4QMNdqCd1 .foot-logo {
    text-align: center !important;
  }
  .cid-u4QMNdqCd1 .foot-title {
    text-align: center !important;
  }
  .cid-u4QMNdqCd1 .mbr-text {
    text-align: center !important;
  }
  .cid-u4QMNdqCd1 .form-group {
    margin: 0;
  }
}
.cid-u4QMNdqCd1 .mbr-links-column {
  text-align: left;
}
.cid-u4QMNdqCd1 .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4HJffN739 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4HJffN739 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4HJffN739 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4HJffN739 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4HJffN739 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4HJffN739 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4HJffN739 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4HJffN739 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4HJffN739 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4HJffN739 .media-block {
    padding-left: 2rem;
  }
}
.cid-u4HJffN739 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4HJffN739 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4HJffN739 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4HJffN739 .mbr-section-title {
  color: #be264c;
}
.cid-u4HJfgkGMT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4HJfgkGMT .mbr-section-subtitle {
  color: #767676;
}
.cid-u4HJfgkGMT .container-table {
  margin: 0 auto;
}
.cid-u4HJfgkGMT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4HJfgkGMT .dataTables_wrapper {
  display: block;
}
.cid-u4HJfgkGMT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4HJfgkGMT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4HJfgkGMT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4HJfgkGMT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4HJfgkGMT table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4HJfgkGMT table td {
  border-top: 1px solid #cccccc;
}
.cid-u4HJfgkGMT table.table {
  background: #bce9f6;
}
.cid-u4HJfgkGMT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4HJfgkGMT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4HJfgkGMT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4HJfgkGMT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4HJfgkGMT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4HJfgkGMT .dataTables_filter {
    text-align: center;
  }
  .cid-u4HJfgkGMT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4HJfgkGMT .head-item {
  text-align: center;
}
.cid-u4HJfgkGMT .body-item {
  text-align: center;
}
.cid-u4HJfh5cUj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4HJfh5cUj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4HJfh5cUj .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4HJfh5cUj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4HJfh5cUj .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4HJfh5cUj .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4HJfh5cUj .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4HJfh5cUj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4HJfh5cUj .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4HJfh5cUj .media-block {
    padding-right: 2rem;
  }
}
.cid-u4HJfh5cUj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4HJfh5cUj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4HJfh5cUj .mbr-section-title {
  color: #be264c;
}
.cid-u4HJfh5cUj H4 {
  color: #333333;
}
.cid-u4HJfisw4g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4HJfisw4g .mbr-section-subtitle {
  color: #767676;
}
.cid-u4HJfisw4g .container-table {
  margin: 0 auto;
}
.cid-u4HJfisw4g .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4HJfisw4g .dataTables_wrapper {
  display: block;
}
.cid-u4HJfisw4g .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4HJfisw4g .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4HJfisw4g table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4HJfisw4g table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4HJfisw4g table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4HJfisw4g table td {
  border-top: 1px solid #cccccc;
}
.cid-u4HJfisw4g table.table {
  background: #f4e1a1;
}
.cid-u4HJfisw4g .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4HJfisw4g .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4HJfisw4g .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4HJfisw4g .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4HJfisw4g .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4HJfisw4g .dataTables_filter {
    text-align: center;
  }
  .cid-u4HJfisw4g .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4HJfisw4g .head-item {
  text-align: center;
}
.cid-u4HJfisw4g .body-item {
  text-align: center;
}
.cid-u4HJfiZPEY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4HJfiZPEY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4HJfiZPEY .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4HJfiZPEY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4HJfiZPEY .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4HJfiZPEY .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4HJfiZPEY .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4HJfiZPEY .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4HJfiZPEY .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4HJfiZPEY .media-block {
    padding-right: 2rem;
  }
}
.cid-u4HJfiZPEY .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4HJfiZPEY .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4HJfiZPEY .mbr-section-title {
  color: #be264c;
}
.cid-u4HJfiZPEY H4 {
  color: #333333;
}
.cid-u4NYIq9dYs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4NYIq9dYs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4NYIq9dYs .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4NYIq9dYs .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4NYIq9dYs .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4NYIq9dYs .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4NYIq9dYs .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4NYIq9dYs .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4NYIq9dYs .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4NYIq9dYs .media-block {
    padding-right: 2rem;
  }
}
.cid-u4NYIq9dYs .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4NYIq9dYs .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4NYIq9dYs .mbr-section-title {
  color: #be264c;
}
.cid-v9Lw8DMNRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lw8DMNRu h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lw8DMNRu p {
  color: #767676;
}
.cid-v9Lw8DMNRu .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lw8DMNRu .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lw8DMNRu .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lw8DMNRu .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lw8DMNRu .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lw8DMNRu .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KKipRDUN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KKipRDUN .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKipRDUN .content {
    text-align: center;
  }
  .cid-v8KKipRDUN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KKipRDUN .img-logo img {
  height: 6rem;
}
.cid-v8KKipRDUN .form-group,
.cid-v8KKipRDUN .input-group-btn {
  padding: 0;
}
.cid-v8KKipRDUN .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KKipRDUN .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KKipRDUN .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKipRDUN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KKipRDUN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KKipRDUN .footer-lower .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-v8KKipRDUN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KKipRDUN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KKipRDUN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KKipRDUN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KKipRDUN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KKipRDUN .foot-logo {
    text-align: center !important;
  }
  .cid-v8KKipRDUN .foot-title {
    text-align: center !important;
  }
  .cid-v8KKipRDUN .mbr-text {
    text-align: center !important;
  }
  .cid-v8KKipRDUN .form-group {
    margin: 0;
  }
}
.cid-v8KKipRDUN .mbr-links-column {
  text-align: left;
}
.cid-v8KKipRDUN .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4OEf691F3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4OEf691F3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-u4OEf691F3 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-u4OEf691F3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4OEf691F3 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4OEf691F3 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4OEf691F3 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4OEf691F3 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4OEf691F3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4OEf691F3 .media-block {
    padding-left: 2rem;
  }
}
.cid-u4OEf691F3 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4OEf691F3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4OEf691F3 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4OEf691F3 .mbr-section-title {
  color: #be264c;
}
.cid-vf3sGtyWkr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vf3sGtyWkr .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf3sGtyWkr .container-table {
  margin: 0 auto;
}
.cid-vf3sGtyWkr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vf3sGtyWkr .dataTables_wrapper {
  display: block;
}
.cid-vf3sGtyWkr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vf3sGtyWkr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vf3sGtyWkr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vf3sGtyWkr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vf3sGtyWkr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vf3sGtyWkr table td {
  border-top: 1px solid #cccccc;
}
.cid-vf3sGtyWkr table.table {
  background: #ffffff;
}
.cid-vf3sGtyWkr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vf3sGtyWkr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vf3sGtyWkr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vf3sGtyWkr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vf3sGtyWkr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vf3sGtyWkr .dataTables_filter {
    text-align: center;
  }
  .cid-vf3sGtyWkr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vf3sGtyWkr .head-item {
  text-align: center;
}
.cid-vf3sGtyWkr .body-item {
  text-align: center;
}
.cid-vf3sGtyWkr .mbr-section-title {
  color: #be264c;
}
.cid-vf3uMRq2PR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf3uMRq2PR h3 {
  font-weight: 300;
}
.cid-vf3uMRq2PR .card-img {
  width: initial;
}
.cid-vf3uMRq2PR .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf3uMRq2PR .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf3uMRq2PR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf3uMRq2PR .mbr-section-subtitle {
  color: #767676;
}
.cid-vf3uMRq2PR .mbr-text {
  color: #767676;
}
.cid-vf3uMRq2PR .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf3uMRq2PR .mbr-al-i-c {
  align-items: center;
}
.cid-vf3uMRq2PR .mbr-section-title {
  color: #be264c;
}
.cid-vf3D9exOZg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf3D9exOZg .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf3D9exOZg .container-table {
  margin: 0 auto;
}
.cid-vf3D9exOZg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vf3D9exOZg .dataTables_wrapper {
  display: block;
}
.cid-vf3D9exOZg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vf3D9exOZg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vf3D9exOZg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vf3D9exOZg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vf3D9exOZg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vf3D9exOZg table td {
  border-top: 1px solid #cccccc;
}
.cid-vf3D9exOZg table.table {
  background: #ffffff;
}
.cid-vf3D9exOZg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vf3D9exOZg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vf3D9exOZg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vf3D9exOZg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vf3D9exOZg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vf3D9exOZg .dataTables_filter {
    text-align: center;
  }
  .cid-vf3D9exOZg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vf3D9exOZg .head-item {
  text-align: center;
}
.cid-vf3D9exOZg .body-item {
  text-align: center;
  color: #232323;
}
.cid-vf3D9exOZg .mbr-section-title {
  color: #be264c;
}
.cid-ueX3ZQglN3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueX3ZQglN3 h3 {
  font-weight: 300;
}
.cid-ueX3ZQglN3 .card-img {
  width: initial;
}
.cid-ueX3ZQglN3 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueX3ZQglN3 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueX3ZQglN3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueX3ZQglN3 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-ueX3ZQglN3 .mbr-text {
  color: #767676;
}
.cid-ueX3ZQglN3 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueX3ZQglN3 .mbr-al-i-c {
  align-items: center;
}
.cid-ueX3ZQglN3 .mbr-section-title {
  color: #be264c;
}
.cid-ueXavNJU2J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueXavNJU2J h3 {
  font-weight: 300;
}
.cid-ueXavNJU2J .card-img {
  width: initial;
}
.cid-ueXavNJU2J .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueXavNJU2J .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueXavNJU2J .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueXavNJU2J .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-ueXavNJU2J .mbr-text {
  color: #767676;
}
.cid-ueXavNJU2J .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueXavNJU2J .mbr-al-i-c {
  align-items: center;
}
.cid-ueXavNJU2J .mbr-section-title {
  color: #be264c;
}
.cid-vf3xPsbaXP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf3xPsbaXP h3 {
  font-weight: 300;
}
.cid-vf3xPsbaXP .card-img {
  width: initial;
}
.cid-vf3xPsbaXP .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf3xPsbaXP .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf3xPsbaXP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf3xPsbaXP .mbr-section-subtitle {
  color: #767676;
}
.cid-vf3xPsbaXP .mbr-text {
  color: #767676;
}
.cid-vf3xPsbaXP .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf3xPsbaXP .mbr-al-i-c {
  align-items: center;
}
.cid-vf3xPsbaXP .mbr-section-title {
  color: #be264c;
}
.cid-vf43xXG4Z1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf43xXG4Z1 h3 {
  font-weight: 300;
}
.cid-vf43xXG4Z1 .card-img {
  width: initial;
}
.cid-vf43xXG4Z1 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf43xXG4Z1 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf43xXG4Z1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf43xXG4Z1 .mbr-section-subtitle {
  color: #767676;
}
.cid-vf43xXG4Z1 .mbr-text {
  color: #767676;
}
.cid-vf43xXG4Z1 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf43xXG4Z1 .mbr-al-i-c {
  align-items: center;
}
.cid-vf43xXG4Z1 .mbr-section-title {
  color: #be264c;
}
.cid-vf3WLc7FZL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf3WLc7FZL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vf3WLc7FZL .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vf3WLc7FZL .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vf3WLc7FZL .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vf3WLc7FZL .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vf3WLc7FZL .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vf3WLc7FZL .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vf3WLc7FZL .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vf3WLc7FZL .media-block {
    padding-left: 2rem;
  }
}
.cid-vf3WLc7FZL .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vf3WLc7FZL .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vf3WLc7FZL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vf3WLc7FZL .mbr-section-title {
  color: #be264c;
}
.cid-vf3Z1qjpl0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vf3Z1qjpl0 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf3Z1qjpl0 .container-table {
  margin: 0 auto;
}
.cid-vf3Z1qjpl0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vf3Z1qjpl0 .dataTables_wrapper {
  display: block;
}
.cid-vf3Z1qjpl0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vf3Z1qjpl0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vf3Z1qjpl0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vf3Z1qjpl0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vf3Z1qjpl0 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vf3Z1qjpl0 table td {
  border-top: 1px solid #cccccc;
}
.cid-vf3Z1qjpl0 table.table {
  background: #ffffff;
}
.cid-vf3Z1qjpl0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vf3Z1qjpl0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vf3Z1qjpl0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vf3Z1qjpl0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vf3Z1qjpl0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vf3Z1qjpl0 .dataTables_filter {
    text-align: center;
  }
  .cid-vf3Z1qjpl0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vf3Z1qjpl0 .head-item {
  text-align: center;
}
.cid-vf3Z1qjpl0 .body-item {
  text-align: center;
}
.cid-vf3Z1qjpl0 .mbr-section-title {
  color: #be264c;
}
.cid-vf40WUv9r0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf40WUv9r0 h3 {
  font-weight: 300;
}
.cid-vf40WUv9r0 .card-img {
  width: initial;
}
.cid-vf40WUv9r0 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf40WUv9r0 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf40WUv9r0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf40WUv9r0 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf40WUv9r0 .mbr-text {
  color: #767676;
}
.cid-vf40WUv9r0 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf40WUv9r0 .mbr-al-i-c {
  align-items: center;
}
.cid-vf40WUv9r0 .mbr-section-title {
  color: #be264c;
}
.cid-vf42BN87i0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf42BN87i0 h3 {
  font-weight: 300;
}
.cid-vf42BN87i0 .card-img {
  width: initial;
}
.cid-vf42BN87i0 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf42BN87i0 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf42BN87i0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf42BN87i0 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf42BN87i0 .mbr-text {
  color: #767676;
}
.cid-vf42BN87i0 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf42BN87i0 .mbr-al-i-c {
  align-items: center;
}
.cid-vf42BN87i0 .mbr-section-title {
  color: #be264c;
}
.cid-vf44LQF3IA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf44LQF3IA h3 {
  font-weight: 300;
}
.cid-vf44LQF3IA .card-img {
  width: initial;
}
.cid-vf44LQF3IA .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf44LQF3IA .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf44LQF3IA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf44LQF3IA .mbr-section-subtitle {
  color: #767676;
}
.cid-vf44LQF3IA .mbr-text {
  color: #767676;
}
.cid-vf44LQF3IA .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf44LQF3IA .mbr-al-i-c {
  align-items: center;
}
.cid-vf44LQF3IA .mbr-section-title {
  color: #be264c;
}
.cid-vffZE4pvK5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vffZE4pvK5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vffZE4pvK5 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vffZE4pvK5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vffZE4pvK5 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vffZE4pvK5 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vffZE4pvK5 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vffZE4pvK5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vffZE4pvK5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vffZE4pvK5 .media-block {
    padding-left: 2rem;
  }
}
.cid-vffZE4pvK5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vffZE4pvK5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vffZE4pvK5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vffZE4pvK5 .mbr-section-title {
  color: #be264c;
}
.cid-vfh3tBPUBw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfh3tBPUBw .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfh3tBPUBw .container-table {
  margin: 0 auto;
}
.cid-vfh3tBPUBw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfh3tBPUBw .dataTables_wrapper {
  display: block;
}
.cid-vfh3tBPUBw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfh3tBPUBw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfh3tBPUBw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfh3tBPUBw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfh3tBPUBw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfh3tBPUBw table td {
  border-top: 1px solid #cccccc;
}
.cid-vfh3tBPUBw table.table {
  background: #ffffff;
}
.cid-vfh3tBPUBw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfh3tBPUBw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfh3tBPUBw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfh3tBPUBw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfh3tBPUBw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfh3tBPUBw .dataTables_filter {
    text-align: center;
  }
  .cid-vfh3tBPUBw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfh3tBPUBw .head-item {
  text-align: center;
}
.cid-vfh3tBPUBw .body-item {
  text-align: center;
}
.cid-vfh3tBPUBw .mbr-section-title {
  color: #be264c;
}
.cid-vfh6X0FI88 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfh6X0FI88 h3 {
  font-weight: 300;
}
.cid-vfh6X0FI88 .card-img {
  width: initial;
}
.cid-vfh6X0FI88 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfh6X0FI88 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfh6X0FI88 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfh6X0FI88 .mbr-section-subtitle {
  color: #767676;
}
.cid-vfh6X0FI88 .mbr-text {
  color: #767676;
}
.cid-vfh6X0FI88 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfh6X0FI88 .mbr-al-i-c {
  align-items: center;
}
.cid-vfh6X0FI88 .mbr-section-title {
  color: #be264c;
}
.cid-vfh8qcMU3k {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vfh8qcMU3k .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfh8qcMU3k .container-table {
  margin: 0 auto;
}
.cid-vfh8qcMU3k .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfh8qcMU3k .dataTables_wrapper {
  display: block;
}
.cid-vfh8qcMU3k .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfh8qcMU3k .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfh8qcMU3k table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfh8qcMU3k table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfh8qcMU3k table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfh8qcMU3k table td {
  border-top: 1px solid #cccccc;
}
.cid-vfh8qcMU3k table.table {
  background: #ffffff;
}
.cid-vfh8qcMU3k .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfh8qcMU3k .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfh8qcMU3k .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfh8qcMU3k .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfh8qcMU3k .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfh8qcMU3k .dataTables_filter {
    text-align: center;
  }
  .cid-vfh8qcMU3k .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfh8qcMU3k .head-item {
  text-align: center;
}
.cid-vfh8qcMU3k .body-item {
  text-align: center;
  color: #232323;
}
.cid-vfh8qcMU3k .mbr-section-title {
  color: #be264c;
}
.cid-vfher9uVLu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfher9uVLu .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfher9uVLu .container-table {
  margin: 0 auto;
}
.cid-vfher9uVLu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfher9uVLu .dataTables_wrapper {
  display: block;
}
.cid-vfher9uVLu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfher9uVLu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfher9uVLu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfher9uVLu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfher9uVLu table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfher9uVLu table td {
  border-top: 1px solid #cccccc;
}
.cid-vfher9uVLu table.table {
  background: #ffffff;
}
.cid-vfher9uVLu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfher9uVLu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfher9uVLu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfher9uVLu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfher9uVLu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfher9uVLu .dataTables_filter {
    text-align: center;
  }
  .cid-vfher9uVLu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfher9uVLu .head-item {
  text-align: center;
}
.cid-vfher9uVLu .body-item {
  text-align: center;
}
.cid-vfher9uVLu .mbr-section-title {
  color: #be264c;
}
.cid-vfh9Ya4EbZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfh9Ya4EbZ h3 {
  font-weight: 300;
}
.cid-vfh9Ya4EbZ .card-img {
  width: initial;
}
.cid-vfh9Ya4EbZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfh9Ya4EbZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfh9Ya4EbZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfh9Ya4EbZ .mbr-section-subtitle {
  color: #767676;
}
.cid-vfh9Ya4EbZ .mbr-text {
  color: #767676;
}
.cid-vfh9Ya4EbZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfh9Ya4EbZ .mbr-al-i-c {
  align-items: center;
}
.cid-vfh9Ya4EbZ .mbr-section-title {
  color: #be264c;
}
.cid-vfhe6loLHC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vfhe6loLHC .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfhe6loLHC .container-table {
  margin: 0 auto;
}
.cid-vfhe6loLHC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfhe6loLHC .dataTables_wrapper {
  display: block;
}
.cid-vfhe6loLHC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfhe6loLHC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfhe6loLHC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfhe6loLHC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfhe6loLHC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfhe6loLHC table td {
  border-top: 1px solid #cccccc;
}
.cid-vfhe6loLHC table.table {
  background: #ffffff;
}
.cid-vfhe6loLHC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfhe6loLHC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfhe6loLHC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfhe6loLHC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfhe6loLHC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfhe6loLHC .dataTables_filter {
    text-align: center;
  }
  .cid-vfhe6loLHC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfhe6loLHC .head-item {
  text-align: center;
}
.cid-vfhe6loLHC .body-item {
  text-align: center;
  color: #232323;
}
.cid-vfhe6loLHC .mbr-section-title {
  color: #be264c;
}
.cid-vfh7NwMNaw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfh7NwMNaw h3 {
  font-weight: 300;
}
.cid-vfh7NwMNaw .card-img {
  width: initial;
}
.cid-vfh7NwMNaw .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfh7NwMNaw .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfh7NwMNaw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfh7NwMNaw .mbr-section-subtitle {
  color: #767676;
}
.cid-vfh7NwMNaw .mbr-text {
  color: #767676;
}
.cid-vfh7NwMNaw .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfh7NwMNaw .mbr-al-i-c {
  align-items: center;
}
.cid-vfh7NwMNaw .mbr-section-title {
  color: #be264c;
}
.cid-vfh8QS71JR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfh8QS71JR h3 {
  font-weight: 300;
}
.cid-vfh8QS71JR .card-img {
  width: initial;
}
.cid-vfh8QS71JR .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfh8QS71JR .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfh8QS71JR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfh8QS71JR .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfh8QS71JR .mbr-text {
  color: #767676;
}
.cid-vfh8QS71JR .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfh8QS71JR .mbr-al-i-c {
  align-items: center;
}
.cid-vfh8QS71JR .mbr-section-title {
  color: #be264c;
}
.cid-v9LrLU93YR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LrLU93YR h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LrLU93YR p {
  color: #767676;
}
.cid-v9LrLU93YR .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LrLU93YR .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LrLU93YR .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LrLU93YR .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LrLU93YR .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LrLU93YR .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KKuSYxKl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KKuSYxKl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKuSYxKl .content {
    text-align: center;
  }
  .cid-v8KKuSYxKl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KKuSYxKl .img-logo img {
  height: 6rem;
}
.cid-v8KKuSYxKl .form-group,
.cid-v8KKuSYxKl .input-group-btn {
  padding: 0;
}
.cid-v8KKuSYxKl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KKuSYxKl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KKuSYxKl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKuSYxKl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KKuSYxKl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KKuSYxKl .footer-lower .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-v8KKuSYxKl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KKuSYxKl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KKuSYxKl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KKuSYxKl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KKuSYxKl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KKuSYxKl .foot-logo {
    text-align: center !important;
  }
  .cid-v8KKuSYxKl .foot-title {
    text-align: center !important;
  }
  .cid-v8KKuSYxKl .mbr-text {
    text-align: center !important;
  }
  .cid-v8KKuSYxKl .form-group {
    margin: 0;
  }
}
.cid-v8KKuSYxKl .mbr-links-column {
  text-align: left;
}
.cid-v8KKuSYxKl .copyright .mbr-text {
  text-align: justify;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4RmqxQo3Y {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4RmqxQo3Y .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4RmqxQo3Y .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4RmqxQo3Y .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4RmqxQo3Y .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4RmqxQo3Y .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4RmqxQo3Y .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4RmqxQo3Y .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4RmqxQo3Y .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4RmqxQo3Y .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4RmqxQo3Y .mbr-section-title {
  color: #be264c;
}
.cid-u4RoiJScTR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4RoiJScTR .card-img {
  background-color: #fff;
}
.cid-u4RoiJScTR .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-u4RoiJScTR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4RoiJScTR p {
  text-align: left;
}
.cid-u4RoiJScTR .mbr-text {
  color: #767676;
}
.cid-u4RoiJScTR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u4RoiJScTR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u4RoiJScTR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u4RoiJScTR .card-title {
  text-align: center;
}
.cid-v9LwcCtHvu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LwcCtHvu h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LwcCtHvu p {
  color: #767676;
}
.cid-v9LwcCtHvu .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LwcCtHvu .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LwcCtHvu .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LwcCtHvu .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LwcCtHvu .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LwcCtHvu .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KKCAm1mX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KKCAm1mX .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKCAm1mX .content {
    text-align: center;
  }
  .cid-v8KKCAm1mX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KKCAm1mX .img-logo img {
  height: 6rem;
}
.cid-v8KKCAm1mX .form-group,
.cid-v8KKCAm1mX .input-group-btn {
  padding: 0;
}
.cid-v8KKCAm1mX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KKCAm1mX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KKCAm1mX .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KKCAm1mX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KKCAm1mX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KKCAm1mX .footer-lower .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-v8KKCAm1mX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KKCAm1mX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KKCAm1mX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KKCAm1mX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KKCAm1mX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KKCAm1mX .foot-logo {
    text-align: center !important;
  }
  .cid-v8KKCAm1mX .foot-title {
    text-align: center !important;
  }
  .cid-v8KKCAm1mX .mbr-text {
    text-align: center !important;
  }
  .cid-v8KKCAm1mX .form-group {
    margin: 0;
  }
}
.cid-v8KKCAm1mX .mbr-links-column {
  text-align: left;
}
.cid-v8KKCAm1mX .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4WMAeSVdK {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u4WMAeSVdK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4WMAeSVdK .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4WMAeSVdK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4WMAeSVdK .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4WMAeSVdK .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4WMAeSVdK .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4WMAeSVdK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4WMAeSVdK .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4WMAeSVdK .media-block {
    padding-left: 2rem;
  }
}
.cid-u4WMAeSVdK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4WMAeSVdK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4WMAeSVdK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WMAeSVdK .mbr-section-title {
  color: #be264c;
}
.cid-u4WMAgpfXx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WMAgpfXx .mbr-section-subtitle {
  color: #767676;
}
.cid-u4WMAgpfXx .container-table {
  margin: 0 auto;
}
.cid-u4WMAgpfXx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u4WMAgpfXx .dataTables_wrapper {
  display: block;
}
.cid-u4WMAgpfXx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u4WMAgpfXx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u4WMAgpfXx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u4WMAgpfXx table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u4WMAgpfXx table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u4WMAgpfXx table td {
  border-top: 1px solid #cccccc;
}
.cid-u4WMAgpfXx table.table {
  background: #bce9f6;
}
.cid-u4WMAgpfXx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u4WMAgpfXx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u4WMAgpfXx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u4WMAgpfXx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u4WMAgpfXx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u4WMAgpfXx .dataTables_filter {
    text-align: center;
  }
  .cid-u4WMAgpfXx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u4WMAgpfXx .head-item {
  text-align: center;
}
.cid-u4WMAgpfXx .body-item {
  text-align: center;
}
.cid-u4WMAgQk3Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4WMAgQk3Z .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4WMAgQk3Z .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4WMAgQk3Z .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4WMAgQk3Z .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4WMAgQk3Z .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4WMAgQk3Z .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4WMAgQk3Z .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4WMAgQk3Z .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4WMAgQk3Z .media-block {
    padding-right: 2rem;
  }
}
.cid-u4WMAgQk3Z .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4WMAgQk3Z .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4WMAgQk3Z .mbr-section-title {
  color: #be264c;
}
.cid-u4WMAgQk3Z H4 {
  color: #333333;
}
.cid-u5vWYVAIG9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5vWYVAIG9 .mbr-section-subtitle {
  color: #767676;
}
.cid-u4WMAhn9Iq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4WMAhn9Iq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4WMAhn9Iq .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4WMAhn9Iq .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4WMAhn9Iq .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4WMAhn9Iq .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4WMAhn9Iq .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4WMAhn9Iq .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4WMAhn9Iq .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4WMAhn9Iq .media-block {
    padding-right: 2rem;
  }
}
.cid-u4WMAhn9Iq .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4WMAhn9Iq .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4WMAhn9Iq .mbr-section-title {
  color: #be264c;
}
.cid-u4WMAhn9Iq H4 {
  color: #333333;
}
.cid-u4WMAieiR3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4WMAieiR3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4WMAieiR3 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u4WMAieiR3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4WMAieiR3 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u4WMAieiR3 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4WMAieiR3 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4WMAieiR3 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u4WMAieiR3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u4WMAieiR3 .media-block {
    padding-right: 2rem;
  }
}
.cid-u4WMAieiR3 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u4WMAieiR3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u4WMAieiR3 .mbr-section-title {
  color: #be264c;
}
.cid-u5w5yarp4O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5w5yarp4O .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5w5yarp4O .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5w5yarp4O .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5w5yarp4O .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5w5yarp4O .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5w5yarp4O .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5w5yarp4O .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5w5yarp4O .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5w5yarp4O .media-block {
    padding-right: 2rem;
  }
}
.cid-u5w5yarp4O .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5w5yarp4O .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5w5yarp4O .mbr-section-title {
  color: #be264c;
}
.cid-u5w9QDA7hn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5w9QDA7hn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5w9QDA7hn .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5w9QDA7hn .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5w9QDA7hn .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5w9QDA7hn .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5w9QDA7hn .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5w9QDA7hn .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5w9QDA7hn .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5w9QDA7hn .media-block {
    padding-right: 2rem;
  }
}
.cid-u5w9QDA7hn .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5w9QDA7hn .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5w9QDA7hn .mbr-section-title {
  color: #be264c;
}
.cid-u5wdJTdP0G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wdJTdP0G .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5wdJTdP0G .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5wdJTdP0G .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5wdJTdP0G .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5wdJTdP0G .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5wdJTdP0G .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5wdJTdP0G .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5wdJTdP0G .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5wdJTdP0G .media-block {
    padding-right: 2rem;
  }
}
.cid-u5wdJTdP0G .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5wdJTdP0G .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5wdJTdP0G .mbr-section-title {
  color: #be264c;
}
.cid-u5wg8exCGa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wg8exCGa .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5wg8exCGa .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5wg8exCGa .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5wg8exCGa .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5wg8exCGa .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5wg8exCGa .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5wg8exCGa .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5wg8exCGa .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5wg8exCGa .media-block {
    padding-right: 2rem;
  }
}
.cid-u5wg8exCGa .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5wg8exCGa .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5wg8exCGa .mbr-section-title {
  color: #be264c;
}
.cid-u5wlbKAlJe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wlbKAlJe .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5wlbKAlJe .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5wlbKAlJe .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5wlbKAlJe .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5wlbKAlJe .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5wlbKAlJe .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5wlbKAlJe .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5wlbKAlJe .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5wlbKAlJe .media-block {
    padding-right: 2rem;
  }
}
.cid-u5wlbKAlJe .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5wlbKAlJe .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5wlbKAlJe .mbr-section-title {
  color: #be264c;
}
.cid-u5wmreXIgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wmreXIgK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5wmreXIgK .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5wmreXIgK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5wmreXIgK .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5wmreXIgK .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5wmreXIgK .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5wmreXIgK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5wmreXIgK .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5wmreXIgK .media-block {
    padding-right: 2rem;
  }
}
.cid-u5wmreXIgK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5wmreXIgK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5wmreXIgK .mbr-section-title {
  color: #be264c;
}
.cid-u6DLEV2RvE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6DLEV2RvE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6DLEV2RvE .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u6DLEV2RvE .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u6DLEV2RvE .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6DLEV2RvE .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u6DLEV2RvE .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u6DLEV2RvE .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u6DLEV2RvE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u6DLEV2RvE .media-block {
    padding-right: 2rem;
  }
}
.cid-u6DLEV2RvE .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u6DLEV2RvE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u6DLEV2RvE .mbr-section-title {
  color: #be264c;
}
.cid-uGMt6a4jv3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGMt6a4jv3 h3 {
  font-weight: 300;
}
.cid-uGMt6a4jv3 .card-img {
  width: initial;
}
.cid-uGMt6a4jv3 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGMt6a4jv3 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGMt6a4jv3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGMt6a4jv3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uGMt6a4jv3 .mbr-text {
  color: #767676;
}
.cid-uGMt6a4jv3 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGMt6a4jv3 .mbr-al-i-c {
  align-items: center;
}
.cid-uGMt6a4jv3 .mbr-section-title {
  color: #be264c;
}
.cid-v9Lwx4aEy5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lwx4aEy5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lwx4aEy5 p {
  color: #767676;
}
.cid-v9Lwx4aEy5 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lwx4aEy5 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lwx4aEy5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lwx4aEy5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lwx4aEy5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lwx4aEy5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KLdL6WPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KLdL6WPX .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLdL6WPX .content {
    text-align: center;
  }
  .cid-v8KLdL6WPX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KLdL6WPX .img-logo img {
  height: 6rem;
}
.cid-v8KLdL6WPX .form-group,
.cid-v8KLdL6WPX .input-group-btn {
  padding: 0;
}
.cid-v8KLdL6WPX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KLdL6WPX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KLdL6WPX .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLdL6WPX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KLdL6WPX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KLdL6WPX .footer-lower .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-v8KLdL6WPX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KLdL6WPX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KLdL6WPX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KLdL6WPX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KLdL6WPX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KLdL6WPX .foot-logo {
    text-align: center !important;
  }
  .cid-v8KLdL6WPX .foot-title {
    text-align: center !important;
  }
  .cid-v8KLdL6WPX .mbr-text {
    text-align: center !important;
  }
  .cid-v8KLdL6WPX .form-group {
    margin: 0;
  }
}
.cid-v8KLdL6WPX .mbr-links-column {
  text-align: left;
}
.cid-v8KLdL6WPX .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5CmDFsFFA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5CmDFsFFA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5CmDFsFFA .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5CmDFsFFA .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5CmDFsFFA .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5CmDFsFFA .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5CmDFsFFA .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5CmDFsFFA .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5CmDFsFFA .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5CmDFsFFA .media-block {
    padding-left: 2rem;
  }
}
.cid-u5CmDFsFFA .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5CmDFsFFA .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5CmDFsFFA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5CmDFsFFA .mbr-section-title {
  color: #be264c;
}
.cid-u5KnqTBnPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5KnqTBnPX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5KnqTBnPX .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5KnqTBnPX .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5KnqTBnPX .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5KnqTBnPX .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5KnqTBnPX .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5KnqTBnPX .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5KnqTBnPX .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5KnqTBnPX .media-block {
    padding-right: 2rem;
  }
}
.cid-u5KnqTBnPX .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5KnqTBnPX .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5KnqTBnPX .mbr-section-title {
  color: #be264c;
}
.cid-u5KnqTBnPX H4 {
  color: #333333;
}
.cid-u5Ri3Eet10 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5Ri3Eet10 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5Ri3Eet10 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5Ri3Eet10 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5Ri3Eet10 .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5Ri3Eet10 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5Ri3Eet10 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5Ri3Eet10 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5Ri3Eet10 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5Ri3Eet10 .media-block {
    padding-right: 2rem;
  }
}
.cid-u5Ri3Eet10 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5Ri3Eet10 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5Ri3Eet10 .mbr-section-title {
  color: #be264c;
}
.cid-u5Ri3Eet10 H4 {
  color: #333333;
}
.cid-u5CmDFU89e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5CmDFU89e .mbr-section-subtitle {
  color: #767676;
}
.cid-u5CmDFU89e .container-table {
  margin: 0 auto;
}
.cid-u5CmDFU89e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u5CmDFU89e .dataTables_wrapper {
  display: block;
}
.cid-u5CmDFU89e .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u5CmDFU89e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u5CmDFU89e table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u5CmDFU89e table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u5CmDFU89e table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u5CmDFU89e table td {
  border-top: 1px solid #cccccc;
}
.cid-u5CmDFU89e table.table {
  background: #bce9f6;
}
.cid-u5CmDFU89e .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u5CmDFU89e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u5CmDFU89e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u5CmDFU89e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u5CmDFU89e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u5CmDFU89e .dataTables_filter {
    text-align: center;
  }
  .cid-u5CmDFU89e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u5CmDFU89e .head-item {
  text-align: center;
}
.cid-u5CmDFU89e .body-item {
  text-align: center;
}
.cid-u5CmDGIbJS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5CmDGIbJS .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5CmDGIbJS .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5CmDGIbJS .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5CmDGIbJS .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5CmDGIbJS .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5CmDGIbJS .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5CmDGIbJS .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5CmDGIbJS .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5CmDGIbJS .media-block {
    padding-right: 2rem;
  }
}
.cid-u5CmDGIbJS .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5CmDGIbJS .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5CmDGIbJS .mbr-section-title {
  color: #be264c;
}
.cid-u5CmDGIbJS H4 {
  color: #333333;
}
.cid-u5CmDGYH8p {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5CmDGYH8p .mbr-section-subtitle {
  color: #767676;
}
.cid-u5CmDH9Xlj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5CmDH9Xlj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5CmDH9Xlj .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5CmDH9Xlj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5CmDH9Xlj .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5CmDH9Xlj .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5CmDH9Xlj .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5CmDH9Xlj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5CmDH9Xlj .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5CmDH9Xlj .media-block {
    padding-right: 2rem;
  }
}
.cid-u5CmDH9Xlj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5CmDH9Xlj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5CmDH9Xlj .mbr-section-title {
  color: #be264c;
}
.cid-u5CmDH9Xlj H4 {
  color: #333333;
}
.cid-v9LwBemRhx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LwBemRhx h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LwBemRhx p {
  color: #767676;
}
.cid-v9LwBemRhx .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LwBemRhx .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LwBemRhx .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LwBemRhx .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LwBemRhx .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LwBemRhx .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KLiFCU4W {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KLiFCU4W .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLiFCU4W .content {
    text-align: center;
  }
  .cid-v8KLiFCU4W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KLiFCU4W .img-logo img {
  height: 6rem;
}
.cid-v8KLiFCU4W .form-group,
.cid-v8KLiFCU4W .input-group-btn {
  padding: 0;
}
.cid-v8KLiFCU4W .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KLiFCU4W .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KLiFCU4W .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLiFCU4W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KLiFCU4W .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KLiFCU4W .footer-lower .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-v8KLiFCU4W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KLiFCU4W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KLiFCU4W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KLiFCU4W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KLiFCU4W .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KLiFCU4W .foot-logo {
    text-align: center !important;
  }
  .cid-v8KLiFCU4W .foot-title {
    text-align: center !important;
  }
  .cid-v8KLiFCU4W .mbr-text {
    text-align: center !important;
  }
  .cid-v8KLiFCU4W .form-group {
    margin: 0;
  }
}
.cid-v8KLiFCU4W .mbr-links-column {
  text-align: left;
}
.cid-v8KLiFCU4W .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5HZyyxVOv {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5HZyyxVOv .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5HZyyxVOv .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5HZyyxVOv .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5HZyyxVOv .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5HZyyxVOv .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5HZyyxVOv .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5HZyyxVOv .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5HZyyxVOv .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5HZyyxVOv .media-block {
    padding-left: 2rem;
  }
}
.cid-u5HZyyxVOv .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5HZyyxVOv .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5HZyyxVOv .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5HZyyxVOv .mbr-section-title {
  color: #be264c;
}
.cid-u5HZyzcgfP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5HZyzcgfP .mbr-section-subtitle {
  color: #767676;
}
.cid-u5HZyzcgfP .container-table {
  margin: 0 auto;
}
.cid-u5HZyzcgfP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u5HZyzcgfP .dataTables_wrapper {
  display: block;
}
.cid-u5HZyzcgfP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u5HZyzcgfP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u5HZyzcgfP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u5HZyzcgfP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u5HZyzcgfP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u5HZyzcgfP table td {
  border-top: 1px solid #cccccc;
}
.cid-u5HZyzcgfP table.table {
  background: #bce9f6;
}
.cid-u5HZyzcgfP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u5HZyzcgfP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u5HZyzcgfP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u5HZyzcgfP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u5HZyzcgfP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u5HZyzcgfP .dataTables_filter {
    text-align: center;
  }
  .cid-u5HZyzcgfP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u5HZyzcgfP .head-item {
  text-align: center;
}
.cid-u5HZyzcgfP .body-item {
  text-align: center;
}
.cid-u5HZyA53vM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5HZyA53vM .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5HZyA53vM .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5HZyA53vM .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5HZyA53vM .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5HZyA53vM .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5HZyA53vM .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5HZyA53vM .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5HZyA53vM .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5HZyA53vM .media-block {
    padding-right: 2rem;
  }
}
.cid-u5HZyA53vM .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5HZyA53vM .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5HZyA53vM .mbr-section-title {
  color: #be264c;
}
.cid-u5HZyA53vM H4 {
  color: #333333;
}
.cid-u5HZyAoQTL {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5HZyAoQTL .mbr-section-subtitle {
  color: #767676;
}
.cid-u5HZyABNO1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5HZyABNO1 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5HZyABNO1 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5HZyABNO1 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5HZyABNO1 .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5HZyABNO1 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5HZyABNO1 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5HZyABNO1 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5HZyABNO1 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5HZyABNO1 .media-block {
    padding-right: 2rem;
  }
}
.cid-u5HZyABNO1 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5HZyABNO1 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5HZyABNO1 .mbr-section-title {
  color: #be264c;
}
.cid-u5HZyABNO1 H4 {
  color: #333333;
}
.cid-v9LwQO1wC2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LwQO1wC2 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LwQO1wC2 p {
  color: #767676;
}
.cid-v9LwQO1wC2 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LwQO1wC2 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LwQO1wC2 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LwQO1wC2 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LwQO1wC2 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LwQO1wC2 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KLvgfMuq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KLvgfMuq .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLvgfMuq .content {
    text-align: center;
  }
  .cid-v8KLvgfMuq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KLvgfMuq .img-logo img {
  height: 6rem;
}
.cid-v8KLvgfMuq .form-group,
.cid-v8KLvgfMuq .input-group-btn {
  padding: 0;
}
.cid-v8KLvgfMuq .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KLvgfMuq .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KLvgfMuq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLvgfMuq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KLvgfMuq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KLvgfMuq .footer-lower .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-v8KLvgfMuq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KLvgfMuq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KLvgfMuq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KLvgfMuq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KLvgfMuq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KLvgfMuq .foot-logo {
    text-align: center !important;
  }
  .cid-v8KLvgfMuq .foot-title {
    text-align: center !important;
  }
  .cid-v8KLvgfMuq .mbr-text {
    text-align: center !important;
  }
  .cid-v8KLvgfMuq .form-group {
    margin: 0;
  }
}
.cid-v8KLvgfMuq .mbr-links-column {
  text-align: left;
}
.cid-v8KLvgfMuq .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5WDeKA9Or {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5WDeKA9Or .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5WDeKA9Or .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5WDeKA9Or .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5WDeKA9Or .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5WDeKA9Or .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5WDeKA9Or .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5WDeKA9Or .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5WDeKA9Or .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5WDeKA9Or .media-block {
    padding-left: 2rem;
  }
}
.cid-u5WDeKA9Or .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5WDeKA9Or .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5WDeKA9Or .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5WDeKA9Or .mbr-section-title {
  color: #be264c;
}
.cid-u5WDeKTUjH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5WDeKTUjH .mbr-section-subtitle {
  color: #767676;
}
.cid-u5WDeKTUjH .container-table {
  margin: 0 auto;
}
.cid-u5WDeKTUjH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u5WDeKTUjH .dataTables_wrapper {
  display: block;
}
.cid-u5WDeKTUjH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u5WDeKTUjH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u5WDeKTUjH table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u5WDeKTUjH table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u5WDeKTUjH table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u5WDeKTUjH table td {
  border-top: 1px solid #cccccc;
}
.cid-u5WDeKTUjH table.table {
  background: #bce9f6;
}
.cid-u5WDeKTUjH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u5WDeKTUjH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u5WDeKTUjH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u5WDeKTUjH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u5WDeKTUjH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u5WDeKTUjH .dataTables_filter {
    text-align: center;
  }
  .cid-u5WDeKTUjH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u5WDeKTUjH .head-item {
  text-align: center;
}
.cid-u5WDeKTUjH .body-item {
  text-align: center;
}
.cid-u5WDeLftA3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5WDeLftA3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5WDeLftA3 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5WDeLftA3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5WDeLftA3 .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5WDeLftA3 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5WDeLftA3 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5WDeLftA3 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5WDeLftA3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5WDeLftA3 .media-block {
    padding-right: 2rem;
  }
}
.cid-u5WDeLftA3 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5WDeLftA3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5WDeLftA3 .mbr-section-title {
  color: #be264c;
}
.cid-u5WDeLftA3 H4 {
  color: #333333;
}
.cid-u5WDeLsnTk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5WDeLsnTk .mbr-section-subtitle {
  color: #767676;
}
.cid-u5WDeLz0wP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5WDeLz0wP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u5WDeLz0wP .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u5WDeLz0wP .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u5WDeLz0wP .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u5WDeLz0wP .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u5WDeLz0wP .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u5WDeLz0wP .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-u5WDeLz0wP .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-u5WDeLz0wP .media-block {
    padding-right: 2rem;
  }
}
.cid-u5WDeLz0wP .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-u5WDeLz0wP .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-u5WDeLz0wP .mbr-section-title {
  color: #be264c;
}
.cid-u5WDeLz0wP H4 {
  color: #333333;
}
.cid-v4LOKa8msa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v4LOKa8msa h3 {
  font-weight: 300;
}
.cid-v4LOKa8msa .card-img {
  width: initial;
}
.cid-v4LOKa8msa .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v4LOKa8msa .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v4LOKa8msa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v4LOKa8msa .mbr-section-subtitle {
  color: #767676;
}
.cid-v4LOKa8msa .mbr-text {
  color: #767676;
}
.cid-v4LOKa8msa .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v4LOKa8msa .mbr-al-i-c {
  align-items: center;
}
.cid-v4LOKa8msa .mbr-section-title {
  color: #be264c;
}
.cid-v4LOMVijv1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v4LOMVijv1 h3 {
  font-weight: 300;
}
.cid-v4LOMVijv1 .card-img {
  width: initial;
}
.cid-v4LOMVijv1 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v4LOMVijv1 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v4LOMVijv1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v4LOMVijv1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v4LOMVijv1 .mbr-text {
  color: #767676;
}
.cid-v4LOMVijv1 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v4LOMVijv1 .mbr-al-i-c {
  align-items: center;
}
.cid-v4LOMVijv1 .mbr-section-title {
  color: #be264c;
}
.cid-v9LwVtuDGH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LwVtuDGH h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LwVtuDGH p {
  color: #767676;
}
.cid-v9LwVtuDGH .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LwVtuDGH .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LwVtuDGH .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LwVtuDGH .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LwVtuDGH .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LwVtuDGH .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KLIU0il3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KLIU0il3 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLIU0il3 .content {
    text-align: center;
  }
  .cid-v8KLIU0il3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KLIU0il3 .img-logo img {
  height: 6rem;
}
.cid-v8KLIU0il3 .form-group,
.cid-v8KLIU0il3 .input-group-btn {
  padding: 0;
}
.cid-v8KLIU0il3 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KLIU0il3 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KLIU0il3 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KLIU0il3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KLIU0il3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KLIU0il3 .footer-lower .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-v8KLIU0il3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KLIU0il3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KLIU0il3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KLIU0il3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KLIU0il3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KLIU0il3 .foot-logo {
    text-align: center !important;
  }
  .cid-v8KLIU0il3 .foot-title {
    text-align: center !important;
  }
  .cid-v8KLIU0il3 .mbr-text {
    text-align: center !important;
  }
  .cid-v8KLIU0il3 .form-group {
    margin: 0;
  }
}
.cid-v8KLIU0il3 .mbr-links-column {
  text-align: left;
}
.cid-v8KLIU0il3 .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6NdOFbUIY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6NdOFbUIY .mbr-section-subtitle {
  color: #be264c;
  font-weight: 300;
}
.cid-u6NdOFbUIY .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-u6NdOFbUIY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u6NdOFbUIY .img-text {
  width: 42px;
  height: 42px;
  font-size: 21px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-u6NdOFbUIY .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u6NdOFbUIY .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u6NdOFbUIY .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-u6NdOFbUIY .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-u6NdOFbUIY .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-u6NdOFbUIY .mbr-section-title {
  color: #be264c;
}
.cid-u6NdOFqblo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6NdOFqblo .mbr-section-subtitle {
  color: #be264c;
  text-align: center;
}
.cid-u6NdOFzvjt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6NdOFzvjt .counter-container {
  color: #767676;
}
.cid-u6NdOFzvjt .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u6NdOFzvjt .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u6NdOFzvjt .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-u6NdOFzvjt .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-u6NuWcmzbu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6NuWcmzbu .card-img {
  background-color: #fff;
}
.cid-u6NuWcmzbu .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-u6NuWcmzbu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6NuWcmzbu p {
  text-align: left;
}
.cid-u6NuWcmzbu .mbr-text {
  color: #767676;
}
.cid-u6NuWcmzbu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u6NuWcmzbu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u6NuWcmzbu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u6NuWcmzbu .card-title {
  text-align: center;
  color: #be264c;
}
.cid-v9LyZoOEmM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LyZoOEmM h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LyZoOEmM p {
  color: #767676;
}
.cid-v9LyZoOEmM .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LyZoOEmM .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LyZoOEmM .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LyZoOEmM .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LyZoOEmM .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LyZoOEmM .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KR0zlNST {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KR0zlNST .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KR0zlNST .content {
    text-align: center;
  }
  .cid-v8KR0zlNST .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KR0zlNST .img-logo img {
  height: 6rem;
}
.cid-v8KR0zlNST .form-group,
.cid-v8KR0zlNST .input-group-btn {
  padding: 0;
}
.cid-v8KR0zlNST .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KR0zlNST .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KR0zlNST .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KR0zlNST .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KR0zlNST .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KR0zlNST .footer-lower .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-v8KR0zlNST .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KR0zlNST .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KR0zlNST .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KR0zlNST .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KR0zlNST .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KR0zlNST .foot-logo {
    text-align: center !important;
  }
  .cid-v8KR0zlNST .foot-title {
    text-align: center !important;
  }
  .cid-v8KR0zlNST .mbr-text {
    text-align: center !important;
  }
  .cid-v8KR0zlNST .form-group {
    margin: 0;
  }
}
.cid-v8KR0zlNST .mbr-links-column {
  text-align: left;
}
.cid-v8KR0zlNST .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ueqG34SwQl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ueqG34SwQl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ueqG34SwQl .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ueqG34SwQl .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ueqG34SwQl .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-ueqG34SwQl .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ueqG34SwQl .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ueqG34SwQl .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ueqG34SwQl .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ueqG34SwQl .media-block {
    padding-left: 2rem;
  }
}
.cid-ueqG34SwQl .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ueqG34SwQl .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ueqG34SwQl .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ueqG34SwQl .mbr-section-title {
  color: #be264c;
}
.cid-ueqTPBTc5y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueqTPBTc5y .mbr-section-subtitle {
  color: #767676;
}
.cid-ueqTPBTc5y .container-table {
  margin: 0 auto;
}
.cid-ueqTPBTc5y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ueqTPBTc5y .dataTables_wrapper {
  display: block;
}
.cid-ueqTPBTc5y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ueqTPBTc5y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ueqTPBTc5y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ueqTPBTc5y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ueqTPBTc5y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ueqTPBTc5y table td {
  border-top: 1px solid #cccccc;
}
.cid-ueqTPBTc5y table.table {
  background: #ffffff;
}
.cid-ueqTPBTc5y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ueqTPBTc5y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ueqTPBTc5y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ueqTPBTc5y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ueqTPBTc5y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ueqTPBTc5y .dataTables_filter {
    text-align: center;
  }
  .cid-ueqTPBTc5y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ueqTPBTc5y .head-item {
  text-align: center;
}
.cid-ueqTPBTc5y .body-item {
  text-align: center;
}
.cid-ueqTPBTc5y .mbr-section-title {
  color: #be264c;
}
.cid-ueqPXjEYtb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueqPXjEYtb h3 {
  font-weight: 300;
}
.cid-ueqPXjEYtb .card-img {
  width: initial;
}
.cid-ueqPXjEYtb .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueqPXjEYtb .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueqPXjEYtb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueqPXjEYtb .mbr-section-subtitle {
  color: #be264c;
}
.cid-ueqPXjEYtb .mbr-text {
  color: #767676;
}
.cid-ueqPXjEYtb .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueqPXjEYtb .mbr-al-i-c {
  align-items: center;
}
.cid-ueqPXjEYtb .mbr-section-title {
  color: #be264c;
}
.cid-ueqVkpWtJe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueqVkpWtJe h3 {
  font-weight: 300;
}
.cid-ueqVkpWtJe .card-img {
  width: initial;
}
.cid-ueqVkpWtJe .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueqVkpWtJe .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueqVkpWtJe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueqVkpWtJe .mbr-section-subtitle {
  color: #be264c;
}
.cid-ueqVkpWtJe .mbr-text {
  color: #767676;
}
.cid-ueqVkpWtJe .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueqVkpWtJe .mbr-al-i-c {
  align-items: center;
}
.cid-ueqVkpWtJe .mbr-section-title {
  color: #be264c;
}
.cid-ueqZSMos5G {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueqZSMos5G .mbr-section-subtitle {
  color: #767676;
}
.cid-ueqZSMos5G .container-table {
  margin: 0 auto;
}
.cid-ueqZSMos5G .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ueqZSMos5G .dataTables_wrapper {
  display: block;
}
.cid-ueqZSMos5G .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ueqZSMos5G .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ueqZSMos5G table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ueqZSMos5G table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ueqZSMos5G table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ueqZSMos5G table td {
  border-top: 1px solid #cccccc;
}
.cid-ueqZSMos5G table.table {
  background: #ffffff;
}
.cid-ueqZSMos5G .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ueqZSMos5G .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ueqZSMos5G .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ueqZSMos5G .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ueqZSMos5G .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ueqZSMos5G .dataTables_filter {
    text-align: center;
  }
  .cid-ueqZSMos5G .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ueqZSMos5G .head-item {
  text-align: center;
}
.cid-ueqZSMos5G .body-item {
  text-align: center;
}
.cid-ueqZSMos5G .mbr-section-title {
  color: #be264c;
}
.cid-uer6D0AgRs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uer6D0AgRs h3 {
  font-weight: 300;
}
.cid-uer6D0AgRs .card-img {
  width: initial;
}
.cid-uer6D0AgRs .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uer6D0AgRs .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uer6D0AgRs .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uer6D0AgRs .mbr-section-subtitle {
  color: #be264c;
}
.cid-uer6D0AgRs .mbr-text {
  color: #767676;
}
.cid-uer6D0AgRs .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uer6D0AgRs .mbr-al-i-c {
  align-items: center;
}
.cid-uer6D0AgRs .mbr-section-title {
  color: #be264c;
}
.cid-uer8bfQ1yp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uer8bfQ1yp .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uer8bfQ1yp .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uer8bfQ1yp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uer8bfQ1yp .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uer8bfQ1yp .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uer8bfQ1yp .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uer8bfQ1yp .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uer8bfQ1yp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uer8bfQ1yp .media-block {
    padding-right: 2rem;
  }
}
.cid-uer8bfQ1yp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uer8bfQ1yp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uer8bfQ1yp .mbr-section-title {
  color: #be264c;
}
.cid-uer8bfQ1yp H4 {
  color: #333333;
}
.cid-v9LxQNbAQU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxQNbAQU h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxQNbAQU p {
  color: #767676;
}
.cid-v9LxQNbAQU .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxQNbAQU .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxQNbAQU .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxQNbAQU .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxQNbAQU .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxQNbAQU .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KOUNhLeA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KOUNhLeA .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KOUNhLeA .content {
    text-align: center;
  }
  .cid-v8KOUNhLeA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KOUNhLeA .img-logo img {
  height: 6rem;
}
.cid-v8KOUNhLeA .form-group,
.cid-v8KOUNhLeA .input-group-btn {
  padding: 0;
}
.cid-v8KOUNhLeA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KOUNhLeA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KOUNhLeA .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KOUNhLeA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KOUNhLeA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KOUNhLeA .footer-lower .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-v8KOUNhLeA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KOUNhLeA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KOUNhLeA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KOUNhLeA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KOUNhLeA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KOUNhLeA .foot-logo {
    text-align: center !important;
  }
  .cid-v8KOUNhLeA .foot-title {
    text-align: center !important;
  }
  .cid-v8KOUNhLeA .mbr-text {
    text-align: center !important;
  }
  .cid-v8KOUNhLeA .form-group {
    margin: 0;
  }
}
.cid-v8KOUNhLeA .mbr-links-column {
  text-align: left;
}
.cid-v8KOUNhLeA .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uerz3oGuTN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uerz3oGuTN .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uerz3oGuTN .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uerz3oGuTN .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uerz3oGuTN .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uerz3oGuTN .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uerz3oGuTN .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uerz3oGuTN .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uerz3oGuTN .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uerz3oGuTN .media-block {
    padding-left: 2rem;
  }
}
.cid-uerz3oGuTN .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uerz3oGuTN .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uerz3oGuTN .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uerz3oGuTN .mbr-section-title {
  color: #be264c;
}
.cid-uesS240mDl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uesS240mDl h3 {
  font-weight: 300;
}
.cid-uesS240mDl .card-img {
  width: initial;
}
.cid-uesS240mDl .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uesS240mDl .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uesS240mDl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uesS240mDl .mbr-section-subtitle {
  color: #767676;
}
.cid-uesS240mDl .mbr-text {
  color: #767676;
}
.cid-uesS240mDl .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uesS240mDl .mbr-al-i-c {
  align-items: center;
}
.cid-uesS240mDl .mbr-section-title {
  color: #be264c;
}
.cid-uesW3xuMBF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uesW3xuMBF .card-img {
  background-color: #fff;
}
.cid-uesW3xuMBF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uesW3xuMBF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uesW3xuMBF p {
  text-align: left;
}
.cid-uesW3xuMBF .mbr-text {
  color: #767676;
}
.cid-uesW3xuMBF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uesW3xuMBF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uesW3xuMBF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uesW3xuMBF .card-title {
  text-align: center;
}
.cid-uerz3p8EE1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uerz3p8EE1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uerz3p8EE1 .container-table {
  margin: 0 auto;
}
.cid-uerz3p8EE1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uerz3p8EE1 .dataTables_wrapper {
  display: block;
}
.cid-uerz3p8EE1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uerz3p8EE1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uerz3p8EE1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uerz3p8EE1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uerz3p8EE1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uerz3p8EE1 table td {
  border-top: 1px solid #cccccc;
}
.cid-uerz3p8EE1 table.table {
  background: #ffffff;
}
.cid-uerz3p8EE1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uerz3p8EE1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uerz3p8EE1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uerz3p8EE1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uerz3p8EE1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uerz3p8EE1 .dataTables_filter {
    text-align: center;
  }
  .cid-uerz3p8EE1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uerz3p8EE1 .head-item {
  text-align: center;
}
.cid-uerz3p8EE1 .body-item {
  text-align: center;
}
.cid-uerz3p8EE1 .mbr-section-title {
  color: #be264c;
}
.cid-uerz3rqU8I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uerz3rqU8I h3 {
  font-weight: 300;
}
.cid-uerz3rqU8I .card-img {
  width: initial;
}
.cid-uerz3rqU8I .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uerz3rqU8I .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uerz3rqU8I .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uerz3rqU8I .mbr-section-subtitle {
  color: #be264c;
}
.cid-uerz3rqU8I .mbr-text {
  color: #767676;
}
.cid-uerz3rqU8I .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uerz3rqU8I .mbr-al-i-c {
  align-items: center;
}
.cid-uerz3rqU8I .mbr-section-title {
  color: #be264c;
}
.cid-uerz3rRpvk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uerz3rRpvk .mbr-section-subtitle {
  color: #767676;
}
.cid-uerz3rRpvk .container-table {
  margin: 0 auto;
}
.cid-uerz3rRpvk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uerz3rRpvk .dataTables_wrapper {
  display: block;
}
.cid-uerz3rRpvk .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uerz3rRpvk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uerz3rRpvk table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uerz3rRpvk table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uerz3rRpvk table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uerz3rRpvk table td {
  border-top: 1px solid #cccccc;
}
.cid-uerz3rRpvk table.table {
  background: #ffffff;
}
.cid-uerz3rRpvk .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uerz3rRpvk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uerz3rRpvk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uerz3rRpvk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uerz3rRpvk .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uerz3rRpvk .dataTables_filter {
    text-align: center;
  }
  .cid-uerz3rRpvk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uerz3rRpvk .head-item {
  text-align: center;
}
.cid-uerz3rRpvk .body-item {
  text-align: center;
}
.cid-uerz3rRpvk .mbr-section-title {
  color: #be264c;
}
.cid-uesCCC4AAD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uesCCC4AAD h3 {
  font-weight: 300;
}
.cid-uesCCC4AAD .card-img {
  width: initial;
}
.cid-uesCCC4AAD .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uesCCC4AAD .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uesCCC4AAD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uesCCC4AAD .mbr-section-subtitle {
  color: #be264c;
}
.cid-uesCCC4AAD .mbr-text {
  color: #767676;
}
.cid-uesCCC4AAD .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uesCCC4AAD .mbr-al-i-c {
  align-items: center;
}
.cid-uesCCC4AAD .mbr-section-title {
  color: #be264c;
}
.cid-ues59Es28Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ues59Es28Z .mbr-section-subtitle {
  color: #767676;
}
.cid-ues59Es28Z .container-table {
  margin: 0 auto;
}
.cid-ues59Es28Z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ues59Es28Z .dataTables_wrapper {
  display: block;
}
.cid-ues59Es28Z .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ues59Es28Z .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ues59Es28Z table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ues59Es28Z table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ues59Es28Z table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ues59Es28Z table td {
  border-top: 1px solid #cccccc;
}
.cid-ues59Es28Z table.table {
  background: #ffffff;
}
.cid-ues59Es28Z .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ues59Es28Z .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ues59Es28Z .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ues59Es28Z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ues59Es28Z .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ues59Es28Z .dataTables_filter {
    text-align: center;
  }
  .cid-ues59Es28Z .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ues59Es28Z .head-item {
  text-align: center;
}
.cid-ues59Es28Z .body-item {
  text-align: center;
}
.cid-ues59Es28Z .mbr-section-title {
  color: #be264c;
}
.cid-uesCEBpAZ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uesCEBpAZ9 h3 {
  font-weight: 300;
}
.cid-uesCEBpAZ9 .card-img {
  width: initial;
}
.cid-uesCEBpAZ9 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uesCEBpAZ9 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uesCEBpAZ9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uesCEBpAZ9 .mbr-section-subtitle {
  color: #be264c;
}
.cid-uesCEBpAZ9 .mbr-text {
  color: #767676;
}
.cid-uesCEBpAZ9 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uesCEBpAZ9 .mbr-al-i-c {
  align-items: center;
}
.cid-uesCEBpAZ9 .mbr-section-title {
  color: #be264c;
}
.cid-uetZiVK6Py {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uetZiVK6Py h3 {
  font-weight: 300;
}
.cid-uetZiVK6Py .card-img {
  width: initial;
}
.cid-uetZiVK6Py .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uetZiVK6Py .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uetZiVK6Py .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uetZiVK6Py .mbr-section-subtitle {
  color: #767676;
}
.cid-uetZiVK6Py .mbr-text {
  color: #767676;
}
.cid-uetZiVK6Py .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uetZiVK6Py .mbr-al-i-c {
  align-items: center;
}
.cid-uetZiVK6Py .mbr-section-title {
  color: #be264c;
}
.cid-uetYYgA3Ru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uetYYgA3Ru .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uetYYgA3Ru .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uetYYgA3Ru .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uetYYgA3Ru .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uetYYgA3Ru .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uetYYgA3Ru .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uetYYgA3Ru .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uetYYgA3Ru .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uetYYgA3Ru .media-block {
    padding-right: 2rem;
  }
}
.cid-uetYYgA3Ru .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uetYYgA3Ru .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uetYYgA3Ru .mbr-section-title {
  color: #be264c;
}
.cid-uetYYgA3Ru H4 {
  color: #333333;
}
.cid-v1Xhk8cLQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1Xhk8cLQe h3 {
  font-weight: 300;
}
.cid-v1Xhk8cLQe .card-img {
  width: initial;
}
.cid-v1Xhk8cLQe .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v1Xhk8cLQe .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v1Xhk8cLQe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v1Xhk8cLQe .mbr-section-subtitle {
  color: #767676;
}
.cid-v1Xhk8cLQe .mbr-text {
  color: #767676;
}
.cid-v1Xhk8cLQe .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v1Xhk8cLQe .mbr-al-i-c {
  align-items: center;
}
.cid-v1Xhk8cLQe .mbr-section-title {
  color: #be264c;
}
.cid-v9Lxrl9u9i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lxrl9u9i h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lxrl9u9i p {
  color: #767676;
}
.cid-v9Lxrl9u9i .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lxrl9u9i .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lxrl9u9i .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lxrl9u9i .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lxrl9u9i .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lxrl9u9i .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KN4bCVAz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KN4bCVAz .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KN4bCVAz .content {
    text-align: center;
  }
  .cid-v8KN4bCVAz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KN4bCVAz .img-logo img {
  height: 6rem;
}
.cid-v8KN4bCVAz .form-group,
.cid-v8KN4bCVAz .input-group-btn {
  padding: 0;
}
.cid-v8KN4bCVAz .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KN4bCVAz .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KN4bCVAz .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KN4bCVAz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KN4bCVAz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KN4bCVAz .footer-lower .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-v8KN4bCVAz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KN4bCVAz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KN4bCVAz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KN4bCVAz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KN4bCVAz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KN4bCVAz .foot-logo {
    text-align: center !important;
  }
  .cid-v8KN4bCVAz .foot-title {
    text-align: center !important;
  }
  .cid-v8KN4bCVAz .mbr-text {
    text-align: center !important;
  }
  .cid-v8KN4bCVAz .form-group {
    margin: 0;
  }
}
.cid-v8KN4bCVAz .mbr-links-column {
  text-align: left;
}
.cid-v8KN4bCVAz .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ueNpF64wxw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueNpF64wxw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ueNpF64wxw .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ueNpF64wxw .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ueNpF64wxw .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-ueNpF64wxw .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ueNpF64wxw .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ueNpF64wxw .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ueNpF64wxw .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ueNpF64wxw .media-block {
    padding-left: 2rem;
  }
}
.cid-ueNpF64wxw .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ueNpF64wxw .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ueNpF64wxw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ueNpF64wxw .mbr-section-title {
  color: #be264c;
}
.cid-ueNpF6oqNT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueNpF6oqNT h3 {
  font-weight: 300;
}
.cid-ueNpF6oqNT .card-img {
  width: initial;
}
.cid-ueNpF6oqNT .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueNpF6oqNT .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueNpF6oqNT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueNpF6oqNT .mbr-section-subtitle {
  color: #767676;
}
.cid-ueNpF6oqNT .mbr-text {
  color: #767676;
}
.cid-ueNpF6oqNT .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueNpF6oqNT .mbr-al-i-c {
  align-items: center;
}
.cid-ueNpF6oqNT .mbr-section-title {
  color: #be264c;
}
.cid-ueNsPgT5hq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueNsPgT5hq h3 {
  font-weight: 300;
}
.cid-ueNsPgT5hq .card-img {
  width: initial;
}
.cid-ueNsPgT5hq .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueNsPgT5hq .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueNsPgT5hq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueNsPgT5hq .mbr-section-subtitle {
  color: #767676;
}
.cid-ueNsPgT5hq .mbr-text {
  color: #767676;
}
.cid-ueNsPgT5hq .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueNsPgT5hq .mbr-al-i-c {
  align-items: center;
}
.cid-ueNsPgT5hq .mbr-section-title {
  color: #be264c;
}
.cid-ueOTDpxqap {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueOTDpxqap .card-img {
  background-color: #fff;
}
.cid-ueOTDpxqap .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ueOTDpxqap h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ueOTDpxqap p {
  text-align: left;
}
.cid-ueOTDpxqap .mbr-text {
  color: #767676;
}
.cid-ueOTDpxqap .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueOTDpxqap .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ueOTDpxqap .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-ueOTDpxqap .card-title {
  text-align: center;
}
.cid-v9LxHTQT3p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxHTQT3p h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxHTQT3p p {
  color: #767676;
}
.cid-v9LxHTQT3p .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxHTQT3p .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxHTQT3p .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxHTQT3p .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxHTQT3p .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxHTQT3p .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KO9LhVRK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KO9LhVRK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KO9LhVRK .content {
    text-align: center;
  }
  .cid-v8KO9LhVRK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KO9LhVRK .img-logo img {
  height: 6rem;
}
.cid-v8KO9LhVRK .form-group,
.cid-v8KO9LhVRK .input-group-btn {
  padding: 0;
}
.cid-v8KO9LhVRK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KO9LhVRK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KO9LhVRK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KO9LhVRK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KO9LhVRK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KO9LhVRK .footer-lower .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-v8KO9LhVRK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KO9LhVRK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KO9LhVRK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KO9LhVRK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KO9LhVRK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KO9LhVRK .foot-logo {
    text-align: center !important;
  }
  .cid-v8KO9LhVRK .foot-title {
    text-align: center !important;
  }
  .cid-v8KO9LhVRK .mbr-text {
    text-align: center !important;
  }
  .cid-v8KO9LhVRK .form-group {
    margin: 0;
  }
}
.cid-v8KO9LhVRK .mbr-links-column {
  text-align: left;
}
.cid-v8KO9LhVRK .copyright .mbr-text {
  text-align: left;
}
.cid-uf52MN4CoJ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf52MN4CoJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf52MN4CoJ a {
  font-style: normal;
}
.cid-uf52MN4CoJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf52MN4CoJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf52MN4CoJ .nav-item:focus,
.cid-uf52MN4CoJ .nav-link:focus {
  outline: none;
}
.cid-uf52MN4CoJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf52MN4CoJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf52MN4CoJ .menu-logo {
  margin-right: auto;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf52MN4CoJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf52MN4CoJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf52MN4CoJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf52MN4CoJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf52MN4CoJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf52MN4CoJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf52MN4CoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf52MN4CoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf52MN4CoJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf52MN4CoJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf52MN4CoJ .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-uf52MN4CoJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf52MN4CoJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf52MN4CoJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf52MN4CoJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf52MN4CoJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf52MN4CoJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf52MN4CoJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf52MN4CoJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uf52MN4CoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf52MN4CoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf52MN4CoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf52MN4CoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf52MN4CoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf52MN4CoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf52MN4CoJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf52MN4CoJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf52MN4CoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf52MN4CoJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf52MN4CoJ .collapsed .btn {
  display: flex;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf52MN4CoJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf52MN4CoJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf52MN4CoJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf52MN4CoJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf52MN4CoJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf52MN4CoJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf52MN4CoJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf52MN4CoJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf52MN4CoJ .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: 991px) {
  .cid-uf52MN4CoJ .navbar-expand {
    flex-direction: column;
  }
  .cid-uf52MN4CoJ img {
    height: 3.8rem !important;
  }
  .cid-uf52MN4CoJ .btn {
    display: flex;
  }
  .cid-uf52MN4CoJ button.navbar-toggler {
    display: block;
  }
  .cid-uf52MN4CoJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf52MN4CoJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf52MN4CoJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing,
  .cid-uf52MN4CoJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uf52MN4CoJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf52MN4CoJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf52MN4CoJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf52MN4CoJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf52MN4CoJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf52MN4CoJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf52MN4CoJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf52MN4CoJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf52MN4CoJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf52MN4CoJ .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-uf52MN4CoJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf52MN4CoJ .navbar-collapse {
  flex-basis: auto;
}
.cid-uf52MN4CoJ .nav-link:hover,
.cid-uf52MN4CoJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uf52MJKFLV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uf52MJKFLV .mbr-section-subtitle {
  color: #767676;
}
.cid-uf52MJKFLV H2 {
  color: #cc2952;
}
.cid-uf530E9oXj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uf530E9oXj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-uf530E9oXj .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-uf530E9oXj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uf530E9oXj .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uf530E9oXj .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uf530E9oXj .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uf530E9oXj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uf530E9oXj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uf530E9oXj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uf530E9oXj .mbr-section-title {
  color: #be264c;
}
.cid-veAgMhvrXs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veAgMhvrXs h3 {
  font-weight: 300;
}
.cid-veAgMhvrXs .card-img {
  width: initial;
}
.cid-veAgMhvrXs .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veAgMhvrXs .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veAgMhvrXs .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veAgMhvrXs .mbr-section-subtitle {
  color: #be264c;
}
.cid-veAgMhvrXs .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veAgMhvrXs .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veAgMhvrXs .mbr-al-i-c {
  align-items: center;
}
.cid-veAgMhvrXs .mbr-section-title {
  color: #be264c;
}
.cid-veAgMhvrXs .card-title {
  text-align: center;
}
.cid-veAjJD8lZu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veAjJD8lZu h3 {
  font-weight: 300;
}
.cid-veAjJD8lZu .card-img {
  width: initial;
}
.cid-veAjJD8lZu .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veAjJD8lZu .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veAjJD8lZu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veAjJD8lZu .mbr-section-subtitle {
  color: #be264c;
}
.cid-veAjJD8lZu .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veAjJD8lZu .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veAjJD8lZu .mbr-al-i-c {
  align-items: center;
}
.cid-veAjJD8lZu .mbr-section-title {
  color: #be264c;
}
.cid-veAjJD8lZu .card-title {
  text-align: center;
}
.cid-uf52ML716Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uf52ML716Q .card-img {
  background-color: #fff;
}
.cid-uf52ML716Q .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uf52ML716Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uf52ML716Q p {
  text-align: left;
}
.cid-uf52ML716Q .mbr-text {
  color: #767676;
}
.cid-uf52ML716Q .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf52ML716Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uf52ML716Q .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uf52ML716Q .card-title {
  text-align: center;
  color: #be264c;
}
.cid-v9LvxAkGrf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvxAkGrf h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvxAkGrf p {
  color: #767676;
}
.cid-v9LvxAkGrf .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvxAkGrf .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvxAkGrf .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvxAkGrf .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvxAkGrf .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvxAkGrf .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8K2i2UreP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8K2i2UreP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8K2i2UreP .content {
    text-align: center;
  }
  .cid-v8K2i2UreP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8K2i2UreP .img-logo img {
  height: 6rem;
}
.cid-v8K2i2UreP .form-group,
.cid-v8K2i2UreP .input-group-btn {
  padding: 0;
}
.cid-v8K2i2UreP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8K2i2UreP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8K2i2UreP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8K2i2UreP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8K2i2UreP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8K2i2UreP .footer-lower .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-v8K2i2UreP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8K2i2UreP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8K2i2UreP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8K2i2UreP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8K2i2UreP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8K2i2UreP .foot-logo {
    text-align: center !important;
  }
  .cid-v8K2i2UreP .foot-title {
    text-align: center !important;
  }
  .cid-v8K2i2UreP .mbr-text {
    text-align: center !important;
  }
  .cid-v8K2i2UreP .form-group {
    margin: 0;
  }
}
.cid-v8K2i2UreP .mbr-links-column {
  text-align: left;
}
.cid-v8K2i2UreP .copyright .mbr-text {
  text-align: left;
}
.cid-ur7drc5rHB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ur7drc5rHB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ur7drc5rHB a {
  font-style: normal;
}
.cid-ur7drc5rHB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ur7drc5rHB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ur7drc5rHB .nav-item:focus,
.cid-ur7drc5rHB .nav-link:focus {
  outline: none;
}
.cid-ur7drc5rHB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ur7drc5rHB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ur7drc5rHB .menu-logo {
  margin-right: auto;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ur7drc5rHB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ur7drc5rHB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ur7drc5rHB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ur7drc5rHB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ur7drc5rHB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ur7drc5rHB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ur7drc5rHB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ur7drc5rHB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur7drc5rHB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ur7drc5rHB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur7drc5rHB .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-ur7drc5rHB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ur7drc5rHB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ur7drc5rHB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ur7drc5rHB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ur7drc5rHB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ur7drc5rHB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ur7drc5rHB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ur7drc5rHB button.navbar-toggler:focus {
  outline: none;
}
.cid-ur7drc5rHB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-ur7drc5rHB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ur7drc5rHB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ur7drc5rHB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ur7drc5rHB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ur7drc5rHB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur7drc5rHB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ur7drc5rHB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ur7drc5rHB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur7drc5rHB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ur7drc5rHB .collapsed .btn {
  display: flex;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ur7drc5rHB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ur7drc5rHB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ur7drc5rHB .collapsed button.navbar-toggler {
  display: block;
}
.cid-ur7drc5rHB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ur7drc5rHB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur7drc5rHB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ur7drc5rHB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ur7drc5rHB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ur7drc5rHB .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: 991px) {
  .cid-ur7drc5rHB .navbar-expand {
    flex-direction: column;
  }
  .cid-ur7drc5rHB img {
    height: 3.8rem !important;
  }
  .cid-ur7drc5rHB .btn {
    display: flex;
  }
  .cid-ur7drc5rHB button.navbar-toggler {
    display: block;
  }
  .cid-ur7drc5rHB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ur7drc5rHB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ur7drc5rHB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing,
  .cid-ur7drc5rHB .navbar-collapse.show {
    display: block !important;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing .navbar-nav,
  .cid-ur7drc5rHB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ur7drc5rHB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ur7drc5rHB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing .navbar-buttons,
  .cid-ur7drc5rHB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ur7drc5rHB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ur7drc5rHB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ur7drc5rHB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ur7drc5rHB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ur7drc5rHB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ur7drc5rHB .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-ur7drc5rHB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ur7drc5rHB .navbar-collapse {
  flex-basis: auto;
}
.cid-ur7drc5rHB .nav-link:hover,
.cid-ur7drc5rHB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ur7drd4zxD {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ur7drd4zxD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ur7drd4zxD .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ur7drd4zxD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ur7drd4zxD .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-ur7drd4zxD .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-ur7drd4zxD .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-ur7drd4zxD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ur7drd4zxD .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ur7drd4zxD .media-block {
    padding-right: 2rem;
  }
}
.cid-ur7drd4zxD .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ur7drd4zxD .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ur7drd4zxD .mbr-section-title {
  color: #be264c;
}
.cid-ur7ikK4ir3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur7ikK4ir3 h3 {
  font-weight: 300;
}
.cid-ur7ikK4ir3 .card-img {
  width: initial;
}
.cid-ur7ikK4ir3 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ur7ikK4ir3 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ur7ikK4ir3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ur7ikK4ir3 .mbr-section-subtitle {
  color: #767676;
}
.cid-ur7ikK4ir3 .mbr-text {
  color: #767676;
}
.cid-ur7ikK4ir3 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur7ikK4ir3 .mbr-al-i-c {
  align-items: center;
}
.cid-ur7ikK4ir3 .mbr-section-title {
  color: #be264c;
}
.cid-urbmAsFAlP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urbmAsFAlP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-urbmAsFAlP .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-urbmAsFAlP .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-urbmAsFAlP .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-urbmAsFAlP .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-urbmAsFAlP .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-urbmAsFAlP .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-urbmAsFAlP .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-urbmAsFAlP .media-block {
    padding-left: 2rem;
  }
}
.cid-urbmAsFAlP .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-urbmAsFAlP .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-urbmAsFAlP .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urbmAsFAlP .mbr-section-title {
  color: #be264c;
}
.cid-uru9s9dALI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uru9s9dALI h3 {
  font-weight: 300;
}
.cid-uru9s9dALI .card-img {
  width: initial;
}
.cid-uru9s9dALI .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uru9s9dALI .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uru9s9dALI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uru9s9dALI .mbr-section-subtitle {
  color: #767676;
}
.cid-uru9s9dALI .mbr-text {
  color: #767676;
}
.cid-uru9s9dALI .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uru9s9dALI .mbr-al-i-c {
  align-items: center;
}
.cid-uru9s9dALI .mbr-section-title {
  color: #be264c;
}
.cid-urugQv2MMN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urugQv2MMN .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-urugQv2MMN .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-urugQv2MMN .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-urugQv2MMN .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-urugQv2MMN .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-urugQv2MMN .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-urugQv2MMN .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-urugQv2MMN .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-urugQv2MMN .media-block {
    padding-right: 2rem;
  }
}
.cid-urugQv2MMN .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-urugQv2MMN .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-urugQv2MMN .mbr-section-title {
  color: #be264c;
}
.cid-uraP3gwq4c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uraP3gwq4c h3 {
  font-weight: 300;
}
.cid-uraP3gwq4c .card-img {
  width: initial;
}
.cid-uraP3gwq4c .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uraP3gwq4c .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uraP3gwq4c .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uraP3gwq4c .mbr-section-subtitle {
  color: #767676;
}
.cid-uraP3gwq4c .mbr-text {
  color: #767676;
}
.cid-uraP3gwq4c .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uraP3gwq4c .mbr-al-i-c {
  align-items: center;
}
.cid-uraP3gwq4c .mbr-section-title {
  color: #be264c;
}
.cid-v9Lxds2vyM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lxds2vyM h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lxds2vyM p {
  color: #767676;
}
.cid-v9Lxds2vyM .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lxds2vyM .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lxds2vyM .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lxds2vyM .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lxds2vyM .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lxds2vyM .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KMBySUQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KMBySUQM .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMBySUQM .content {
    text-align: center;
  }
  .cid-v8KMBySUQM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KMBySUQM .img-logo img {
  height: 6rem;
}
.cid-v8KMBySUQM .form-group,
.cid-v8KMBySUQM .input-group-btn {
  padding: 0;
}
.cid-v8KMBySUQM .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KMBySUQM .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KMBySUQM .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMBySUQM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KMBySUQM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KMBySUQM .footer-lower .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-v8KMBySUQM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KMBySUQM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KMBySUQM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KMBySUQM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KMBySUQM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KMBySUQM .foot-logo {
    text-align: center !important;
  }
  .cid-v8KMBySUQM .foot-title {
    text-align: center !important;
  }
  .cid-v8KMBySUQM .mbr-text {
    text-align: center !important;
  }
  .cid-v8KMBySUQM .form-group {
    margin: 0;
  }
}
.cid-v8KMBySUQM .mbr-links-column {
  text-align: left;
}
.cid-v8KMBySUQM .copyright .mbr-text {
  text-align: left;
}
.cid-urEtINaTYe .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-urEtINaTYe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-urEtINaTYe a {
  font-style: normal;
}
.cid-urEtINaTYe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urEtINaTYe .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urEtINaTYe .nav-item:focus,
.cid-urEtINaTYe .nav-link:focus {
  outline: none;
}
.cid-urEtINaTYe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urEtINaTYe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urEtINaTYe .menu-logo {
  margin-right: auto;
}
.cid-urEtINaTYe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urEtINaTYe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urEtINaTYe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urEtINaTYe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urEtINaTYe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urEtINaTYe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urEtINaTYe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urEtINaTYe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urEtINaTYe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urEtINaTYe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urEtINaTYe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urEtINaTYe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urEtINaTYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urEtINaTYe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urEtINaTYe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urEtINaTYe .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-urEtINaTYe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urEtINaTYe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urEtINaTYe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urEtINaTYe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urEtINaTYe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urEtINaTYe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urEtINaTYe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urEtINaTYe button.navbar-toggler:focus {
  outline: none;
}
.cid-urEtINaTYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-urEtINaTYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urEtINaTYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urEtINaTYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urEtINaTYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urEtINaTYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urEtINaTYe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urEtINaTYe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urEtINaTYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urEtINaTYe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urEtINaTYe .collapsed .btn {
  display: flex;
}
.cid-urEtINaTYe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing,
.cid-urEtINaTYe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urEtINaTYe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urEtINaTYe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-urEtINaTYe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urEtINaTYe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urEtINaTYe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urEtINaTYe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urEtINaTYe .collapsed button.navbar-toggler {
  display: block;
}
.cid-urEtINaTYe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urEtINaTYe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urEtINaTYe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urEtINaTYe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urEtINaTYe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urEtINaTYe .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: 991px) {
  .cid-urEtINaTYe .navbar-expand {
    flex-direction: column;
  }
  .cid-urEtINaTYe img {
    height: 3.8rem !important;
  }
  .cid-urEtINaTYe .btn {
    display: flex;
  }
  .cid-urEtINaTYe button.navbar-toggler {
    display: block;
  }
  .cid-urEtINaTYe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urEtINaTYe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urEtINaTYe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing,
  .cid-urEtINaTYe .navbar-collapse.show {
    display: block !important;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing .navbar-nav,
  .cid-urEtINaTYe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urEtINaTYe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-urEtINaTYe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing .navbar-buttons,
  .cid-urEtINaTYe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urEtINaTYe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urEtINaTYe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urEtINaTYe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urEtINaTYe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urEtINaTYe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urEtINaTYe .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-urEtINaTYe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urEtINaTYe .navbar-collapse {
  flex-basis: auto;
}
.cid-urEtINaTYe .nav-link:hover,
.cid-urEtINaTYe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urEtINLdAj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urEtINLdAj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-urEtINLdAj .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-urEtINLdAj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-urEtINLdAj .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-urEtINLdAj .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-urEtINLdAj .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-urEtINLdAj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-urEtINLdAj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-urEtINLdAj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-urEtINLdAj .mbr-section-title {
  color: #be264c;
}
.cid-urEtIO2C7q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urEtIO2C7q .card-img {
  background-color: #fff;
}
.cid-urEtIO2C7q .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-urEtIO2C7q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-urEtIO2C7q p {
  text-align: left;
}
.cid-urEtIO2C7q .mbr-text {
  color: #767676;
}
.cid-urEtIO2C7q .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-urEtIO2C7q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-urEtIO2C7q .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-urEtIO2C7q .card-title {
  text-align: center;
}
.cid-v9LwrvID2m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LwrvID2m h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LwrvID2m p {
  color: #767676;
}
.cid-v9LwrvID2m .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LwrvID2m .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LwrvID2m .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LwrvID2m .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LwrvID2m .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LwrvID2m .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KL3xgu8R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KL3xgu8R .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KL3xgu8R .content {
    text-align: center;
  }
  .cid-v8KL3xgu8R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KL3xgu8R .img-logo img {
  height: 6rem;
}
.cid-v8KL3xgu8R .form-group,
.cid-v8KL3xgu8R .input-group-btn {
  padding: 0;
}
.cid-v8KL3xgu8R .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KL3xgu8R .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KL3xgu8R .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KL3xgu8R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KL3xgu8R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KL3xgu8R .footer-lower .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-v8KL3xgu8R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KL3xgu8R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KL3xgu8R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KL3xgu8R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KL3xgu8R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KL3xgu8R .foot-logo {
    text-align: center !important;
  }
  .cid-v8KL3xgu8R .foot-title {
    text-align: center !important;
  }
  .cid-v8KL3xgu8R .mbr-text {
    text-align: center !important;
  }
  .cid-v8KL3xgu8R .form-group {
    margin: 0;
  }
}
.cid-v8KL3xgu8R .mbr-links-column {
  text-align: left;
}
.cid-v8KL3xgu8R .copyright .mbr-text {
  text-align: left;
}
.cid-urJ5fVurCR .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-urJ5fVurCR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-urJ5fVurCR a {
  font-style: normal;
}
.cid-urJ5fVurCR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urJ5fVurCR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urJ5fVurCR .nav-item:focus,
.cid-urJ5fVurCR .nav-link:focus {
  outline: none;
}
.cid-urJ5fVurCR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urJ5fVurCR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urJ5fVurCR .menu-logo {
  margin-right: auto;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urJ5fVurCR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urJ5fVurCR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urJ5fVurCR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urJ5fVurCR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urJ5fVurCR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urJ5fVurCR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urJ5fVurCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urJ5fVurCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urJ5fVurCR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urJ5fVurCR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urJ5fVurCR .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-urJ5fVurCR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urJ5fVurCR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urJ5fVurCR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urJ5fVurCR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urJ5fVurCR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urJ5fVurCR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urJ5fVurCR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urJ5fVurCR button.navbar-toggler:focus {
  outline: none;
}
.cid-urJ5fVurCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-urJ5fVurCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urJ5fVurCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urJ5fVurCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urJ5fVurCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urJ5fVurCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urJ5fVurCR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urJ5fVurCR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urJ5fVurCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urJ5fVurCR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urJ5fVurCR .collapsed .btn {
  display: flex;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urJ5fVurCR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urJ5fVurCR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urJ5fVurCR .collapsed button.navbar-toggler {
  display: block;
}
.cid-urJ5fVurCR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urJ5fVurCR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urJ5fVurCR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urJ5fVurCR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urJ5fVurCR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urJ5fVurCR .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: 991px) {
  .cid-urJ5fVurCR .navbar-expand {
    flex-direction: column;
  }
  .cid-urJ5fVurCR img {
    height: 3.8rem !important;
  }
  .cid-urJ5fVurCR .btn {
    display: flex;
  }
  .cid-urJ5fVurCR button.navbar-toggler {
    display: block;
  }
  .cid-urJ5fVurCR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urJ5fVurCR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urJ5fVurCR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing,
  .cid-urJ5fVurCR .navbar-collapse.show {
    display: block !important;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing .navbar-nav,
  .cid-urJ5fVurCR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urJ5fVurCR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-urJ5fVurCR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing .navbar-buttons,
  .cid-urJ5fVurCR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urJ5fVurCR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urJ5fVurCR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urJ5fVurCR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urJ5fVurCR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urJ5fVurCR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urJ5fVurCR .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-urJ5fVurCR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urJ5fVurCR .navbar-collapse {
  flex-basis: auto;
}
.cid-urJ5fVurCR .nav-link:hover,
.cid-urJ5fVurCR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urJ5fW57Nd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urJ5fW57Nd .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-urJ5fW57Nd .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-urJ5fW57Nd .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-urJ5fW57Nd .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-urJ5fW57Nd .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-urJ5fW57Nd .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-urJ5fW57Nd .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-urJ5fW57Nd .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-urJ5fW57Nd .media-block {
    padding-left: 2rem;
  }
}
.cid-urJ5fW57Nd .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-urJ5fW57Nd .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-urJ5fW57Nd .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urJ5fW57Nd .mbr-section-title {
  color: #be264c;
}
.cid-uGrtW8pVCQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGrtW8pVCQ h3 {
  font-weight: 300;
}
.cid-uGrtW8pVCQ .card-img {
  width: initial;
}
.cid-uGrtW8pVCQ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGrtW8pVCQ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGrtW8pVCQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGrtW8pVCQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uGrtW8pVCQ .mbr-text {
  color: #767676;
}
.cid-uGrtW8pVCQ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGrtW8pVCQ .mbr-al-i-c {
  align-items: center;
}
.cid-uGrtW8pVCQ .mbr-section-title {
  color: #be264c;
}
.cid-uGr81qjEEA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGr81qjEEA h3 {
  font-weight: 300;
}
.cid-uGr81qjEEA .card-img {
  width: initial;
}
.cid-uGr81qjEEA .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGr81qjEEA .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGr81qjEEA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGr81qjEEA .mbr-section-subtitle {
  color: #767676;
}
.cid-uGr81qjEEA .mbr-text {
  color: #767676;
}
.cid-uGr81qjEEA .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGr81qjEEA .mbr-al-i-c {
  align-items: center;
}
.cid-uGr81qjEEA .mbr-section-title {
  color: #be264c;
}
.cid-uHqPbxhUCQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHqPbxhUCQ h3 {
  font-weight: 300;
}
.cid-uHqPbxhUCQ .card-img {
  width: initial;
}
.cid-uHqPbxhUCQ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uHqPbxhUCQ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uHqPbxhUCQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHqPbxhUCQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uHqPbxhUCQ .mbr-text {
  color: #767676;
}
.cid-uHqPbxhUCQ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHqPbxhUCQ .mbr-al-i-c {
  align-items: center;
}
.cid-uHqPbxhUCQ .mbr-section-title {
  color: #be264c;
}
.cid-urPhJE1uBl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urPhJE1uBl h3 {
  font-weight: 300;
}
.cid-urPhJE1uBl .card-img {
  width: initial;
}
.cid-urPhJE1uBl .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-urPhJE1uBl .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-urPhJE1uBl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urPhJE1uBl .mbr-section-subtitle {
  color: #767676;
}
.cid-urPhJE1uBl .mbr-text {
  color: #767676;
}
.cid-urPhJE1uBl .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urPhJE1uBl .mbr-al-i-c {
  align-items: center;
}
.cid-urPhJE1uBl .mbr-section-title {
  color: #be264c;
}
.cid-uZdhl9xkG4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdhl9xkG4 h3 {
  font-weight: 300;
}
.cid-uZdhl9xkG4 .card-img {
  width: initial;
}
.cid-uZdhl9xkG4 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZdhl9xkG4 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uZdhl9xkG4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZdhl9xkG4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uZdhl9xkG4 .mbr-text {
  color: #767676;
}
.cid-uZdhl9xkG4 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZdhl9xkG4 .mbr-al-i-c {
  align-items: center;
}
.cid-uZdhl9xkG4 .mbr-section-title {
  color: #be264c;
}
.cid-uZdgA6EWD3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdgA6EWD3 h3 {
  font-weight: 300;
}
.cid-uZdgA6EWD3 .card-img {
  width: initial;
}
.cid-uZdgA6EWD3 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZdgA6EWD3 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uZdgA6EWD3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZdgA6EWD3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uZdgA6EWD3 .mbr-text {
  color: #767676;
}
.cid-uZdgA6EWD3 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZdgA6EWD3 .mbr-al-i-c {
  align-items: center;
}
.cid-uZdgA6EWD3 .mbr-section-title {
  color: #be264c;
}
.cid-uZdhPMAzoZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdhPMAzoZ h3 {
  font-weight: 300;
}
.cid-uZdhPMAzoZ .card-img {
  width: initial;
}
.cid-uZdhPMAzoZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZdhPMAzoZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uZdhPMAzoZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZdhPMAzoZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uZdhPMAzoZ .mbr-text {
  color: #767676;
}
.cid-uZdhPMAzoZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZdhPMAzoZ .mbr-al-i-c {
  align-items: center;
}
.cid-uZdhPMAzoZ .mbr-section-title {
  color: #be264c;
}
.cid-uZdi7vkk3r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZdi7vkk3r h3 {
  font-weight: 300;
}
.cid-uZdi7vkk3r .card-img {
  width: initial;
}
.cid-uZdi7vkk3r .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZdi7vkk3r .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uZdi7vkk3r .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZdi7vkk3r .mbr-section-subtitle {
  color: #767676;
}
.cid-uZdi7vkk3r .mbr-text {
  color: #767676;
}
.cid-uZdi7vkk3r .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZdi7vkk3r .mbr-al-i-c {
  align-items: center;
}
.cid-uZdi7vkk3r .mbr-section-title {
  color: #be264c;
}
.cid-v9LvMDQU3e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvMDQU3e h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvMDQU3e p {
  color: #767676;
}
.cid-v9LvMDQU3e .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvMDQU3e .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvMDQU3e .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvMDQU3e .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvMDQU3e .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvMDQU3e .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KJBnn7YP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KJBnn7YP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJBnn7YP .content {
    text-align: center;
  }
  .cid-v8KJBnn7YP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KJBnn7YP .img-logo img {
  height: 6rem;
}
.cid-v8KJBnn7YP .form-group,
.cid-v8KJBnn7YP .input-group-btn {
  padding: 0;
}
.cid-v8KJBnn7YP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KJBnn7YP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KJBnn7YP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJBnn7YP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KJBnn7YP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KJBnn7YP .footer-lower .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-v8KJBnn7YP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KJBnn7YP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KJBnn7YP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KJBnn7YP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KJBnn7YP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KJBnn7YP .foot-logo {
    text-align: center !important;
  }
  .cid-v8KJBnn7YP .foot-title {
    text-align: center !important;
  }
  .cid-v8KJBnn7YP .mbr-text {
    text-align: center !important;
  }
  .cid-v8KJBnn7YP .form-group {
    margin: 0;
  }
}
.cid-v8KJBnn7YP .mbr-links-column {
  text-align: left;
}
.cid-v8KJBnn7YP .copyright .mbr-text {
  text-align: left;
}
.cid-us2D2g6Mtv .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-us2D2g6Mtv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-us2D2g6Mtv a {
  font-style: normal;
}
.cid-us2D2g6Mtv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-us2D2g6Mtv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-us2D2g6Mtv .nav-item:focus,
.cid-us2D2g6Mtv .nav-link:focus {
  outline: none;
}
.cid-us2D2g6Mtv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-us2D2g6Mtv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-us2D2g6Mtv .menu-logo {
  margin-right: auto;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-us2D2g6Mtv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-us2D2g6Mtv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-us2D2g6Mtv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-us2D2g6Mtv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-us2D2g6Mtv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-us2D2g6Mtv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-us2D2g6Mtv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-us2D2g6Mtv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us2D2g6Mtv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-us2D2g6Mtv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us2D2g6Mtv .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-us2D2g6Mtv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-us2D2g6Mtv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-us2D2g6Mtv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-us2D2g6Mtv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-us2D2g6Mtv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-us2D2g6Mtv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-us2D2g6Mtv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-us2D2g6Mtv button.navbar-toggler:focus {
  outline: none;
}
.cid-us2D2g6Mtv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-us2D2g6Mtv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-us2D2g6Mtv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-us2D2g6Mtv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-us2D2g6Mtv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-us2D2g6Mtv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-us2D2g6Mtv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-us2D2g6Mtv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-us2D2g6Mtv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-us2D2g6Mtv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-us2D2g6Mtv .collapsed .btn {
  display: flex;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-us2D2g6Mtv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-us2D2g6Mtv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-us2D2g6Mtv .collapsed button.navbar-toggler {
  display: block;
}
.cid-us2D2g6Mtv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-us2D2g6Mtv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-us2D2g6Mtv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-us2D2g6Mtv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-us2D2g6Mtv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-us2D2g6Mtv .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: 991px) {
  .cid-us2D2g6Mtv .navbar-expand {
    flex-direction: column;
  }
  .cid-us2D2g6Mtv img {
    height: 3.8rem !important;
  }
  .cid-us2D2g6Mtv .btn {
    display: flex;
  }
  .cid-us2D2g6Mtv button.navbar-toggler {
    display: block;
  }
  .cid-us2D2g6Mtv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-us2D2g6Mtv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-us2D2g6Mtv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing,
  .cid-us2D2g6Mtv .navbar-collapse.show {
    display: block !important;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing .navbar-nav,
  .cid-us2D2g6Mtv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-us2D2g6Mtv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-us2D2g6Mtv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing .navbar-buttons,
  .cid-us2D2g6Mtv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-us2D2g6Mtv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-us2D2g6Mtv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-us2D2g6Mtv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-us2D2g6Mtv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-us2D2g6Mtv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-us2D2g6Mtv .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-us2D2g6Mtv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-us2D2g6Mtv .navbar-collapse {
  flex-basis: auto;
}
.cid-us2D2g6Mtv .nav-link:hover,
.cid-us2D2g6Mtv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-us2D2gDC6Z {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-us2D2gDC6Z .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-us2D2gDC6Z .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-us2D2gDC6Z .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-us2D2gDC6Z .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-us2D2gDC6Z .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-us2D2gDC6Z .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-us2D2gDC6Z .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-us2D2gDC6Z .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-us2D2gDC6Z .media-block {
    padding-left: 2rem;
  }
}
.cid-us2D2gDC6Z .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-us2D2gDC6Z .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-us2D2gDC6Z .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-us2D2gDC6Z .mbr-section-title {
  color: #be264c;
}
.cid-uGMmbuiZlZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGMmbuiZlZ h3 {
  font-weight: 300;
}
.cid-uGMmbuiZlZ .card-img {
  width: initial;
}
.cid-uGMmbuiZlZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uGMmbuiZlZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uGMmbuiZlZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGMmbuiZlZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uGMmbuiZlZ .mbr-text {
  color: #767676;
}
.cid-uGMmbuiZlZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGMmbuiZlZ .mbr-al-i-c {
  align-items: center;
}
.cid-uGMmbuiZlZ .mbr-section-title {
  color: #be264c;
}
.cid-uFqCy87VAY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFqCy87VAY h3 {
  font-weight: 300;
}
.cid-uFqCy87VAY .card-img {
  width: initial;
}
.cid-uFqCy87VAY .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFqCy87VAY .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFqCy87VAY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFqCy87VAY .mbr-section-subtitle {
  color: #767676;
}
.cid-uFqCy87VAY .mbr-text {
  color: #767676;
}
.cid-uFqCy87VAY .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFqCy87VAY .mbr-al-i-c {
  align-items: center;
}
.cid-uFqCy87VAY .mbr-section-title {
  color: #be264c;
}
.cid-uFuE0smwaX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFuE0smwaX h3 {
  font-weight: 300;
}
.cid-uFuE0smwaX .card-img {
  width: initial;
}
.cid-uFuE0smwaX .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFuE0smwaX .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFuE0smwaX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFuE0smwaX .mbr-section-subtitle {
  color: #767676;
}
.cid-uFuE0smwaX .mbr-text {
  color: #767676;
}
.cid-uFuE0smwaX .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFuE0smwaX .mbr-al-i-c {
  align-items: center;
}
.cid-uFuE0smwaX .mbr-section-title {
  color: #be264c;
}
.cid-us2D2gZSCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us2D2gZSCy h3 {
  font-weight: 300;
}
.cid-us2D2gZSCy .card-img {
  width: initial;
}
.cid-us2D2gZSCy .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-us2D2gZSCy .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-us2D2gZSCy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-us2D2gZSCy .mbr-section-subtitle {
  color: #767676;
}
.cid-us2D2gZSCy .mbr-text {
  color: #767676;
}
.cid-us2D2gZSCy .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-us2D2gZSCy .mbr-al-i-c {
  align-items: center;
}
.cid-us2D2gZSCy .mbr-section-title {
  color: #be264c;
}
.cid-uFuJ16E7ZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFuJ16E7ZV h3 {
  font-weight: 300;
}
.cid-uFuJ16E7ZV .card-img {
  width: initial;
}
.cid-uFuJ16E7ZV .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFuJ16E7ZV .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFuJ16E7ZV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFuJ16E7ZV .mbr-section-subtitle {
  color: #767676;
}
.cid-uFuJ16E7ZV .mbr-text {
  color: #767676;
}
.cid-uFuJ16E7ZV .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFuJ16E7ZV .mbr-al-i-c {
  align-items: center;
}
.cid-uFuJ16E7ZV .mbr-section-title {
  color: #be264c;
}
.cid-uFv6CPi2kE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFv6CPi2kE h3 {
  font-weight: 300;
}
.cid-uFv6CPi2kE .card-img {
  width: initial;
}
.cid-uFv6CPi2kE .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFv6CPi2kE .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFv6CPi2kE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFv6CPi2kE .mbr-section-subtitle {
  color: #767676;
}
.cid-uFv6CPi2kE .mbr-text {
  color: #767676;
}
.cid-uFv6CPi2kE .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFv6CPi2kE .mbr-al-i-c {
  align-items: center;
}
.cid-uFv6CPi2kE .mbr-section-title {
  color: #be264c;
}
.cid-uFtNGigib6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFtNGigib6 h3 {
  font-weight: 300;
}
.cid-uFtNGigib6 .card-img {
  width: initial;
}
.cid-uFtNGigib6 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFtNGigib6 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uFtNGigib6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFtNGigib6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uFtNGigib6 .mbr-text {
  color: #767676;
}
.cid-uFtNGigib6 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFtNGigib6 .mbr-al-i-c {
  align-items: center;
}
.cid-uFtNGigib6 .mbr-section-title {
  color: #be264c;
}
.cid-v9LvUtuBcx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvUtuBcx h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvUtuBcx p {
  color: #767676;
}
.cid-v9LvUtuBcx .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvUtuBcx .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvUtuBcx .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvUtuBcx .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvUtuBcx .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvUtuBcx .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KJQFmOva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KJQFmOva .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJQFmOva .content {
    text-align: center;
  }
  .cid-v8KJQFmOva .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KJQFmOva .img-logo img {
  height: 6rem;
}
.cid-v8KJQFmOva .form-group,
.cid-v8KJQFmOva .input-group-btn {
  padding: 0;
}
.cid-v8KJQFmOva .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KJQFmOva .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KJQFmOva .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJQFmOva .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KJQFmOva .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KJQFmOva .footer-lower .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-v8KJQFmOva .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KJQFmOva .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KJQFmOva .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KJQFmOva .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KJQFmOva .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KJQFmOva .foot-logo {
    text-align: center !important;
  }
  .cid-v8KJQFmOva .foot-title {
    text-align: center !important;
  }
  .cid-v8KJQFmOva .mbr-text {
    text-align: center !important;
  }
  .cid-v8KJQFmOva .form-group {
    margin: 0;
  }
}
.cid-v8KJQFmOva .mbr-links-column {
  text-align: left;
}
.cid-v8KJQFmOva .copyright .mbr-text {
  text-align: left;
}
.cid-v0ICiL2mWy .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v0ICiL2mWy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0ICiL2mWy a {
  font-style: normal;
}
.cid-v0ICiL2mWy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v0ICiL2mWy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v0ICiL2mWy .nav-item:focus,
.cid-v0ICiL2mWy .nav-link:focus {
  outline: none;
}
.cid-v0ICiL2mWy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v0ICiL2mWy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v0ICiL2mWy .menu-logo {
  margin-right: auto;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0ICiL2mWy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v0ICiL2mWy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v0ICiL2mWy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0ICiL2mWy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0ICiL2mWy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0ICiL2mWy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v0ICiL2mWy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v0ICiL2mWy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ICiL2mWy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0ICiL2mWy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0ICiL2mWy .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-v0ICiL2mWy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v0ICiL2mWy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v0ICiL2mWy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v0ICiL2mWy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0ICiL2mWy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0ICiL2mWy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0ICiL2mWy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v0ICiL2mWy button.navbar-toggler:focus {
  outline: none;
}
.cid-v0ICiL2mWy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v0ICiL2mWy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0ICiL2mWy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0ICiL2mWy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0ICiL2mWy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0ICiL2mWy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0ICiL2mWy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0ICiL2mWy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0ICiL2mWy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0ICiL2mWy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v0ICiL2mWy .collapsed .btn {
  display: flex;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0ICiL2mWy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0ICiL2mWy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v0ICiL2mWy .collapsed button.navbar-toggler {
  display: block;
}
.cid-v0ICiL2mWy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v0ICiL2mWy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0ICiL2mWy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v0ICiL2mWy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0ICiL2mWy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0ICiL2mWy .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: 991px) {
  .cid-v0ICiL2mWy .navbar-expand {
    flex-direction: column;
  }
  .cid-v0ICiL2mWy img {
    height: 3.8rem !important;
  }
  .cid-v0ICiL2mWy .btn {
    display: flex;
  }
  .cid-v0ICiL2mWy button.navbar-toggler {
    display: block;
  }
  .cid-v0ICiL2mWy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v0ICiL2mWy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v0ICiL2mWy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing,
  .cid-v0ICiL2mWy .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing .navbar-nav,
  .cid-v0ICiL2mWy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0ICiL2mWy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v0ICiL2mWy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0ICiL2mWy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0ICiL2mWy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0ICiL2mWy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0ICiL2mWy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v0ICiL2mWy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0ICiL2mWy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0ICiL2mWy .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-v0ICiL2mWy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v0ICiL2mWy .navbar-collapse {
  flex-basis: auto;
}
.cid-v0ICiL2mWy .nav-link:hover,
.cid-v0ICiL2mWy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v0ICiLygzt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0ICiLygzt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v0ICiLygzt .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v0ICiLygzt .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v0ICiLygzt .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v0ICiLygzt .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v0ICiLygzt .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v0ICiLygzt .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v0ICiLygzt .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v0ICiLygzt .media-block {
    padding-left: 2rem;
  }
}
.cid-v0ICiLygzt .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v0ICiLygzt .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v0ICiLygzt .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v0ICiLygzt .mbr-section-title {
  color: #be264c;
}
.cid-v0ICiOtewF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0ICiOtewF h3 {
  font-weight: 300;
}
.cid-v0ICiOtewF .card-img {
  width: initial;
}
.cid-v0ICiOtewF .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v0ICiOtewF .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v0ICiOtewF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0ICiOtewF .mbr-section-subtitle {
  color: #767676;
}
.cid-v0ICiOtewF .mbr-text {
  color: #767676;
}
.cid-v0ICiOtewF .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0ICiOtewF .mbr-al-i-c {
  align-items: center;
}
.cid-v0ICiOtewF .mbr-section-title {
  color: #be264c;
}
.cid-v0ICiON6vg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0ICiON6vg h3 {
  font-weight: 300;
}
.cid-v0ICiON6vg .card-img {
  width: initial;
}
.cid-v0ICiON6vg .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v0ICiON6vg .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v0ICiON6vg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0ICiON6vg .mbr-section-subtitle {
  color: #767676;
}
.cid-v0ICiON6vg .mbr-text {
  color: #767676;
}
.cid-v0ICiON6vg .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0ICiON6vg .mbr-al-i-c {
  align-items: center;
}
.cid-v0ICiON6vg .mbr-section-title {
  color: #be264c;
}
.cid-v9Lxm5WppR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lxm5WppR h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lxm5WppR p {
  color: #767676;
}
.cid-v9Lxm5WppR .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lxm5WppR .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lxm5WppR .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lxm5WppR .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lxm5WppR .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lxm5WppR .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KMVIRTxV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KMVIRTxV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMVIRTxV .content {
    text-align: center;
  }
  .cid-v8KMVIRTxV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KMVIRTxV .img-logo img {
  height: 6rem;
}
.cid-v8KMVIRTxV .form-group,
.cid-v8KMVIRTxV .input-group-btn {
  padding: 0;
}
.cid-v8KMVIRTxV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KMVIRTxV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KMVIRTxV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMVIRTxV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KMVIRTxV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KMVIRTxV .footer-lower .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-v8KMVIRTxV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KMVIRTxV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KMVIRTxV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KMVIRTxV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KMVIRTxV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KMVIRTxV .foot-logo {
    text-align: center !important;
  }
  .cid-v8KMVIRTxV .foot-title {
    text-align: center !important;
  }
  .cid-v8KMVIRTxV .mbr-text {
    text-align: center !important;
  }
  .cid-v8KMVIRTxV .form-group {
    margin: 0;
  }
}
.cid-v8KMVIRTxV .mbr-links-column {
  text-align: left;
}
.cid-v8KMVIRTxV .copyright .mbr-text {
  text-align: left;
}
.cid-v0NucDlXKu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v0NucDlXKu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0NucDlXKu a {
  font-style: normal;
}
.cid-v0NucDlXKu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v0NucDlXKu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v0NucDlXKu .nav-item:focus,
.cid-v0NucDlXKu .nav-link:focus {
  outline: none;
}
.cid-v0NucDlXKu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v0NucDlXKu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v0NucDlXKu .menu-logo {
  margin-right: auto;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0NucDlXKu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v0NucDlXKu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v0NucDlXKu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0NucDlXKu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0NucDlXKu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0NucDlXKu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v0NucDlXKu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v0NucDlXKu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0NucDlXKu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0NucDlXKu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0NucDlXKu .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-v0NucDlXKu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v0NucDlXKu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v0NucDlXKu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v0NucDlXKu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0NucDlXKu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0NucDlXKu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0NucDlXKu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v0NucDlXKu button.navbar-toggler:focus {
  outline: none;
}
.cid-v0NucDlXKu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v0NucDlXKu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0NucDlXKu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0NucDlXKu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0NucDlXKu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0NucDlXKu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0NucDlXKu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0NucDlXKu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0NucDlXKu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0NucDlXKu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v0NucDlXKu .collapsed .btn {
  display: flex;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0NucDlXKu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0NucDlXKu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v0NucDlXKu .collapsed button.navbar-toggler {
  display: block;
}
.cid-v0NucDlXKu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v0NucDlXKu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0NucDlXKu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v0NucDlXKu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0NucDlXKu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0NucDlXKu .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: 991px) {
  .cid-v0NucDlXKu .navbar-expand {
    flex-direction: column;
  }
  .cid-v0NucDlXKu img {
    height: 3.8rem !important;
  }
  .cid-v0NucDlXKu .btn {
    display: flex;
  }
  .cid-v0NucDlXKu button.navbar-toggler {
    display: block;
  }
  .cid-v0NucDlXKu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v0NucDlXKu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v0NucDlXKu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing,
  .cid-v0NucDlXKu .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing .navbar-nav,
  .cid-v0NucDlXKu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0NucDlXKu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v0NucDlXKu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0NucDlXKu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0NucDlXKu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0NucDlXKu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0NucDlXKu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v0NucDlXKu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0NucDlXKu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0NucDlXKu .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-v0NucDlXKu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v0NucDlXKu .navbar-collapse {
  flex-basis: auto;
}
.cid-v0NucDlXKu .nav-link:hover,
.cid-v0NucDlXKu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v0NucDNwzs {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0NucDNwzs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v0NucDNwzs .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v0NucDNwzs .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v0NucDNwzs .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v0NucDNwzs .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v0NucDNwzs .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v0NucDNwzs .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v0NucDNwzs .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v0NucDNwzs .media-block {
    padding-left: 2rem;
  }
}
.cid-v0NucDNwzs .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v0NucDNwzs .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v0NucDNwzs .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v0NucDNwzs .mbr-section-title {
  color: #be264c;
}
.cid-v0NucE17op {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0NucE17op h3 {
  font-weight: 300;
}
.cid-v0NucE17op .card-img {
  width: initial;
}
.cid-v0NucE17op .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v0NucE17op .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v0NucE17op .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0NucE17op .mbr-section-subtitle {
  color: #767676;
}
.cid-v0NucE17op .mbr-text {
  color: #767676;
}
.cid-v0NucE17op .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0NucE17op .mbr-al-i-c {
  align-items: center;
}
.cid-v0NucE17op .mbr-section-title {
  color: #be264c;
}
.cid-v0NABnlMn8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0NABnlMn8 h3 {
  font-weight: 300;
}
.cid-v0NABnlMn8 .card-img {
  width: initial;
}
.cid-v0NABnlMn8 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v0NABnlMn8 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v0NABnlMn8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0NABnlMn8 .mbr-section-subtitle {
  color: #767676;
}
.cid-v0NABnlMn8 .mbr-text {
  color: #767676;
}
.cid-v0NABnlMn8 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0NABnlMn8 .mbr-al-i-c {
  align-items: center;
}
.cid-v0NABnlMn8 .mbr-section-title {
  color: #be264c;
}
.cid-v0NucEhZBU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0NucEhZBU h3 {
  font-weight: 300;
}
.cid-v0NucEhZBU .card-img {
  width: initial;
}
.cid-v0NucEhZBU .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v0NucEhZBU .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v0NucEhZBU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0NucEhZBU .mbr-section-subtitle {
  color: #767676;
}
.cid-v0NucEhZBU .mbr-text {
  color: #767676;
}
.cid-v0NucEhZBU .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v0NucEhZBU .mbr-al-i-c {
  align-items: center;
}
.cid-v0NucEhZBU .mbr-section-title {
  color: #be264c;
}
.cid-v9Lx9ccMMs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lx9ccMMs h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lx9ccMMs p {
  color: #767676;
}
.cid-v9Lx9ccMMs .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lx9ccMMs .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lx9ccMMs .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lx9ccMMs .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lx9ccMMs .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lx9ccMMs .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KMv3kID0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KMv3kID0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMv3kID0 .content {
    text-align: center;
  }
  .cid-v8KMv3kID0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KMv3kID0 .img-logo img {
  height: 6rem;
}
.cid-v8KMv3kID0 .form-group,
.cid-v8KMv3kID0 .input-group-btn {
  padding: 0;
}
.cid-v8KMv3kID0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KMv3kID0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KMv3kID0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMv3kID0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KMv3kID0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KMv3kID0 .footer-lower .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-v8KMv3kID0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KMv3kID0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KMv3kID0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KMv3kID0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KMv3kID0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KMv3kID0 .foot-logo {
    text-align: center !important;
  }
  .cid-v8KMv3kID0 .foot-title {
    text-align: center !important;
  }
  .cid-v8KMv3kID0 .mbr-text {
    text-align: center !important;
  }
  .cid-v8KMv3kID0 .form-group {
    margin: 0;
  }
}
.cid-v8KMv3kID0 .mbr-links-column {
  text-align: left;
}
.cid-v8KMv3kID0 .copyright .mbr-text {
  text-align: left;
}
.cid-v8DWHsmfiJ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8DWHsmfiJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8DWHsmfiJ a {
  font-style: normal;
}
.cid-v8DWHsmfiJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8DWHsmfiJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8DWHsmfiJ .nav-item:focus,
.cid-v8DWHsmfiJ .nav-link:focus {
  outline: none;
}
.cid-v8DWHsmfiJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8DWHsmfiJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8DWHsmfiJ .menu-logo {
  margin-right: auto;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8DWHsmfiJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8DWHsmfiJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8DWHsmfiJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8DWHsmfiJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8DWHsmfiJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8DWHsmfiJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8DWHsmfiJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8DWHsmfiJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8DWHsmfiJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8DWHsmfiJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8DWHsmfiJ .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-v8DWHsmfiJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8DWHsmfiJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8DWHsmfiJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8DWHsmfiJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8DWHsmfiJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8DWHsmfiJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8DWHsmfiJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8DWHsmfiJ button.navbar-toggler:focus {
  outline: none;
}
.cid-v8DWHsmfiJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8DWHsmfiJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8DWHsmfiJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8DWHsmfiJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8DWHsmfiJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8DWHsmfiJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8DWHsmfiJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8DWHsmfiJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8DWHsmfiJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8DWHsmfiJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8DWHsmfiJ .collapsed .btn {
  display: flex;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8DWHsmfiJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8DWHsmfiJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8DWHsmfiJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8DWHsmfiJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8DWHsmfiJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8DWHsmfiJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8DWHsmfiJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8DWHsmfiJ .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: 991px) {
  .cid-v8DWHsmfiJ .navbar-expand {
    flex-direction: column;
  }
  .cid-v8DWHsmfiJ img {
    height: 3.8rem !important;
  }
  .cid-v8DWHsmfiJ .btn {
    display: flex;
  }
  .cid-v8DWHsmfiJ button.navbar-toggler {
    display: block;
  }
  .cid-v8DWHsmfiJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8DWHsmfiJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8DWHsmfiJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing,
  .cid-v8DWHsmfiJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing .navbar-nav,
  .cid-v8DWHsmfiJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8DWHsmfiJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8DWHsmfiJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8DWHsmfiJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8DWHsmfiJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8DWHsmfiJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8DWHsmfiJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8DWHsmfiJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8DWHsmfiJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8DWHsmfiJ .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-v8DWHsmfiJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8DWHsmfiJ .navbar-collapse {
  flex-basis: auto;
}
.cid-v8DWHsmfiJ .nav-link:hover,
.cid-v8DWHsmfiJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8DWHt2IkP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8DWHt2IkP .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v8DWHt2IkP .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v8DWHt2IkP .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8DWHt2IkP .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8DWHt2IkP .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8DWHt2IkP .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8DWHt2IkP .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v8DWHt2IkP .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v8DWHt2IkP .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v8DWHt2IkP .mbr-section-title {
  color: #be264c;
}
.cid-v8DWHtnml0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8DWHtnml0 .card-img {
  background-color: #fff;
}
.cid-v8DWHtnml0 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-v8DWHtnml0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8DWHtnml0 p {
  text-align: left;
}
.cid-v8DWHtnml0 .mbr-text {
  color: #767676;
}
.cid-v8DWHtnml0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8DWHtnml0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8DWHtnml0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v8DWHtnml0 .card-title {
  text-align: center;
}
.cid-v9LxhEMuSs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxhEMuSs h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxhEMuSs p {
  color: #767676;
}
.cid-v9LxhEMuSs .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxhEMuSs .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxhEMuSs .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxhEMuSs .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxhEMuSs .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxhEMuSs .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KMHuzt9S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KMHuzt9S .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMHuzt9S .content {
    text-align: center;
  }
  .cid-v8KMHuzt9S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KMHuzt9S .img-logo img {
  height: 6rem;
}
.cid-v8KMHuzt9S .form-group,
.cid-v8KMHuzt9S .input-group-btn {
  padding: 0;
}
.cid-v8KMHuzt9S .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KMHuzt9S .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KMHuzt9S .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMHuzt9S .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KMHuzt9S .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KMHuzt9S .footer-lower .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-v8KMHuzt9S .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KMHuzt9S .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KMHuzt9S .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KMHuzt9S .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KMHuzt9S .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KMHuzt9S .foot-logo {
    text-align: center !important;
  }
  .cid-v8KMHuzt9S .foot-title {
    text-align: center !important;
  }
  .cid-v8KMHuzt9S .mbr-text {
    text-align: center !important;
  }
  .cid-v8KMHuzt9S .form-group {
    margin: 0;
  }
}
.cid-v8KMHuzt9S .mbr-links-column {
  text-align: left;
}
.cid-v8KMHuzt9S .copyright .mbr-text {
  text-align: left;
}
.cid-v8Fuh24aBu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8Fuh24aBu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8Fuh24aBu a {
  font-style: normal;
}
.cid-v8Fuh24aBu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8Fuh24aBu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8Fuh24aBu .nav-item:focus,
.cid-v8Fuh24aBu .nav-link:focus {
  outline: none;
}
.cid-v8Fuh24aBu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8Fuh24aBu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8Fuh24aBu .menu-logo {
  margin-right: auto;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8Fuh24aBu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8Fuh24aBu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8Fuh24aBu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8Fuh24aBu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8Fuh24aBu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8Fuh24aBu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8Fuh24aBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8Fuh24aBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8Fuh24aBu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8Fuh24aBu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Fuh24aBu .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-v8Fuh24aBu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8Fuh24aBu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8Fuh24aBu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8Fuh24aBu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8Fuh24aBu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8Fuh24aBu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8Fuh24aBu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8Fuh24aBu button.navbar-toggler:focus {
  outline: none;
}
.cid-v8Fuh24aBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8Fuh24aBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8Fuh24aBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8Fuh24aBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8Fuh24aBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8Fuh24aBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8Fuh24aBu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8Fuh24aBu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8Fuh24aBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8Fuh24aBu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8Fuh24aBu .collapsed .btn {
  display: flex;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8Fuh24aBu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8Fuh24aBu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8Fuh24aBu .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8Fuh24aBu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8Fuh24aBu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8Fuh24aBu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8Fuh24aBu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8Fuh24aBu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8Fuh24aBu .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: 991px) {
  .cid-v8Fuh24aBu .navbar-expand {
    flex-direction: column;
  }
  .cid-v8Fuh24aBu img {
    height: 3.8rem !important;
  }
  .cid-v8Fuh24aBu .btn {
    display: flex;
  }
  .cid-v8Fuh24aBu button.navbar-toggler {
    display: block;
  }
  .cid-v8Fuh24aBu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8Fuh24aBu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8Fuh24aBu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing,
  .cid-v8Fuh24aBu .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing .navbar-nav,
  .cid-v8Fuh24aBu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8Fuh24aBu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8Fuh24aBu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8Fuh24aBu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8Fuh24aBu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8Fuh24aBu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8Fuh24aBu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8Fuh24aBu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8Fuh24aBu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8Fuh24aBu .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-v8Fuh24aBu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8Fuh24aBu .navbar-collapse {
  flex-basis: auto;
}
.cid-v8Fuh24aBu .nav-link:hover,
.cid-v8Fuh24aBu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8Fuh2OhmU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8Fuh2OhmU .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v8Fuh2OhmU .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v8Fuh2OhmU .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8Fuh2OhmU .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8Fuh2OhmU .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8Fuh2OhmU .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8Fuh2OhmU .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v8Fuh2OhmU .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v8Fuh2OhmU .media-block {
    padding-left: 2rem;
  }
}
.cid-v8Fuh2OhmU .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v8Fuh2OhmU .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v8Fuh2OhmU .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v8Fuh2OhmU .mbr-section-title {
  color: #be264c;
}
.cid-v8Fuh38sO1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Fuh38sO1 h3 {
  font-weight: 300;
}
.cid-v8Fuh38sO1 .card-img {
  width: initial;
}
.cid-v8Fuh38sO1 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8Fuh38sO1 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8Fuh38sO1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8Fuh38sO1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v8Fuh38sO1 .mbr-text {
  color: #767676;
}
.cid-v8Fuh38sO1 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8Fuh38sO1 .mbr-al-i-c {
  align-items: center;
}
.cid-v8Fuh38sO1 .mbr-section-title {
  color: #be264c;
}
.cid-v8FI4buWrV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8FI4buWrV h3 {
  font-weight: 300;
}
.cid-v8FI4buWrV .card-img {
  width: initial;
}
.cid-v8FI4buWrV .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8FI4buWrV .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8FI4buWrV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8FI4buWrV .mbr-section-subtitle {
  color: #767676;
}
.cid-v8FI4buWrV .mbr-text {
  color: #767676;
}
.cid-v8FI4buWrV .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8FI4buWrV .mbr-al-i-c {
  align-items: center;
}
.cid-v8FI4buWrV .mbr-section-title {
  color: #be264c;
}
.cid-v8FSmBMW0s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8FSmBMW0s .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v8FSmBMW0s .container-table {
  margin: 0 auto;
}
.cid-v8FSmBMW0s .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8FSmBMW0s .dataTables_wrapper {
  display: block;
}
.cid-v8FSmBMW0s .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8FSmBMW0s .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8FSmBMW0s table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v8FSmBMW0s table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v8FSmBMW0s table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v8FSmBMW0s table td {
  border-top: 1px solid #cccccc;
}
.cid-v8FSmBMW0s table.table {
  background: #ffffff;
}
.cid-v8FSmBMW0s .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8FSmBMW0s .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8FSmBMW0s .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8FSmBMW0s .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8FSmBMW0s .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8FSmBMW0s .dataTables_filter {
    text-align: center;
  }
  .cid-v8FSmBMW0s .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8FSmBMW0s .head-item {
  text-align: center;
}
.cid-v8FSmBMW0s .body-item {
  text-align: center;
}
.cid-v8FSmBMW0s .mbr-section-title {
  color: #be264c;
}
.cid-v8Fuh3Isf6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8Fuh3Isf6 .mbr-section-subtitle {
  color: #767676;
}
.cid-v8Fuh3Isf6 .container-table {
  margin: 0 auto;
}
.cid-v8Fuh3Isf6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8Fuh3Isf6 .dataTables_wrapper {
  display: block;
}
.cid-v8Fuh3Isf6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8Fuh3Isf6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8Fuh3Isf6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v8Fuh3Isf6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v8Fuh3Isf6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v8Fuh3Isf6 table td {
  border-top: 1px solid #cccccc;
}
.cid-v8Fuh3Isf6 table.table {
  background: #ffffff;
}
.cid-v8Fuh3Isf6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8Fuh3Isf6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8Fuh3Isf6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8Fuh3Isf6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8Fuh3Isf6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8Fuh3Isf6 .dataTables_filter {
    text-align: center;
  }
  .cid-v8Fuh3Isf6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8Fuh3Isf6 .head-item {
  text-align: center;
}
.cid-v8Fuh3Isf6 .body-item {
  text-align: center;
}
.cid-v8Fuh3Isf6 .mbr-section-title {
  color: #be264c;
}
.cid-v8Fuh4sWNu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8Fuh4sWNu h3 {
  font-weight: 300;
}
.cid-v8Fuh4sWNu .card-img {
  width: initial;
}
.cid-v8Fuh4sWNu .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8Fuh4sWNu .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8Fuh4sWNu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8Fuh4sWNu .mbr-section-subtitle {
  color: #be264c;
}
.cid-v8Fuh4sWNu .mbr-text {
  color: #767676;
}
.cid-v8Fuh4sWNu .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8Fuh4sWNu .mbr-al-i-c {
  align-items: center;
}
.cid-v8Fuh4sWNu .mbr-section-title {
  color: #be264c;
}
.cid-v8Fuh5rYnT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Fuh5rYnT h3 {
  font-weight: 300;
}
.cid-v8Fuh5rYnT .card-img {
  width: initial;
}
.cid-v8Fuh5rYnT .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8Fuh5rYnT .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8Fuh5rYnT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8Fuh5rYnT .mbr-section-subtitle {
  color: #be264c;
}
.cid-v8Fuh5rYnT .mbr-text {
  color: #767676;
}
.cid-v8Fuh5rYnT .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8Fuh5rYnT .mbr-al-i-c {
  align-items: center;
}
.cid-v8Fuh5rYnT .mbr-section-title {
  color: #be264c;
}
.cid-v8FWGEoNwr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8FWGEoNwr .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v8FWGEoNwr .container-table {
  margin: 0 auto;
}
.cid-v8FWGEoNwr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8FWGEoNwr .dataTables_wrapper {
  display: block;
}
.cid-v8FWGEoNwr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8FWGEoNwr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8FWGEoNwr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v8FWGEoNwr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v8FWGEoNwr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v8FWGEoNwr table td {
  border-top: 1px solid #cccccc;
}
.cid-v8FWGEoNwr table.table {
  background: #ffffff;
}
.cid-v8FWGEoNwr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8FWGEoNwr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8FWGEoNwr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8FWGEoNwr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8FWGEoNwr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8FWGEoNwr .dataTables_filter {
    text-align: center;
  }
  .cid-v8FWGEoNwr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8FWGEoNwr .head-item {
  text-align: center;
}
.cid-v8FWGEoNwr .body-item {
  text-align: center;
}
.cid-v8FWGEoNwr .mbr-section-title {
  color: #be264c;
}
.cid-v9LxvRDN34 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxvRDN34 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxvRDN34 p {
  color: #767676;
}
.cid-v9LxvRDN34 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxvRDN34 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxvRDN34 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxvRDN34 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxvRDN34 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxvRDN34 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KNfqPkft {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KNfqPkft .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KNfqPkft .content {
    text-align: center;
  }
  .cid-v8KNfqPkft .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KNfqPkft .img-logo img {
  height: 6rem;
}
.cid-v8KNfqPkft .form-group,
.cid-v8KNfqPkft .input-group-btn {
  padding: 0;
}
.cid-v8KNfqPkft .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KNfqPkft .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KNfqPkft .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KNfqPkft .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KNfqPkft .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KNfqPkft .footer-lower .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-v8KNfqPkft .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KNfqPkft .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KNfqPkft .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KNfqPkft .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KNfqPkft .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KNfqPkft .foot-logo {
    text-align: center !important;
  }
  .cid-v8KNfqPkft .foot-title {
    text-align: center !important;
  }
  .cid-v8KNfqPkft .mbr-text {
    text-align: center !important;
  }
  .cid-v8KNfqPkft .form-group {
    margin: 0;
  }
}
.cid-v8KNfqPkft .mbr-links-column {
  text-align: left;
}
.cid-v8KNfqPkft .copyright .mbr-text {
  text-align: left;
}
.cid-v8G1Zji4NZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8G1Zji4NZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8G1Zji4NZ a {
  font-style: normal;
}
.cid-v8G1Zji4NZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8G1Zji4NZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8G1Zji4NZ .nav-item:focus,
.cid-v8G1Zji4NZ .nav-link:focus {
  outline: none;
}
.cid-v8G1Zji4NZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8G1Zji4NZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8G1Zji4NZ .menu-logo {
  margin-right: auto;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8G1Zji4NZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8G1Zji4NZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8G1Zji4NZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8G1Zji4NZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8G1Zji4NZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8G1Zji4NZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8G1Zji4NZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8G1Zji4NZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8G1Zji4NZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8G1Zji4NZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8G1Zji4NZ .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-v8G1Zji4NZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8G1Zji4NZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8G1Zji4NZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8G1Zji4NZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8G1Zji4NZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8G1Zji4NZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8G1Zji4NZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8G1Zji4NZ button.navbar-toggler:focus {
  outline: none;
}
.cid-v8G1Zji4NZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8G1Zji4NZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8G1Zji4NZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8G1Zji4NZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8G1Zji4NZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8G1Zji4NZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8G1Zji4NZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8G1Zji4NZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8G1Zji4NZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8G1Zji4NZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8G1Zji4NZ .collapsed .btn {
  display: flex;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8G1Zji4NZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8G1Zji4NZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8G1Zji4NZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8G1Zji4NZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8G1Zji4NZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8G1Zji4NZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8G1Zji4NZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8G1Zji4NZ .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: 991px) {
  .cid-v8G1Zji4NZ .navbar-expand {
    flex-direction: column;
  }
  .cid-v8G1Zji4NZ img {
    height: 3.8rem !important;
  }
  .cid-v8G1Zji4NZ .btn {
    display: flex;
  }
  .cid-v8G1Zji4NZ button.navbar-toggler {
    display: block;
  }
  .cid-v8G1Zji4NZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8G1Zji4NZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8G1Zji4NZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing,
  .cid-v8G1Zji4NZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing .navbar-nav,
  .cid-v8G1Zji4NZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8G1Zji4NZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8G1Zji4NZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8G1Zji4NZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8G1Zji4NZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8G1Zji4NZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8G1Zji4NZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8G1Zji4NZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8G1Zji4NZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8G1Zji4NZ .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-v8G1Zji4NZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8G1Zji4NZ .navbar-collapse {
  flex-basis: auto;
}
.cid-v8G1Zji4NZ .nav-link:hover,
.cid-v8G1Zji4NZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8G1ZjYKMw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8G1ZjYKMw .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v8G1ZjYKMw .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v8G1ZjYKMw .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8G1ZjYKMw .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8G1ZjYKMw .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8G1ZjYKMw .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8G1ZjYKMw .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v8G1ZjYKMw .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v8G1ZjYKMw .media-block {
    padding-left: 2rem;
  }
}
.cid-v8G1ZjYKMw .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v8G1ZjYKMw .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v8G1ZjYKMw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v8G1ZjYKMw .mbr-section-title {
  color: #be264c;
}
.cid-v8G1Zkqkqo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8G1Zkqkqo h3 {
  font-weight: 300;
}
.cid-v8G1Zkqkqo .card-img {
  width: initial;
}
.cid-v8G1Zkqkqo .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8G1Zkqkqo .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8G1Zkqkqo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8G1Zkqkqo .mbr-section-subtitle {
  color: #767676;
}
.cid-v8G1Zkqkqo .mbr-text {
  color: #767676;
}
.cid-v8G1Zkqkqo .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8G1Zkqkqo .mbr-al-i-c {
  align-items: center;
}
.cid-v8G1Zkqkqo .mbr-section-title {
  color: #be264c;
}
.cid-v8GmGfo1Gu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8GmGfo1Gu h3 {
  font-weight: 300;
}
.cid-v8GmGfo1Gu .card-img {
  width: initial;
}
.cid-v8GmGfo1Gu .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8GmGfo1Gu .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8GmGfo1Gu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8GmGfo1Gu .mbr-section-subtitle {
  color: #767676;
}
.cid-v8GmGfo1Gu .mbr-text {
  color: #767676;
}
.cid-v8GmGfo1Gu .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8GmGfo1Gu .mbr-al-i-c {
  align-items: center;
}
.cid-v8GmGfo1Gu .mbr-section-title {
  color: #be264c;
}
.cid-v8G1Zle2Fu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8G1Zle2Fu .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v8G1Zle2Fu .container-table {
  margin: 0 auto;
}
.cid-v8G1Zle2Fu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8G1Zle2Fu .dataTables_wrapper {
  display: block;
}
.cid-v8G1Zle2Fu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8G1Zle2Fu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8G1Zle2Fu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v8G1Zle2Fu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v8G1Zle2Fu table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v8G1Zle2Fu table td {
  border-top: 1px solid #cccccc;
}
.cid-v8G1Zle2Fu table.table {
  background: #ffffff;
}
.cid-v8G1Zle2Fu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8G1Zle2Fu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8G1Zle2Fu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8G1Zle2Fu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8G1Zle2Fu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8G1Zle2Fu .dataTables_filter {
    text-align: center;
  }
  .cid-v8G1Zle2Fu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8G1Zle2Fu .head-item {
  text-align: center;
}
.cid-v8G1Zle2Fu .body-item {
  text-align: center;
}
.cid-v8G1Zle2Fu .mbr-section-title {
  color: #be264c;
}
.cid-v8GYMNTr1m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8GYMNTr1m .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v8GYMNTr1m .container-table {
  margin: 0 auto;
}
.cid-v8GYMNTr1m .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8GYMNTr1m .dataTables_wrapper {
  display: block;
}
.cid-v8GYMNTr1m .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8GYMNTr1m .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8GYMNTr1m table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v8GYMNTr1m table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v8GYMNTr1m table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v8GYMNTr1m table td {
  border-top: 1px solid #cccccc;
}
.cid-v8GYMNTr1m table.table {
  background: #ffffff;
}
.cid-v8GYMNTr1m .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8GYMNTr1m .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8GYMNTr1m .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8GYMNTr1m .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8GYMNTr1m .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8GYMNTr1m .dataTables_filter {
    text-align: center;
  }
  .cid-v8GYMNTr1m .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8GYMNTr1m .head-item {
  text-align: center;
}
.cid-v8GYMNTr1m .body-item {
  text-align: center;
}
.cid-v8GYMNTr1m .mbr-section-title {
  color: #be264c;
}
.cid-v8G1Zmfp7k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8G1Zmfp7k h3 {
  font-weight: 300;
}
.cid-v8G1Zmfp7k .card-img {
  width: initial;
}
.cid-v8G1Zmfp7k .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8G1Zmfp7k .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8G1Zmfp7k .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8G1Zmfp7k .mbr-section-subtitle {
  color: #be264c;
}
.cid-v8G1Zmfp7k .mbr-text {
  color: #767676;
}
.cid-v8G1Zmfp7k .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8G1Zmfp7k .mbr-al-i-c {
  align-items: center;
}
.cid-v8G1Zmfp7k .mbr-section-title {
  color: #be264c;
}
.cid-v9LxEtUSx5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxEtUSx5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxEtUSx5 p {
  color: #767676;
}
.cid-v9LxEtUSx5 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxEtUSx5 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxEtUSx5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxEtUSx5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxEtUSx5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxEtUSx5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KNn6tHne {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KNn6tHne .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KNn6tHne .content {
    text-align: center;
  }
  .cid-v8KNn6tHne .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KNn6tHne .img-logo img {
  height: 6rem;
}
.cid-v8KNn6tHne .form-group,
.cid-v8KNn6tHne .input-group-btn {
  padding: 0;
}
.cid-v8KNn6tHne .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KNn6tHne .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KNn6tHne .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KNn6tHne .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KNn6tHne .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KNn6tHne .footer-lower .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-v8KNn6tHne .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KNn6tHne .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KNn6tHne .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KNn6tHne .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KNn6tHne .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KNn6tHne .foot-logo {
    text-align: center !important;
  }
  .cid-v8KNn6tHne .foot-title {
    text-align: center !important;
  }
  .cid-v8KNn6tHne .mbr-text {
    text-align: center !important;
  }
  .cid-v8KNn6tHne .form-group {
    margin: 0;
  }
}
.cid-v8KNn6tHne .mbr-links-column {
  text-align: left;
}
.cid-v8KNn6tHne .copyright .mbr-text {
  text-align: left;
}
.cid-v8K3A4uKqd .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8K3A4uKqd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8K3A4uKqd a {
  font-style: normal;
}
.cid-v8K3A4uKqd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8K3A4uKqd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8K3A4uKqd .nav-item:focus,
.cid-v8K3A4uKqd .nav-link:focus {
  outline: none;
}
.cid-v8K3A4uKqd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8K3A4uKqd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8K3A4uKqd .menu-logo {
  margin-right: auto;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8K3A4uKqd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8K3A4uKqd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8K3A4uKqd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8K3A4uKqd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8K3A4uKqd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8K3A4uKqd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8K3A4uKqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8K3A4uKqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8K3A4uKqd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8K3A4uKqd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8K3A4uKqd .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-v8K3A4uKqd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8K3A4uKqd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8K3A4uKqd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8K3A4uKqd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8K3A4uKqd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8K3A4uKqd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8K3A4uKqd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8K3A4uKqd button.navbar-toggler:focus {
  outline: none;
}
.cid-v8K3A4uKqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8K3A4uKqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8K3A4uKqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8K3A4uKqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8K3A4uKqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8K3A4uKqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8K3A4uKqd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8K3A4uKqd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8K3A4uKqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8K3A4uKqd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8K3A4uKqd .collapsed .btn {
  display: flex;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8K3A4uKqd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8K3A4uKqd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8K3A4uKqd .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8K3A4uKqd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8K3A4uKqd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8K3A4uKqd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8K3A4uKqd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8K3A4uKqd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8K3A4uKqd .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: 991px) {
  .cid-v8K3A4uKqd .navbar-expand {
    flex-direction: column;
  }
  .cid-v8K3A4uKqd img {
    height: 3.8rem !important;
  }
  .cid-v8K3A4uKqd .btn {
    display: flex;
  }
  .cid-v8K3A4uKqd button.navbar-toggler {
    display: block;
  }
  .cid-v8K3A4uKqd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8K3A4uKqd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8K3A4uKqd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing,
  .cid-v8K3A4uKqd .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing .navbar-nav,
  .cid-v8K3A4uKqd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8K3A4uKqd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8K3A4uKqd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8K3A4uKqd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8K3A4uKqd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8K3A4uKqd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8K3A4uKqd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8K3A4uKqd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8K3A4uKqd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8K3A4uKqd .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-v8K3A4uKqd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8K3A4uKqd .navbar-collapse {
  flex-basis: auto;
}
.cid-v8K3A4uKqd .nav-link:hover,
.cid-v8K3A4uKqd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8K3A58WVX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8K3A58WVX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v8K3A58WVX .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v8K3A58WVX .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8K3A58WVX .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8K3A58WVX .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8K3A58WVX .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8K3A58WVX .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v8K3A58WVX .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v8K3A58WVX .media-block {
    padding-left: 2rem;
  }
}
.cid-v8K3A58WVX .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v8K3A58WVX .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v8K3A58WVX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v8K3A58WVX .mbr-section-title {
  color: #be264c;
}
.cid-v8K3A5rhDH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8K3A5rhDH h3 {
  font-weight: 300;
}
.cid-v8K3A5rhDH .card-img {
  width: initial;
}
.cid-v8K3A5rhDH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8K3A5rhDH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8K3A5rhDH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8K3A5rhDH .mbr-section-subtitle {
  color: #767676;
}
.cid-v8K3A5rhDH .mbr-text {
  color: #767676;
}
.cid-v8K3A5rhDH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8K3A5rhDH .mbr-al-i-c {
  align-items: center;
}
.cid-v8K3A5rhDH .mbr-section-title {
  color: #be264c;
}
.cid-v9Lw00fP9N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lw00fP9N h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lw00fP9N p {
  color: #767676;
}
.cid-v9Lw00fP9N .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lw00fP9N .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lw00fP9N .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lw00fP9N .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lw00fP9N .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lw00fP9N .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8Ki5Ru6tF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Ki5Ru6tF .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8Ki5Ru6tF .content {
    text-align: center;
  }
  .cid-v8Ki5Ru6tF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8Ki5Ru6tF .img-logo img {
  height: 6rem;
}
.cid-v8Ki5Ru6tF .form-group,
.cid-v8Ki5Ru6tF .input-group-btn {
  padding: 0;
}
.cid-v8Ki5Ru6tF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8Ki5Ru6tF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8Ki5Ru6tF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8Ki5Ru6tF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8Ki5Ru6tF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8Ki5Ru6tF .footer-lower .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-v8Ki5Ru6tF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8Ki5Ru6tF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8Ki5Ru6tF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8Ki5Ru6tF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8Ki5Ru6tF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8Ki5Ru6tF .foot-logo {
    text-align: center !important;
  }
  .cid-v8Ki5Ru6tF .foot-title {
    text-align: center !important;
  }
  .cid-v8Ki5Ru6tF .mbr-text {
    text-align: center !important;
  }
  .cid-v8Ki5Ru6tF .form-group {
    margin: 0;
  }
}
.cid-v8Ki5Ru6tF .mbr-links-column {
  text-align: left;
}
.cid-v8Ki5Ru6tF .copyright .mbr-text {
  text-align: left;
}
.cid-v8DiOMw2vu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8DiOMw2vu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8DiOMw2vu a {
  font-style: normal;
}
.cid-v8DiOMw2vu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8DiOMw2vu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8DiOMw2vu .nav-item:focus,
.cid-v8DiOMw2vu .nav-link:focus {
  outline: none;
}
.cid-v8DiOMw2vu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8DiOMw2vu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8DiOMw2vu .menu-logo {
  margin-right: auto;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8DiOMw2vu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8DiOMw2vu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8DiOMw2vu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8DiOMw2vu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8DiOMw2vu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8DiOMw2vu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8DiOMw2vu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8DiOMw2vu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8DiOMw2vu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8DiOMw2vu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8DiOMw2vu .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-v8DiOMw2vu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8DiOMw2vu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8DiOMw2vu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8DiOMw2vu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8DiOMw2vu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8DiOMw2vu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8DiOMw2vu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8DiOMw2vu button.navbar-toggler:focus {
  outline: none;
}
.cid-v8DiOMw2vu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8DiOMw2vu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8DiOMw2vu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8DiOMw2vu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8DiOMw2vu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8DiOMw2vu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8DiOMw2vu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8DiOMw2vu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8DiOMw2vu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8DiOMw2vu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8DiOMw2vu .collapsed .btn {
  display: flex;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8DiOMw2vu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8DiOMw2vu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8DiOMw2vu .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8DiOMw2vu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8DiOMw2vu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8DiOMw2vu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8DiOMw2vu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8DiOMw2vu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8DiOMw2vu .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: 991px) {
  .cid-v8DiOMw2vu .navbar-expand {
    flex-direction: column;
  }
  .cid-v8DiOMw2vu img {
    height: 3.8rem !important;
  }
  .cid-v8DiOMw2vu .btn {
    display: flex;
  }
  .cid-v8DiOMw2vu button.navbar-toggler {
    display: block;
  }
  .cid-v8DiOMw2vu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8DiOMw2vu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8DiOMw2vu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing,
  .cid-v8DiOMw2vu .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing .navbar-nav,
  .cid-v8DiOMw2vu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8DiOMw2vu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8DiOMw2vu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8DiOMw2vu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8DiOMw2vu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8DiOMw2vu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8DiOMw2vu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8DiOMw2vu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8DiOMw2vu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8DiOMw2vu .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-v8DiOMw2vu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8DiOMw2vu .navbar-collapse {
  flex-basis: auto;
}
.cid-v8DiOMw2vu .nav-link:hover,
.cid-v8DiOMw2vu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8DiON7BLX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8DiON7BLX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-v8DiON7BLX H2 {
  color: #be264c;
}
.cid-v8DiOO9II2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8DiOO9II2 .mbr-section-subtitle {
  color: #be264c;
}
.cid-v8DiOO9II2 H2 {
  color: #cc2952;
}
.cid-v8DiOOf0kH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v8DiOOf0kH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v8DiOOf0kH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8DiOOf0kH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8DiOOf0kH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v8DiOOf0kH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v8DiOOf0kH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v8DiOOf0kH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-v8DiOOf0kH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v8DiOOf0kH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v8DiOOf0kH .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-v9LvsyQ578 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LvsyQ578 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LvsyQ578 p {
  color: #767676;
}
.cid-v9LvsyQ578 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LvsyQ578 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LvsyQ578 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LvsyQ578 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LvsyQ578 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LvsyQ578 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KJ1tN3rK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KJ1tN3rK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJ1tN3rK .content {
    text-align: center;
  }
  .cid-v8KJ1tN3rK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KJ1tN3rK .img-logo img {
  height: 6rem;
}
.cid-v8KJ1tN3rK .form-group,
.cid-v8KJ1tN3rK .input-group-btn {
  padding: 0;
}
.cid-v8KJ1tN3rK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KJ1tN3rK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KJ1tN3rK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KJ1tN3rK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KJ1tN3rK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KJ1tN3rK .footer-lower .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-v8KJ1tN3rK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KJ1tN3rK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KJ1tN3rK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KJ1tN3rK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KJ1tN3rK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KJ1tN3rK .foot-logo {
    text-align: center !important;
  }
  .cid-v8KJ1tN3rK .foot-title {
    text-align: center !important;
  }
  .cid-v8KJ1tN3rK .mbr-text {
    text-align: center !important;
  }
  .cid-v8KJ1tN3rK .form-group {
    margin: 0;
  }
}
.cid-v8KJ1tN3rK .mbr-links-column {
  text-align: left;
}
.cid-v8KJ1tN3rK .copyright .mbr-text {
  text-align: left;
}
.cid-v8KRcwoaz4 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8KRcwoaz4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8KRcwoaz4 a {
  font-style: normal;
}
.cid-v8KRcwoaz4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8KRcwoaz4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8KRcwoaz4 .nav-item:focus,
.cid-v8KRcwoaz4 .nav-link:focus {
  outline: none;
}
.cid-v8KRcwoaz4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8KRcwoaz4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8KRcwoaz4 .menu-logo {
  margin-right: auto;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8KRcwoaz4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8KRcwoaz4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8KRcwoaz4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8KRcwoaz4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8KRcwoaz4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8KRcwoaz4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8KRcwoaz4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8KRcwoaz4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KRcwoaz4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8KRcwoaz4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KRcwoaz4 .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-v8KRcwoaz4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8KRcwoaz4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8KRcwoaz4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8KRcwoaz4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8KRcwoaz4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8KRcwoaz4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8KRcwoaz4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8KRcwoaz4 button.navbar-toggler:focus {
  outline: none;
}
.cid-v8KRcwoaz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8KRcwoaz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8KRcwoaz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8KRcwoaz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8KRcwoaz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8KRcwoaz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8KRcwoaz4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8KRcwoaz4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8KRcwoaz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8KRcwoaz4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8KRcwoaz4 .collapsed .btn {
  display: flex;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8KRcwoaz4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8KRcwoaz4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8KRcwoaz4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8KRcwoaz4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8KRcwoaz4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8KRcwoaz4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8KRcwoaz4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8KRcwoaz4 .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: 991px) {
  .cid-v8KRcwoaz4 .navbar-expand {
    flex-direction: column;
  }
  .cid-v8KRcwoaz4 img {
    height: 3.8rem !important;
  }
  .cid-v8KRcwoaz4 .btn {
    display: flex;
  }
  .cid-v8KRcwoaz4 button.navbar-toggler {
    display: block;
  }
  .cid-v8KRcwoaz4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8KRcwoaz4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8KRcwoaz4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing,
  .cid-v8KRcwoaz4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing .navbar-nav,
  .cid-v8KRcwoaz4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8KRcwoaz4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8KRcwoaz4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8KRcwoaz4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8KRcwoaz4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8KRcwoaz4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8KRcwoaz4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8KRcwoaz4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8KRcwoaz4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8KRcwoaz4 .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-v8KRcwoaz4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8KRcwoaz4 .navbar-collapse {
  flex-basis: auto;
}
.cid-v8KRcwoaz4 .nav-link:hover,
.cid-v8KRcwoaz4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8KRcwY50l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v8KRcwY50l .mbr-section-subtitle {
  color: #be264c;
  font-weight: 300;
}
.cid-v8KRcwY50l .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v8KRcwY50l .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8KRcwY50l .img-text {
  width: 42px;
  height: 42px;
  font-size: 21px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8KRcwY50l .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8KRcwY50l .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8KRcwY50l .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-v8KRcwY50l .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-v8KRcwY50l .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-v8KRcwY50l .mbr-section-title {
  color: #be264c;
}
.cid-v8KRcxyP98 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KRcxyP98 .card-img {
  background-color: #fff;
}
.cid-v8KRcxyP98 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-v8KRcxyP98 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v8KRcxyP98 p {
  text-align: left;
}
.cid-v8KRcxyP98 .mbr-text {
  color: #767676;
}
.cid-v8KRcxyP98 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8KRcxyP98 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-v8KRcxyP98 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-v8KRcxyP98 .card-title {
  text-align: center;
  color: #be264c;
}
.cid-v9Lz7TDjMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lz7TDjMu h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lz7TDjMu p {
  color: #767676;
}
.cid-v9Lz7TDjMu .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lz7TDjMu .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lz7TDjMu .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lz7TDjMu .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lz7TDjMu .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lz7TDjMu .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KRcxSAMR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KRcxSAMR .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KRcxSAMR .content {
    text-align: center;
  }
  .cid-v8KRcxSAMR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KRcxSAMR .img-logo img {
  height: 6rem;
}
.cid-v8KRcxSAMR .form-group,
.cid-v8KRcxSAMR .input-group-btn {
  padding: 0;
}
.cid-v8KRcxSAMR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KRcxSAMR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KRcxSAMR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KRcxSAMR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KRcxSAMR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KRcxSAMR .footer-lower .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-v8KRcxSAMR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KRcxSAMR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KRcxSAMR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KRcxSAMR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KRcxSAMR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KRcxSAMR .foot-logo {
    text-align: center !important;
  }
  .cid-v8KRcxSAMR .foot-title {
    text-align: center !important;
  }
  .cid-v8KRcxSAMR .mbr-text {
    text-align: center !important;
  }
  .cid-v8KRcxSAMR .form-group {
    margin: 0;
  }
}
.cid-v8KRcxSAMR .mbr-links-column {
  text-align: left;
}
.cid-v8KRcxSAMR .copyright .mbr-text {
  text-align: left;
}
.cid-v8L1FIz7CI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v8L1FIz7CI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v8L1FIz7CI a {
  font-style: normal;
}
.cid-v8L1FIz7CI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v8L1FIz7CI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v8L1FIz7CI .nav-item:focus,
.cid-v8L1FIz7CI .nav-link:focus {
  outline: none;
}
.cid-v8L1FIz7CI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v8L1FIz7CI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v8L1FIz7CI .menu-logo {
  margin-right: auto;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8L1FIz7CI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8L1FIz7CI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v8L1FIz7CI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8L1FIz7CI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8L1FIz7CI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8L1FIz7CI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v8L1FIz7CI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v8L1FIz7CI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8L1FIz7CI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8L1FIz7CI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8L1FIz7CI .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-v8L1FIz7CI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8L1FIz7CI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v8L1FIz7CI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8L1FIz7CI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8L1FIz7CI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8L1FIz7CI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8L1FIz7CI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v8L1FIz7CI button.navbar-toggler:focus {
  outline: none;
}
.cid-v8L1FIz7CI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v8L1FIz7CI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8L1FIz7CI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8L1FIz7CI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8L1FIz7CI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8L1FIz7CI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8L1FIz7CI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8L1FIz7CI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8L1FIz7CI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8L1FIz7CI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v8L1FIz7CI .collapsed .btn {
  display: flex;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8L1FIz7CI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8L1FIz7CI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v8L1FIz7CI .collapsed button.navbar-toggler {
  display: block;
}
.cid-v8L1FIz7CI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v8L1FIz7CI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8L1FIz7CI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v8L1FIz7CI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8L1FIz7CI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8L1FIz7CI .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: 991px) {
  .cid-v8L1FIz7CI .navbar-expand {
    flex-direction: column;
  }
  .cid-v8L1FIz7CI img {
    height: 3.8rem !important;
  }
  .cid-v8L1FIz7CI .btn {
    display: flex;
  }
  .cid-v8L1FIz7CI button.navbar-toggler {
    display: block;
  }
  .cid-v8L1FIz7CI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v8L1FIz7CI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v8L1FIz7CI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing,
  .cid-v8L1FIz7CI .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing .navbar-nav,
  .cid-v8L1FIz7CI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8L1FIz7CI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v8L1FIz7CI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8L1FIz7CI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8L1FIz7CI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8L1FIz7CI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8L1FIz7CI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v8L1FIz7CI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8L1FIz7CI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8L1FIz7CI .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-v8L1FIz7CI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v8L1FIz7CI .navbar-collapse {
  flex-basis: auto;
}
.cid-v8L1FIz7CI .nav-link:hover,
.cid-v8L1FIz7CI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v8L1FJ8dIn {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v8L1FJ8dIn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v8L1FJ8dIn .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-v8L1FJ8dIn .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v8L1FJ8dIn .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v8L1FJ8dIn .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v8L1FJ8dIn .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v8L1FJ8dIn .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v8L1FJ8dIn .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v8L1FJ8dIn .media-block {
    padding-left: 2rem;
  }
}
.cid-v8L1FJ8dIn .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v8L1FJ8dIn .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v8L1FJ8dIn .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v8L1FJ8dIn .mbr-section-title {
  color: #be264c;
}
.cid-v8L1FJzb6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8L1FJzb6M h3 {
  font-weight: 300;
}
.cid-v8L1FJzb6M .card-img {
  width: initial;
}
.cid-v8L1FJzb6M .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8L1FJzb6M .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8L1FJzb6M .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8L1FJzb6M .mbr-section-subtitle {
  color: #767676;
}
.cid-v8L1FJzb6M .mbr-text {
  color: #767676;
}
.cid-v8L1FJzb6M .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8L1FJzb6M .mbr-al-i-c {
  align-items: center;
}
.cid-v8L1FJzb6M .mbr-section-title {
  color: #be264c;
}
.cid-v8L1FK2NGH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8L1FK2NGH h3 {
  font-weight: 300;
}
.cid-v8L1FK2NGH .card-img {
  width: initial;
}
.cid-v8L1FK2NGH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v8L1FK2NGH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v8L1FK2NGH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8L1FK2NGH .mbr-section-subtitle {
  color: #767676;
}
.cid-v8L1FK2NGH .mbr-text {
  color: #767676;
}
.cid-v8L1FK2NGH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v8L1FK2NGH .mbr-al-i-c {
  align-items: center;
}
.cid-v8L1FK2NGH .mbr-section-title {
  color: #be264c;
}
.cid-v9LxzSqwEL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LxzSqwEL h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LxzSqwEL p {
  color: #767676;
}
.cid-v9LxzSqwEL .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LxzSqwEL .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LxzSqwEL .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LxzSqwEL .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LxzSqwEL .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LxzSqwEL .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8L1FO0tyk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8L1FO0tyk .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8L1FO0tyk .content {
    text-align: center;
  }
  .cid-v8L1FO0tyk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8L1FO0tyk .img-logo img {
  height: 6rem;
}
.cid-v8L1FO0tyk .form-group,
.cid-v8L1FO0tyk .input-group-btn {
  padding: 0;
}
.cid-v8L1FO0tyk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8L1FO0tyk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8L1FO0tyk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8L1FO0tyk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8L1FO0tyk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8L1FO0tyk .footer-lower .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-v8L1FO0tyk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8L1FO0tyk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8L1FO0tyk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8L1FO0tyk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8L1FO0tyk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8L1FO0tyk .foot-logo {
    text-align: center !important;
  }
  .cid-v8L1FO0tyk .foot-title {
    text-align: center !important;
  }
  .cid-v8L1FO0tyk .mbr-text {
    text-align: center !important;
  }
  .cid-v8L1FO0tyk .form-group {
    margin: 0;
  }
}
.cid-v8L1FO0tyk .mbr-links-column {
  text-align: left;
}
.cid-v8L1FO0tyk .copyright .mbr-text {
  text-align: left;
}
.cid-v9MtMFJqAv .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v9MtMFJqAv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v9MtMFJqAv a {
  font-style: normal;
}
.cid-v9MtMFJqAv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9MtMFJqAv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v9MtMFJqAv .nav-item:focus,
.cid-v9MtMFJqAv .nav-link:focus {
  outline: none;
}
.cid-v9MtMFJqAv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v9MtMFJqAv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9MtMFJqAv .menu-logo {
  margin-right: auto;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9MtMFJqAv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9MtMFJqAv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v9MtMFJqAv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9MtMFJqAv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9MtMFJqAv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9MtMFJqAv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9MtMFJqAv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v9MtMFJqAv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MtMFJqAv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9MtMFJqAv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MtMFJqAv .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-v9MtMFJqAv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v9MtMFJqAv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9MtMFJqAv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9MtMFJqAv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9MtMFJqAv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9MtMFJqAv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9MtMFJqAv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9MtMFJqAv button.navbar-toggler:focus {
  outline: none;
}
.cid-v9MtMFJqAv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v9MtMFJqAv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9MtMFJqAv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9MtMFJqAv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9MtMFJqAv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9MtMFJqAv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9MtMFJqAv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9MtMFJqAv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9MtMFJqAv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9MtMFJqAv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v9MtMFJqAv .collapsed .btn {
  display: flex;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9MtMFJqAv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9MtMFJqAv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v9MtMFJqAv .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9MtMFJqAv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9MtMFJqAv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9MtMFJqAv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v9MtMFJqAv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9MtMFJqAv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9MtMFJqAv .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: 991px) {
  .cid-v9MtMFJqAv .navbar-expand {
    flex-direction: column;
  }
  .cid-v9MtMFJqAv img {
    height: 3.8rem !important;
  }
  .cid-v9MtMFJqAv .btn {
    display: flex;
  }
  .cid-v9MtMFJqAv button.navbar-toggler {
    display: block;
  }
  .cid-v9MtMFJqAv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9MtMFJqAv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9MtMFJqAv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing,
  .cid-v9MtMFJqAv .navbar-collapse.show {
    display: block !important;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing .navbar-nav,
  .cid-v9MtMFJqAv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9MtMFJqAv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v9MtMFJqAv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9MtMFJqAv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9MtMFJqAv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9MtMFJqAv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9MtMFJqAv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v9MtMFJqAv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9MtMFJqAv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9MtMFJqAv .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-v9MtMFJqAv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v9MtMFJqAv .navbar-collapse {
  flex-basis: auto;
}
.cid-v9MtMFJqAv .nav-link:hover,
.cid-v9MtMFJqAv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9MtMGijXf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9MtMGijXf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-v9MtMGijXf .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-v9MtMGijXf .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v9MtMGijXf .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v9MtMGijXf .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v9MtMGijXf .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v9MtMGijXf .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v9MtMGijXf .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v9MtMGijXf .media-block {
    padding-left: 2rem;
  }
}
.cid-v9MtMGijXf .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v9MtMGijXf .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v9MtMGijXf .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v9MtMGijXf .mbr-section-title {
  color: #be264c;
}
.cid-v9MtMGIi9s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9MtMGIi9s .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v9MtMGIi9s .container-table {
  margin: 0 auto;
}
.cid-v9MtMGIi9s .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9MtMGIi9s .dataTables_wrapper {
  display: block;
}
.cid-v9MtMGIi9s .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v9MtMGIi9s .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9MtMGIi9s table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v9MtMGIi9s table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v9MtMGIi9s table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v9MtMGIi9s table td {
  border-top: 1px solid #cccccc;
}
.cid-v9MtMGIi9s table.table {
  background: #ffffff;
}
.cid-v9MtMGIi9s .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v9MtMGIi9s .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9MtMGIi9s .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v9MtMGIi9s .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v9MtMGIi9s .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v9MtMGIi9s .dataTables_filter {
    text-align: center;
  }
  .cid-v9MtMGIi9s .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v9MtMGIi9s .head-item {
  text-align: center;
}
.cid-v9MtMGIi9s .body-item {
  text-align: center;
}
.cid-v9MtMGIi9s .mbr-section-title {
  color: #be264c;
}
.cid-v9MKmrgUDZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9MKmrgUDZ .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v9MKmrgUDZ .container-table {
  margin: 0 auto;
}
.cid-v9MKmrgUDZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9MKmrgUDZ .dataTables_wrapper {
  display: block;
}
.cid-v9MKmrgUDZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v9MKmrgUDZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9MKmrgUDZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v9MKmrgUDZ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v9MKmrgUDZ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v9MKmrgUDZ table td {
  border-top: 1px solid #cccccc;
}
.cid-v9MKmrgUDZ table.table {
  background: #ffffff;
}
.cid-v9MKmrgUDZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v9MKmrgUDZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9MKmrgUDZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v9MKmrgUDZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v9MKmrgUDZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v9MKmrgUDZ .dataTables_filter {
    text-align: center;
  }
  .cid-v9MKmrgUDZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v9MKmrgUDZ .head-item {
  text-align: center;
}
.cid-v9MKmrgUDZ .body-item {
  text-align: center;
}
.cid-v9MKmrgUDZ .mbr-section-title {
  color: #be264c;
}
.cid-v9MUwIGmwY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MUwIGmwY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v9MUwIGmwY .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v9MUwIGmwY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v9MUwIGmwY .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v9MUwIGmwY .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v9MUwIGmwY .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v9MUwIGmwY .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v9MUwIGmwY .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v9MUwIGmwY .media-block {
    padding-right: 2rem;
  }
}
.cid-v9MUwIGmwY .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v9MUwIGmwY .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v9MUwIGmwY .mbr-section-title {
  color: #be264c;
}
.cid-v9MUwIGmwY H4 {
  color: #333333;
}
.cid-v9MtMHuFn4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9MtMHuFn4 .mbr-section-subtitle {
  color: #767676;
}
.cid-v9MtMHuFn4 .container-table {
  margin: 0 auto;
}
.cid-v9MtMHuFn4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9MtMHuFn4 .dataTables_wrapper {
  display: block;
}
.cid-v9MtMHuFn4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v9MtMHuFn4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9MtMHuFn4 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v9MtMHuFn4 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v9MtMHuFn4 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v9MtMHuFn4 table td {
  border-top: 1px solid #cccccc;
}
.cid-v9MtMHuFn4 table.table {
  background: #ffffff;
}
.cid-v9MtMHuFn4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v9MtMHuFn4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9MtMHuFn4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v9MtMHuFn4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v9MtMHuFn4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v9MtMHuFn4 .dataTables_filter {
    text-align: center;
  }
  .cid-v9MtMHuFn4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v9MtMHuFn4 .head-item {
  text-align: center;
}
.cid-v9MtMHuFn4 .body-item {
  text-align: center;
}
.cid-v9MtMHgOOI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MtMHgOOI .mbr-section-subtitle {
  color: #be264c;
  font-weight: 300;
  text-align: center;
}
.cid-v9MtMHgOOI .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v9MtMHgOOI .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v9MtMHgOOI .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v9MtMHgOOI .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v9MtMHgOOI .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v9MtMHgOOI .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v9MtMHgOOI .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v9MtMHgOOI .media-block {
    padding-right: 2rem;
  }
}
.cid-v9MtMHgOOI .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v9MtMHgOOI .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v9MtMHgOOI .mbr-section-title {
  color: #be264c;
}
.cid-v9MtMHgOOI H4 {
  color: #333333;
}
.cid-v9MUhXFJ1o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9MUhXFJ1o .mbr-section-subtitle {
  color: #767676;
}
.cid-v9MUhXFJ1o .container-table {
  margin: 0 auto;
}
.cid-v9MUhXFJ1o .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9MUhXFJ1o .dataTables_wrapper {
  display: block;
}
.cid-v9MUhXFJ1o .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v9MUhXFJ1o .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9MUhXFJ1o table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v9MUhXFJ1o table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v9MUhXFJ1o table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v9MUhXFJ1o table td {
  border-top: 1px solid #cccccc;
}
.cid-v9MUhXFJ1o table.table {
  background: #ffffff;
}
.cid-v9MUhXFJ1o .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v9MUhXFJ1o .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9MUhXFJ1o .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v9MUhXFJ1o .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v9MUhXFJ1o .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v9MUhXFJ1o .dataTables_filter {
    text-align: center;
  }
  .cid-v9MUhXFJ1o .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v9MUhXFJ1o .head-item {
  text-align: center;
}
.cid-v9MUhXFJ1o .body-item {
  text-align: center;
}
.cid-v9MZ9wSK0a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MZ9wSK0a h3 {
  font-weight: 300;
}
.cid-v9MZ9wSK0a .card-img {
  width: initial;
}
.cid-v9MZ9wSK0a .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9MZ9wSK0a .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9MZ9wSK0a .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9MZ9wSK0a .mbr-section-subtitle {
  color: #767676;
}
.cid-v9MZ9wSK0a .mbr-text {
  color: #767676;
}
.cid-v9MZ9wSK0a .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9MZ9wSK0a .mbr-al-i-c {
  align-items: center;
}
.cid-v9MZ9wSK0a .mbr-section-title {
  color: #be264c;
}
.cid-v9OaIa3VA2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OaIa3VA2 h3 {
  font-weight: 300;
}
.cid-v9OaIa3VA2 .card-img {
  width: initial;
}
.cid-v9OaIa3VA2 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9OaIa3VA2 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9OaIa3VA2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9OaIa3VA2 .mbr-section-subtitle {
  color: #767676;
}
.cid-v9OaIa3VA2 .mbr-text {
  color: #767676;
}
.cid-v9OaIa3VA2 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9OaIa3VA2 .mbr-al-i-c {
  align-items: center;
}
.cid-v9OaIa3VA2 .mbr-section-title {
  color: #be264c;
}
.cid-v9ObHzRuUx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9ObHzRuUx h3 {
  font-weight: 300;
}
.cid-v9ObHzRuUx .card-img {
  width: initial;
}
.cid-v9ObHzRuUx .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9ObHzRuUx .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9ObHzRuUx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9ObHzRuUx .mbr-section-subtitle {
  color: #767676;
}
.cid-v9ObHzRuUx .mbr-text {
  color: #767676;
}
.cid-v9ObHzRuUx .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9ObHzRuUx .mbr-al-i-c {
  align-items: center;
}
.cid-v9ObHzRuUx .mbr-section-title {
  color: #be264c;
}
.cid-v9MtMLdwlv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MtMLdwlv h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9MtMLdwlv p {
  color: #767676;
}
.cid-v9MtMLdwlv .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9MtMLdwlv .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9MtMLdwlv .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9MtMLdwlv .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9MtMLdwlv .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9MtMLdwlv .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v9MtMLAJgH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9MtMLAJgH .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v9MtMLAJgH .content {
    text-align: center;
  }
  .cid-v9MtMLAJgH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9MtMLAJgH .img-logo img {
  height: 6rem;
}
.cid-v9MtMLAJgH .form-group,
.cid-v9MtMLAJgH .input-group-btn {
  padding: 0;
}
.cid-v9MtMLAJgH .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v9MtMLAJgH .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v9MtMLAJgH .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v9MtMLAJgH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9MtMLAJgH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v9MtMLAJgH .footer-lower .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-v9MtMLAJgH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v9MtMLAJgH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9MtMLAJgH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9MtMLAJgH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9MtMLAJgH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v9MtMLAJgH .foot-logo {
    text-align: center !important;
  }
  .cid-v9MtMLAJgH .foot-title {
    text-align: center !important;
  }
  .cid-v9MtMLAJgH .mbr-text {
    text-align: center !important;
  }
  .cid-v9MtMLAJgH .form-group {
    margin: 0;
  }
}
.cid-v9MtMLAJgH .mbr-links-column {
  text-align: left;
}
.cid-v9MtMLAJgH .copyright .mbr-text {
  text-align: left;
}
.cid-v9OcIskphQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-v9OcIskphQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v9OcIskphQ a {
  font-style: normal;
}
.cid-v9OcIskphQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v9OcIskphQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-v9OcIskphQ .nav-item:focus,
.cid-v9OcIskphQ .nav-link:focus {
  outline: none;
}
.cid-v9OcIskphQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-v9OcIskphQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v9OcIskphQ .menu-logo {
  margin-right: auto;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v9OcIskphQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v9OcIskphQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v9OcIskphQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v9OcIskphQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9OcIskphQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v9OcIskphQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v9OcIskphQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v9OcIskphQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9OcIskphQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v9OcIskphQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9OcIskphQ .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-v9OcIskphQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v9OcIskphQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v9OcIskphQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v9OcIskphQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v9OcIskphQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v9OcIskphQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v9OcIskphQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v9OcIskphQ button.navbar-toggler:focus {
  outline: none;
}
.cid-v9OcIskphQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-v9OcIskphQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9OcIskphQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9OcIskphQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9OcIskphQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9OcIskphQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9OcIskphQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9OcIskphQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9OcIskphQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9OcIskphQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-v9OcIskphQ .collapsed .btn {
  display: flex;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v9OcIskphQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v9OcIskphQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v9OcIskphQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v9OcIskphQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v9OcIskphQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9OcIskphQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v9OcIskphQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v9OcIskphQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v9OcIskphQ .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: 991px) {
  .cid-v9OcIskphQ .navbar-expand {
    flex-direction: column;
  }
  .cid-v9OcIskphQ img {
    height: 3.8rem !important;
  }
  .cid-v9OcIskphQ .btn {
    display: flex;
  }
  .cid-v9OcIskphQ button.navbar-toggler {
    display: block;
  }
  .cid-v9OcIskphQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v9OcIskphQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v9OcIskphQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing,
  .cid-v9OcIskphQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing .navbar-nav,
  .cid-v9OcIskphQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v9OcIskphQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v9OcIskphQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v9OcIskphQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v9OcIskphQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v9OcIskphQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v9OcIskphQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v9OcIskphQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v9OcIskphQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v9OcIskphQ .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-v9OcIskphQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-v9OcIskphQ .navbar-collapse {
  flex-basis: auto;
}
.cid-v9OcIskphQ .nav-link:hover,
.cid-v9OcIskphQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v9OcIsS7al {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9OcIsS7al .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-v9OcIsS7al .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-v9OcIsS7al .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v9OcIsS7al .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v9OcIsS7al .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v9OcIsS7al .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v9OcIsS7al .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v9OcIsS7al .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v9OcIsS7al .media-block {
    padding-left: 2rem;
  }
}
.cid-v9OcIsS7al .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v9OcIsS7al .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v9OcIsS7al .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v9OcIsS7al .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIteoH2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIteoH2 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-v9OcIteoH2 .container-table {
  margin: 0 auto;
}
.cid-v9OcIteoH2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v9OcIteoH2 .dataTables_wrapper {
  display: block;
}
.cid-v9OcIteoH2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v9OcIteoH2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v9OcIteoH2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v9OcIteoH2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v9OcIteoH2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v9OcIteoH2 table td {
  border-top: 1px solid #cccccc;
}
.cid-v9OcIteoH2 table.table {
  background: #ffffff;
}
.cid-v9OcIteoH2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v9OcIteoH2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v9OcIteoH2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v9OcIteoH2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v9OcIteoH2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v9OcIteoH2 .dataTables_filter {
    text-align: center;
  }
  .cid-v9OcIteoH2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v9OcIteoH2 .head-item {
  text-align: center;
}
.cid-v9OcIteoH2 .body-item {
  text-align: center;
}
.cid-v9OcIteoH2 .mbr-section-title {
  color: #be264c;
}
.cid-vaaEhnCWAs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaaEhnCWAs h3 {
  font-weight: 300;
}
.cid-vaaEhnCWAs .card-img {
  width: initial;
}
.cid-vaaEhnCWAs .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vaaEhnCWAs .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vaaEhnCWAs .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaaEhnCWAs .mbr-section-subtitle {
  color: #767676;
}
.cid-vaaEhnCWAs .mbr-text {
  color: #767676;
}
.cid-vaaEhnCWAs .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaaEhnCWAs .mbr-al-i-c {
  align-items: center;
}
.cid-vaaEhnCWAs .mbr-section-title {
  color: #be264c;
}
.cid-vaeZo1GeEG {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vaeZo1GeEG .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vaeZo1GeEG .container-table {
  margin: 0 auto;
}
.cid-vaeZo1GeEG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaeZo1GeEG .dataTables_wrapper {
  display: block;
}
.cid-vaeZo1GeEG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaeZo1GeEG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaeZo1GeEG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaeZo1GeEG table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaeZo1GeEG table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaeZo1GeEG table td {
  border-top: 1px solid #cccccc;
}
.cid-vaeZo1GeEG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaeZo1GeEG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaeZo1GeEG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaeZo1GeEG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaeZo1GeEG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaeZo1GeEG .dataTables_filter {
    text-align: center;
  }
  .cid-vaeZo1GeEG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaeZo1GeEG .head-item {
  text-align: center;
}
.cid-vaeZo1GeEG .body-item {
  text-align: center;
}
.cid-vaeZo1GeEG .mbr-section-title {
  color: #be264c;
}
.cid-vaf3X1dQOL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaf3X1dQOL .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vaf3X1dQOL .container-table {
  margin: 0 auto;
}
.cid-vaf3X1dQOL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaf3X1dQOL .dataTables_wrapper {
  display: block;
}
.cid-vaf3X1dQOL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaf3X1dQOL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaf3X1dQOL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaf3X1dQOL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaf3X1dQOL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaf3X1dQOL table td {
  border-top: 1px solid #cccccc;
}
.cid-vaf3X1dQOL table.table {
  background: #ffffff;
}
.cid-vaf3X1dQOL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaf3X1dQOL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaf3X1dQOL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaf3X1dQOL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaf3X1dQOL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaf3X1dQOL .dataTables_filter {
    text-align: center;
  }
  .cid-vaf3X1dQOL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaf3X1dQOL .head-item {
  text-align: center;
}
.cid-vaf3X1dQOL .body-item {
  text-align: center;
}
.cid-vaf3X1dQOL .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIvhxv4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9OcIvhxv4 .mbr-section-subtitle {
  color: #be264c;
  font-weight: 300;
  text-align: center;
}
.cid-v9OcIvhxv4 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-v9OcIvhxv4 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-v9OcIvhxv4 .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-v9OcIvhxv4 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-v9OcIvhxv4 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-v9OcIvhxv4 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-v9OcIvhxv4 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-v9OcIvhxv4 .media-block {
    padding-right: 2rem;
  }
}
.cid-v9OcIvhxv4 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-v9OcIvhxv4 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-v9OcIvhxv4 .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIvhxv4 H4 {
  color: #333333;
}
.cid-vag7c9B8Ee {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vag7c9B8Ee .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vag7c9B8Ee .container-table {
  margin: 0 auto;
}
.cid-vag7c9B8Ee .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vag7c9B8Ee .dataTables_wrapper {
  display: block;
}
.cid-vag7c9B8Ee .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vag7c9B8Ee .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vag7c9B8Ee table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vag7c9B8Ee table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vag7c9B8Ee table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vag7c9B8Ee table td {
  border-top: 1px solid #cccccc;
}
.cid-vag7c9B8Ee table.table {
  background: #ffffff;
}
.cid-vag7c9B8Ee .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vag7c9B8Ee .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vag7c9B8Ee .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vag7c9B8Ee .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vag7c9B8Ee .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vag7c9B8Ee .dataTables_filter {
    text-align: center;
  }
  .cid-vag7c9B8Ee .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vag7c9B8Ee .head-item {
  text-align: center;
}
.cid-vag7c9B8Ee .body-item {
  text-align: center;
}
.cid-vag7c9B8Ee .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIwpzht {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIwpzht h3 {
  font-weight: 300;
}
.cid-v9OcIwpzht .card-img {
  width: initial;
}
.cid-v9OcIwpzht .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9OcIwpzht .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9OcIwpzht .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9OcIwpzht .mbr-section-subtitle {
  color: #767676;
}
.cid-v9OcIwpzht .mbr-text {
  color: #767676;
}
.cid-v9OcIwpzht .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9OcIwpzht .mbr-al-i-c {
  align-items: center;
}
.cid-v9OcIwpzht .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIxCQxO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIxCQxO h3 {
  font-weight: 300;
}
.cid-v9OcIxCQxO .card-img {
  width: initial;
}
.cid-v9OcIxCQxO .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9OcIxCQxO .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9OcIxCQxO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9OcIxCQxO .mbr-section-subtitle {
  color: #767676;
}
.cid-v9OcIxCQxO .mbr-text {
  color: #767676;
}
.cid-v9OcIxCQxO .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9OcIxCQxO .mbr-al-i-c {
  align-items: center;
}
.cid-v9OcIxCQxO .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIxW0Le {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIxW0Le h3 {
  font-weight: 300;
}
.cid-v9OcIxW0Le .card-img {
  width: initial;
}
.cid-v9OcIxW0Le .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-v9OcIxW0Le .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-v9OcIxW0Le .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9OcIxW0Le .mbr-section-subtitle {
  color: #767676;
}
.cid-v9OcIxW0Le .mbr-text {
  color: #767676;
}
.cid-v9OcIxW0Le .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v9OcIxW0Le .mbr-al-i-c {
  align-items: center;
}
.cid-v9OcIxW0Le .mbr-section-title {
  color: #be264c;
}
.cid-v9OcIydde2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIydde2 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9OcIydde2 p {
  color: #767676;
}
.cid-v9OcIydde2 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9OcIydde2 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9OcIydde2 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9OcIydde2 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9OcIydde2 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9OcIydde2 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v9OcIyzDwv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9OcIyzDwv .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v9OcIyzDwv .content {
    text-align: center;
  }
  .cid-v9OcIyzDwv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9OcIyzDwv .img-logo img {
  height: 6rem;
}
.cid-v9OcIyzDwv .form-group,
.cid-v9OcIyzDwv .input-group-btn {
  padding: 0;
}
.cid-v9OcIyzDwv .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v9OcIyzDwv .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v9OcIyzDwv .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v9OcIyzDwv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9OcIyzDwv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v9OcIyzDwv .footer-lower .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-v9OcIyzDwv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v9OcIyzDwv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9OcIyzDwv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9OcIyzDwv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9OcIyzDwv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v9OcIyzDwv .foot-logo {
    text-align: center !important;
  }
  .cid-v9OcIyzDwv .foot-title {
    text-align: center !important;
  }
  .cid-v9OcIyzDwv .mbr-text {
    text-align: center !important;
  }
  .cid-v9OcIyzDwv .form-group {
    margin: 0;
  }
}
.cid-v9OcIyzDwv .mbr-links-column {
  text-align: left;
}
.cid-v9OcIyzDwv .copyright .mbr-text {
  text-align: left;
}
.cid-vaJ4tiJcWY .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vaJ4tiJcWY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaJ4tiJcWY a {
  font-style: normal;
}
.cid-vaJ4tiJcWY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vaJ4tiJcWY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vaJ4tiJcWY .nav-item:focus,
.cid-vaJ4tiJcWY .nav-link:focus {
  outline: none;
}
.cid-vaJ4tiJcWY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vaJ4tiJcWY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vaJ4tiJcWY .menu-logo {
  margin-right: auto;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaJ4tiJcWY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaJ4tiJcWY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vaJ4tiJcWY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaJ4tiJcWY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaJ4tiJcWY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaJ4tiJcWY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vaJ4tiJcWY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vaJ4tiJcWY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaJ4tiJcWY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaJ4tiJcWY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaJ4tiJcWY .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-vaJ4tiJcWY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vaJ4tiJcWY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vaJ4tiJcWY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vaJ4tiJcWY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaJ4tiJcWY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaJ4tiJcWY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaJ4tiJcWY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vaJ4tiJcWY button.navbar-toggler:focus {
  outline: none;
}
.cid-vaJ4tiJcWY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vaJ4tiJcWY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaJ4tiJcWY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaJ4tiJcWY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaJ4tiJcWY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaJ4tiJcWY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaJ4tiJcWY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vaJ4tiJcWY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vaJ4tiJcWY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaJ4tiJcWY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vaJ4tiJcWY .collapsed .btn {
  display: flex;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaJ4tiJcWY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vaJ4tiJcWY .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaJ4tiJcWY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vaJ4tiJcWY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vaJ4tiJcWY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vaJ4tiJcWY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaJ4tiJcWY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaJ4tiJcWY .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: 991px) {
  .cid-vaJ4tiJcWY .navbar-expand {
    flex-direction: column;
  }
  .cid-vaJ4tiJcWY img {
    height: 3.8rem !important;
  }
  .cid-vaJ4tiJcWY .btn {
    display: flex;
  }
  .cid-vaJ4tiJcWY button.navbar-toggler {
    display: block;
  }
  .cid-vaJ4tiJcWY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vaJ4tiJcWY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vaJ4tiJcWY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing,
  .cid-vaJ4tiJcWY .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing .navbar-nav,
  .cid-vaJ4tiJcWY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaJ4tiJcWY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vaJ4tiJcWY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaJ4tiJcWY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vaJ4tiJcWY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaJ4tiJcWY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaJ4tiJcWY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vaJ4tiJcWY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaJ4tiJcWY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaJ4tiJcWY .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-vaJ4tiJcWY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vaJ4tiJcWY .navbar-collapse {
  flex-basis: auto;
}
.cid-vaJ4tiJcWY .nav-link:hover,
.cid-vaJ4tiJcWY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vaJ4tjHh2C {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vaJ4tjHh2C .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vaJ4tjHh2C .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vaJ4tjHh2C .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vaJ4tjHh2C .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vaJ4tjHh2C .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vaJ4tjHh2C .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vaJ4tjHh2C .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vaJ4tjHh2C .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vaJ4tjHh2C .media-block {
    padding-left: 2rem;
  }
}
.cid-vaJ4tjHh2C .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vaJ4tjHh2C .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vaJ4tjHh2C .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vaJ4tjHh2C .mbr-section-title {
  color: #be264c;
  text-align: center;
}
.cid-vaJ4tlbuid {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaJ4tlbuid .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vaJ4tlbuid .container-table {
  margin: 0 auto;
}
.cid-vaJ4tlbuid .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaJ4tlbuid .dataTables_wrapper {
  display: block;
}
.cid-vaJ4tlbuid .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaJ4tlbuid .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaJ4tlbuid table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaJ4tlbuid table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaJ4tlbuid table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaJ4tlbuid table td {
  border-top: 1px solid #cccccc;
}
.cid-vaJ4tlbuid table.table {
  background: #bce9f6;
}
.cid-vaJ4tlbuid .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaJ4tlbuid .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaJ4tlbuid .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaJ4tlbuid .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaJ4tlbuid .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaJ4tlbuid .dataTables_filter {
    text-align: center;
  }
  .cid-vaJ4tlbuid .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaJ4tlbuid .head-item {
  text-align: center;
}
.cid-vaJ4tlbuid .body-item {
  text-align: center;
}
.cid-vaJ4tlbuid .mbr-section-title {
  color: #be264c;
}
.cid-vaJ4tlTim5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaJ4tlTim5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vaJ4tlTim5 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vaJ4tlTim5 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vaJ4tlTim5 .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vaJ4tlTim5 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vaJ4tlTim5 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vaJ4tlTim5 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vaJ4tlTim5 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vaJ4tlTim5 .media-block {
    padding-right: 2rem;
  }
}
.cid-vaJ4tlTim5 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vaJ4tlTim5 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vaJ4tlTim5 .mbr-section-title {
  color: #be264c;
}
.cid-vaJ4tlTim5 H4 {
  color: #333333;
}
.cid-vaJ4tmih2M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaJ4tmih2M .mbr-section-subtitle {
  color: #767676;
}
.cid-vaJ4tmih2M .container-table {
  margin: 0 auto;
}
.cid-vaJ4tmih2M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaJ4tmih2M .dataTables_wrapper {
  display: block;
}
.cid-vaJ4tmih2M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaJ4tmih2M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaJ4tmih2M table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaJ4tmih2M table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaJ4tmih2M table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaJ4tmih2M table td {
  border-top: 1px solid #cccccc;
}
.cid-vaJ4tmih2M table.table {
  background: #bce9f6;
}
.cid-vaJ4tmih2M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaJ4tmih2M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaJ4tmih2M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaJ4tmih2M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaJ4tmih2M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaJ4tmih2M .dataTables_filter {
    text-align: center;
  }
  .cid-vaJ4tmih2M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaJ4tmih2M .head-item {
  text-align: center;
}
.cid-vaJ4tmih2M .body-item {
  text-align: center;
}
.cid-vaOAWF6tpM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaOAWF6tpM .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vaOAWF6tpM .container-table {
  margin: 0 auto;
}
.cid-vaOAWF6tpM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaOAWF6tpM .dataTables_wrapper {
  display: block;
}
.cid-vaOAWF6tpM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaOAWF6tpM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaOAWF6tpM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaOAWF6tpM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaOAWF6tpM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaOAWF6tpM table td {
  border-top: 1px solid #cccccc;
}
.cid-vaOAWF6tpM table.table {
  background: #bce9f6;
}
.cid-vaOAWF6tpM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaOAWF6tpM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaOAWF6tpM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaOAWF6tpM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaOAWF6tpM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaOAWF6tpM .dataTables_filter {
    text-align: center;
  }
  .cid-vaOAWF6tpM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaOAWF6tpM .head-item {
  text-align: center;
}
.cid-vaOAWF6tpM .body-item {
  text-align: center;
}
.cid-vaOAWF6tpM .mbr-section-title {
  color: #be264c;
}
.cid-vaOB2jh4wF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaOB2jh4wF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vaOB2jh4wF .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vaOB2jh4wF .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vaOB2jh4wF .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vaOB2jh4wF .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vaOB2jh4wF .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vaOB2jh4wF .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vaOB2jh4wF .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vaOB2jh4wF .media-block {
    padding-right: 2rem;
  }
}
.cid-vaOB2jh4wF .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vaOB2jh4wF .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vaOB2jh4wF .mbr-section-title {
  color: #be264c;
}
.cid-vaOB2jh4wF H4 {
  color: #333333;
}
.cid-vbgdBh68tz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbgdBh68tz .mbr-section-subtitle {
  color: #767676;
}
.cid-vbgdBh68tz .container-table {
  margin: 0 auto;
}
.cid-vbgdBh68tz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbgdBh68tz .dataTables_wrapper {
  display: block;
}
.cid-vbgdBh68tz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vbgdBh68tz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbgdBh68tz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vbgdBh68tz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vbgdBh68tz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vbgdBh68tz table td {
  border-top: 1px solid #cccccc;
}
.cid-vbgdBh68tz table.table {
  background: #bce9f6;
}
.cid-vbgdBh68tz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vbgdBh68tz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbgdBh68tz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vbgdBh68tz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vbgdBh68tz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vbgdBh68tz .dataTables_filter {
    text-align: center;
  }
  .cid-vbgdBh68tz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vbgdBh68tz .head-item {
  text-align: center;
}
.cid-vbgdBh68tz .body-item {
  text-align: center;
}
.cid-vaJ4tnax2r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaJ4tnax2r .mbr-section-subtitle {
  color: #767676;
}
.cid-vaJ4tnax2r .container-table {
  margin: 0 auto;
}
.cid-vaJ4tnax2r .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaJ4tnax2r .dataTables_wrapper {
  display: block;
}
.cid-vaJ4tnax2r .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaJ4tnax2r .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaJ4tnax2r table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaJ4tnax2r table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaJ4tnax2r table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaJ4tnax2r table td {
  border-top: 1px solid #cccccc;
}
.cid-vaJ4tnax2r table.table {
  background: #f4e1a1;
}
.cid-vaJ4tnax2r .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaJ4tnax2r .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaJ4tnax2r .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaJ4tnax2r .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaJ4tnax2r .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaJ4tnax2r .dataTables_filter {
    text-align: center;
  }
  .cid-vaJ4tnax2r .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaJ4tnax2r .head-item {
  text-align: center;
}
.cid-vaJ4tnax2r .body-item {
  text-align: center;
}
.cid-vaJ4tnax2r .mbr-section-title {
  color: #be264c;
}
.cid-vaJ4tnTZWC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaJ4tnTZWC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vaJ4tnTZWC .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vaJ4tnTZWC .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vaJ4tnTZWC .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vaJ4tnTZWC .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vaJ4tnTZWC .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vaJ4tnTZWC .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vaJ4tnTZWC .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vaJ4tnTZWC .media-block {
    padding-right: 2rem;
  }
}
.cid-vaJ4tnTZWC .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vaJ4tnTZWC .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vaJ4tnTZWC .mbr-section-title {
  color: #be264c;
}
.cid-vaJ4tnTZWC H4 {
  color: #333333;
}
.cid-vaJ4togEK6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vaJ4togEK6 .mbr-section-subtitle {
  color: #767676;
}
.cid-vaJ4togEK6 .container-table {
  margin: 0 auto;
}
.cid-vaJ4togEK6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vaJ4togEK6 .dataTables_wrapper {
  display: block;
}
.cid-vaJ4togEK6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vaJ4togEK6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vaJ4togEK6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vaJ4togEK6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vaJ4togEK6 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vaJ4togEK6 table td {
  border-top: 1px solid #cccccc;
}
.cid-vaJ4togEK6 table.table {
  background: #f4e1a1;
}
.cid-vaJ4togEK6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vaJ4togEK6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vaJ4togEK6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vaJ4togEK6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vaJ4togEK6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vaJ4togEK6 .dataTables_filter {
    text-align: center;
  }
  .cid-vaJ4togEK6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vaJ4togEK6 .head-item {
  text-align: center;
}
.cid-vaJ4togEK6 .body-item {
  text-align: center;
}
.cid-vbhjfx4D0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbhjfx4D0e .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vbhjfx4D0e .container-table {
  margin: 0 auto;
}
.cid-vbhjfx4D0e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbhjfx4D0e .dataTables_wrapper {
  display: block;
}
.cid-vbhjfx4D0e .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vbhjfx4D0e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbhjfx4D0e table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vbhjfx4D0e table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vbhjfx4D0e table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vbhjfx4D0e table td {
  border-top: 1px solid #cccccc;
}
.cid-vbhjfx4D0e table.table {
  background: #f4e1a1;
}
.cid-vbhjfx4D0e .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vbhjfx4D0e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbhjfx4D0e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vbhjfx4D0e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vbhjfx4D0e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vbhjfx4D0e .dataTables_filter {
    text-align: center;
  }
  .cid-vbhjfx4D0e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vbhjfx4D0e .head-item {
  text-align: center;
}
.cid-vbhjfx4D0e .body-item {
  text-align: center;
}
.cid-vbhjfx4D0e .mbr-section-title {
  color: #be264c;
}
.cid-vbhj5RjWoI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vbhj5RjWoI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vbhj5RjWoI .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vbhj5RjWoI .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vbhj5RjWoI .img-text {
  width: 44px;
  height: 44px;
  font-size: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vbhj5RjWoI .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vbhj5RjWoI .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vbhj5RjWoI .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vbhj5RjWoI .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vbhj5RjWoI .media-block {
    padding-right: 2rem;
  }
}
.cid-vbhj5RjWoI .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vbhj5RjWoI .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vbhj5RjWoI .mbr-section-title {
  color: #be264c;
}
.cid-vbhj5RjWoI H4 {
  color: #333333;
}
.cid-vbkjzCEm0H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbkjzCEm0H .mbr-section-subtitle {
  color: #767676;
}
.cid-vbkjzCEm0H .container-table {
  margin: 0 auto;
}
.cid-vbkjzCEm0H .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vbkjzCEm0H .dataTables_wrapper {
  display: block;
}
.cid-vbkjzCEm0H .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vbkjzCEm0H .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vbkjzCEm0H table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vbkjzCEm0H table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vbkjzCEm0H table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vbkjzCEm0H table td {
  border-top: 1px solid #cccccc;
}
.cid-vbkjzCEm0H table.table {
  background: #f4e1a1;
}
.cid-vbkjzCEm0H .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vbkjzCEm0H .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vbkjzCEm0H .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vbkjzCEm0H .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vbkjzCEm0H .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vbkjzCEm0H .dataTables_filter {
    text-align: center;
  }
  .cid-vbkjzCEm0H .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vbkjzCEm0H .head-item {
  text-align: center;
}
.cid-vbkjzCEm0H .body-item {
  text-align: center;
}
.cid-vaJ4trlvZg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaJ4trlvZg h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vaJ4trlvZg p {
  color: #767676;
}
.cid-vaJ4trlvZg .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vaJ4trlvZg .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vaJ4trlvZg .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaJ4trlvZg .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vaJ4trlvZg .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vaJ4trlvZg .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vaJ4trPiUu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vaJ4trPiUu .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vaJ4trPiUu .content {
    text-align: center;
  }
  .cid-vaJ4trPiUu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaJ4trPiUu .img-logo img {
  height: 6rem;
}
.cid-vaJ4trPiUu .form-group,
.cid-vaJ4trPiUu .input-group-btn {
  padding: 0;
}
.cid-vaJ4trPiUu .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vaJ4trPiUu .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vaJ4trPiUu .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vaJ4trPiUu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vaJ4trPiUu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vaJ4trPiUu .footer-lower .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-vaJ4trPiUu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vaJ4trPiUu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vaJ4trPiUu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vaJ4trPiUu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaJ4trPiUu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vaJ4trPiUu .foot-logo {
    text-align: center !important;
  }
  .cid-vaJ4trPiUu .foot-title {
    text-align: center !important;
  }
  .cid-vaJ4trPiUu .mbr-text {
    text-align: center !important;
  }
  .cid-vaJ4trPiUu .form-group {
    margin: 0;
  }
}
.cid-vaJ4trPiUu .mbr-links-column {
  text-align: left;
}
.cid-vaJ4trPiUu .copyright .mbr-text {
  text-align: left;
}
.cid-vevcZcZoQ8 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vevcZcZoQ8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevcZcZoQ8 a {
  font-style: normal;
}
.cid-vevcZcZoQ8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vevcZcZoQ8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vevcZcZoQ8 .nav-item:focus,
.cid-vevcZcZoQ8 .nav-link:focus {
  outline: none;
}
.cid-vevcZcZoQ8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vevcZcZoQ8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vevcZcZoQ8 .menu-logo {
  margin-right: auto;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevcZcZoQ8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevcZcZoQ8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vevcZcZoQ8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevcZcZoQ8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevcZcZoQ8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevcZcZoQ8 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vevcZcZoQ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vevcZcZoQ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevcZcZoQ8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevcZcZoQ8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevcZcZoQ8 .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-vevcZcZoQ8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vevcZcZoQ8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vevcZcZoQ8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevcZcZoQ8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevcZcZoQ8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevcZcZoQ8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevcZcZoQ8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vevcZcZoQ8 button.navbar-toggler:focus {
  outline: none;
}
.cid-vevcZcZoQ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vevcZcZoQ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevcZcZoQ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevcZcZoQ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevcZcZoQ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevcZcZoQ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevcZcZoQ8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevcZcZoQ8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevcZcZoQ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevcZcZoQ8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vevcZcZoQ8 .collapsed .btn {
  display: flex;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevcZcZoQ8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vevcZcZoQ8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevcZcZoQ8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vevcZcZoQ8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vevcZcZoQ8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevcZcZoQ8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevcZcZoQ8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevcZcZoQ8 .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: 991px) {
  .cid-vevcZcZoQ8 .navbar-expand {
    flex-direction: column;
  }
  .cid-vevcZcZoQ8 img {
    height: 3.8rem !important;
  }
  .cid-vevcZcZoQ8 .btn {
    display: flex;
  }
  .cid-vevcZcZoQ8 button.navbar-toggler {
    display: block;
  }
  .cid-vevcZcZoQ8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vevcZcZoQ8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vevcZcZoQ8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing,
  .cid-vevcZcZoQ8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing .navbar-nav,
  .cid-vevcZcZoQ8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevcZcZoQ8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevcZcZoQ8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevcZcZoQ8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vevcZcZoQ8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevcZcZoQ8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevcZcZoQ8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevcZcZoQ8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevcZcZoQ8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevcZcZoQ8 .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-vevcZcZoQ8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vevcZcZoQ8 .navbar-collapse {
  flex-basis: auto;
}
.cid-vevcZcZoQ8 .nav-link:hover,
.cid-vevcZcZoQ8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vevcZdLTVN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevcZdLTVN .mbr-section-subtitle {
  color: #767676;
}
.cid-vevcZdLTVN H2 {
  color: #cc2952;
}
.cid-vevcZe1JXi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vevcZe1JXi .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vevcZe1JXi .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vevcZe1JXi .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vevcZe1JXi .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vevcZe1JXi .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vevcZe1JXi .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vevcZe1JXi .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vevcZe1JXi .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vevcZe1JXi .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vevcZe1JXi .mbr-section-title {
  color: #be264c;
}
.cid-vevcZemGSr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevcZemGSr .card-img {
  background-color: #fff;
}
.cid-vevcZemGSr .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vevcZemGSr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vevcZemGSr p {
  text-align: left;
}
.cid-vevcZemGSr .mbr-text {
  color: #767676;
}
.cid-vevcZemGSr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vevcZemGSr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vevcZemGSr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vevcZemGSr .card-title {
  text-align: center;
  color: #be264c;
}
.cid-vevcZeDuqi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevcZeDuqi h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vevcZeDuqi p {
  color: #767676;
}
.cid-vevcZeDuqi .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vevcZeDuqi .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vevcZeDuqi .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vevcZeDuqi .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vevcZeDuqi .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vevcZeDuqi .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vevcZeVb1B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevcZeVb1B .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vevcZeVb1B .content {
    text-align: center;
  }
  .cid-vevcZeVb1B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vevcZeVb1B .img-logo img {
  height: 6rem;
}
.cid-vevcZeVb1B .form-group,
.cid-vevcZeVb1B .input-group-btn {
  padding: 0;
}
.cid-vevcZeVb1B .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vevcZeVb1B .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vevcZeVb1B .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vevcZeVb1B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vevcZeVb1B .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vevcZeVb1B .footer-lower .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-vevcZeVb1B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vevcZeVb1B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevcZeVb1B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevcZeVb1B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vevcZeVb1B .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vevcZeVb1B .foot-logo {
    text-align: center !important;
  }
  .cid-vevcZeVb1B .foot-title {
    text-align: center !important;
  }
  .cid-vevcZeVb1B .mbr-text {
    text-align: center !important;
  }
  .cid-vevcZeVb1B .form-group {
    margin: 0;
  }
}
.cid-vevcZeVb1B .mbr-links-column {
  text-align: left;
}
.cid-vevcZeVb1B .copyright .mbr-text {
  text-align: left;
}
.cid-vevCVa36ON .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vevCVa36ON .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vevCVa36ON a {
  font-style: normal;
}
.cid-vevCVa36ON .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vevCVa36ON .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vevCVa36ON .nav-item:focus,
.cid-vevCVa36ON .nav-link:focus {
  outline: none;
}
.cid-vevCVa36ON .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vevCVa36ON .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vevCVa36ON .menu-logo {
  margin-right: auto;
}
.cid-vevCVa36ON .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vevCVa36ON .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vevCVa36ON .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vevCVa36ON .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vevCVa36ON .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vevCVa36ON .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vevCVa36ON .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vevCVa36ON .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vevCVa36ON .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vevCVa36ON .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vevCVa36ON .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vevCVa36ON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vevCVa36ON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vevCVa36ON .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vevCVa36ON .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vevCVa36ON .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-vevCVa36ON .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vevCVa36ON .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vevCVa36ON .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vevCVa36ON .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vevCVa36ON .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vevCVa36ON .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vevCVa36ON button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vevCVa36ON button.navbar-toggler:focus {
  outline: none;
}
.cid-vevCVa36ON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vevCVa36ON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vevCVa36ON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vevCVa36ON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vevCVa36ON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vevCVa36ON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevCVa36ON nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vevCVa36ON nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vevCVa36ON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vevCVa36ON .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vevCVa36ON .collapsed .btn {
  display: flex;
}
.cid-vevCVa36ON .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing,
.cid-vevCVa36ON .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vevCVa36ON .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vevCVa36ON .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vevCVa36ON .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vevCVa36ON .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vevCVa36ON .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vevCVa36ON .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vevCVa36ON .collapsed button.navbar-toggler {
  display: block;
}
.cid-vevCVa36ON .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vevCVa36ON .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vevCVa36ON .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vevCVa36ON .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vevCVa36ON .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vevCVa36ON .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: 991px) {
  .cid-vevCVa36ON .navbar-expand {
    flex-direction: column;
  }
  .cid-vevCVa36ON img {
    height: 3.8rem !important;
  }
  .cid-vevCVa36ON .btn {
    display: flex;
  }
  .cid-vevCVa36ON button.navbar-toggler {
    display: block;
  }
  .cid-vevCVa36ON .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vevCVa36ON .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vevCVa36ON .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing,
  .cid-vevCVa36ON .navbar-collapse.show {
    display: block !important;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing .navbar-nav,
  .cid-vevCVa36ON .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vevCVa36ON .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vevCVa36ON .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing .navbar-buttons,
  .cid-vevCVa36ON .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vevCVa36ON .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vevCVa36ON .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vevCVa36ON .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vevCVa36ON .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vevCVa36ON .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vevCVa36ON .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-vevCVa36ON .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vevCVa36ON .navbar-collapse {
  flex-basis: auto;
}
.cid-vevCVa36ON .nav-link:hover,
.cid-vevCVa36ON .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vevCVaIaRI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevCVaIaRI .mbr-section-subtitle {
  color: #767676;
}
.cid-vevCVaIaRI H2 {
  color: #cc2952;
}
.cid-vevCVaYXKk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vevCVaYXKk .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vevCVaYXKk .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vevCVaYXKk .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vevCVaYXKk .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vevCVaYXKk .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vevCVaYXKk .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vevCVaYXKk .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vevCVaYXKk .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vevCVaYXKk .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vevCVaYXKk .mbr-section-title {
  color: #be264c;
}
.cid-vevCVbuWzC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevCVbuWzC .card-img {
  background-color: #fff;
}
.cid-vevCVbuWzC .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vevCVbuWzC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vevCVbuWzC p {
  text-align: left;
}
.cid-vevCVbuWzC .mbr-text {
  color: #767676;
}
.cid-vevCVbuWzC .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vevCVbuWzC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vevCVbuWzC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vevCVbuWzC .card-title {
  text-align: center;
  color: #be264c;
}
.cid-vevCVbVGq8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevCVbVGq8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vevCVbVGq8 p {
  color: #767676;
}
.cid-vevCVbVGq8 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vevCVbVGq8 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vevCVbVGq8 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vevCVbVGq8 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vevCVbVGq8 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vevCVbVGq8 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vevCVcvAVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vevCVcvAVU .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vevCVcvAVU .content {
    text-align: center;
  }
  .cid-vevCVcvAVU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vevCVcvAVU .img-logo img {
  height: 6rem;
}
.cid-vevCVcvAVU .form-group,
.cid-vevCVcvAVU .input-group-btn {
  padding: 0;
}
.cid-vevCVcvAVU .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vevCVcvAVU .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vevCVcvAVU .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vevCVcvAVU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vevCVcvAVU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vevCVcvAVU .footer-lower .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-vevCVcvAVU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vevCVcvAVU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vevCVcvAVU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vevCVcvAVU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vevCVcvAVU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vevCVcvAVU .foot-logo {
    text-align: center !important;
  }
  .cid-vevCVcvAVU .foot-title {
    text-align: center !important;
  }
  .cid-vevCVcvAVU .mbr-text {
    text-align: center !important;
  }
  .cid-vevCVcvAVU .form-group {
    margin: 0;
  }
}
.cid-vevCVcvAVU .mbr-links-column {
  text-align: left;
}
.cid-vevCVcvAVU .copyright .mbr-text {
  text-align: left;
}
.cid-vew9uHp3Er .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vew9uHp3Er .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vew9uHp3Er a {
  font-style: normal;
}
.cid-vew9uHp3Er .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vew9uHp3Er .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vew9uHp3Er .nav-item:focus,
.cid-vew9uHp3Er .nav-link:focus {
  outline: none;
}
.cid-vew9uHp3Er .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vew9uHp3Er .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vew9uHp3Er .menu-logo {
  margin-right: auto;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vew9uHp3Er .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vew9uHp3Er .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vew9uHp3Er .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vew9uHp3Er .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vew9uHp3Er .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vew9uHp3Er .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vew9uHp3Er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vew9uHp3Er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vew9uHp3Er .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vew9uHp3Er .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vew9uHp3Er .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-vew9uHp3Er .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vew9uHp3Er .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vew9uHp3Er .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vew9uHp3Er .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vew9uHp3Er .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vew9uHp3Er .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vew9uHp3Er button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vew9uHp3Er button.navbar-toggler:focus {
  outline: none;
}
.cid-vew9uHp3Er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vew9uHp3Er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vew9uHp3Er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vew9uHp3Er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vew9uHp3Er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vew9uHp3Er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vew9uHp3Er nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vew9uHp3Er nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vew9uHp3Er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vew9uHp3Er .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vew9uHp3Er .collapsed .btn {
  display: flex;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vew9uHp3Er .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vew9uHp3Er .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vew9uHp3Er .collapsed button.navbar-toggler {
  display: block;
}
.cid-vew9uHp3Er .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vew9uHp3Er .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vew9uHp3Er .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vew9uHp3Er .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vew9uHp3Er .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vew9uHp3Er .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: 991px) {
  .cid-vew9uHp3Er .navbar-expand {
    flex-direction: column;
  }
  .cid-vew9uHp3Er img {
    height: 3.8rem !important;
  }
  .cid-vew9uHp3Er .btn {
    display: flex;
  }
  .cid-vew9uHp3Er button.navbar-toggler {
    display: block;
  }
  .cid-vew9uHp3Er .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vew9uHp3Er .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vew9uHp3Er .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing,
  .cid-vew9uHp3Er .navbar-collapse.show {
    display: block !important;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing .navbar-nav,
  .cid-vew9uHp3Er .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vew9uHp3Er .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vew9uHp3Er .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing .navbar-buttons,
  .cid-vew9uHp3Er .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vew9uHp3Er .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vew9uHp3Er .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vew9uHp3Er .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vew9uHp3Er .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vew9uHp3Er .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vew9uHp3Er .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-vew9uHp3Er .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vew9uHp3Er .navbar-collapse {
  flex-basis: auto;
}
.cid-vew9uHp3Er .nav-link:hover,
.cid-vew9uHp3Er .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vew9uHZSNf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vew9uHZSNf .mbr-section-subtitle {
  color: #767676;
}
.cid-vew9uHZSNf H2 {
  color: #cc2952;
}
.cid-vew9uIcEt6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vew9uIcEt6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vew9uIcEt6 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vew9uIcEt6 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vew9uIcEt6 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vew9uIcEt6 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vew9uIcEt6 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vew9uIcEt6 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vew9uIcEt6 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vew9uIcEt6 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vew9uIcEt6 .mbr-section-title {
  color: #be264c;
}
.cid-vew9uIHVoS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vew9uIHVoS .card-img {
  background-color: #fff;
}
.cid-vew9uIHVoS .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vew9uIHVoS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vew9uIHVoS p {
  text-align: left;
}
.cid-vew9uIHVoS .mbr-text {
  color: #767676;
}
.cid-vew9uIHVoS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vew9uIHVoS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vew9uIHVoS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vew9uIHVoS .card-title {
  text-align: center;
  color: #be264c;
}
.cid-vew9uJddqy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vew9uJddqy h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vew9uJddqy p {
  color: #767676;
}
.cid-vew9uJddqy .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vew9uJddqy .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vew9uJddqy .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vew9uJddqy .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vew9uJddqy .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vew9uJddqy .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vew9uJLTaV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vew9uJLTaV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vew9uJLTaV .content {
    text-align: center;
  }
  .cid-vew9uJLTaV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vew9uJLTaV .img-logo img {
  height: 6rem;
}
.cid-vew9uJLTaV .form-group,
.cid-vew9uJLTaV .input-group-btn {
  padding: 0;
}
.cid-vew9uJLTaV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vew9uJLTaV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vew9uJLTaV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vew9uJLTaV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vew9uJLTaV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vew9uJLTaV .footer-lower .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-vew9uJLTaV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vew9uJLTaV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vew9uJLTaV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vew9uJLTaV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vew9uJLTaV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vew9uJLTaV .foot-logo {
    text-align: center !important;
  }
  .cid-vew9uJLTaV .foot-title {
    text-align: center !important;
  }
  .cid-vew9uJLTaV .mbr-text {
    text-align: center !important;
  }
  .cid-vew9uJLTaV .form-group {
    margin: 0;
  }
}
.cid-vew9uJLTaV .mbr-links-column {
  text-align: left;
}
.cid-vew9uJLTaV .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-veAwCqhGIb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veAwCqhGIb h3 {
  font-weight: 300;
}
.cid-veAwCqhGIb .card-img {
  width: initial;
}
.cid-veAwCqhGIb .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veAwCqhGIb .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veAwCqhGIb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veAwCqhGIb .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-veAwCqhGIb .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veAwCqhGIb .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-veAwCqhGIb .mbr-al-i-c {
  align-items: center;
}
.cid-veAwCqhGIb .mbr-section-title {
  color: #be264c;
}
.cid-veAyBurnaR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veAyBurnaR h3 {
  font-weight: 300;
}
.cid-veAyBurnaR .card-img {
  width: initial;
}
.cid-veAyBurnaR .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veAyBurnaR .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veAyBurnaR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veAyBurnaR .mbr-section-subtitle {
  color: #be264c;
}
.cid-veAyBurnaR .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veAyBurnaR .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-veAyBurnaR .mbr-al-i-c {
  align-items: center;
}
.cid-veAyBurnaR .mbr-section-title {
  color: #be264c;
}
.cid-veAyFgYqCe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veAyFgYqCe h3 {
  font-weight: 300;
}
.cid-veAyFgYqCe .card-img {
  width: initial;
}
.cid-veAyFgYqCe .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veAyFgYqCe .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veAyFgYqCe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veAyFgYqCe .mbr-section-subtitle {
  color: #767676;
}
.cid-veAyFgYqCe .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veAyFgYqCe .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-veAyFgYqCe .mbr-al-i-c {
  align-items: center;
}
.cid-veAyFgYqCe .mbr-section-title {
  color: #be264c;
}
.cid-rF8koRtMJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koRtMJ1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rF8koRtMJ1 H2 {
  color: #be264c;
}
.cid-rF8koRE7c9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koRE7c9 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-rF8koRE7c9 h4 {
  text-align: center;
}
.cid-rF8koRE7c9 p {
  text-align: center;
}
.cid-rF8koRE7c9 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rF8koS2S8O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koS2S8O .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-rF8koS2S8O h4 {
  text-align: center;
}
.cid-rF8koS2S8O p {
  text-align: center;
}
.cid-rF8koS2S8O .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rF8koTKux6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rF8koTKux6 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-rF8koTKux6 H2 {
  color: #be264c;
}
.cid-veBiPa6Okh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veBiPa6Okh h3 {
  font-weight: 300;
}
.cid-veBiPa6Okh .card-img {
  width: initial;
}
.cid-veBiPa6Okh .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veBiPa6Okh .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veBiPa6Okh .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veBiPa6Okh .mbr-section-subtitle {
  color: #767676;
}
.cid-veBiPa6Okh .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veBiPa6Okh .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-veBiPa6Okh .mbr-al-i-c {
  align-items: center;
}
.cid-veBiPa6Okh .mbr-section-title {
  color: #be264c;
}
.cid-veBjtDGNy1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veBjtDGNy1 h3 {
  font-weight: 300;
}
.cid-veBjtDGNy1 .card-img {
  width: initial;
}
.cid-veBjtDGNy1 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veBjtDGNy1 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veBjtDGNy1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veBjtDGNy1 .mbr-section-subtitle {
  color: #767676;
}
.cid-veBjtDGNy1 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-veBjtDGNy1 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-veBjtDGNy1 .mbr-al-i-c {
  align-items: center;
}
.cid-veBjtDGNy1 .mbr-section-title {
  color: #be264c;
}
.cid-rF8koUJ4R8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koUJ4R8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rF8koUJ4R8 H2 {
  color: #be264c;
}
.cid-rF8koUUYLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koUUYLD .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-rF8koUUYLD h4 {
  text-align: center;
}
.cid-rF8koUUYLD p {
  text-align: center;
}
.cid-rF8koUUYLD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rF8koVi60P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rF8koVi60P .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-rF8koVi60P h4 {
  text-align: center;
}
.cid-rF8koVi60P p {
  text-align: center;
}
.cid-rF8koVi60P .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v9Lyu9ZW4U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lyu9ZW4U h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lyu9ZW4U p {
  color: #767676;
}
.cid-v9Lyu9ZW4U .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lyu9ZW4U .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lyu9ZW4U .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lyu9ZW4U .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lyu9ZW4U .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lyu9ZW4U .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KQ5XCfq8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KQ5XCfq8 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQ5XCfq8 .content {
    text-align: center;
  }
  .cid-v8KQ5XCfq8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KQ5XCfq8 .img-logo img {
  height: 6rem;
}
.cid-v8KQ5XCfq8 .form-group,
.cid-v8KQ5XCfq8 .input-group-btn {
  padding: 0;
}
.cid-v8KQ5XCfq8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KQ5XCfq8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KQ5XCfq8 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQ5XCfq8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KQ5XCfq8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KQ5XCfq8 .footer-lower .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-v8KQ5XCfq8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KQ5XCfq8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KQ5XCfq8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KQ5XCfq8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KQ5XCfq8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KQ5XCfq8 .foot-logo {
    text-align: center !important;
  }
  .cid-v8KQ5XCfq8 .foot-title {
    text-align: center !important;
  }
  .cid-v8KQ5XCfq8 .mbr-text {
    text-align: center !important;
  }
  .cid-v8KQ5XCfq8 .form-group {
    margin: 0;
  }
}
.cid-v8KQ5XCfq8 .mbr-links-column {
  text-align: left;
}
.cid-v8KQ5XCfq8 .copyright .mbr-text {
  text-align: left;
}
.cid-veB3VwJHeX .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-veB3VwJHeX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veB3VwJHeX a {
  font-style: normal;
}
.cid-veB3VwJHeX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veB3VwJHeX .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-veB3VwJHeX .nav-item:focus,
.cid-veB3VwJHeX .nav-link:focus {
  outline: none;
}
.cid-veB3VwJHeX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-veB3VwJHeX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veB3VwJHeX .menu-logo {
  margin-right: auto;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veB3VwJHeX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veB3VwJHeX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-veB3VwJHeX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veB3VwJHeX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veB3VwJHeX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veB3VwJHeX .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veB3VwJHeX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veB3VwJHeX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veB3VwJHeX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veB3VwJHeX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veB3VwJHeX .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-veB3VwJHeX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-veB3VwJHeX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-veB3VwJHeX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veB3VwJHeX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veB3VwJHeX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-veB3VwJHeX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veB3VwJHeX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veB3VwJHeX button.navbar-toggler:focus {
  outline: none;
}
.cid-veB3VwJHeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-veB3VwJHeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veB3VwJHeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veB3VwJHeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veB3VwJHeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veB3VwJHeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veB3VwJHeX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veB3VwJHeX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veB3VwJHeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veB3VwJHeX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-veB3VwJHeX .collapsed .btn {
  display: flex;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veB3VwJHeX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veB3VwJHeX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-veB3VwJHeX .collapsed button.navbar-toggler {
  display: block;
}
.cid-veB3VwJHeX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-veB3VwJHeX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veB3VwJHeX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veB3VwJHeX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veB3VwJHeX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-veB3VwJHeX .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: 991px) {
  .cid-veB3VwJHeX .navbar-expand {
    flex-direction: column;
  }
  .cid-veB3VwJHeX img {
    height: 3.8rem !important;
  }
  .cid-veB3VwJHeX .btn {
    display: flex;
  }
  .cid-veB3VwJHeX button.navbar-toggler {
    display: block;
  }
  .cid-veB3VwJHeX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-veB3VwJHeX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veB3VwJHeX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing,
  .cid-veB3VwJHeX .navbar-collapse.show {
    display: block !important;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing .navbar-nav,
  .cid-veB3VwJHeX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veB3VwJHeX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-veB3VwJHeX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing .navbar-buttons,
  .cid-veB3VwJHeX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veB3VwJHeX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veB3VwJHeX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veB3VwJHeX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veB3VwJHeX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veB3VwJHeX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-veB3VwJHeX .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-veB3VwJHeX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-veB3VwJHeX .navbar-collapse {
  flex-basis: auto;
}
.cid-veB3VwJHeX .nav-link:hover,
.cid-veB3VwJHeX .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-veN327AtGY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/unmanned-2000x1074.jpg");
}
.cid-veB3VxFxfX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VxFxfX h3 {
  font-weight: 300;
}
.cid-veB3VxFxfX .card-img {
  width: initial;
}
.cid-veB3VxFxfX .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-veB3VxFxfX .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-veB3VxFxfX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veB3VxFxfX .mbr-section-subtitle {
  color: #767676;
}
.cid-veB3VxFxfX .mbr-text {
  color: #767676;
}
.cid-veB3VxFxfX .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veB3VxFxfX .mbr-al-i-c {
  align-items: center;
}
.cid-veB3VxFxfX .mbr-section-title {
  color: #be264c;
}
.cid-veB3Vz0sLx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3Vz0sLx .mbr-section-subtitle {
  color: #767676;
}
.cid-veB3Vz0sLx H2 {
  color: #be264c;
}
.cid-veB3Vz83qK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3Vz83qK .mbr-text {
  color: #767676;
}
.cid-veB3Vz83qK h4 {
  text-align: center;
}
.cid-veB3Vz83qK p {
  text-align: center;
}
.cid-veB3Vz83qK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-veB3VzvI1O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VzvI1O .mbr-text {
  color: #767676;
}
.cid-veB3VzvI1O h4 {
  text-align: center;
}
.cid-veB3VzvI1O p {
  text-align: center;
}
.cid-veB3VzvI1O .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-veB3VBjPzz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VBjPzz .mbr-section-subtitle {
  color: #767676;
}
.cid-veB3VBjPzz H2 {
  color: #be264c;
}
.cid-veB3VBuMNl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veB3VBuMNl .card-box {
  padding: 0 2rem;
}
.cid-veB3VBuMNl .mbr-section-btn {
  padding-top: 1rem;
}
.cid-veB3VBuMNl .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-veB3VBuMNl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-veB3VBuMNl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-veB3VBuMNl .mbr-text {
  color: #767676;
}
.cid-veB3VBuMNl .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veB3VBuMNl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-veB3VArfhi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VArfhi .mbr-section-subtitle {
  color: #767676;
}
.cid-veB3VArfhi H2 {
  color: #be264c;
}
.cid-veB3VAKewe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VAKewe .mbr-text {
  color: #767676;
}
.cid-veB3VAKewe h4 {
  text-align: center;
}
.cid-veB3VAKewe p {
  text-align: center;
}
.cid-veB3VAKewe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-veB3VB173L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VB173L .mbr-text {
  color: #767676;
}
.cid-veB3VB173L h4 {
  text-align: center;
}
.cid-veB3VB173L p {
  text-align: center;
}
.cid-veB3VB173L .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-veB3VCxruc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VCxruc h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-veB3VCxruc p {
  color: #767676;
}
.cid-veB3VCxruc .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-veB3VCxruc .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-veB3VCxruc .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-veB3VCxruc .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-veB3VCxruc .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-veB3VCxruc .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-veB3VCQXrs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veB3VCQXrs .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veB3VCQXrs .content {
    text-align: center;
  }
  .cid-veB3VCQXrs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-veB3VCQXrs .img-logo img {
  height: 6rem;
}
.cid-veB3VCQXrs .form-group,
.cid-veB3VCQXrs .input-group-btn {
  padding: 0;
}
.cid-veB3VCQXrs .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-veB3VCQXrs .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-veB3VCQXrs .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veB3VCQXrs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veB3VCQXrs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-veB3VCQXrs .footer-lower .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-veB3VCQXrs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veB3VCQXrs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veB3VCQXrs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-veB3VCQXrs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veB3VCQXrs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-veB3VCQXrs .foot-logo {
    text-align: center !important;
  }
  .cid-veB3VCQXrs .foot-title {
    text-align: center !important;
  }
  .cid-veB3VCQXrs .mbr-text {
    text-align: center !important;
  }
  .cid-veB3VCQXrs .form-group {
    margin: 0;
  }
}
.cid-veB3VCQXrs .mbr-links-column {
  text-align: left;
}
.cid-veB3VCQXrs .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uemUgq8bLW {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uemUgq8bLW .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-uemUgq8bLW .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-uemUgq8bLW .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uemUgq8bLW .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uemUgq8bLW .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uemUgq8bLW .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uemUgq8bLW .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uemUgq8bLW .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uemUgq8bLW .media-block {
    padding-left: 2rem;
  }
}
.cid-uemUgq8bLW .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-uemUgq8bLW .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uemUgq8bLW .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uemUgq8bLW .mbr-section-title {
  color: #be264c;
}
.cid-uemVxrMD1M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uemVxrMD1M .mbr-section-subtitle {
  color: #767676;
}
.cid-uemVxrMD1M .container-table {
  margin: 0 auto;
}
.cid-uemVxrMD1M .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uemVxrMD1M .dataTables_wrapper {
  display: block;
}
.cid-uemVxrMD1M .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uemVxrMD1M .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uemVxrMD1M table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uemVxrMD1M table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uemVxrMD1M table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uemVxrMD1M table td {
  border-top: 1px solid #cccccc;
}
.cid-uemVxrMD1M table.table {
  background: #ffffff;
}
.cid-uemVxrMD1M .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uemVxrMD1M .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uemVxrMD1M .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uemVxrMD1M .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uemVxrMD1M .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uemVxrMD1M .dataTables_filter {
    text-align: center;
  }
  .cid-uemVxrMD1M .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uemVxrMD1M .head-item {
  text-align: center;
}
.cid-uemVxrMD1M .body-item {
  text-align: center;
}
.cid-uemVxrMD1M .mbr-section-title {
  color: #be264c;
}
.cid-ueqggSDS44 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueqggSDS44 h3 {
  font-weight: 300;
}
.cid-ueqggSDS44 .card-img {
  width: initial;
}
.cid-ueqggSDS44 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueqggSDS44 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueqggSDS44 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueqggSDS44 .mbr-section-subtitle {
  color: #be264c;
}
.cid-ueqggSDS44 .mbr-text {
  color: #767676;
}
.cid-ueqggSDS44 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueqggSDS44 .mbr-al-i-c {
  align-items: center;
}
.cid-ueqggSDS44 .mbr-section-title {
  color: #be264c;
}
.cid-uenrGkGZuG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uenrGkGZuG .mbr-section-subtitle {
  color: #767676;
}
.cid-uenrGkGZuG .container-table {
  margin: 0 auto;
}
.cid-uenrGkGZuG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uenrGkGZuG .dataTables_wrapper {
  display: block;
}
.cid-uenrGkGZuG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uenrGkGZuG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uenrGkGZuG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uenrGkGZuG table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uenrGkGZuG table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uenrGkGZuG table td {
  border-top: 1px solid #cccccc;
}
.cid-uenrGkGZuG table.table {
  background: #ffffff;
}
.cid-uenrGkGZuG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uenrGkGZuG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uenrGkGZuG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uenrGkGZuG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uenrGkGZuG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uenrGkGZuG .dataTables_filter {
    text-align: center;
  }
  .cid-uenrGkGZuG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uenrGkGZuG .head-item {
  text-align: center;
}
.cid-uenrGkGZuG .body-item {
  text-align: center;
}
.cid-uenrGkGZuG .mbr-section-title {
  color: #be264c;
}
.cid-ueqf2odi0J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueqf2odi0J h3 {
  font-weight: 300;
}
.cid-ueqf2odi0J .card-img {
  width: initial;
}
.cid-ueqf2odi0J .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueqf2odi0J .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueqf2odi0J .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueqf2odi0J .mbr-section-subtitle {
  color: #be264c;
}
.cid-ueqf2odi0J .mbr-text {
  color: #767676;
}
.cid-ueqf2odi0J .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueqf2odi0J .mbr-al-i-c {
  align-items: center;
}
.cid-ueqf2odi0J .mbr-section-title {
  color: #be264c;
}
.cid-ueqcwYsWnr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueqcwYsWnr h3 {
  font-weight: 300;
}
.cid-ueqcwYsWnr .card-img {
  width: initial;
}
.cid-ueqcwYsWnr .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueqcwYsWnr .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueqcwYsWnr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueqcwYsWnr .mbr-section-subtitle {
  color: #767676;
}
.cid-ueqcwYsWnr .mbr-text {
  color: #767676;
}
.cid-ueqcwYsWnr .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueqcwYsWnr .mbr-al-i-c {
  align-items: center;
}
.cid-ueqcwYsWnr .mbr-section-title {
  color: #be264c;
}
.cid-ueyisk5YPQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueyisk5YPQ h3 {
  font-weight: 300;
}
.cid-ueyisk5YPQ .card-img {
  width: initial;
}
.cid-ueyisk5YPQ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ueyisk5YPQ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-ueyisk5YPQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueyisk5YPQ .mbr-section-subtitle {
  color: #767676;
}
.cid-ueyisk5YPQ .mbr-text {
  color: #767676;
}
.cid-ueyisk5YPQ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueyisk5YPQ .mbr-al-i-c {
  align-items: center;
}
.cid-ueyisk5YPQ .mbr-section-title {
  color: #be264c;
}
.cid-v9Lx5fx6Ow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9Lx5fx6Ow h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9Lx5fx6Ow p {
  color: #767676;
}
.cid-v9Lx5fx6Ow .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9Lx5fx6Ow .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9Lx5fx6Ow .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9Lx5fx6Ow .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9Lx5fx6Ow .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9Lx5fx6Ow .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KMo2bMOW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KMo2bMOW .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMo2bMOW .content {
    text-align: center;
  }
  .cid-v8KMo2bMOW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KMo2bMOW .img-logo img {
  height: 6rem;
}
.cid-v8KMo2bMOW .form-group,
.cid-v8KMo2bMOW .input-group-btn {
  padding: 0;
}
.cid-v8KMo2bMOW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KMo2bMOW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KMo2bMOW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KMo2bMOW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KMo2bMOW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KMo2bMOW .footer-lower .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-v8KMo2bMOW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KMo2bMOW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KMo2bMOW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KMo2bMOW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KMo2bMOW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KMo2bMOW .foot-logo {
    text-align: center !important;
  }
  .cid-v8KMo2bMOW .foot-title {
    text-align: center !important;
  }
  .cid-v8KMo2bMOW .mbr-text {
    text-align: center !important;
  }
  .cid-v8KMo2bMOW .form-group {
    margin: 0;
  }
}
.cid-v8KMo2bMOW .mbr-links-column {
  text-align: left;
}
.cid-v8KMo2bMOW .copyright .mbr-text {
  text-align: left;
}
.cid-uf3fYzNmQH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uf3fYzNmQH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uf3fYzNmQH a {
  font-style: normal;
}
.cid-uf3fYzNmQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uf3fYzNmQH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uf3fYzNmQH .nav-item:focus,
.cid-uf3fYzNmQH .nav-link:focus {
  outline: none;
}
.cid-uf3fYzNmQH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uf3fYzNmQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uf3fYzNmQH .menu-logo {
  margin-right: auto;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uf3fYzNmQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uf3fYzNmQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf3fYzNmQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf3fYzNmQH .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-uf3fYzNmQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uf3fYzNmQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uf3fYzNmQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uf3fYzNmQH button.navbar-toggler:focus {
  outline: none;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uf3fYzNmQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uf3fYzNmQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uf3fYzNmQH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .btn {
  display: flex;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uf3fYzNmQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uf3fYzNmQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uf3fYzNmQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uf3fYzNmQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uf3fYzNmQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uf3fYzNmQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uf3fYzNmQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uf3fYzNmQH .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: 991px) {
  .cid-uf3fYzNmQH .navbar-expand {
    flex-direction: column;
  }
  .cid-uf3fYzNmQH img {
    height: 3.8rem !important;
  }
  .cid-uf3fYzNmQH .btn {
    display: flex;
  }
  .cid-uf3fYzNmQH button.navbar-toggler {
    display: block;
  }
  .cid-uf3fYzNmQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uf3fYzNmQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uf3fYzNmQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing,
  .cid-uf3fYzNmQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uf3fYzNmQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uf3fYzNmQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uf3fYzNmQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uf3fYzNmQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uf3fYzNmQH .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-uf3fYzNmQH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uf3fYzNmQH .navbar-collapse {
  flex-basis: auto;
}
.cid-uf3fYzNmQH .nav-link:hover,
.cid-uf3fYzNmQH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rEGA3t0xQa {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEGA3t0xQa .mbr-section-subtitle {
  color: #767676;
}
.cid-rEGA3t0xQa H2 {
  color: #be264c;
}
.cid-rEZ9krRAHr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEZ9krRAHr .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rEZ9krRAHr .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rEZ9krRAHr .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rEZ9krRAHr .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-rEZ9krRAHr .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rEZ9krRAHr .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rEZ9krRAHr .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rEZ9krRAHr .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rEZ9krRAHr .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rEGAImMSq3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEGAImMSq3 .card-img {
  background-color: #fff;
}
.cid-rEGAImMSq3 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rEGAImMSq3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEGAImMSq3 p {
  text-align: left;
}
.cid-rEGAImMSq3 .mbr-text {
  color: #767676;
}
.cid-rEGAImMSq3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rEGAImMSq3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rEGAImMSq3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEGAImMSq3 .card-title {
  text-align: center;
}
.cid-rkFTDpD6H4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkFTDpD6H4 .card-img {
  background-color: #fff;
}
.cid-rkFTDpD6H4 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rkFTDpD6H4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rkFTDpD6H4 p {
  text-align: left;
}
.cid-rkFTDpD6H4 .mbr-text {
  color: #767676;
}
.cid-rkFTDpD6H4 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rkFTDpD6H4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rkFTDpD6H4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEWjs4mWrS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEWjs4mWrS .mbr-section-subtitle {
  color: #767676;
}
.cid-rEWjs4mWrS H2 {
  color: #be264c;
}
.cid-rEWjk8xBpC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEWjk8xBpC .mbr-text {
  color: #767676;
}
.cid-rEWjk8xBpC h4 {
  text-align: center;
}
.cid-rEWjk8xBpC p {
  text-align: center;
}
.cid-rEWjk8xBpC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rEWhPDgfPo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEWhPDgfPo .card-img {
  background-color: #fff;
}
.cid-rEWhPDgfPo .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rEWhPDgfPo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEWhPDgfPo p {
  text-align: left;
}
.cid-rEWhPDgfPo .mbr-text {
  color: #767676;
}
.cid-rEWhPDgfPo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rEWhPDgfPo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rEWhPDgfPo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEWhPDgfPo .card-title {
  text-align: center;
}
.cid-rEWq1xWkB9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEWq1xWkB9 .card-img {
  background-color: #fff;
}
.cid-rEWq1xWkB9 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rEWq1xWkB9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEWq1xWkB9 p {
  text-align: left;
}
.cid-rEWq1xWkB9 .mbr-text {
  color: #767676;
}
.cid-rEWq1xWkB9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rEWq1xWkB9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rEWq1xWkB9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEWq1xWkB9 .card-title {
  text-align: center;
}
.cid-rEWGoGDu6S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEWGoGDu6S .card-img {
  background-color: #fff;
}
.cid-rEWGoGDu6S .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rEWGoGDu6S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEWGoGDu6S p {
  text-align: left;
}
.cid-rEWGoGDu6S .mbr-text {
  color: #767676;
}
.cid-rEWGoGDu6S .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rEWGoGDu6S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rEWGoGDu6S .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEWGoGDu6S .card-title {
  text-align: center;
}
.cid-rEZ7oPHSHy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEZ7oPHSHy .card-img {
  background-color: #fff;
}
.cid-rEZ7oPHSHy .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rEZ7oPHSHy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rEZ7oPHSHy p {
  text-align: left;
}
.cid-rEZ7oPHSHy .mbr-text {
  color: #767676;
}
.cid-rEZ7oPHSHy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rEZ7oPHSHy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rEZ7oPHSHy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rEZ7oPHSHy .card-title {
  text-align: center;
}
.cid-v9LyKrxWDQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9LyKrxWDQ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v9LyKrxWDQ p {
  color: #767676;
}
.cid-v9LyKrxWDQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-v9LyKrxWDQ .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-v9LyKrxWDQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v9LyKrxWDQ .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-v9LyKrxWDQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-v9LyKrxWDQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v8KQIKehwn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8KQIKehwn .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQIKehwn .content {
    text-align: center;
  }
  .cid-v8KQIKehwn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8KQIKehwn .img-logo img {
  height: 6rem;
}
.cid-v8KQIKehwn .form-group,
.cid-v8KQIKehwn .input-group-btn {
  padding: 0;
}
.cid-v8KQIKehwn .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-v8KQIKehwn .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-v8KQIKehwn .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v8KQIKehwn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8KQIKehwn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v8KQIKehwn .footer-lower .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-v8KQIKehwn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8KQIKehwn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8KQIKehwn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8KQIKehwn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8KQIKehwn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v8KQIKehwn .foot-logo {
    text-align: center !important;
  }
  .cid-v8KQIKehwn .foot-title {
    text-align: center !important;
  }
  .cid-v8KQIKehwn .mbr-text {
    text-align: center !important;
  }
  .cid-v8KQIKehwn .form-group {
    margin: 0;
  }
}
.cid-v8KQIKehwn .mbr-links-column {
  text-align: left;
}
.cid-v8KQIKehwn .copyright .mbr-text {
  text-align: left;
}
.cid-veHrZBoCcj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-veHrZBoCcj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veHrZBoCcj a {
  font-style: normal;
}
.cid-veHrZBoCcj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veHrZBoCcj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-veHrZBoCcj .nav-item:focus,
.cid-veHrZBoCcj .nav-link:focus {
  outline: none;
}
.cid-veHrZBoCcj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-veHrZBoCcj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veHrZBoCcj .menu-logo {
  margin-right: auto;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veHrZBoCcj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veHrZBoCcj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-veHrZBoCcj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veHrZBoCcj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veHrZBoCcj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veHrZBoCcj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veHrZBoCcj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veHrZBoCcj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veHrZBoCcj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veHrZBoCcj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veHrZBoCcj .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-veHrZBoCcj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-veHrZBoCcj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-veHrZBoCcj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veHrZBoCcj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veHrZBoCcj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-veHrZBoCcj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veHrZBoCcj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veHrZBoCcj button.navbar-toggler:focus {
  outline: none;
}
.cid-veHrZBoCcj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-veHrZBoCcj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veHrZBoCcj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veHrZBoCcj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veHrZBoCcj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veHrZBoCcj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veHrZBoCcj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veHrZBoCcj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veHrZBoCcj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veHrZBoCcj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-veHrZBoCcj .collapsed .btn {
  display: flex;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veHrZBoCcj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veHrZBoCcj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-veHrZBoCcj .collapsed button.navbar-toggler {
  display: block;
}
.cid-veHrZBoCcj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-veHrZBoCcj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veHrZBoCcj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veHrZBoCcj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veHrZBoCcj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-veHrZBoCcj .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: 991px) {
  .cid-veHrZBoCcj .navbar-expand {
    flex-direction: column;
  }
  .cid-veHrZBoCcj img {
    height: 3.8rem !important;
  }
  .cid-veHrZBoCcj .btn {
    display: flex;
  }
  .cid-veHrZBoCcj button.navbar-toggler {
    display: block;
  }
  .cid-veHrZBoCcj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-veHrZBoCcj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veHrZBoCcj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing,
  .cid-veHrZBoCcj .navbar-collapse.show {
    display: block !important;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing .navbar-nav,
  .cid-veHrZBoCcj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veHrZBoCcj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-veHrZBoCcj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing .navbar-buttons,
  .cid-veHrZBoCcj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veHrZBoCcj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veHrZBoCcj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veHrZBoCcj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veHrZBoCcj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veHrZBoCcj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-veHrZBoCcj .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-veHrZBoCcj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-veHrZBoCcj .navbar-collapse {
  flex-basis: auto;
}
.cid-veHrZBoCcj .nav-link:hover,
.cid-veHrZBoCcj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-veHrZBY3WO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veHrZBY3WO .mbr-section-subtitle {
  color: #767676;
}
.cid-veHrZBY3WO H2 {
  color: #cc2952;
}
.cid-veHrZCbZcu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-veHrZCbZcu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-veHrZCbZcu .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veHrZCbZcu .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-veHrZCbZcu .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-veHrZCbZcu .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-veHrZCbZcu .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-veHrZCbZcu .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-veHrZCbZcu .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-veHrZCbZcu .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-veHrZCbZcu .mbr-section-title {
  color: #be264c;
}
.cid-veHrZDFH6n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veHrZDFH6n .card-img {
  background-color: #fff;
}
.cid-veHrZDFH6n .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-veHrZDFH6n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-veHrZDFH6n p {
  text-align: left;
}
.cid-veHrZDFH6n .mbr-text {
  color: #767676;
}
.cid-veHrZDFH6n .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veHrZDFH6n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-veHrZDFH6n .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-veHrZDFH6n .card-title {
  text-align: center;
  color: #be264c;
}
.cid-veHrZE3Czk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veHrZE3Czk h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-veHrZE3Czk p {
  color: #767676;
}
.cid-veHrZE3Czk .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-veHrZE3Czk .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-veHrZE3Czk .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-veHrZE3Czk .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-veHrZE3Czk .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-veHrZE3Czk .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-veHrZECovl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veHrZECovl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veHrZECovl .content {
    text-align: center;
  }
  .cid-veHrZECovl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-veHrZECovl .img-logo img {
  height: 6rem;
}
.cid-veHrZECovl .form-group,
.cid-veHrZECovl .input-group-btn {
  padding: 0;
}
.cid-veHrZECovl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-veHrZECovl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-veHrZECovl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veHrZECovl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veHrZECovl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-veHrZECovl .footer-lower .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-veHrZECovl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veHrZECovl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veHrZECovl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-veHrZECovl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veHrZECovl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-veHrZECovl .foot-logo {
    text-align: center !important;
  }
  .cid-veHrZECovl .foot-title {
    text-align: center !important;
  }
  .cid-veHrZECovl .mbr-text {
    text-align: center !important;
  }
  .cid-veHrZECovl .form-group {
    margin: 0;
  }
}
.cid-veHrZECovl .mbr-links-column {
  text-align: left;
}
.cid-veHrZECovl .copyright .mbr-text {
  text-align: left;
}
.cid-vf4DomlGxT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vf4DomlGxT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vf4DomlGxT a {
  font-style: normal;
}
.cid-vf4DomlGxT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vf4DomlGxT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vf4DomlGxT .nav-item:focus,
.cid-vf4DomlGxT .nav-link:focus {
  outline: none;
}
.cid-vf4DomlGxT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vf4DomlGxT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vf4DomlGxT .menu-logo {
  margin-right: auto;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vf4DomlGxT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vf4DomlGxT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vf4DomlGxT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vf4DomlGxT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vf4DomlGxT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vf4DomlGxT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vf4DomlGxT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vf4DomlGxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf4DomlGxT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vf4DomlGxT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf4DomlGxT .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-vf4DomlGxT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vf4DomlGxT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vf4DomlGxT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vf4DomlGxT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vf4DomlGxT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vf4DomlGxT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vf4DomlGxT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vf4DomlGxT button.navbar-toggler:focus {
  outline: none;
}
.cid-vf4DomlGxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vf4DomlGxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vf4DomlGxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vf4DomlGxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vf4DomlGxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vf4DomlGxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf4DomlGxT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vf4DomlGxT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vf4DomlGxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf4DomlGxT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vf4DomlGxT .collapsed .btn {
  display: flex;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vf4DomlGxT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vf4DomlGxT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vf4DomlGxT .collapsed button.navbar-toggler {
  display: block;
}
.cid-vf4DomlGxT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vf4DomlGxT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf4DomlGxT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vf4DomlGxT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vf4DomlGxT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vf4DomlGxT .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: 991px) {
  .cid-vf4DomlGxT .navbar-expand {
    flex-direction: column;
  }
  .cid-vf4DomlGxT img {
    height: 3.8rem !important;
  }
  .cid-vf4DomlGxT .btn {
    display: flex;
  }
  .cid-vf4DomlGxT button.navbar-toggler {
    display: block;
  }
  .cid-vf4DomlGxT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vf4DomlGxT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vf4DomlGxT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing,
  .cid-vf4DomlGxT .navbar-collapse.show {
    display: block !important;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing .navbar-nav,
  .cid-vf4DomlGxT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vf4DomlGxT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vf4DomlGxT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing .navbar-buttons,
  .cid-vf4DomlGxT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vf4DomlGxT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vf4DomlGxT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vf4DomlGxT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vf4DomlGxT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vf4DomlGxT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vf4DomlGxT .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-vf4DomlGxT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vf4DomlGxT .navbar-collapse {
  flex-basis: auto;
}
.cid-vf4DomlGxT .nav-link:hover,
.cid-vf4DomlGxT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vf4DonzRMD {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vf4DonzRMD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vf4DonzRMD .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vf4DonzRMD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vf4DonzRMD .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vf4DonzRMD .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vf4DonzRMD .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vf4DonzRMD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vf4DonzRMD .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vf4DonzRMD .media-block {
    padding-left: 2rem;
  }
}
.cid-vf4DonzRMD .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vf4DonzRMD .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vf4DonzRMD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vf4DonzRMD .mbr-section-title {
  color: #be264c;
}
.cid-vf4Doob8mP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vf4Doob8mP .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf4Doob8mP .container-table {
  margin: 0 auto;
}
.cid-vf4Doob8mP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vf4Doob8mP .dataTables_wrapper {
  display: block;
}
.cid-vf4Doob8mP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vf4Doob8mP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vf4Doob8mP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vf4Doob8mP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vf4Doob8mP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vf4Doob8mP table td {
  border-top: 1px solid #cccccc;
}
.cid-vf4Doob8mP table.table {
  background: #ffffff;
}
.cid-vf4Doob8mP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vf4Doob8mP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vf4Doob8mP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vf4Doob8mP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vf4Doob8mP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vf4Doob8mP .dataTables_filter {
    text-align: center;
  }
  .cid-vf4Doob8mP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vf4Doob8mP .head-item {
  text-align: center;
}
.cid-vf4Doob8mP .body-item {
  text-align: center;
}
.cid-vf4Doob8mP .mbr-section-title {
  color: #be264c;
}
.cid-vf4DooK9W8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf4DooK9W8 h3 {
  font-weight: 300;
}
.cid-vf4DooK9W8 .card-img {
  width: initial;
}
.cid-vf4DooK9W8 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vf4DooK9W8 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vf4DooK9W8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf4DooK9W8 .mbr-section-subtitle {
  color: #767676;
}
.cid-vf4DooK9W8 .mbr-text {
  color: #767676;
}
.cid-vf4DooK9W8 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf4DooK9W8 .mbr-al-i-c {
  align-items: center;
}
.cid-vf4DooK9W8 .mbr-section-title {
  color: #be264c;
}
.cid-vf4DopaQ9u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf4DopaQ9u .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vf4DopaQ9u .container-table {
  margin: 0 auto;
}
.cid-vf4DopaQ9u .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vf4DopaQ9u .dataTables_wrapper {
  display: block;
}
.cid-vf4DopaQ9u .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vf4DopaQ9u .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vf4DopaQ9u table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vf4DopaQ9u table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vf4DopaQ9u table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vf4DopaQ9u table td {
  border-top: 1px solid #cccccc;
}
.cid-vf4DopaQ9u table.table {
  background: #ffffff;
}
.cid-vf4DopaQ9u .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vf4DopaQ9u .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vf4DopaQ9u .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vf4DopaQ9u .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vf4DopaQ9u .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vf4DopaQ9u .dataTables_filter {
    text-align: center;
  }
  .cid-vf4DopaQ9u .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vf4DopaQ9u .head-item {
  text-align: center;
}
.cid-vf4DopaQ9u .body-item {
  text-align: center;
  color: #232323;
}
.cid-vf4DopaQ9u .mbr-section-title {
  color: #be264c;
}
.cid-vf4Dotx3LK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf4Dotx3LK h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vf4Dotx3LK p {
  color: #767676;
}
.cid-vf4Dotx3LK .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vf4Dotx3LK .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vf4Dotx3LK .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vf4Dotx3LK .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vf4Dotx3LK .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vf4Dotx3LK .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vf4DotVGhs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf4DotVGhs .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vf4DotVGhs .content {
    text-align: center;
  }
  .cid-vf4DotVGhs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vf4DotVGhs .img-logo img {
  height: 6rem;
}
.cid-vf4DotVGhs .form-group,
.cid-vf4DotVGhs .input-group-btn {
  padding: 0;
}
.cid-vf4DotVGhs .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vf4DotVGhs .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vf4DotVGhs .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vf4DotVGhs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vf4DotVGhs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vf4DotVGhs .footer-lower .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-vf4DotVGhs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vf4DotVGhs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vf4DotVGhs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vf4DotVGhs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vf4DotVGhs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vf4DotVGhs .foot-logo {
    text-align: center !important;
  }
  .cid-vf4DotVGhs .foot-title {
    text-align: center !important;
  }
  .cid-vf4DotVGhs .mbr-text {
    text-align: center !important;
  }
  .cid-vf4DotVGhs .form-group {
    margin: 0;
  }
}
.cid-vf4DotVGhs .mbr-links-column {
  text-align: left;
}
.cid-vf4DotVGhs .copyright .mbr-text {
  text-align: justify;
}
.cid-vflJaDog9U .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vflJaDog9U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vflJaDog9U a {
  font-style: normal;
}
.cid-vflJaDog9U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vflJaDog9U .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vflJaDog9U .nav-item:focus,
.cid-vflJaDog9U .nav-link:focus {
  outline: none;
}
.cid-vflJaDog9U .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vflJaDog9U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vflJaDog9U .menu-logo {
  margin-right: auto;
}
.cid-vflJaDog9U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vflJaDog9U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vflJaDog9U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vflJaDog9U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vflJaDog9U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vflJaDog9U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vflJaDog9U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vflJaDog9U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vflJaDog9U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vflJaDog9U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vflJaDog9U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vflJaDog9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vflJaDog9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflJaDog9U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vflJaDog9U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflJaDog9U .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-vflJaDog9U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vflJaDog9U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vflJaDog9U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vflJaDog9U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vflJaDog9U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vflJaDog9U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vflJaDog9U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vflJaDog9U button.navbar-toggler:focus {
  outline: none;
}
.cid-vflJaDog9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vflJaDog9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vflJaDog9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vflJaDog9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vflJaDog9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vflJaDog9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vflJaDog9U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vflJaDog9U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vflJaDog9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vflJaDog9U .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vflJaDog9U .collapsed .btn {
  display: flex;
}
.cid-vflJaDog9U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing,
.cid-vflJaDog9U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vflJaDog9U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vflJaDog9U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vflJaDog9U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vflJaDog9U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vflJaDog9U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vflJaDog9U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vflJaDog9U .collapsed button.navbar-toggler {
  display: block;
}
.cid-vflJaDog9U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vflJaDog9U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaDog9U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vflJaDog9U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vflJaDog9U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vflJaDog9U .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: 991px) {
  .cid-vflJaDog9U .navbar-expand {
    flex-direction: column;
  }
  .cid-vflJaDog9U img {
    height: 3.8rem !important;
  }
  .cid-vflJaDog9U .btn {
    display: flex;
  }
  .cid-vflJaDog9U button.navbar-toggler {
    display: block;
  }
  .cid-vflJaDog9U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vflJaDog9U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vflJaDog9U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing,
  .cid-vflJaDog9U .navbar-collapse.show {
    display: block !important;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing .navbar-nav,
  .cid-vflJaDog9U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vflJaDog9U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vflJaDog9U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing .navbar-buttons,
  .cid-vflJaDog9U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vflJaDog9U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vflJaDog9U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vflJaDog9U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vflJaDog9U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vflJaDog9U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vflJaDog9U .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-vflJaDog9U .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vflJaDog9U .navbar-collapse {
  flex-basis: auto;
}
.cid-vflJaDog9U .nav-link:hover,
.cid-vflJaDog9U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vflJaEiNCg {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vflJaEiNCg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vflJaEiNCg .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vflJaEiNCg .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vflJaEiNCg .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vflJaEiNCg .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vflJaEiNCg .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vflJaEiNCg .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vflJaEiNCg .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vflJaEiNCg .media-block {
    padding-left: 2rem;
  }
}
.cid-vflJaEiNCg .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vflJaEiNCg .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vflJaEiNCg .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vflJaEiNCg .mbr-section-title {
  color: #be264c;
}
.cid-vflJaEHiuf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vflJaEHiuf .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vflJaEHiuf .container-table {
  margin: 0 auto;
}
.cid-vflJaEHiuf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vflJaEHiuf .dataTables_wrapper {
  display: block;
}
.cid-vflJaEHiuf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vflJaEHiuf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vflJaEHiuf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vflJaEHiuf table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vflJaEHiuf table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vflJaEHiuf table td {
  border-top: 1px solid #cccccc;
}
.cid-vflJaEHiuf table.table {
  background: #ffffff;
}
.cid-vflJaEHiuf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vflJaEHiuf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vflJaEHiuf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vflJaEHiuf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vflJaEHiuf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vflJaEHiuf .dataTables_filter {
    text-align: center;
  }
  .cid-vflJaEHiuf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vflJaEHiuf .head-item {
  text-align: center;
}
.cid-vflJaEHiuf .body-item {
  text-align: center;
}
.cid-vflJaEHiuf .mbr-section-title {
  color: #be264c;
}
.cid-vflJaFesOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaFesOO h3 {
  font-weight: 300;
}
.cid-vflJaFesOO .card-img {
  width: initial;
}
.cid-vflJaFesOO .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vflJaFesOO .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vflJaFesOO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vflJaFesOO .mbr-section-subtitle {
  color: #767676;
}
.cid-vflJaFesOO .mbr-text {
  color: #767676;
}
.cid-vflJaFesOO .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaFesOO .mbr-al-i-c {
  align-items: center;
}
.cid-vflJaFesOO .mbr-section-title {
  color: #be264c;
}
.cid-vflJaFBFf4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaFBFf4 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vflJaFBFf4 .container-table {
  margin: 0 auto;
}
.cid-vflJaFBFf4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vflJaFBFf4 .dataTables_wrapper {
  display: block;
}
.cid-vflJaFBFf4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vflJaFBFf4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vflJaFBFf4 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vflJaFBFf4 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vflJaFBFf4 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vflJaFBFf4 table td {
  border-top: 1px solid #cccccc;
}
.cid-vflJaFBFf4 table.table {
  background: #ffffff;
}
.cid-vflJaFBFf4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vflJaFBFf4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vflJaFBFf4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vflJaFBFf4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vflJaFBFf4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vflJaFBFf4 .dataTables_filter {
    text-align: center;
  }
  .cid-vflJaFBFf4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vflJaFBFf4 .head-item {
  text-align: center;
}
.cid-vflJaFBFf4 .body-item {
  text-align: center;
  color: #232323;
}
.cid-vflJaFBFf4 .mbr-section-title {
  color: #be264c;
}
.cid-vflJaHaXt9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaHaXt9 h3 {
  font-weight: 300;
}
.cid-vflJaHaXt9 .card-img {
  width: initial;
}
.cid-vflJaHaXt9 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vflJaHaXt9 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vflJaHaXt9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vflJaHaXt9 .mbr-section-subtitle {
  color: #767676;
}
.cid-vflJaHaXt9 .mbr-text {
  color: #767676;
}
.cid-vflJaHaXt9 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaHaXt9 .mbr-al-i-c {
  align-items: center;
}
.cid-vflJaHaXt9 .mbr-section-title {
  color: #be264c;
}
.cid-vflJaHxDEf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaHxDEf h3 {
  font-weight: 300;
}
.cid-vflJaHxDEf .card-img {
  width: initial;
}
.cid-vflJaHxDEf .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vflJaHxDEf .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vflJaHxDEf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vflJaHxDEf .mbr-section-subtitle {
  color: #767676;
}
.cid-vflJaHxDEf .mbr-text {
  color: #767676;
}
.cid-vflJaHxDEf .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaHxDEf .mbr-al-i-c {
  align-items: center;
}
.cid-vflJaHxDEf .mbr-section-title {
  color: #be264c;
}
.cid-vflJaJi1Mo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaJi1Mo h3 {
  font-weight: 300;
}
.cid-vflJaJi1Mo .card-img {
  width: initial;
}
.cid-vflJaJi1Mo .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vflJaJi1Mo .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vflJaJi1Mo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vflJaJi1Mo .mbr-section-subtitle {
  color: #767676;
}
.cid-vflJaJi1Mo .mbr-text {
  color: #767676;
}
.cid-vflJaJi1Mo .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaJi1Mo .mbr-al-i-c {
  align-items: center;
}
.cid-vflJaJi1Mo .mbr-section-title {
  color: #be264c;
}
.cid-vflJaHSXkK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaHSXkK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vflJaHSXkK .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vflJaHSXkK .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vflJaHSXkK .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vflJaHSXkK .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vflJaHSXkK .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vflJaHSXkK .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vflJaHSXkK .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vflJaHSXkK .media-block {
    padding-left: 2rem;
  }
}
.cid-vflJaHSXkK .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vflJaHSXkK .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vflJaHSXkK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vflJaHSXkK .mbr-section-title {
  color: #be264c;
}
.cid-vfmtnQGEoF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfmtnQGEoF .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfmtnQGEoF .container-table {
  margin: 0 auto;
}
.cid-vfmtnQGEoF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfmtnQGEoF .dataTables_wrapper {
  display: block;
}
.cid-vfmtnQGEoF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfmtnQGEoF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfmtnQGEoF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfmtnQGEoF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfmtnQGEoF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfmtnQGEoF table td {
  border-top: 1px solid #cccccc;
}
.cid-vfmtnQGEoF table.table {
  background: #ffffff;
}
.cid-vfmtnQGEoF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfmtnQGEoF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfmtnQGEoF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfmtnQGEoF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfmtnQGEoF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfmtnQGEoF .dataTables_filter {
    text-align: center;
  }
  .cid-vfmtnQGEoF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfmtnQGEoF .head-item {
  text-align: center;
}
.cid-vfmtnQGEoF .body-item {
  text-align: center;
}
.cid-vfmtnQGEoF .mbr-section-title {
  color: #be264c;
}
.cid-vfmyGYc0Tx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfmyGYc0Tx h3 {
  font-weight: 300;
}
.cid-vfmyGYc0Tx .card-img {
  width: initial;
}
.cid-vfmyGYc0Tx .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfmyGYc0Tx .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfmyGYc0Tx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfmyGYc0Tx .mbr-section-subtitle {
  color: #767676;
}
.cid-vfmyGYc0Tx .mbr-text {
  color: #767676;
}
.cid-vfmyGYc0Tx .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfmyGYc0Tx .mbr-al-i-c {
  align-items: center;
}
.cid-vfmyGYc0Tx .mbr-section-title {
  color: #be264c;
}
.cid-vfmyUG5EXJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfmyUG5EXJ .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfmyUG5EXJ .container-table {
  margin: 0 auto;
}
.cid-vfmyUG5EXJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfmyUG5EXJ .dataTables_wrapper {
  display: block;
}
.cid-vfmyUG5EXJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfmyUG5EXJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfmyUG5EXJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfmyUG5EXJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfmyUG5EXJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfmyUG5EXJ table td {
  border-top: 1px solid #cccccc;
}
.cid-vfmyUG5EXJ table.table {
  background: #ffffff;
}
.cid-vfmyUG5EXJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfmyUG5EXJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfmyUG5EXJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfmyUG5EXJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfmyUG5EXJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfmyUG5EXJ .dataTables_filter {
    text-align: center;
  }
  .cid-vfmyUG5EXJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfmyUG5EXJ .head-item {
  text-align: center;
}
.cid-vfmyUG5EXJ .body-item {
  text-align: center;
  color: #232323;
}
.cid-vfmyUG5EXJ .mbr-section-title {
  color: #be264c;
}
.cid-vflJaIVqtH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaIVqtH h3 {
  font-weight: 300;
}
.cid-vflJaIVqtH .card-img {
  width: initial;
}
.cid-vflJaIVqtH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vflJaIVqtH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vflJaIVqtH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vflJaIVqtH .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vflJaIVqtH .mbr-text {
  color: #767676;
}
.cid-vflJaIVqtH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vflJaIVqtH .mbr-al-i-c {
  align-items: center;
}
.cid-vflJaIVqtH .mbr-section-title {
  color: #be264c;
}
.cid-vflJaNNR3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaNNR3Y h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vflJaNNR3Y p {
  color: #767676;
}
.cid-vflJaNNR3Y .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vflJaNNR3Y .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vflJaNNR3Y .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vflJaNNR3Y .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vflJaNNR3Y .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vflJaNNR3Y .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vflJaOhaSH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vflJaOhaSH .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vflJaOhaSH .content {
    text-align: center;
  }
  .cid-vflJaOhaSH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vflJaOhaSH .img-logo img {
  height: 6rem;
}
.cid-vflJaOhaSH .form-group,
.cid-vflJaOhaSH .input-group-btn {
  padding: 0;
}
.cid-vflJaOhaSH .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vflJaOhaSH .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vflJaOhaSH .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vflJaOhaSH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vflJaOhaSH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vflJaOhaSH .footer-lower .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-vflJaOhaSH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vflJaOhaSH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vflJaOhaSH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vflJaOhaSH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vflJaOhaSH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vflJaOhaSH .foot-logo {
    text-align: center !important;
  }
  .cid-vflJaOhaSH .foot-title {
    text-align: center !important;
  }
  .cid-vflJaOhaSH .mbr-text {
    text-align: center !important;
  }
  .cid-vflJaOhaSH .form-group {
    margin: 0;
  }
}
.cid-vflJaOhaSH .mbr-links-column {
  text-align: left;
}
.cid-vflJaOhaSH .copyright .mbr-text {
  text-align: justify;
}
.cid-vfqVdVAiHu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vfqVdVAiHu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vfqVdVAiHu a {
  font-style: normal;
}
.cid-vfqVdVAiHu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vfqVdVAiHu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vfqVdVAiHu .nav-item:focus,
.cid-vfqVdVAiHu .nav-link:focus {
  outline: none;
}
.cid-vfqVdVAiHu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vfqVdVAiHu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vfqVdVAiHu .menu-logo {
  margin-right: auto;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vfqVdVAiHu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vfqVdVAiHu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vfqVdVAiHu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vfqVdVAiHu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfqVdVAiHu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vfqVdVAiHu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vfqVdVAiHu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vfqVdVAiHu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfqVdVAiHu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vfqVdVAiHu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfqVdVAiHu .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-vfqVdVAiHu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vfqVdVAiHu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vfqVdVAiHu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vfqVdVAiHu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vfqVdVAiHu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vfqVdVAiHu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vfqVdVAiHu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vfqVdVAiHu button.navbar-toggler:focus {
  outline: none;
}
.cid-vfqVdVAiHu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vfqVdVAiHu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfqVdVAiHu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfqVdVAiHu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfqVdVAiHu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfqVdVAiHu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfqVdVAiHu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfqVdVAiHu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfqVdVAiHu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfqVdVAiHu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vfqVdVAiHu .collapsed .btn {
  display: flex;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vfqVdVAiHu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vfqVdVAiHu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vfqVdVAiHu .collapsed button.navbar-toggler {
  display: block;
}
.cid-vfqVdVAiHu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vfqVdVAiHu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfqVdVAiHu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vfqVdVAiHu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vfqVdVAiHu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vfqVdVAiHu .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: 991px) {
  .cid-vfqVdVAiHu .navbar-expand {
    flex-direction: column;
  }
  .cid-vfqVdVAiHu img {
    height: 3.8rem !important;
  }
  .cid-vfqVdVAiHu .btn {
    display: flex;
  }
  .cid-vfqVdVAiHu button.navbar-toggler {
    display: block;
  }
  .cid-vfqVdVAiHu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vfqVdVAiHu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vfqVdVAiHu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing,
  .cid-vfqVdVAiHu .navbar-collapse.show {
    display: block !important;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing .navbar-nav,
  .cid-vfqVdVAiHu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vfqVdVAiHu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vfqVdVAiHu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing .navbar-buttons,
  .cid-vfqVdVAiHu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vfqVdVAiHu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vfqVdVAiHu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfqVdVAiHu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vfqVdVAiHu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vfqVdVAiHu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vfqVdVAiHu .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-vfqVdVAiHu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vfqVdVAiHu .navbar-collapse {
  flex-basis: auto;
}
.cid-vfqVdVAiHu .nav-link:hover,
.cid-vfqVdVAiHu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vfqVdWMrP0 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vfqVdWMrP0 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vfqVdWMrP0 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vfqVdWMrP0 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vfqVdWMrP0 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vfqVdWMrP0 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vfqVdWMrP0 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vfqVdWMrP0 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vfqVdWMrP0 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vfqVdWMrP0 .media-block {
    padding-left: 2rem;
  }
}
.cid-vfqVdWMrP0 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vfqVdWMrP0 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vfqVdWMrP0 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfqVdWMrP0 .mbr-section-title {
  color: #be264c;
}
.cid-vfqVdXNvm2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfqVdXNvm2 .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfqVdXNvm2 .container-table {
  margin: 0 auto;
}
.cid-vfqVdXNvm2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfqVdXNvm2 .dataTables_wrapper {
  display: block;
}
.cid-vfqVdXNvm2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfqVdXNvm2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfqVdXNvm2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfqVdXNvm2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfqVdXNvm2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfqVdXNvm2 table td {
  border-top: 1px solid #cccccc;
}
.cid-vfqVdXNvm2 table.table {
  background: #ffffff;
}
.cid-vfqVdXNvm2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfqVdXNvm2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfqVdXNvm2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfqVdXNvm2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfqVdXNvm2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfqVdXNvm2 .dataTables_filter {
    text-align: center;
  }
  .cid-vfqVdXNvm2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfqVdXNvm2 .head-item {
  text-align: center;
}
.cid-vfqVdXNvm2 .body-item {
  text-align: center;
}
.cid-vfqVdXNvm2 .mbr-section-title {
  color: #be264c;
}
.cid-vfqVdZBnED {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfqVdZBnED h3 {
  font-weight: 300;
}
.cid-vfqVdZBnED .card-img {
  width: initial;
}
.cid-vfqVdZBnED .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vfqVdZBnED .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vfqVdZBnED .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfqVdZBnED .mbr-section-subtitle {
  color: #767676;
}
.cid-vfqVdZBnED .mbr-text {
  color: #767676;
}
.cid-vfqVdZBnED .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfqVdZBnED .mbr-al-i-c {
  align-items: center;
}
.cid-vfqVdZBnED .mbr-section-title {
  color: #be264c;
}
.cid-vfqVe05ErS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfqVe05ErS .mbr-section-subtitle {
  color: #767676;
  text-align: justify;
}
.cid-vfqVe05ErS .container-table {
  margin: 0 auto;
}
.cid-vfqVe05ErS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vfqVe05ErS .dataTables_wrapper {
  display: block;
}
.cid-vfqVe05ErS .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vfqVe05ErS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vfqVe05ErS table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-vfqVe05ErS table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vfqVe05ErS table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-vfqVe05ErS table td {
  border-top: 1px solid #cccccc;
}
.cid-vfqVe05ErS table.table {
  background: #ffffff;
}
.cid-vfqVe05ErS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vfqVe05ErS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vfqVe05ErS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vfqVe05ErS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vfqVe05ErS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vfqVe05ErS .dataTables_filter {
    text-align: center;
  }
  .cid-vfqVe05ErS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vfqVe05ErS .head-item {
  text-align: center;
}
.cid-vfqVe05ErS .body-item {
  text-align: center;
  color: #232323;
}
.cid-vfqVe05ErS .mbr-section-title {
  color: #be264c;
}
.cid-vfqVe6quAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfqVe6quAS h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vfqVe6quAS p {
  color: #767676;
}
.cid-vfqVe6quAS .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vfqVe6quAS .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vfqVe6quAS .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vfqVe6quAS .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vfqVe6quAS .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vfqVe6quAS .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vfqVe70YOH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfqVe70YOH .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vfqVe70YOH .content {
    text-align: center;
  }
  .cid-vfqVe70YOH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vfqVe70YOH .img-logo img {
  height: 6rem;
}
.cid-vfqVe70YOH .form-group,
.cid-vfqVe70YOH .input-group-btn {
  padding: 0;
}
.cid-vfqVe70YOH .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vfqVe70YOH .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vfqVe70YOH .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vfqVe70YOH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vfqVe70YOH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vfqVe70YOH .footer-lower .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-vfqVe70YOH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vfqVe70YOH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfqVe70YOH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vfqVe70YOH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfqVe70YOH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vfqVe70YOH .foot-logo {
    text-align: center !important;
  }
  .cid-vfqVe70YOH .foot-title {
    text-align: center !important;
  }
  .cid-vfqVe70YOH .mbr-text {
    text-align: center !important;
  }
  .cid-vfqVe70YOH .form-group {
    margin: 0;
  }
}
.cid-vfqVe70YOH .mbr-links-column {
  text-align: left;
}
.cid-vfqVe70YOH .copyright .mbr-text {
  text-align: justify;
}
.cid-vfwEt28J2x .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vfwEt28J2x .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vfwEt28J2x a {
  font-style: normal;
}
.cid-vfwEt28J2x .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vfwEt28J2x .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vfwEt28J2x .nav-item:focus,
.cid-vfwEt28J2x .nav-link:focus {
  outline: none;
}
.cid-vfwEt28J2x .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vfwEt28J2x .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vfwEt28J2x .menu-logo {
  margin-right: auto;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vfwEt28J2x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vfwEt28J2x .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vfwEt28J2x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vfwEt28J2x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfwEt28J2x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vfwEt28J2x .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vfwEt28J2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vfwEt28J2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfwEt28J2x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vfwEt28J2x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfwEt28J2x .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-vfwEt28J2x .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vfwEt28J2x .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vfwEt28J2x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vfwEt28J2x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vfwEt28J2x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vfwEt28J2x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vfwEt28J2x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vfwEt28J2x button.navbar-toggler:focus {
  outline: none;
}
.cid-vfwEt28J2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vfwEt28J2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfwEt28J2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwEt28J2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwEt28J2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfwEt28J2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwEt28J2x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfwEt28J2x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfwEt28J2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwEt28J2x .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vfwEt28J2x .collapsed .btn {
  display: flex;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vfwEt28J2x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vfwEt28J2x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vfwEt28J2x .collapsed button.navbar-toggler {
  display: block;
}
.cid-vfwEt28J2x .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vfwEt28J2x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vfwEt28J2x .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vfwEt28J2x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vfwEt28J2x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vfwEt28J2x .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: 991px) {
  .cid-vfwEt28J2x .navbar-expand {
    flex-direction: column;
  }
  .cid-vfwEt28J2x img {
    height: 3.8rem !important;
  }
  .cid-vfwEt28J2x .btn {
    display: flex;
  }
  .cid-vfwEt28J2x button.navbar-toggler {
    display: block;
  }
  .cid-vfwEt28J2x .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vfwEt28J2x .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vfwEt28J2x .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing,
  .cid-vfwEt28J2x .navbar-collapse.show {
    display: block !important;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing .navbar-nav,
  .cid-vfwEt28J2x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vfwEt28J2x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vfwEt28J2x .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing .navbar-buttons,
  .cid-vfwEt28J2x .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vfwEt28J2x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vfwEt28J2x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfwEt28J2x .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vfwEt28J2x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vfwEt28J2x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vfwEt28J2x .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-vfwEt28J2x .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vfwEt28J2x .navbar-collapse {
  flex-basis: auto;
}
.cid-vfwEt28J2x .nav-link:hover,
.cid-vfwEt28J2x .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vfwEt39fl2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vfwEt39fl2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vfwEt39fl2 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vfwEt39fl2 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vfwEt39fl2 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vfwEt39fl2 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vfwEt39fl2 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vfwEt39fl2 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vfwEt39fl2 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vfwEt39fl2 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vfwEt39fl2 .mbr-section-title {
  color: #be264c;
}
.cid-vfwEt3x6df {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfwEt3x6df .card-img {
  background-color: #fff;
}
.cid-vfwEt3x6df .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vfwEt3x6df h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfwEt3x6df p {
  text-align: left;
}
.cid-vfwEt3x6df .mbr-text {
  color: #767676;
}
.cid-vfwEt3x6df .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vfwEt3x6df .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vfwEt3x6df .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vfwEt3x6df .card-title {
  text-align: center;
}
.cid-vghqQMeb41 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vghqQMeb41 .card-img {
  background-color: #fff;
}
.cid-vghqQMeb41 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vghqQMeb41 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vghqQMeb41 p {
  text-align: left;
}
.cid-vghqQMeb41 .mbr-text {
  color: #767676;
}
.cid-vghqQMeb41 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vghqQMeb41 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vghqQMeb41 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vghqQMeb41 .card-title {
  text-align: center;
}
.cid-vfwEt3YYLe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfwEt3YYLe h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vfwEt3YYLe p {
  color: #767676;
}
.cid-vfwEt3YYLe .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vfwEt3YYLe .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vfwEt3YYLe .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vfwEt3YYLe .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vfwEt3YYLe .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vfwEt3YYLe .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vfwEt4n1wO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfwEt4n1wO .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vfwEt4n1wO .content {
    text-align: center;
  }
  .cid-vfwEt4n1wO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vfwEt4n1wO .img-logo img {
  height: 6rem;
}
.cid-vfwEt4n1wO .form-group,
.cid-vfwEt4n1wO .input-group-btn {
  padding: 0;
}
.cid-vfwEt4n1wO .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vfwEt4n1wO .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vfwEt4n1wO .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vfwEt4n1wO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vfwEt4n1wO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vfwEt4n1wO .footer-lower .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-vfwEt4n1wO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vfwEt4n1wO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vfwEt4n1wO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vfwEt4n1wO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vfwEt4n1wO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vfwEt4n1wO .foot-logo {
    text-align: center !important;
  }
  .cid-vfwEt4n1wO .foot-title {
    text-align: center !important;
  }
  .cid-vfwEt4n1wO .mbr-text {
    text-align: center !important;
  }
  .cid-vfwEt4n1wO .form-group {
    margin: 0;
  }
}
.cid-vfwEt4n1wO .mbr-links-column {
  text-align: left;
}
.cid-vfwEt4n1wO .copyright .mbr-text {
  text-align: left;
}
.cid-vg27Il3bmz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vg27Il3bmz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vg27Il3bmz a {
  font-style: normal;
}
.cid-vg27Il3bmz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg27Il3bmz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vg27Il3bmz .nav-item:focus,
.cid-vg27Il3bmz .nav-link:focus {
  outline: none;
}
.cid-vg27Il3bmz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vg27Il3bmz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg27Il3bmz .menu-logo {
  margin-right: auto;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vg27Il3bmz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg27Il3bmz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vg27Il3bmz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg27Il3bmz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg27Il3bmz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg27Il3bmz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg27Il3bmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg27Il3bmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg27Il3bmz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg27Il3bmz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg27Il3bmz .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-vg27Il3bmz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vg27Il3bmz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg27Il3bmz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg27Il3bmz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg27Il3bmz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vg27Il3bmz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg27Il3bmz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vg27Il3bmz button.navbar-toggler:focus {
  outline: none;
}
.cid-vg27Il3bmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vg27Il3bmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg27Il3bmz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg27Il3bmz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg27Il3bmz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg27Il3bmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg27Il3bmz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg27Il3bmz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg27Il3bmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg27Il3bmz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vg27Il3bmz .collapsed .btn {
  display: flex;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg27Il3bmz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg27Il3bmz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vg27Il3bmz .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg27Il3bmz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg27Il3bmz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg27Il3bmz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vg27Il3bmz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg27Il3bmz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg27Il3bmz .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: 991px) {
  .cid-vg27Il3bmz .navbar-expand {
    flex-direction: column;
  }
  .cid-vg27Il3bmz img {
    height: 3.8rem !important;
  }
  .cid-vg27Il3bmz .btn {
    display: flex;
  }
  .cid-vg27Il3bmz button.navbar-toggler {
    display: block;
  }
  .cid-vg27Il3bmz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg27Il3bmz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg27Il3bmz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing,
  .cid-vg27Il3bmz .navbar-collapse.show {
    display: block !important;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing .navbar-nav,
  .cid-vg27Il3bmz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg27Il3bmz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vg27Il3bmz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg27Il3bmz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg27Il3bmz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg27Il3bmz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg27Il3bmz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vg27Il3bmz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg27Il3bmz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg27Il3bmz .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-vg27Il3bmz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vg27Il3bmz .navbar-collapse {
  flex-basis: auto;
}
.cid-vg27Il3bmz .nav-link:hover,
.cid-vg27Il3bmz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vg27ImhIZq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg27ImhIZq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vg27ImhIZq .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vg27ImhIZq .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vg27ImhIZq .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vg27ImhIZq .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vg27ImhIZq .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vg27ImhIZq .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vg27ImhIZq .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vg27ImhIZq .media-block {
    padding-left: 2rem;
  }
}
.cid-vg27ImhIZq .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vg27ImhIZq .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vg27ImhIZq .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vg27ImhIZq .mbr-section-title {
  color: #be264c;
}
.cid-vg27IoZDlT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg27IoZDlT h3 {
  font-weight: 300;
}
.cid-vg27IoZDlT .card-img {
  width: initial;
}
.cid-vg27IoZDlT .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vg27IoZDlT .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vg27IoZDlT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg27IoZDlT .mbr-section-subtitle {
  color: #be264c;
}
.cid-vg27IoZDlT .mbr-text {
  color: #767676;
}
.cid-vg27IoZDlT .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg27IoZDlT .mbr-al-i-c {
  align-items: center;
}
.cid-vg27IoZDlT .mbr-section-title {
  color: #be264c;
}
.cid-vg27IpoYnG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg27IpoYnG h3 {
  font-weight: 300;
}
.cid-vg27IpoYnG .card-img {
  width: initial;
}
.cid-vg27IpoYnG .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vg27IpoYnG .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vg27IpoYnG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg27IpoYnG .mbr-section-subtitle {
  color: #767676;
}
.cid-vg27IpoYnG .mbr-text {
  color: #767676;
}
.cid-vg27IpoYnG .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg27IpoYnG .mbr-al-i-c {
  align-items: center;
}
.cid-vg27IpoYnG .mbr-section-title {
  color: #be264c;
}
.cid-vg6vGUUiet {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg6vGUUiet h3 {
  font-weight: 300;
}
.cid-vg6vGUUiet .card-img {
  width: initial;
}
.cid-vg6vGUUiet .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vg6vGUUiet .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vg6vGUUiet .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg6vGUUiet .mbr-section-subtitle {
  color: #767676;
}
.cid-vg6vGUUiet .mbr-text {
  color: #767676;
}
.cid-vg6vGUUiet .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg6vGUUiet .mbr-al-i-c {
  align-items: center;
}
.cid-vg6vGUUiet .mbr-section-title {
  color: #be264c;
}
.cid-vg7a1miHog {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg7a1miHog h3 {
  font-weight: 300;
}
.cid-vg7a1miHog .card-img {
  width: initial;
}
.cid-vg7a1miHog .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vg7a1miHog .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vg7a1miHog .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg7a1miHog .mbr-section-subtitle {
  color: #767676;
}
.cid-vg7a1miHog .mbr-text {
  color: #767676;
}
.cid-vg7a1miHog .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg7a1miHog .mbr-al-i-c {
  align-items: center;
}
.cid-vg7a1miHog .mbr-section-title {
  color: #be264c;
}
.cid-vg27IpKfoF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg27IpKfoF h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vg27IpKfoF p {
  color: #767676;
}
.cid-vg27IpKfoF .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vg27IpKfoF .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vg27IpKfoF .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vg27IpKfoF .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vg27IpKfoF .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vg27IpKfoF .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vg27Iq8QOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg27Iq8QOx .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vg27Iq8QOx .content {
    text-align: center;
  }
  .cid-vg27Iq8QOx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vg27Iq8QOx .img-logo img {
  height: 6rem;
}
.cid-vg27Iq8QOx .form-group,
.cid-vg27Iq8QOx .input-group-btn {
  padding: 0;
}
.cid-vg27Iq8QOx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vg27Iq8QOx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vg27Iq8QOx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vg27Iq8QOx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vg27Iq8QOx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vg27Iq8QOx .footer-lower .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-vg27Iq8QOx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vg27Iq8QOx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vg27Iq8QOx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vg27Iq8QOx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vg27Iq8QOx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vg27Iq8QOx .foot-logo {
    text-align: center !important;
  }
  .cid-vg27Iq8QOx .foot-title {
    text-align: center !important;
  }
  .cid-vg27Iq8QOx .mbr-text {
    text-align: center !important;
  }
  .cid-vg27Iq8QOx .form-group {
    margin: 0;
  }
}
.cid-vg27Iq8QOx .mbr-links-column {
  text-align: left;
}
.cid-vg27Iq8QOx .copyright .mbr-text {
  text-align: left;
}
.cid-vg6S63fW69 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vg6S63fW69 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vg6S63fW69 a {
  font-style: normal;
}
.cid-vg6S63fW69 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vg6S63fW69 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vg6S63fW69 .nav-item:focus,
.cid-vg6S63fW69 .nav-link:focus {
  outline: none;
}
.cid-vg6S63fW69 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vg6S63fW69 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vg6S63fW69 .menu-logo {
  margin-right: auto;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vg6S63fW69 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vg6S63fW69 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vg6S63fW69 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vg6S63fW69 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg6S63fW69 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vg6S63fW69 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vg6S63fW69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vg6S63fW69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg6S63fW69 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vg6S63fW69 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg6S63fW69 .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-vg6S63fW69 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vg6S63fW69 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vg6S63fW69 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vg6S63fW69 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vg6S63fW69 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vg6S63fW69 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vg6S63fW69 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vg6S63fW69 button.navbar-toggler:focus {
  outline: none;
}
.cid-vg6S63fW69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vg6S63fW69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg6S63fW69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg6S63fW69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg6S63fW69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg6S63fW69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg6S63fW69 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg6S63fW69 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg6S63fW69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg6S63fW69 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vg6S63fW69 .collapsed .btn {
  display: flex;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vg6S63fW69 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vg6S63fW69 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vg6S63fW69 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vg6S63fW69 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vg6S63fW69 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg6S63fW69 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vg6S63fW69 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vg6S63fW69 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vg6S63fW69 .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: 991px) {
  .cid-vg6S63fW69 .navbar-expand {
    flex-direction: column;
  }
  .cid-vg6S63fW69 img {
    height: 3.8rem !important;
  }
  .cid-vg6S63fW69 .btn {
    display: flex;
  }
  .cid-vg6S63fW69 button.navbar-toggler {
    display: block;
  }
  .cid-vg6S63fW69 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vg6S63fW69 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vg6S63fW69 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing,
  .cid-vg6S63fW69 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing .navbar-nav,
  .cid-vg6S63fW69 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vg6S63fW69 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vg6S63fW69 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vg6S63fW69 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vg6S63fW69 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vg6S63fW69 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vg6S63fW69 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vg6S63fW69 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vg6S63fW69 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vg6S63fW69 .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-vg6S63fW69 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vg6S63fW69 .navbar-collapse {
  flex-basis: auto;
}
.cid-vg6S63fW69 .nav-link:hover,
.cid-vg6S63fW69 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vg6S649sCj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vg6S649sCj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vg6S649sCj .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vg6S649sCj .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vg6S649sCj .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vg6S649sCj .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vg6S649sCj .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vg6S649sCj .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vg6S649sCj .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vg6S649sCj .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vg6S649sCj .mbr-section-title {
  color: #be264c;
}
.cid-vg6S64CKhi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg6S64CKhi .card-img {
  background-color: #fff;
}
.cid-vg6S64CKhi .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vg6S64CKhi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vg6S64CKhi p {
  text-align: left;
}
.cid-vg6S64CKhi .mbr-text {
  color: #767676;
}
.cid-vg6S64CKhi .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vg6S64CKhi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vg6S64CKhi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vg6S64CKhi .card-title {
  text-align: center;
}
.cid-vg70wwWfu1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vg70wwWfu1 h3 {
  font-weight: 300;
}
.cid-vg70wwWfu1 .card-img {
  width: initial;
}
.cid-vg70wwWfu1 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vg70wwWfu1 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vg70wwWfu1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vg70wwWfu1 .mbr-section-subtitle {
  color: #be264c;
}
.cid-vg70wwWfu1 .mbr-text {
  color: #767676;
}
.cid-vg70wwWfu1 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vg70wwWfu1 .mbr-al-i-c {
  align-items: center;
}
.cid-vg70wwWfu1 .mbr-section-title {
  color: #be264c;
}
.cid-vg716gYuYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg716gYuYq .card-img {
  background-color: #fff;
}
.cid-vg716gYuYq .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vg716gYuYq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vg716gYuYq p {
  text-align: left;
}
.cid-vg716gYuYq .mbr-text {
  color: #767676;
}
.cid-vg716gYuYq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vg716gYuYq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vg716gYuYq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vg716gYuYq .card-title {
  text-align: center;
}
.cid-vg6S650PPQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg6S650PPQ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vg6S650PPQ p {
  color: #767676;
}
.cid-vg6S650PPQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vg6S650PPQ .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vg6S650PPQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vg6S650PPQ .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vg6S650PPQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vg6S650PPQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vg6S65sVIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vg6S65sVIh .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vg6S65sVIh .content {
    text-align: center;
  }
  .cid-vg6S65sVIh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vg6S65sVIh .img-logo img {
  height: 6rem;
}
.cid-vg6S65sVIh .form-group,
.cid-vg6S65sVIh .input-group-btn {
  padding: 0;
}
.cid-vg6S65sVIh .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vg6S65sVIh .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vg6S65sVIh .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vg6S65sVIh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vg6S65sVIh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vg6S65sVIh .footer-lower .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-vg6S65sVIh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vg6S65sVIh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vg6S65sVIh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vg6S65sVIh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vg6S65sVIh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vg6S65sVIh .foot-logo {
    text-align: center !important;
  }
  .cid-vg6S65sVIh .foot-title {
    text-align: center !important;
  }
  .cid-vg6S65sVIh .mbr-text {
    text-align: center !important;
  }
  .cid-vg6S65sVIh .form-group {
    margin: 0;
  }
}
.cid-vg6S65sVIh .mbr-links-column {
  text-align: left;
}
.cid-vg6S65sVIh .copyright .mbr-text {
  text-align: left;
}
.cid-vgcgmvY8wj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vgcgmvY8wj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vgcgmvY8wj a {
  font-style: normal;
}
.cid-vgcgmvY8wj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vgcgmvY8wj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vgcgmvY8wj .nav-item:focus,
.cid-vgcgmvY8wj .nav-link:focus {
  outline: none;
}
.cid-vgcgmvY8wj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vgcgmvY8wj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vgcgmvY8wj .menu-logo {
  margin-right: auto;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vgcgmvY8wj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgcgmvY8wj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vgcgmvY8wj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgcgmvY8wj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgcgmvY8wj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgcgmvY8wj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vgcgmvY8wj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vgcgmvY8wj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgcgmvY8wj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgcgmvY8wj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgcgmvY8wj .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-vgcgmvY8wj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vgcgmvY8wj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vgcgmvY8wj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgcgmvY8wj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgcgmvY8wj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vgcgmvY8wj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgcgmvY8wj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vgcgmvY8wj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgcgmvY8wj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vgcgmvY8wj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vgcgmvY8wj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vgcgmvY8wj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vgcgmvY8wj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vgcgmvY8wj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgcgmvY8wj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vgcgmvY8wj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vgcgmvY8wj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgcgmvY8wj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vgcgmvY8wj .collapsed .btn {
  display: flex;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vgcgmvY8wj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgcgmvY8wj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vgcgmvY8wj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgcgmvY8wj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vgcgmvY8wj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgcgmvY8wj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vgcgmvY8wj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgcgmvY8wj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgcgmvY8wj .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: 991px) {
  .cid-vgcgmvY8wj .navbar-expand {
    flex-direction: column;
  }
  .cid-vgcgmvY8wj img {
    height: 3.8rem !important;
  }
  .cid-vgcgmvY8wj .btn {
    display: flex;
  }
  .cid-vgcgmvY8wj button.navbar-toggler {
    display: block;
  }
  .cid-vgcgmvY8wj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vgcgmvY8wj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vgcgmvY8wj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing,
  .cid-vgcgmvY8wj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgcgmvY8wj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgcgmvY8wj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vgcgmvY8wj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgcgmvY8wj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vgcgmvY8wj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgcgmvY8wj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgcgmvY8wj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vgcgmvY8wj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgcgmvY8wj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgcgmvY8wj .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-vgcgmvY8wj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vgcgmvY8wj .navbar-collapse {
  flex-basis: auto;
}
.cid-vgcgmvY8wj .nav-link:hover,
.cid-vgcgmvY8wj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vgcgmwAV0C {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgcgmwAV0C .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vgcgmwAV0C .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vgcgmwAV0C .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vgcgmwAV0C .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vgcgmwAV0C .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vgcgmwAV0C .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vgcgmwAV0C .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vgcgmwAV0C .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vgcgmwAV0C .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vgcgmwAV0C .mbr-section-title {
  color: #be264c;
}
.cid-vgcgmwZWOm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgcgmwZWOm .card-img {
  background-color: #fff;
}
.cid-vgcgmwZWOm .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vgcgmwZWOm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vgcgmwZWOm p {
  text-align: left;
}
.cid-vgcgmwZWOm .mbr-text {
  color: #767676;
}
.cid-vgcgmwZWOm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vgcgmwZWOm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vgcgmwZWOm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vgcgmwZWOm .card-title {
  text-align: center;
}
.cid-vgcgmxk1vr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vgcgmxk1vr h3 {
  font-weight: 300;
}
.cid-vgcgmxk1vr .card-img {
  width: initial;
}
.cid-vgcgmxk1vr .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vgcgmxk1vr .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vgcgmxk1vr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vgcgmxk1vr .mbr-section-subtitle {
  color: #be264c;
}
.cid-vgcgmxk1vr .mbr-text {
  color: #767676;
}
.cid-vgcgmxk1vr .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgcgmxk1vr .mbr-al-i-c {
  align-items: center;
}
.cid-vgcgmxk1vr .mbr-section-title {
  color: #be264c;
}
.cid-vgcgmy75KP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgcgmy75KP h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vgcgmy75KP p {
  color: #767676;
}
.cid-vgcgmy75KP .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vgcgmy75KP .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vgcgmy75KP .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vgcgmy75KP .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vgcgmy75KP .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vgcgmy75KP .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vgcgmywpaF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgcgmywpaF .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vgcgmywpaF .content {
    text-align: center;
  }
  .cid-vgcgmywpaF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgcgmywpaF .img-logo img {
  height: 6rem;
}
.cid-vgcgmywpaF .form-group,
.cid-vgcgmywpaF .input-group-btn {
  padding: 0;
}
.cid-vgcgmywpaF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vgcgmywpaF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vgcgmywpaF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vgcgmywpaF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vgcgmywpaF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vgcgmywpaF .footer-lower .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-vgcgmywpaF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vgcgmywpaF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vgcgmywpaF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vgcgmywpaF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vgcgmywpaF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vgcgmywpaF .foot-logo {
    text-align: center !important;
  }
  .cid-vgcgmywpaF .foot-title {
    text-align: center !important;
  }
  .cid-vgcgmywpaF .mbr-text {
    text-align: center !important;
  }
  .cid-vgcgmywpaF .form-group {
    margin: 0;
  }
}
.cid-vgcgmywpaF .mbr-links-column {
  text-align: left;
}
.cid-vgcgmywpaF .copyright .mbr-text {
  text-align: left;
}
.cid-vgT3CqNLk6 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-vgT3CqNLk6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vgT3CqNLk6 a {
  font-style: normal;
}
.cid-vgT3CqNLk6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vgT3CqNLk6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-vgT3CqNLk6 .nav-item:focus,
.cid-vgT3CqNLk6 .nav-link:focus {
  outline: none;
}
.cid-vgT3CqNLk6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vgT3CqNLk6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vgT3CqNLk6 .menu-logo {
  margin-right: auto;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vgT3CqNLk6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgT3CqNLk6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vgT3CqNLk6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgT3CqNLk6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgT3CqNLk6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgT3CqNLk6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vgT3CqNLk6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vgT3CqNLk6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgT3CqNLk6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgT3CqNLk6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgT3CqNLk6 .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-vgT3CqNLk6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vgT3CqNLk6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vgT3CqNLk6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgT3CqNLk6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgT3CqNLk6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vgT3CqNLk6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgT3CqNLk6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vgT3CqNLk6 button.navbar-toggler:focus {
  outline: none;
}
.cid-vgT3CqNLk6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6667ab;
}
.cid-vgT3CqNLk6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vgT3CqNLk6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vgT3CqNLk6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vgT3CqNLk6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vgT3CqNLk6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgT3CqNLk6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vgT3CqNLk6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vgT3CqNLk6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgT3CqNLk6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vgT3CqNLk6 .collapsed .btn {
  display: flex;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgT3CqNLk6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vgT3CqNLk6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgT3CqNLk6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vgT3CqNLk6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgT3CqNLk6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vgT3CqNLk6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgT3CqNLk6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgT3CqNLk6 .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: 991px) {
  .cid-vgT3CqNLk6 .navbar-expand {
    flex-direction: column;
  }
  .cid-vgT3CqNLk6 img {
    height: 3.8rem !important;
  }
  .cid-vgT3CqNLk6 .btn {
    display: flex;
  }
  .cid-vgT3CqNLk6 button.navbar-toggler {
    display: block;
  }
  .cid-vgT3CqNLk6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vgT3CqNLk6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vgT3CqNLk6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing,
  .cid-vgT3CqNLk6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing .navbar-nav,
  .cid-vgT3CqNLk6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgT3CqNLk6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vgT3CqNLk6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgT3CqNLk6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vgT3CqNLk6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgT3CqNLk6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgT3CqNLk6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vgT3CqNLk6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgT3CqNLk6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgT3CqNLk6 .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-vgT3CqNLk6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vgT3CqNLk6 .navbar-collapse {
  flex-basis: auto;
}
.cid-vgT3CqNLk6 .nav-link:hover,
.cid-vgT3CqNLk6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-vgT3CrnxXJ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgT3CrnxXJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: justify;
}
.cid-vgT3CrnxXJ .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-vgT3CrnxXJ .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vgT3CrnxXJ .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-vgT3CrnxXJ .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-vgT3CrnxXJ .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-vgT3CrnxXJ .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-vgT3CrnxXJ .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-vgT3CrnxXJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-vgT3CrnxXJ .mbr-section-title {
  color: #be264c;
}
.cid-vgT3CrZ2PT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgT3CrZ2PT .card-img {
  background-color: #fff;
}
.cid-vgT3CrZ2PT .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-vgT3CrZ2PT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vgT3CrZ2PT p {
  text-align: left;
}
.cid-vgT3CrZ2PT .mbr-text {
  color: #767676;
}
.cid-vgT3CrZ2PT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vgT3CrZ2PT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-vgT3CrZ2PT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vgT3CrZ2PT .card-title {
  text-align: center;
}
.cid-vgT3CsmWZN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vgT3CsmWZN h3 {
  font-weight: 300;
}
.cid-vgT3CsmWZN .card-img {
  width: initial;
}
.cid-vgT3CsmWZN .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vgT3CsmWZN .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vgT3CsmWZN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vgT3CsmWZN .mbr-section-subtitle {
  color: #be264c;
}
.cid-vgT3CsmWZN .mbr-text {
  color: #767676;
}
.cid-vgT3CsmWZN .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgT3CsmWZN .mbr-al-i-c {
  align-items: center;
}
.cid-vgT3CsmWZN .mbr-section-title {
  color: #be264c;
}
.cid-vgT3Ct2gji {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgT3Ct2gji h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-vgT3Ct2gji p {
  color: #767676;
}
.cid-vgT3Ct2gji .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-vgT3Ct2gji .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-vgT3Ct2gji .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vgT3Ct2gji .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-vgT3Ct2gji .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-vgT3Ct2gji .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-vgT3CtvPMk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgT3CtvPMk .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vgT3CtvPMk .content {
    text-align: center;
  }
  .cid-vgT3CtvPMk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgT3CtvPMk .img-logo img {
  height: 6rem;
}
.cid-vgT3CtvPMk .form-group,
.cid-vgT3CtvPMk .input-group-btn {
  padding: 0;
}
.cid-vgT3CtvPMk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-vgT3CtvPMk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-vgT3CtvPMk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vgT3CtvPMk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vgT3CtvPMk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vgT3CtvPMk .footer-lower .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-vgT3CtvPMk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vgT3CtvPMk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vgT3CtvPMk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vgT3CtvPMk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vgT3CtvPMk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vgT3CtvPMk .foot-logo {
    text-align: center !important;
  }
  .cid-vgT3CtvPMk .foot-title {
    text-align: center !important;
  }
  .cid-vgT3CtvPMk .mbr-text {
    text-align: center !important;
  }
  .cid-vgT3CtvPMk .form-group {
    margin: 0;
  }
}
.cid-vgT3CtvPMk .mbr-links-column {
  text-align: left;
}
.cid-vgT3CtvPMk .copyright .mbr-text {
  text-align: left;
}
