body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((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: #0000ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #000099;
  color: #000099;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #0000ff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #000099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !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: #55666b !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0000ff;
  border-color: #0000ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0000ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccccff;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #0000ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0000ff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0000ff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0000ff;
  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: #0000ff;
  border-bottom-color: #0000ff;
}
.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: #0000ff !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: #ff3366 !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='%230000ff' %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-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sOu3OE9I0C {
  background: #0f7699;
  padding-top: 175px;
  padding-bottom: 140px;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-sOu3OE9I0C .image-block {
  margin: auto;
}
.cid-sOu3OE9I0C figcaption {
  position: relative;
}
.cid-sOu3OE9I0C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sOu3OE9I0C .image-block {
    width: 100% !important;
  }
}
.cid-sOu3OE9I0C img {
  width: cover;
  height: auto;
}
.cid-tLNotr7HRX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLNotr7HRX .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-tLNotr7HRX .feature:last-child .card {
  border-color: #ff6d6a;
}
.cid-tLNotr7HRX .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tLNotr7HRX .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-tLNotr7HRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNotr7HRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNotr7HRX .mbr-section-text {
  text-align: left;
}
.cid-tjaqyN7byM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tjaqyN7byM .mbr-section-subtitle {
  color: #767676;
}
.cid-sOucgoWtgG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sOucgoWtgG .mbr-text,
.cid-sOucgoWtgG blockquote {
  color: #767676;
}
.cid-st644JMoi9 {
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-st644JMoi9 .mbr-text,
.cid-st644JMoi9 .mbr-section-btn {
  text-align: left;
  color: #131313;
}
.cid-st644JMoi9 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #073b4c;
  border-right: 2px solid #ff0000;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-st644JMoi9 H1 {
  color: #131313;
}
.cid-sL6YkqMWdR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sL6YkqMWdR .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.cid-sL6YkqMWdR .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sL6YkqMWdR .row {
  align-items: center;
  height: 100%;
}
.cid-sNmKV3pEXU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sNmKV3pEXU .container {
    max-width: 1400px;
  }
}
.cid-sNmKV3pEXU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0000ff;
}
.cid-sNmKV3pEXU .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sNmKV3pEXU .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sNmKV3pEXU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sNmKV3pEXU .card-wrapper {
  margin-top: 3rem;
}
.cid-sNmKV3pEXU .row {
  justify-content: center;
}
.cid-sNmKV3pEXU .mbr-section-title {
  color: #232323;
}
.cid-sNmKV3pEXU .card-title,
.cid-sNmKV3pEXU .iconfont-wrapper {
  color: #232323;
}
.cid-sNmKV3pEXU .card-text {
  color: #232323;
  text-align: left;
}
.cid-sNmKV3pEXU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sAv2i80s0O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAv2i80s0O P {
  color: #767676;
}
.cid-sAv2i80s0O H3 {
  text-align: left;
  color: #000000;
}
.cid-sAv2i80s0O blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-snrWucD7DU .modal-body .close {
  background: #1b1b1b;
}
.cid-snrWucD7DU .modal-body .close span {
  font-style: normal;
}
.cid-snrWucD7DU .carousel-inner > .active,
.cid-snrWucD7DU .carousel-inner > .next,
.cid-snrWucD7DU .carousel-inner > .prev {
  display: flex;
}
.cid-snrWucD7DU .carousel-control .icon-next,
.cid-snrWucD7DU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-snrWucD7DU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snrWucD7DU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snrWucD7DU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-snrWucD7DU .boxed-slider > div {
  position: relative;
}
.cid-snrWucD7DU .container img {
  width: 100%;
}
.cid-snrWucD7DU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-snrWucD7DU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-snrWucD7DU .mbr-table-cell {
  padding: 0;
}
.cid-snrWucD7DU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-snrWucD7DU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-snrWucD7DU .mbr-overlay {
  z-index: 1;
}
.cid-snrWucD7DU .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-snrWucD7DU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-snrWucD7DU .carousel-item.active.right,
.cid-snrWucD7DU .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-snrWucD7DU .carousel-item.active.left,
.cid-snrWucD7DU .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-snrWucD7DU .carousel-item.active,
.cid-snrWucD7DU .carousel-item.next.left,
.cid-snrWucD7DU .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-snrWucD7DU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-snrWucD7DU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snrWucD7DU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snrWucD7DU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-snrWucD7DU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snrWucD7DU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-snrWucD7DU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-snrWucD7DU .mbr-slider .carousel-indicators li.active,
.cid-snrWucD7DU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-snrWucD7DU .mbr-slider .carousel-indicators li::after,
.cid-snrWucD7DU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-snrWucD7DU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-snrWucD7DU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-snrWucD7DU .mbr-slider > .container img {
  width: 100%;
}
.cid-snrWucD7DU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-snrWucD7DU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-snrWucD7DU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snrWucD7DU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-snrWucD7DU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-snrWucD7DU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-snrWucD7DU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-snrWucD7DU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-snrWucD7DU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-snrWucD7DU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-snrWucD7DU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-snrWucD7DU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-snrWucD7DU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-snrWucD7DU P {
  text-align: left;
}
.cid-snrWucD7DU H2 {
  text-align: center;
}
.cid-snrWucD7DU img {
  width: 100%;
  height: auto;
}
.cid-sns1fsvva5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #131313;
}
.cid-sns1fsvva5 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-sns1fsvva5 p {
  color: #ffffff;
}
.cid-sns1fsvva5 .card {
  margin-bottom: 2rem;
}
.cid-sns1fsvva5 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-sns1fsvva5 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-sns1fsvva5 .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-sns1fsvva5 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sns1fsvva5 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sns1fsvva5 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sns1fsvva5 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rPmBIY8Qnh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPmBIY8Qnh .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-rPmBIY8Qnh blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rPmBIY8Qnh P {
  color: #232323;
}
.cid-rPmBIY8Qnh H2 {
  color: #232323;
}
.cid-rPmBIY8Qnh .mbr-section-subtitle {
  color: #232323;
}
.cid-s8dK8PNe0x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8dK8PNe0x .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-s8dK8PNe0x .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-s8dK8PNe0x h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8dK8PNe0x .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-s8dK8PNe0x .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: left;
}
.cid-s8dK8PNe0x .mbr-section-subtitle {
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-s8dK8PNe0x .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s8dK8PNe0x .panel-group {
  width: 100%;
}
.cid-s8dK8PNe0x .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-s8dK8PNe0x .card {
  border-bottom: 1px solid #149dcc;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s8dK8PNe0x .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s8dK8PNe0x .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ff0000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s8dK8PNe0x .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s8dK8PNe0x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s8dK8PNe0x .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-s8dK8PNe0x .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-s8dK8PNe0x .card .panel-body {
  background: #149dcc;
}
.cid-s8dK8PNe0x .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8dK8PNe0x .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s8dK8PNe0x .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s8dK8PNe0x .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s8dK8PNe0x .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-s8dK8PNe0x .header-text,
.cid-s8dK8PNe0x .sign {
  color: #ffffff;
}
.cid-s8dK8PNe0x .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s8dK8PNe0x blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #0000ff;
  border-right: 3px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sut5RmvaDY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sut5RmvaDY P {
  color: #767676;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rIACxMqCug {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIACxMqCug .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rIACxMqCug blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #008000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rIACxMqCug blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-rIACxMqCug blockquote::after {
  content: "";
}
.cid-rIACxMqCug blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-rIACxMqCug blockquote a:hover {
  color: #666;
}
.cid-rIACxMqCug blockquote em {
  font-style: italic;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rJ7mC6ot40 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ7mC6ot40 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ7mC6ot40 .section-text {
  padding: 2rem 0;
}
.cid-rJ7mC6ot40 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ7mC6ot40 .inner-container {
    width: 100% !important;
  }
}
.cid-rJ7q1bhZqb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ7q1bhZqb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rJ7q1bhZqb p {
  color: #767676;
  text-align: left;
}
.cid-rJ7q1bhZqb .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rJ7q1bhZqb .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rJ7q1bhZqb .card-title {
  margin-bottom: 0;
}
.cid-rJ7q1bhZqb .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rJ7q1bhZqb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rJ7q1bhZqb .card-img span {
    font-size: 40px !important;
  }
}
.cid-rJ7q1bhZqb P {
  color: #000000;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-tQAutZZuwu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tQAutZZuwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAutZZuwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAutZZuwu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-secbVuoZod {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-secbVuoZod .mbr-section-title {
  margin: 0;
}
.cid-secbVuoZod .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-secbVuoZod .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-secbVuoZod .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-secbVuoZod .card1 {
  background: linear-gradient(45deg, #2bdc9d, #1dc9cb);
}
.cid-secbVuoZod .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-secbVuoZod .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-secbVuoZod .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-secbVuoZod .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-secbVuoZod .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-secc05QiNy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-secc05QiNy .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-secc05QiNy .mbr-section-title {
  margin: 0;
}
.cid-secc05QiNy .card-img {
  text-align: center;
}
.cid-secc05QiNy .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-secc05QiNy .row-item.card1 {
  background: #1dc9cb;
}
.cid-secc05QiNy .row-item.card2 {
  background: #188ef4;
}
.cid-secc05QiNy .row-item.card3 {
  background: #ff695c;
}
.cid-secc05QiNy .row-item.card4 {
  background: #2bdc9d;
}
.cid-secc05QiNy .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-secc05QiNy .card-img,
  .cid-secc05QiNy .mbr-text,
  .cid-secc05QiNy .mbr-card-title,
  .cid-secc05QiNy .mbr-section-subtitle,
  .cid-secc05QiNy .mbr-section-title,
  .cid-secc05QiNy .underline {
    text-align: center !important;
  }
}
.cid-seccO3IXGn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seccO3IXGn p {
  margin-bottom: 0;
}
.cid-seccO3IXGn .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(19, 19, 19, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-seccO3IXGn .card-box .card-title {
  pointer-events: all;
}
.cid-seccO3IXGn .card-box .mbr-text {
  pointer-events: all;
}
.cid-seccO3IXGn .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-seccO3IXGn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-seccO3IXGn .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-seccO3IXGn .card-wrap {
  position: relative;
}
.cid-seccO3IXGn .card {
  padding-bottom: 2rem;
}
.cid-seccO3IXGn H4 {
  color: #f2f3f7;
}
.cid-rM4uPH5RkF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rM4uPH5RkF p {
  margin-bottom: 0;
}
.cid-rM4uPH5RkF .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(64, 0, 128, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rM4uPH5RkF .card-box .card-title {
  pointer-events: all;
}
.cid-rM4uPH5RkF .card-box .mbr-text {
  pointer-events: all;
}
.cid-rM4uPH5RkF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rM4uPH5RkF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rM4uPH5RkF .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rM4uPH5RkF .card-wrap {
  position: relative;
}
.cid-rM4uPH5RkF .card {
  padding-bottom: 2rem;
}
.cid-rM4uPH5RkF .mbr-section-title {
  color: #ffffff;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rM4wvGEGDH {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rM4wvGEGDH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rM4wvGEGDH .mbr-content-text {
  color: #767676;
}
.cid-rM4wvGEGDH .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rM4wvGEGDH .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-rM4wvGEGDH .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rM4wvGEGDH .img-text {
  color: #cc2952;
  text-align: center;
}
.cid-tLjKtv6R1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLjKtv6R1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLjKtv6R1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLjKtv6R1I .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tLjKtv6R1I .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tLjKtv6R1I .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tLjKtv6R1I .mbr-section-title {
  color: #131313;
}
.cid-tLjKtv6R1I .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tLjKtv6R1I .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tLjKtv6R1I .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tLjKtv6R1I .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tLjKtv6R1I .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tLjKtv6R1I .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tLjKtv6R1I .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tLjKtv6R1I .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tLjKtv6R1I .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tLjKtv6R1I .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tLjKtv6R1I .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tLjKtv6R1I .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tLjKtv6R1I .content-wrap {
    margin-top: 0;
  }
}
.cid-tLjKtv6R1I .card-title {
  color: #131313;
}
.cid-tLjKtv6R1I .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tLjKtv6R1I .card-text {
    margin-top: 15px;
  }
}
.cid-tLjKtv6R1I .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tLjKtv6R1I .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLjKtv6R1I .card-link {
    margin-top: 15px;
  }
}
.cid-tLjKtv6R1I .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rM4xnUHAPm {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rM4xnUHAPm .title {
  margin-bottom: 2rem;
}
.cid-rM4xnUHAPm .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rM4xnUHAPm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rM4xnUHAPm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rM4xnUHAPm textarea.form-control {
  min-height: 188px;
}
.cid-rM4xnUHAPm blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rM4xpyVLM3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-rM4xpyVLM3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rM4xpyVLM3 .mbr-section-subtitle {
  text-align: left;
}
.cid-rM4xpyVLM3 .mbr-text {
  text-align: left;
}
.cid-rM4xpyVLM3 P {
  color: #ffffff;
}
.cid-tkobq5zvJ3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-tkobq5zvJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkobq5zvJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkobq5zvJ3 .container {
  max-width: 1600px;
}
.cid-tkobq5zvJ3 .row {
  justify-content: left;
}
.cid-tkobq5zvJ3 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-tkobq5zvJ3 .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tkobq5zvJ3 .title-container {
    margin-bottom: 50px;
  }
}
.cid-tkobq5zvJ3 .mbr-section-title {
  color: #FFDD65;
}
.cid-tkobq5zvJ3 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-tkobq5zvJ3 .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tkobq5zvJ3 .img-container {
    height: 350px;
  }
}
.cid-tkobq5zvJ3 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tkobq5zvJ3 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tkobq5zvJ3 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-tkobq5zvJ3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sy07yx0CrS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy07yx0CrS h1 {
  color: #616161;
}
.cid-sy07yx0CrS h2,
.cid-sy07yx0CrS h3,
.cid-sy07yx0CrS p {
  color: #767676;
}
.cid-sy07yx0CrS .mbr-section-subtitle {
  font-style: italic;
}
.cid-sy07yx0CrS blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #000000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy07yx0CrS .mbr-text,
.cid-sy07yx0CrS .mbr-section-btn {
  color: #000000;
}
.cid-sy07yx0CrS H1 {
  text-align: center;
}
.cid-sy07yx0CrS H3 {
  color: #ff0000;
}
.cid-sy07yx0CrS P {
  color: #ff0000;
}
.cid-rM4Aj4AKSd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rM4Aj4AKSd .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rM4Aj4AKSd .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rM4Aj4AKSd .mbr-text {
  color: #767676;
}
.cid-rM4Aj4AKSd .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rM4Aj4AKSd .mbr-author-name {
  color: #767676;
}
.cid-rM4Aj4AKSd .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rM4Aj4AKSd .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rM4Aj4AKSd .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rM4Aj4AKSd .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rM4Aj4AKSd .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rM4Aj4AKSd .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rM4Aj4AKSd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rM4Aj4AKSd blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #008000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rM4Aj4AKSd blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-rM4Aj4AKSd blockquote::after {
  content: "";
}
.cid-rM4Aj4AKSd blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-rM4Aj4AKSd blockquote a:hover {
  color: #666;
}
.cid-rM4Aj4AKSd blockquote em {
  font-style: italic;
}
.cid-sKBuKtPHr5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sKBuKtPHr5 .container {
    max-width: 1400px;
  }
}
.cid-sKBuKtPHr5 .row {
  justify-content: center;
}
.cid-sKBuKtPHr5 .card {
  margin-bottom: 3rem;
}
.cid-sKBuKtPHr5 .card-title {
  margin-top: 1rem;
}
.cid-sKBuKtPHr5 .card-text {
  margin-top: 0.6875rem;
}
.cid-sKBuKtPHr5 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sKBuKtPHr5 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sKBuKtPHr5 .mbr-section-title b:last-child,
.cid-sKBuKtPHr5 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sKBuKtPHr5 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-sKBuKtPHr5 .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-sKBuKtPHr5 .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-sKBuKtPHr5 .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sKBuKtPHr5 .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sKBuKtPHr5 .mbr-section-subtitle,
.cid-sKBuKtPHr5 .mbr-social-linkes {
  text-align: center;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rO1hVz2qGD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
  background: linear-gradient(0deg, #c1c1c1, #149dcc);
}
.cid-rO1hVz2qGD .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rO1hVz2qGD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-rO1hVz2qGD .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-rO1hVz2qGD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-rO1hVz2qGD .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rO1hVz2qGD p {
  color: #232323;
}
.cid-rO1hVz2qGD .mbr-text {
  text-align: center;
}
.cid-rO1hVz2qGD P {
  text-align: left;
  color: #131313;
}
.cid-rO1hVz2qGD blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rO1hVz2qGD H2 {
  color: #ffffff;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rOuYSbTNGB {
  padding-top: 125px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOuYSbTNGB P {
  color: #000000;
}
.cid-rOuYSbTNGB .mbr-text {
  text-align: left;
}
.cid-rOuYSbTNGB blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #008000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rOuYSbTNGB blockquote::before {
  content: "\201C";
  font-family: Verdana, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-rOuYSbTNGB blockquote::after {
  content: "";
}
.cid-rOuYSbTNGB blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-rOuYSbTNGB blockquote a:hover {
  color: #666;
}
.cid-rOuYSbTNGB blockquote em {
  font-style: italic;
}
.cid-rOuYSbTNGB H2 {
  color: #131313;
}
.cid-rOuYSbTNGB .mbr-section-subtitle {
  color: #131313;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rOsvmJLpo7 {
  padding-top: 125px;
  padding-bottom: 60px;
  background-color: #f2f3f7;
}
.cid-rOsvmJLpo7 .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-rOsvmJLpo7 .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-rOsvmJLpo7 h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOsvmJLpo7 .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-rOsvmJLpo7 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rOsvmJLpo7 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-rOsvmJLpo7 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rOsvmJLpo7 .panel-group {
  width: 100%;
}
.cid-rOsvmJLpo7 .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-rOsvmJLpo7 .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rOsvmJLpo7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rOsvmJLpo7 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rOsvmJLpo7 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rOsvmJLpo7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOsvmJLpo7 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rOsvmJLpo7 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rOsvmJLpo7 .card .panel-body {
  background: #ffffff;
}
.cid-rOsvmJLpo7 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rOsvmJLpo7 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rOsvmJLpo7 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rOsvmJLpo7 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rOsvmJLpo7 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-rOsvmJLpo7 .header-text,
.cid-rOsvmJLpo7 .sign {
  color: #232323;
}
.cid-rOsvmJLpo7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-stbUgcgd7g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOvc2nSMA9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rOvc2nSMA9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rOvc2nSMA9 DIV {
  text-align: left;
}
.cid-rOvc2nSMA9 H2 {
  text-align: left;
  color: #131313;
}
.cid-rOvc2nSMA9 H3 {
  text-align: left;
  color: #000000;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sK2B84MGQ5 {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sK2B84MGQ5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rNX8qWkF7f {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNX8qWkF7f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNX8qWkF7f .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNX8qWkF7f .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rNX8qWkF7f .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rNX8qWkF7f .mbr-text {
  color: #767676;
}
.cid-rNX8qWkF7f P {
  text-align: left;
}
.cid-rNX8qWkF7f blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-rNX8qWkF7f blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-rNX8qWkF7f blockquote::after {
  content: "";
}
.cid-rNX8qWkF7f blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-rNX8qWkF7f blockquote a:hover {
  color: #666;
}
.cid-rNX8qWkF7f blockquote em {
  font-style: italic;
}
.cid-sM3dVeQy9Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sM3dVeQy9Y H4 {
  color: #ffffff;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-s8gmJDaS4s {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8gmJDaS4s .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-s8gmJDaS4s .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s8gmJDaS4s blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #008000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-s8gmJDaS4s blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-s8gmJDaS4s blockquote::after {
  content: "";
}
.cid-s8gmJDaS4s blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-s8gmJDaS4s blockquote a:hover {
  color: #666;
}
.cid-s8gmJDaS4s blockquote em {
  font-style: italic;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sdvOWP7qV1 {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdvOWP7qV1 P {
  color: #232323;
  text-align: left;
}
.cid-sdvOWP7qV1 .mbr-text,
.cid-sdvOWP7qV1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sdvOWP7qV1 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-siiXd0zVCN {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siiXd0zVCN .mbr-text,
.cid-siiXd0zVCN .mbr-section-subtitle {
  color: #767676;
}
.cid-siiXd0zVCN .card-title {
  color: #66458e;
}
.cid-siiXd0zVCN .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-siiXd0zVCN .mbr-section-subtitle,
  .cid-siiXd0zVCN .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siiXd0zVCN .card .card-img span {
    background: none;
  }
}
.cid-siiXd0zVCN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-siiXd0zVCN blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  color: #ff0000;
  text-align: justify;
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-siiXd0zVCN blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-siiXd0zVCN blockquote::after {
  content: "";
}
.cid-siiXd0zVCN blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-siiXd0zVCN blockquote a:hover {
  color: #666;
}
.cid-siiXd0zVCN blockquote em {
  font-style: italic;
}
.cid-siiXd0zVCN .mbr-section-subtitle {
  color: #000000;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sijrfWgv0A {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sijrfWgv0A .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sijtOqCjgJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sijtOqCjgJ .mbr-text,
.cid-sijtOqCjgJ blockquote {
  color: #767676;
}
.cid-sijtQnr5Ga {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sijtQnr5Ga .mbr-text,
.cid-sijtQnr5Ga blockquote {
  color: #767676;
}
.cid-sijtQnr5Ga .mbr-text {
  color: #000000;
}
.cid-sijxihFw4J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sijxihFw4J .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sijxihFw4J .section-text {
  padding: 2rem 0;
}
.cid-sijxihFw4J .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sijxihFw4J .inner-container {
    width: 100% !important;
  }
}
.cid-sijwZvLrna {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sijwZvLrna .counter-container {
  color: #767676;
}
.cid-sijwZvLrna .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sijwZvLrna .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sijwZvLrna .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sijwZvLrna .counter-container ol li:before {
  position: absolute;
  left: -56px;
  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: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sijwZvLrna blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sijwZvLrna blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cid-sijwZvLrna blockquote::after {
  content: "";
}
.cid-sijwZvLrna blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.cid-sijwZvLrna blockquote a:hover {
  color: #666;
}
.cid-sijwZvLrna blockquote em {
  font-style: italic;
}
.cid-sikthrYmKV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sikthrYmKV .mbr-section-subtitle {
  color: #767676;
}
.cid-sikthrYmKV blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sikwMz5Qcb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sikwMz5Qcb .mbr-text,
.cid-sikwMz5Qcb blockquote {
  color: #000000;
}
.cid-sikABIn08z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sikABIn08z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sikABIn08z .section-text {
  padding: 2rem 0;
}
.cid-sikABIn08z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sikABIn08z .inner-container {
    width: 100% !important;
  }
}
.cid-sikCsYIwRC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sikCsYIwRC .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sikCsYIwRC .mbr-text {
  text-align: left;
  color: #131313;
}
.cid-sikCsYIwRC blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sikCsYIwRC P {
  color: #000000;
}
.cid-sikCsYIwRC H2 {
  color: #131313;
}
.cid-sinTG2vc0n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sinTG2vc0n .mbr-section-subtitle {
  color: #232323;
}
.cid-sinTG2vc0n blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sw9TBJd1Qq {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sw9TBJd1Qq img {
  border-radius: 0px;
}
.cid-sw9TBJd1Qq .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sw9TBJd1Qq .date {
  text-transform: uppercase;
  color: #0000ff;
  text-align: left;
  padding-top: 1rem;
}
.cid-sw9TBJd1Qq .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sw9TBJd1Qq .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sw9TBJd1Qq .right {
  display: flex;
  flex-direction: column;
}
.cid-sw9TBJd1Qq .mbr-section-btn {
  border: 2px solid #0000ff;
  width: auto;
}
.cid-sw9TBJd1Qq .mbr-section-btn:hover {
  background-color: #0000ff;
  border: 2px solid #0000ff;
}
.cid-sw9TBJd1Qq .card-heading {
  padding-top: 0;
}
.cid-sw9TBJd1Qq .mbr-text {
  padding-top: 10px;
}
.cid-sw9TBJd1Qq blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHoWsqjaeJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHoWsqjaeJ .mbr-section-subtitle {
  color: #36187d;
}
.cid-sHoWsqjaeJ .mbr-text {
  color: #6c758f;
}
.cid-sHoWsqjaeJ blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHoWsqjaeJ .mbr-section-title {
  text-align: center;
}
.cid-sw9LlorXlb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sw9LlorXlb .mbr-section-subtitle {
  color: #36187d;
}
.cid-sw9LlorXlb .mbr-text {
  color: #6c758f;
}
.cid-sw9LlorXlb blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sw9LlorXlb .mbr-section-title {
  text-align: center;
}
.cid-sHoX6FFlb7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHoX6FFlb7 .mbr-section-subtitle {
  color: #131313;
}
.cid-sHoX6FFlb7 .mbr-text {
  color: #6c758f;
}
.cid-sHoX6FFlb7 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHoX6FFlb7 .mbr-section-title {
  text-align: center;
}
.cid-sHoY2uDA0P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sHoY2uDA0P .mbr-section-subtitle {
  color: #131313;
}
.cid-sHoY2uDA0P .mbr-text {
  color: #6c758f;
}
.cid-sHoY2uDA0P blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHoY2uDA0P .mbr-section-title {
  text-align: center;
}
.cid-sHp3bK7S9P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHp3bK7S9P .mbr-section-subtitle {
  color: #36187d;
}
.cid-sHp3bK7S9P .mbr-text {
  color: #6c758f;
}
.cid-sHp3bK7S9P blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHp3bK7S9P .mbr-section-title {
  text-align: center;
}
.cid-sHpio10tbz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sHpio10tbz .mbr-section-subtitle {
  color: #36187d;
}
.cid-sHpio10tbz .mbr-text {
  color: #6c758f;
}
.cid-sHpio10tbz blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sHpio10tbz .mbr-section-title {
  text-align: center;
}
.cid-sw9IjsWzoU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sw9IjsWzoU P {
  color: #767676;
}
.cid-sw9IjsWzoU .mbr-text,
.cid-sw9IjsWzoU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sw9IjsWzoU H3 {
  color: #0000ff;
}
.cid-sw9IjsWzoU blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sFNgrV0AeC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-sFNgrV0AeC .row {
  justify-content: flex-end;
}
.cid-sFNgrV0AeC .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sFNgrV0AeC .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sFNgrV0AeC .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sFNgrV0AeC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sFNgrV0AeC .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-sFNgrV0AeC .mbr-text {
  color: #6d819b;
  text-align: left;
}
.cid-sFNgrV0AeC .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sFN75ggoOg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sFN75ggoOg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFN75ggoOg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-sFN75ggoOg .mbr-section-subtitle {
  text-align: left;
}
.cid-sFN75ggoOg .mbr-section-title {
  text-align: center;
}
.cid-sFN75ggoOg .mbr-text {
  text-align: left;
}
.cid-sFNn4NnPvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFNn4NnPvG .card {
  padding: 5rem 20%;
  background: #fef1e6;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sFNn4NnPvG .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-sFNn4NnPvG .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-sFNn4NnPvG .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sFNn4NnPvG .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sxr3vRLiaT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxr3vRLiaT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sxr3vRLiaT H1 {
  color: #0000ff;
}
.cid-sxr3vRLiaT .mbr-text,
.cid-sxr3vRLiaT .mbr-section-btn {
  color: #716c80;
}
.cid-sxr3vRLiaT H3 {
  color: #000000;
  text-align: center;
}
.cid-sxr3vRLiaT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sxr3vRLiaT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sxr3vRLiaT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sxr3vRLiaT .link:hover {
  color: #0000ff !important;
}
.cid-sxr3vRLiaT .link:hover .link-ico {
  color: #0000ff !important;
  padding-left: 10px;
}
.cid-sxr3vRLiaT DIV {
  color: #57468b;
}
.cid-sxr3vRLiaT .mbr-text,
.cid-sxr3vRLiaT .media-content {
  color: #000000;
}
.cid-sxr3vRLiaT blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sxr6zaff58 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxr6zaff58 .counter-container ul {
  margin-bottom: 0;
}
.cid-sxr6zaff58 .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sxr6zaff58 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sxr7FuJslZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxr7FuJslZ .counter-container ul {
  margin-bottom: 0;
}
.cid-sxr7FuJslZ .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sxr7FuJslZ .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sxr9Hr8tEY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxr9Hr8tEY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sxr9Hr8tEY H1 {
  color: #0000ff;
}
.cid-sxr9Hr8tEY .mbr-text,
.cid-sxr9Hr8tEY .mbr-section-btn {
  color: #716c80;
}
.cid-sxr9Hr8tEY H3 {
  color: #716c80;
}
.cid-sxr9Hr8tEY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sxr9Hr8tEY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sxr9Hr8tEY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sxr9Hr8tEY .link:hover {
  color: #0000ff !important;
}
.cid-sxr9Hr8tEY .link:hover .link-ico {
  color: #0000ff !important;
  padding-left: 10px;
}
.cid-sxr9Hr8tEY DIV {
  color: #57468b;
}
.cid-sxr9Hr8tEY .mbr-text,
.cid-sxr9Hr8tEY .media-content {
  color: #000000;
}
.cid-sxr9JC94kG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxr9JC94kG .counter-container ul {
  margin-bottom: 0;
}
.cid-sxr9JC94kG .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sxr9JC94kG .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sxrbBvF9rs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxrbBvF9rs .counter-container ul {
  margin-bottom: 0;
}
.cid-sxrbBvF9rs .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sxrbBvF9rs .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sxrds8CbCh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8caff0;
}
.cid-sxrds8CbCh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxrds8CbCh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sxrds8CbCh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxrds8CbCh .row {
  align-items: center;
  height: 100%;
}
.cid-sxrds8CbCh .col-10 {
  margin: auto;
}
.cid-sxrh5haRjz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxrh5haRjz img {
  border-radius: 0px;
}
.cid-sxrh5haRjz .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sxrh5haRjz .date {
  text-transform: uppercase;
  color: #0000ff;
  text-align: left;
  padding-top: 1rem;
}
.cid-sxrh5haRjz .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sxrh5haRjz .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxrh5haRjz .right {
  display: flex;
  flex-direction: column;
}
.cid-sxrh5haRjz .mbr-section-btn {
  border: 2px solid #0000ff;
  width: auto;
}
.cid-sxrh5haRjz .mbr-section-btn:hover {
  background-color: #0000ff;
  border: 2px solid #0000ff;
}
.cid-sxrh5haRjz .card-heading {
  padding-top: 0;
}
.cid-sxrh5haRjz .mbr-text {
  padding-top: 10px;
}
.cid-sxri0CJpff {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxri0CJpff img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sxri0CJpff H1 {
  color: #131313;
}
.cid-sxri0CJpff .mbr-text,
.cid-sxri0CJpff .mbr-section-btn {
  color: #716c80;
}
.cid-sxri0CJpff H3 {
  color: #ff0000;
}
.cid-sxri0CJpff .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sxri0CJpff .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sxri0CJpff .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sxri0CJpff .link:hover {
  color: #0000ff !important;
}
.cid-sxri0CJpff .link:hover .link-ico {
  color: #0000ff !important;
  padding-left: 10px;
}
.cid-sxri0CJpff DIV {
  color: #57468b;
}
.cid-sxri0CJpff .mbr-text,
.cid-sxri0CJpff .media-content {
  color: #000000;
}
.cid-sxri0CJpff blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sxFKYoFTyf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxFKYoFTyf .card {
  padding: 12.5rem 0;
  background: #ffffff;
  border-radius: 0;
}
.cid-sxFKYoFTyf .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sxFKYoFTyf .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #0000ff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sxFKYoFTyf .lin:hover .line {
  opacity: 1;
}
.cid-sxFKYoFTyf .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sxFKYoFTyf a {
  font-weight: 700;
}
.cid-sxFKYoFTyf .text-primary {
  color: #626262 !important;
}
.cid-sxFKYoFTyf .mbr-link,
.cid-sxFKYoFTyf .lin,
.cid-sxFKYoFTyf .line H4 {
  color: #000000;
  text-align: left;
}
.cid-sxFKYoFTyf .mbr-section-title {
  text-align: left;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-tOxCox6mCn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOxCox6mCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxCox6mCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxCox6mCn .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tOxCox6mCn .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tOxCox6mCn .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tOxCox6mCn .mbr-section-title {
  color: #131313;
}
.cid-tOxCox6mCn .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tOxCox6mCn .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tOxCox6mCn .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tOxCox6mCn .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tOxCox6mCn .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tOxCox6mCn .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tOxCox6mCn .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tOxCox6mCn .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tOxCox6mCn .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tOxCox6mCn .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tOxCox6mCn .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tOxCox6mCn .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tOxCox6mCn .content-wrap {
    margin-top: 0;
  }
}
.cid-tOxCox6mCn .card-title {
  color: #131313;
}
.cid-tOxCox6mCn .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tOxCox6mCn .card-text {
    margin-top: 15px;
  }
}
.cid-tOxCox6mCn .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tOxCox6mCn .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOxCox6mCn .card-link {
    margin-top: 15px;
  }
}
.cid-tOxCox6mCn .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-sxvOyYpKKL {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sxvOyYpKKL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxvOyYpKKL .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-sxvOyYpKKL .mbr-section-subtitle {
  color: #131313;
  text-align: left;
}
.cid-sxvOyYpKKL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sxvIdL4JHn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxvIdL4JHn .counter-container ul {
  margin-bottom: 0;
}
.cid-sxvIdL4JHn .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sxvIdL4JHn .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sxG3Owhy02 {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sxG3Owhy02 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxG3Owhy02 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-sxG3Owhy02 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxG3Owhy02 .name {
  color: #ffffff;
}
.cid-sxG3Owhy02 .mbr-text {
  padding: 0;
  margin: 0;
  padding-top: 25px;
  color: #ffffff;
}
.cid-sxG5SP1OXF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1270x847.webp");
}
.cid-sxG5SP1OXF .card-wrapper {
  z-index: 3;
}
.cid-sxG5SP1OXF .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sxG5SP1OXF:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sxG5SP1OXF .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sxG5SP1OXF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sxGdOj6HN4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxGdOj6HN4 .mbr-section-title {
  text-align: left;
}
.cid-sxGdOj6HN4 .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.cid-sxGdOj6HN4 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-sxGdOj6HN4 .section-header {
  margin-bottom: 3rem;
}
.cid-sxGdOj6HN4 .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-sxGdOj6HN4 .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-sxGdOj6HN4 .row-item.card1 {
  background: #afd3ce;
}
.cid-sxGdOj6HN4 .row-item.card2 {
  background: #eec39c;
}
.cid-sxGdOj6HN4 .row-item.card3 {
  background: #cfd5e1;
}
.cid-sxGdOj6HN4 .row-item.card4 {
  background: #7bc7d3;
}
@media (max-width: 1024px) {
  .cid-sxGdOj6HN4 .row-item {
    padding: 2rem;
  }
}
.cid-sxGdOj6HN4 .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sxGdOj6HN4 .card-img,
  .cid-sxGdOj6HN4 .mbr-text,
  .cid-sxGdOj6HN4 .mbr-card-title,
  .cid-sxGdOj6HN4 .mbr-section-subtitle,
  .cid-sxGdOj6HN4 .mbr-section-title,
  .cid-sxGdOj6HN4 .underline {
    text-align: center !important;
  }
}
.cid-sxGdOj6HN4 .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-sxGdOj6HN4 .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-sxGdOj6HN4 .card2 > .mbr-text,
.cid-sxGdOj6HN4 .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-sxGdOj6HN4 .card1 > .mbr-text,
.cid-sxGdOj6HN4 .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-sxGdOj6HN4 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sxGxhSKOjA {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxGxhSKOjA h2 {
    margin-bottom: 1rem;
  }
  .cid-sxGxhSKOjA .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-sxGxhSKOjA .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-sxGxhSKOjA .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-sxGxhSKOjA .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-sxGxhSKOjA .container {
    position: relative;
  }
  .cid-sxGxhSKOjA h2 {
    margin: 0;
  }
}
.cid-sxGxhSKOjA .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-sxGxhSKOjA hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-sxGxhSKOjA .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sxGxhSKOjA .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-sxGxhSKOjA .line-title {
  width: 40px;
  height: 2px;
  background-color: #b1a374;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sxGxhSKOjA .vertical-line:before {
  content: '';
  background-color: #b1a374;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sxGxhSKOjA .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sxGxhSKOjA .btn-secondary-outline:hover::before {
  background-color: #ff3366 !important;
}
.cid-sxGxhSKOjA .btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.cid-sxGxhSKOjA .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-sxGxhSKOjA .btn-primary-outline:hover::before {
  background-color: #0000ff !important;
}
.cid-sxGxhSKOjA .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-sxGxhSKOjA .btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.cid-sxGxhSKOjA .btn-danger-outline:hover::before {
  background-color: #b1a374 !important;
}
.cid-sxGxhSKOjA .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-sxGxhSKOjA .container-column,
.cid-sxGxhSKOjA h2 {
  text-align: center;
}
.cid-sxGv6mbyZf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxGv6mbyZf h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sxGv6mbyZf .container {
    position: relative;
  }
  .cid-sxGv6mbyZf .row {
    margin: 0;
  }
  .cid-sxGv6mbyZf h2 {
    margin: 0;
  }
}
.cid-sxGv6mbyZf .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sxGv6mbyZf .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sxGv6mbyZf .line-title {
  width: 40px;
  height: 2px;
  background-color: #b1a374;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sxGv6mbyZf .vertical-line:before {
  content: '';
  background-color: #b1a374;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sM8HQkUhMH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sM8HQkUhMH img {
  border-radius: 0px;
}
.cid-sM8HQkUhMH .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sM8HQkUhMH .date {
  text-transform: uppercase;
  color: #0000ff;
  text-align: left;
  padding-top: 1rem;
}
.cid-sM8HQkUhMH .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sM8HQkUhMH .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sM8HQkUhMH .right {
  display: flex;
  flex-direction: column;
}
.cid-sM8HQkUhMH .mbr-section-btn {
  border: 2px solid #0000ff;
  width: auto;
}
.cid-sM8HQkUhMH .mbr-section-btn:hover {
  background-color: #0000ff;
  border: 2px solid #0000ff;
}
.cid-sM8HQkUhMH .card-heading {
  padding-top: 0;
  color: #ff0000;
}
.cid-sM8HQkUhMH .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-sM8HQkUhMH P {
  color: #000000;
}
.cid-sM8HQkUhMH blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sxGKsUlMfT {
  padding-top: 125px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxGKsUlMfT P {
  color: #767676;
}
.cid-sxGKsUlMfT .mbr-text,
.cid-sxGKsUlMfT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sxGKsUlMfT blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sxGSkozCR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxGSkozCR2 .card {
  padding: 5rem 0;
  background: #131313;
  margin: auto;
  border-radius: 0;
}
.cid-sxGSkozCR2 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sxGSkozCR2 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #0000ff;
  opacity: 0;
}
.cid-sxGSkozCR2 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sxGSkozCR2 .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sxGSkozCR2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sxGSkozCR2 .col-10 {
  margin: auto;
}
.cid-sxHn5qrOmx {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #efefef, #ffffff);
}
.cid-sxHn5qrOmx .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sxHn5qrOmx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sxHn5qrOmx .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 1rem);
  margin-left: -1rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sxHn5qrOmx .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-sxHn5qrOmx .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-sxHn5qrOmx .mbr-section-subtitle,
.cid-sxHn5qrOmx .mbr-section-btn {
  color: #0000ff;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sxOhJgrCxq {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxOhJgrCxq H3 {
  text-align: left;
  color: #131313;
}
.cid-sxOhJgrCxq .mbr-text,
.cid-sxOhJgrCxq .mbr-section-btn {
  text-align: left;
}
.cid-sxOhJgrCxq blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sxOhJgrCxq H1 {
  color: #131313;
}
.cid-sxXBs5QD11 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sxXBs5QD11 .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-sxXBs5QD11 .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-sxXBs5QD11 .row {
  justify-content: center;
}
.cid-sxXBs5QD11 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-sxXBs5QD11 .mbr-text,
.cid-sxXBs5QD11 .right-side {
  color: #1b745e;
}
.cid-sxXBs5QD11 .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-sxXBs5QD11 .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-sxXBs5QD11 .card-wrapper {
    max-width: 420px;
  }
}
.cid-sxXBs5QD11 .desc {
  text-align: left;
  color: #000000;
}
.cid-sxXBs5QD11 .text,
.cid-sxXBs5QD11 .si {
  color: #0000ff;
}
.cid-sxXBs5QD11 blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sxZS15xOco {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxZS15xOco img {
  border-radius: 0px;
}
.cid-sxZS15xOco .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sxZS15xOco .date {
  text-transform: uppercase;
  color: #0000ff;
  text-align: left;
  padding-top: 1rem;
}
.cid-sxZS15xOco .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sxZS15xOco .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxZS15xOco .right {
  display: flex;
  flex-direction: column;
}
.cid-sxZS15xOco .mbr-section-btn {
  border: 2px solid #0000ff;
  width: auto;
}
.cid-sxZS15xOco .mbr-section-btn:hover {
  background-color: #0000ff;
  border: 2px solid #0000ff;
}
.cid-sxZS15xOco .card-heading {
  padding-top: 0;
}
.cid-sxZS15xOco .mbr-text {
  padding-top: 10px;
}
.cid-sxZS15xOco blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #0000ff;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy2JFzCxsc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sy2JFzCxsc P {
  color: #767676;
}
.cid-sy2JFzCxsc blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #0000ff;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy5Xc3is7h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy5Xc3is7h .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sy5Xc3is7h .col-lg-4,
.cid-sy5Xc3is7h .col-12 {
  padding: 0 2rem;
}
.cid-sy5Xc3is7h .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sy5Xc3is7h .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sy5Xc3is7h .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sy5Xc3is7h .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sy5Xc3is7h .card-title,
.cid-sy5Xc3is7h .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sy5Xc3is7h .card-text {
  color: #6c758f;
  text-align: left;
}
.cid-sy5Xc3is7h .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sy5Xc3is7h .mbr-section-title {
  color: #36187d;
}
.cid-sy5Xc3is7h blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy6FR6V59Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sy6FR6V59Y blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy6FR6V59Y H1 {
  color: #131313;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-sy0356mG9W {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sy0356mG9W h1 {
  color: #616161;
}
.cid-sy0356mG9W h2,
.cid-sy0356mG9W h3,
.cid-sy0356mG9W p {
  color: #767676;
}
.cid-sy0356mG9W .mbr-section-subtitle {
  font-style: italic;
}
.cid-sy0356mG9W blockquote {
  display: block;
  background: #232323;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Verdana, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-sy0356mG9W H3 {
  color: #000000;
}
.cid-sy0356mG9W P {
  color: #ffffff;
}
.cid-sy0356mG9W .mbr-text,
.cid-sy0356mG9W .mbr-section-btn {
  color: #000000;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rOBbyfpzHE {
  padding-top: 175px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOBbyfpzHE .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-rOBbyfpzHE .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-rOBbyfpzHE h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOBbyfpzHE .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-rOBbyfpzHE .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rOBbyfpzHE .mbr-section-subtitle {
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-rOBbyfpzHE .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rOBbyfpzHE .panel-group {
  width: 100%;
}
.cid-rOBbyfpzHE .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-rOBbyfpzHE .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rOBbyfpzHE .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rOBbyfpzHE .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rOBbyfpzHE .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rOBbyfpzHE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOBbyfpzHE .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rOBbyfpzHE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rOBbyfpzHE .card .panel-body {
  background: #ffffff;
}
.cid-rOBbyfpzHE .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rOBbyfpzHE .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rOBbyfpzHE .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rOBbyfpzHE .header-text,
.cid-rOBbyfpzHE .sign {
  color: #232323;
}
.cid-rOBbyfpzHE blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  text-align: justify;
  border-left: 15px solid #ff0000;
  border-right: 2px solid #c76c0c;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-tQAAAnH9OA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQAAAnH9OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAAAnH9OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAC0kaQNI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQAC0kaQNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAC0kaQNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAC0kaQNI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tQAC0kaQNI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQAC0kaQNI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQAC0kaQNI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQAC0kaQNI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tQAC0kaQNI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tQAC0kaQNI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQAC3ldhVS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQAC3ldhVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAC3ldhVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAC3ldhVS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tQAC3ldhVS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tQAC3ldhVS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQAC3ldhVS .link-wrap {
    align-items: center;
  }
}
.cid-tQAC3ldhVS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
.cid-sOMRhcUyeU .navbar {
  background: #131313;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sOMRhcUyeU .navbar-dropdown.bg-color.transparent.opened {
  background: #131313;
}
.cid-sOMRhcUyeU a {
  font-style: normal;
}
.cid-sOMRhcUyeU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOMRhcUyeU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOMRhcUyeU .nav-item:focus,
.cid-sOMRhcUyeU .nav-link:focus {
  outline: none;
}
.cid-sOMRhcUyeU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOMRhcUyeU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOMRhcUyeU .menu-logo {
  margin-right: auto;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOMRhcUyeU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu {
  background: #131313;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOMRhcUyeU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOMRhcUyeU .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-sOMRhcUyeU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOMRhcUyeU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOMRhcUyeU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOMRhcUyeU button.navbar-toggler:focus {
  outline: none;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc143c;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOMRhcUyeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOMRhcUyeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOMRhcUyeU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOMRhcUyeU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOMRhcUyeU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sOMRhcUyeU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sOMRhcUyeU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOMRhcUyeU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOMRhcUyeU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOMRhcUyeU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOMRhcUyeU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sOMRhcUyeU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU img {
    height: 3.8rem !important;
  }
  .cid-sOMRhcUyeU .btn {
    display: -webkit-flex;
  }
  .cid-sOMRhcUyeU button.navbar-toggler {
    display: block;
  }
  .cid-sOMRhcUyeU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sOMRhcUyeU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOMRhcUyeU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing,
  .cid-sOMRhcUyeU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOMRhcUyeU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOMRhcUyeU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOMRhcUyeU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOMRhcUyeU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOMRhcUyeU .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-sOMRhcUyeU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sOMRhcUyeU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOMRhcUyeU .nav-link:hover,
.cid-sOMRhcUyeU .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-u7uzwoXCio {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-u7uzwoXCio P {
  color: #767676;
}
.cid-u7uzwoXCio H3 {
  text-align: left;
}
.cid-u7uDLyqhYd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7uDLyqhYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uDLyqhYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7uDLyqhYd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7uDLyqhYd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7uDLyqhYd .container {
    padding: 0 24px;
  }
}
.cid-u7uDLyqhYd .row {
  justify-content: space-between;
}
.cid-u7uDLyqhYd .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-u7uDLyqhYd .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-u7uDLyqhYd .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7uDLyqhYd .items-wrapper {
    min-height: auto;
  }
}
.cid-u7uDLyqhYd .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-u7uDLyqhYd .mbr-section-title,
.cid-u7uDLyqhYd .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-u7uDLyqhYd .card-text {
  color: #141414;
  text-align: center;
}
.cid-tLNsFGDZHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLNsFGDZHd .listico {
  padding-right: 1rem;
  color: #ff0000;
  font-size: 0.9rem;
}
.cid-tLNsFGDZHd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tLNsFGDZHd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-tLNsFGDZHd .mbr-text {
  color: #444;
}
.cid-tLNsFGDZHd h5 {
  margin-bottom: 0;
}
.cid-tLNsFGDZHd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLNsFGDZHd .socicon {
  color: #dc143c;
  font-size: 1.2rem;
}
.cid-tLNsFGDZHd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tLNsFGDZHd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-tLNsFGDZHd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLNsFGDZHd .social-list a:hover {
  opacity: .4;
}
.cid-tLNsFGDZHd .media-container-row > div {
  padding: 0px;
}
.cid-tLNsFGDZHd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNsFGDZHd .group-title {
  text-align: left;
  color: #0000ff;
}
.cid-tLNsFGDZHd .group-title SPAN {
  color: #656565;
}
.cid-tLNsFGDZHd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-tLNsFGDZHd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLNsFGDZHd h3 {
    margin-bottom: 10px;
  }
}
.cid-tLNsFGDZHd .links SPAN {
  color: #9e9e9e;
}
.cid-tLNsFGDZHd .links,
.cid-tLNsFGDZHd .navbar-brand {
  color: #131313;
}
