body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'GOTHICB';
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'CenturyGothic';
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'GOTHICB';
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'GOTHICB';
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'CenturyGothic';
  font-size: 0.99rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.584rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.792rem;
    font-size: calc( 0.9964999999999999rem + (0.99 - 0.9964999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9964999999999999rem + (0.99 - 0.9964999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #660201 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #660201 !important;
}
.btn-primary:hover {
  color: #660201 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #660201 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #660201 !important;
  border-color: #660201 !important;
  color: #660201 !important;
}
.btn-secondary:hover {
  color: #660201 !important;
  background-color: #1a0100 !important;
  border-color: #1a0100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #660201 !important;
  background-color: #1a0100 !important;
  border-color: #1a0100 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #660201 !important;
  border-color: #660201 !important;
  color: #660201 !important;
}
.btn-info:hover {
  color: #660201 !important;
  background-color: #1a0100 !important;
  border-color: #1a0100 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #660201 !important;
  background-color: #1a0100 !important;
  border-color: #1a0100 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #660201 !important;
}
.btn-success:hover {
  color: #660201 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #660201 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #660201 !important;
}
.btn-warning:hover {
  color: #660201 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #660201 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #660201 !important;
}
.btn-danger:hover {
  color: #660201 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #660201 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #660201 !important;
}
.btn-white:hover {
  color: #660201 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #660201 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #660201 !important;
}
.btn-black:hover {
  color: #660201 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #660201 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #660201 !important;
}
.btn-primary-outline:hover {
  color: #660201 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #660201 !important;
  color: #ffffff !important;
  color: #660201 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #660201;
  color: #660201;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #660201;
  border-color: #660201;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #660201 !important;
  border-color: #660201 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #660201 !important;
  color: #660201 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #660201 !important;
  color: #ffffff !important;
  color: #660201 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #660201;
  color: #660201;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #660201;
  border-color: #660201;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #660201 !important;
  border-color: #660201 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #660201 !important;
  color: #660201 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
  color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #000000 !important;
  color: #660201 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #660201 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #660201 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #660201 !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: #ffffff !important;
}
.text-secondary {
  color: #660201 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #660201 !important;
}
.text-warning {
  color: #808080 !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: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cb0402 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #333333 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #660201 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #660201;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e40402;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.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: 'CenturyGothic';
  font-size: 0.99rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.584rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #660201 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u7hhSePOct .navbar-dropdown {
  position: relative !important;
}
.cid-u7hhSePOct .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7hhSePOct .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7hhSePOct .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7hhSePOct .dropdown-item:hover,
.cid-u7hhSePOct .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u7hhSePOct .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7hhSePOct .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7hhSePOct .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7hhSePOct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7hhSePOct .nav-link {
  position: relative;
}
.cid-u7hhSePOct .container {
  display: flex;
  margin: auto;
}
.cid-u7hhSePOct .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7hhSePOct .dropdown-menu,
.cid-u7hhSePOct .navbar.opened {
  background: #ffffff !important;
}
.cid-u7hhSePOct .nav-item:focus,
.cid-u7hhSePOct .nav-link:focus {
  outline: none;
}
.cid-u7hhSePOct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7hhSePOct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7hhSePOct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7hhSePOct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7hhSePOct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7hhSePOct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7hhSePOct .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7hhSePOct .navbar.opened {
  transition: all 0.3s;
}
.cid-u7hhSePOct .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7hhSePOct .navbar .navbar-logo img {
  width: auto;
}
.cid-u7hhSePOct .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7hhSePOct .navbar.collapsed {
  justify-content: center;
}
.cid-u7hhSePOct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7hhSePOct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7hhSePOct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u7hhSePOct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7hhSePOct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7hhSePOct .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7hhSePOct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7hhSePOct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7hhSePOct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7hhSePOct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7hhSePOct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7hhSePOct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7hhSePOct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7hhSePOct .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7hhSePOct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7hhSePOct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7hhSePOct .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7hhSePOct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7hhSePOct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7hhSePOct .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7hhSePOct .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7hhSePOct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7hhSePOct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7hhSePOct .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7hhSePOct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7hhSePOct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7hhSePOct .dropdown-item.active,
.cid-u7hhSePOct .dropdown-item:active {
  background-color: transparent;
}
.cid-u7hhSePOct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7hhSePOct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7hhSePOct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7hhSePOct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7hhSePOct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7hhSePOct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7hhSePOct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7hhSePOct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7hhSePOct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7hhSePOct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u7hhSePOct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7hhSePOct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7hhSePOct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7hhSePOct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7hhSePOct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7hhSePOct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7hhSePOct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7hhSePOct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7hhSePOct .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7hhSePOct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7hhSePOct .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7hhSePOct .navbar {
    height: 70px;
  }
  .cid-u7hhSePOct .navbar.opened {
    height: auto;
  }
  .cid-u7hhSePOct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7gQKEyM8V {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #660201;
}
.cid-u7gQKEyM8V .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u7gQKEyM8V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7gQKEyM8V .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u7gQKEyM8V .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-u7gQKEyM8V .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-u7gQKEyM8V .mbr-section-title {
  color: #cccccc;
}
.cid-u7gQKEyM8V .mbr-text {
  color: #6c7577;
}
.cid-u7gQKEyM8V .btn {
  padding: 1rem 3.4rem;
}
.cid-u7gQKEyM8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gQKEyM8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gQKEyM8V .mbr-text,
.cid-u7gQKEyM8V .mbr-section-btn {
  color: #efefef;
}
.cid-u7hiWFGV5X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u7hiWFGV5X .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-u7hiWFGV5X .mbr-section-title {
  color: #660201;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-u7hiWFGV5X img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-u7hiWFGV5X .mbr-figure {
  height: 100%;
}
.cid-u7hiWFGV5X .row {
  margin: 0;
  align-items: center;
}
.cid-u7hiWFGV5X .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-u7hiWFGV5X .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-u7hiWFGV5X .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7hiWFGV5X .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-u7hiWFGV5X .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u7hiWFGV5X .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-u7hiWFGV5X .img-block {
    padding-left: 6rem;
  }
}
.cid-u7hiWFGV5X .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-u7hiWFGV5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hiWFGV5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hiWFGV5X .mbr-text,
.cid-u7hiWFGV5X .mbr-section-btn {
  color: #000000;
}
.cid-u7hk5NOHVF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u7hk5NOHVF {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .cid-u7hk5NOHVF {
    padding-top: 28px;
    padding-bottom: 0px;
  }
}
.cid-u7hk5NOHVF .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u7hk5NOHVF .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-u7hk5NOHVF .row {
    padding: 0;
  }
}
.cid-u7hk5NOHVF .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-u7hk5NOHVF .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7hk5NOHVF .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-u7hk5NOHVF .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7hk5NOHVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hk5NOHVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hk5NOHVF .mbr-section-title,
.cid-u7hk5NOHVF .mbr-section-btn {
  color: #ffcc00;
}
.cid-u7hxpDqzi6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u7hxpDqzi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hxpDqzi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hxpDqzi6 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u7hxpDqzi6 .col-title {
    padding: 0 20px !important;
  }
}
.cid-u7hxpDqzi6 .mbr-section-title {
  color: #112B6D;
}
.cid-u7hxpDqzi6 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-u7hxpDqzi6 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-u7hxpDqzi6 .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u7hxpDqzi6 .cards-container {
    padding: 0 20px !important;
  }
}
.cid-u7hxpDqzi6 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u7hxpDqzi6 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7hxpDqzi6 .card {
    width: 100%;
  }
}
.cid-u7hxpDqzi6 .card-box {
  width: 100%;
}
.cid-u7hxpDqzi6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-u7hxpDqzi6 .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-u7hxpDqzi6 .card-container {
  width: 100%;
}
.cid-u7hxpDqzi6 .card-title {
  color: #112B6D;
  margin-bottom: 0;
}
.cid-u7hxpDqzi6 .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-u7hxpDqzi6 .card-text,
.cid-u7hxpDqzi6 .mbr-section-btn {
  color: #ffcc00;
}
.cid-u7hBiiCHdS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7hBiiCHdS img {
  width: 100%;
  object-fit: cover;
}
.cid-u7hBiiCHdS .quote {
  color: #333333;
  font-weight: 700;
}
.cid-u7hBiiCHdS .img-card {
  justify-content: center;
}
.cid-u7hBiiCHdS .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-u7hBiiCHdS .card-title {
  margin-bottom: 1.2rem;
}
.cid-u7hBiiCHdS .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-u7hBiiCHdS .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u7hBiiCHdS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7hBiiCHdS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u7hBiiCHdS .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-u7hBiiCHdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hBiiCHdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hBiiCHdS .card-title,
.cid-u7hBiiCHdS .card-box {
  color: #660201;
}
.cid-u7hBiiCHdS .mbr-text,
.cid-u7hBiiCHdS .mbr-section-btn {
  color: #555555;
}
.cid-u7hqtCSZDs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7hqtCSZDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hqtCSZDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hqtCSZDs .mbr-section-subtitle {
  color: #000000;
}
.cid-u7hqtCSZDs .mbr-section-title {
  color: #660201;
}
.cid-u7hpMiQ6Vt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #660201;
}
.cid-u7hpMiQ6Vt .mbr-iconfont-2 {
  color: #ffffff !important;
  margin: 0 0.5rem;
}
.cid-u7hpMiQ6Vt .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #ffffff;
}
.cid-u7hpMiQ6Vt .social-list {
  display: flex;
  justify-content: center;
}
.cid-u7hpMiQ6Vt .card-inner {
  transition: 0.7s;
}
.cid-u7hpMiQ6Vt .btn {
  margin-left: 0rem;
}
.cid-u7hpMiQ6Vt .row {
  padding-bottom: 8rem;
}
.cid-u7hpMiQ6Vt .link {
  margin: 0;
}
.cid-u7hpMiQ6Vt .card-title {
  position: relative;
}
.cid-u7hpMiQ6Vt .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-u7hpMiQ6Vt .card-box {
  position: relative;
}
.cid-u7hpMiQ6Vt .card-img {
  margin-bottom: 1.5rem;
}
.cid-u7hpMiQ6Vt .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-u7hpMiQ6Vt .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7hpMiQ6Vt .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7hpMiQ6Vt .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-u7hpMiQ6Vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hpMiQ6Vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hpMiQ6Vt .mbr-text,
.cid-u7hpMiQ6Vt .link {
  color: #ffffff;
}
.cid-u8vIH1rHVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8vIH1rHVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vIH1rHVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vIH1rHVh .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8vIH1rHVh .content-container {
    flex-wrap: wrap;
  }
}
.cid-u8vIH1rHVh .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u8vIH1rHVh .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8vIH1rHVh .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-u8vIH1rHVh .card-wrapper {
  width: 100%;
}
.cid-u8vIH1rHVh .card-box {
  width: 100%;
}
.cid-u8vIH1rHVh .card-title {
  color: #75083A;
  margin-bottom: 4px;
  width: 100%;
}
.cid-u8vIH1rHVh .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-u8vIH1rHVh .mbr-text {
  color: #1F1D1A;
  margin-bottom: 24px;
  width: 100%;
}
.cid-u8vIH1rHVh .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8vIH1rHVh .col-img {
    width: 100%;
  }
}
.cid-u8vIH1rHVh .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-u8vIH1rHVh .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-u8vIH1rHVh .image-wrapper {
    width: 250px;
  }
}
.cid-u8vIH1rHVh .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-u8vIH1rHVh .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-u8vIH1rHVh .mbr-iconfont {
  font-size: 48px;
  color: #660201;
}
.cid-u8DjlsIugN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8DjlsIugN a {
  transition: 0.3s;
}
.cid-u8DjlsIugN h5 {
  margin-bottom: 1.6rem;
}
.cid-u8DjlsIugN .card-img2 span {
  padding-top: 6px;
}
.cid-u8DjlsIugN .soc-item a {
  padding-top: 5px;
}
.cid-u8DjlsIugN .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u8DjlsIugN .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u8DjlsIugN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8DjlsIugN .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-u8DjlsIugN .soc-item span {
  font-size: 1rem;
}
.cid-u8DjlsIugN .soc-item:hover span {
  color: #ffffff !important;
}
.cid-u8DjlsIugN .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u8DjlsIugN .item h6 {
  margin: 0;
}
.cid-u8DjlsIugN .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8DjlsIugN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8DjlsIugN img {
  width: 80%;
}
.cid-u8DjlsIugN .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-u8DjlsIugN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8DjlsIugN .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-u8DjlsIugN .container {
  padding: 0;
}
.cid-u8DjlsIugN .btn-primary {
  color: #333333 !important;
}
.cid-u8DjlsIugN .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-u8vFEJcuWf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8vFEJcuWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vFEJcuWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vFEJcuWf .copyright {
  color: #ffffff;
}
.cid-u8vFEJcuWf .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8vFEJcuWf .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u8vFEJcuWf .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u8vFEJcuWf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8vFEJcuWf .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8vFEJcuWf .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8vFEJcuWf .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8vFEJcuWf .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u8vFEJcuWf .row-links-soc,
.cid-u8vFEJcuWf .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u8vFEJcuWf .copyright,
.cid-u8vFEJcuWf .line {
  color: #ffffff;
}
.cid-u8vLVVuKSb .navbar-dropdown {
  position: relative !important;
}
.cid-u8vLVVuKSb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8vLVVuKSb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8vLVVuKSb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8vLVVuKSb .dropdown-item:hover,
.cid-u8vLVVuKSb .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u8vLVVuKSb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8vLVVuKSb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8vLVVuKSb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8vLVVuKSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8vLVVuKSb .nav-link {
  position: relative;
}
.cid-u8vLVVuKSb .container {
  display: flex;
  margin: auto;
}
.cid-u8vLVVuKSb .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8vLVVuKSb .dropdown-menu,
.cid-u8vLVVuKSb .navbar.opened {
  background: #ffffff !important;
}
.cid-u8vLVVuKSb .nav-item:focus,
.cid-u8vLVVuKSb .nav-link:focus {
  outline: none;
}
.cid-u8vLVVuKSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8vLVVuKSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8vLVVuKSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8vLVVuKSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8vLVVuKSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8vLVVuKSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8vLVVuKSb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8vLVVuKSb .navbar.opened {
  transition: all 0.3s;
}
.cid-u8vLVVuKSb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8vLVVuKSb .navbar .navbar-logo img {
  width: auto;
}
.cid-u8vLVVuKSb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8vLVVuKSb .navbar.collapsed {
  justify-content: center;
}
.cid-u8vLVVuKSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8vLVVuKSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8vLVVuKSb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8vLVVuKSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8vLVVuKSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8vLVVuKSb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8vLVVuKSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8vLVVuKSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8vLVVuKSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8vLVVuKSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8vLVVuKSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8vLVVuKSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8vLVVuKSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8vLVVuKSb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8vLVVuKSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8vLVVuKSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8vLVVuKSb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8vLVVuKSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8vLVVuKSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8vLVVuKSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8vLVVuKSb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8vLVVuKSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8vLVVuKSb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8vLVVuKSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8vLVVuKSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8vLVVuKSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8vLVVuKSb .dropdown-item.active,
.cid-u8vLVVuKSb .dropdown-item:active {
  background-color: transparent;
}
.cid-u8vLVVuKSb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8vLVVuKSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8vLVVuKSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8vLVVuKSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8vLVVuKSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8vLVVuKSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8vLVVuKSb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8vLVVuKSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8vLVVuKSb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8vLVVuKSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u8vLVVuKSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8vLVVuKSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8vLVVuKSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8vLVVuKSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8vLVVuKSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8vLVVuKSb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8vLVVuKSb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8vLVVuKSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8vLVVuKSb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8vLVVuKSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8vLVVuKSb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8vLVVuKSb .navbar {
    height: 70px;
  }
  .cid-u8vLVVuKSb .navbar.opened {
    height: auto;
  }
  .cid-u8vLVVuKSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8vQ1MeJZZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #660201;
}
.cid-u8vQ1MeJZZ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u8vQ1MeJZZ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u8vQ1MeJZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vQ1MeJZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vQ1MeJZZ .mbr-text,
.cid-u8vQ1MeJZZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u8vQ1MeJZZ H3 {
  color: #efefef;
}
.cid-u8vSJydVPi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8vSJydVPi .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 50px;
  text-align: center;
}
@media (max-width: 680px) {
  .cid-u8vSJydVPi .content-container {
    flex-wrap: wrap;
  }
}
.cid-u8vSJydVPi .item-img {
  display: flex;
  width: 190px;
  height: 190px;
  margin-right: 38px;
}
.cid-u8vSJydVPi .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-u8vSJydVPi .text-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .cid-u8vSJydVPi .text-wrap {
    margin-top: 23px;
  }
}
.cid-u8vSJydVPi .link-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8vSJydVPi .link-text a {
  margin-right: 15px;
}
.cid-u8vSJydVPi .mbr-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-u8vSJydVPi .mbr-text-name {
  color: #660201;
  margin-bottom: 11px;
}
.cid-u8vSJydVPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vSJydVPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vTXFD2eW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u8vTXFD2eW .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-u8vTXFD2eW .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u8vTXFD2eW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vTXFD2eW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vTXFD2eW H3 {
  color: #ffcc00;
}
.cid-u8vTXFD2eW .mbr-text,
.cid-u8vTXFD2eW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u8vUrsBpOQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8vUrsBpOQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u8vUrsBpOQ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u8vUrsBpOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vUrsBpOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vUrsBpOQ H3 {
  color: #660201;
}
.cid-u8vUnyWeEe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8vUnyWeEe .card-wrapper {
  background-color: #660201;
}
.cid-u8vUnyWeEe .mbr-text {
  line-height: 34px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8vUnyWeEe .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u8vUnyWeEe .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-u8vUnyWeEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vUnyWeEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vVCloDrk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8vVCloDrk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-u8vVCloDrk {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-u8vVCloDrk .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8vVCloDrk .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-u8vVCloDrk .row {
    padding: 0;
  }
}
.cid-u8vVCloDrk .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-u8vVCloDrk .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u8vVCloDrk .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-u8vVCloDrk .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u8vVCloDrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vVCloDrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vVCloDrk .mbr-text,
.cid-u8vVCloDrk .mbr-section-btn {
  color: #000000;
}
.cid-u8vVCloDrk .mbr-section-title,
.cid-u8vVCloDrk .mbr-section-btn {
  color: #000000;
}
.cid-u8DjwMQDE8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8DjwMQDE8 a {
  transition: 0.3s;
}
.cid-u8DjwMQDE8 h5 {
  margin-bottom: 1.6rem;
}
.cid-u8DjwMQDE8 .card-img2 span {
  padding-top: 6px;
}
.cid-u8DjwMQDE8 .soc-item a {
  padding-top: 5px;
}
.cid-u8DjwMQDE8 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u8DjwMQDE8 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u8DjwMQDE8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8DjwMQDE8 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-u8DjwMQDE8 .soc-item span {
  font-size: 1rem;
}
.cid-u8DjwMQDE8 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-u8DjwMQDE8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u8DjwMQDE8 .item h6 {
  margin: 0;
}
.cid-u8DjwMQDE8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8DjwMQDE8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8DjwMQDE8 img {
  width: 80%;
}
.cid-u8DjwMQDE8 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-u8DjwMQDE8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8DjwMQDE8 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-u8DjwMQDE8 .container {
  padding: 0;
}
.cid-u8DjwMQDE8 .btn-primary {
  color: #333333 !important;
}
.cid-u8DjwMQDE8 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-u8vLW239Ug {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8vLW239Ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vLW239Ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vLW239Ug .copyright {
  color: #ffffff;
}
.cid-u8vLW239Ug .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8vLW239Ug .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u8vLW239Ug .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u8vLW239Ug .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8vLW239Ug .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8vLW239Ug .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8vLW239Ug .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8vLW239Ug .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u8vLW239Ug .row-links-soc,
.cid-u8vLW239Ug .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u8vLW239Ug .copyright,
.cid-u8vLW239Ug .line {
  color: #ffffff;
}
.cid-u8vWYioVxp .navbar-dropdown {
  position: relative !important;
}
.cid-u8vWYioVxp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8vWYioVxp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8vWYioVxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8vWYioVxp .dropdown-item:hover,
.cid-u8vWYioVxp .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u8vWYioVxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8vWYioVxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8vWYioVxp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8vWYioVxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8vWYioVxp .nav-link {
  position: relative;
}
.cid-u8vWYioVxp .container {
  display: flex;
  margin: auto;
}
.cid-u8vWYioVxp .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8vWYioVxp .dropdown-menu,
.cid-u8vWYioVxp .navbar.opened {
  background: #ffffff !important;
}
.cid-u8vWYioVxp .nav-item:focus,
.cid-u8vWYioVxp .nav-link:focus {
  outline: none;
}
.cid-u8vWYioVxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8vWYioVxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8vWYioVxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8vWYioVxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8vWYioVxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8vWYioVxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8vWYioVxp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8vWYioVxp .navbar.opened {
  transition: all 0.3s;
}
.cid-u8vWYioVxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8vWYioVxp .navbar .navbar-logo img {
  width: auto;
}
.cid-u8vWYioVxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8vWYioVxp .navbar.collapsed {
  justify-content: center;
}
.cid-u8vWYioVxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8vWYioVxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8vWYioVxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8vWYioVxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8vWYioVxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8vWYioVxp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8vWYioVxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8vWYioVxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8vWYioVxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8vWYioVxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8vWYioVxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8vWYioVxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8vWYioVxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8vWYioVxp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8vWYioVxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8vWYioVxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8vWYioVxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8vWYioVxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8vWYioVxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8vWYioVxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8vWYioVxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8vWYioVxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8vWYioVxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8vWYioVxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8vWYioVxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8vWYioVxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8vWYioVxp .dropdown-item.active,
.cid-u8vWYioVxp .dropdown-item:active {
  background-color: transparent;
}
.cid-u8vWYioVxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8vWYioVxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8vWYioVxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8vWYioVxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8vWYioVxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8vWYioVxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8vWYioVxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8vWYioVxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8vWYioVxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8vWYioVxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u8vWYioVxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8vWYioVxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8vWYioVxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8vWYioVxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8vWYioVxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8vWYioVxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8vWYioVxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8vWYioVxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8vWYioVxp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8vWYioVxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8vWYioVxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8vWYioVxp .navbar {
    height: 70px;
  }
  .cid-u8vWYioVxp .navbar.opened {
    height: auto;
  }
  .cid-u8vWYioVxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8w2u99TQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8w2u99TQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8w2u99TQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8w2u99TQg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u8w2u99TQg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u8w2u99TQg .container {
    padding: 0 26px;
  }
}
.cid-u8w2u99TQg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8w2u99TQg .card {
    margin-bottom: 40px;
  }
  .cid-u8w2u99TQg .card:last-child {
    margin-bottom: 0;
  }
}
.cid-u8w2u99TQg .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-u8w2u99TQg .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u8w2u99TQg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u8w2u99TQg .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8w2u99TQg .image-wrapper a {
  display: block;
  position: relative;
}
.cid-u8w2u99TQg .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-u8w2u99TQg .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-u8w2u99TQg .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-u8w2u99TQg .image-wrapper a img {
    height: 300px;
  }
}
.cid-u8w2u99TQg .mbr-section-title {
  color: #ffffff;
}
.cid-u8w2u99TQg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8w2u99TQg .mbr-text {
  color: #cacaca;
}
.cid-u8w7OEqUPX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8w7OEqUPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8w7OEqUPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8w7OEqUPX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-u8w7OEqUPX .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-u8w7OEqUPX .title .num {
  width: 100%;
  display: block;
}
.cid-u8w7OEqUPX .title .card-title {
  z-index: 1;
}
.cid-u8w7OEqUPX .num {
  color: #291f1e;
}
.cid-u8w7OEqUPX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8w7OEqUPX .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8w7OEqUPX * {
    text-align: center !important;
  }
  .cid-u8w7OEqUPX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u8w7OEqUPX .card-title,
.cid-u8w7OEqUPX .card-img {
  color: #291f1e;
}
.cid-u8w7OEqUPX .card-text {
  color: #291f1e;
}
.cid-u8w7OEqUPX .mbr-section-title,
.cid-u8w7OEqUPX .card-box {
  text-align: left;
}
.cid-u8w7OEqUPX .mbr-section-title,
.cid-u8w7OEqUPX .line {
  color: #291f1e;
}
.cid-u8w7OEqUPX .card-text,
.cid-u8w7OEqUPX .line2 {
  color: #291f1e;
}
.cid-u8DjCfDlGd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8DjCfDlGd a {
  transition: 0.3s;
}
.cid-u8DjCfDlGd h5 {
  margin-bottom: 1.6rem;
}
.cid-u8DjCfDlGd .card-img2 span {
  padding-top: 6px;
}
.cid-u8DjCfDlGd .soc-item a {
  padding-top: 5px;
}
.cid-u8DjCfDlGd .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u8DjCfDlGd .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u8DjCfDlGd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8DjCfDlGd .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-u8DjCfDlGd .soc-item span {
  font-size: 1rem;
}
.cid-u8DjCfDlGd .soc-item:hover span {
  color: #ffffff !important;
}
.cid-u8DjCfDlGd .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u8DjCfDlGd .item h6 {
  margin: 0;
}
.cid-u8DjCfDlGd .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8DjCfDlGd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8DjCfDlGd img {
  width: 80%;
}
.cid-u8DjCfDlGd .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-u8DjCfDlGd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8DjCfDlGd .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-u8DjCfDlGd .container {
  padding: 0;
}
.cid-u8DjCfDlGd .btn-primary {
  color: #333333 !important;
}
.cid-u8DjCfDlGd .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-u8vWYoJslq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8vWYoJslq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vWYoJslq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vWYoJslq .copyright {
  color: #ffffff;
}
.cid-u8vWYoJslq .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8vWYoJslq .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u8vWYoJslq .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u8vWYoJslq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8vWYoJslq .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8vWYoJslq .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8vWYoJslq .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8vWYoJslq .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u8vWYoJslq .row-links-soc,
.cid-u8vWYoJslq .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u8vWYoJslq .copyright,
.cid-u8vWYoJslq .line {
  color: #ffffff;
}
.cid-u8w9E7N5I0 .navbar-dropdown {
  position: relative !important;
}
.cid-u8w9E7N5I0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8w9E7N5I0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8w9E7N5I0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8w9E7N5I0 .dropdown-item:hover,
.cid-u8w9E7N5I0 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u8w9E7N5I0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8w9E7N5I0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8w9E7N5I0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8w9E7N5I0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8w9E7N5I0 .nav-link {
  position: relative;
}
.cid-u8w9E7N5I0 .container {
  display: flex;
  margin: auto;
}
.cid-u8w9E7N5I0 .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8w9E7N5I0 .dropdown-menu,
.cid-u8w9E7N5I0 .navbar.opened {
  background: #ffffff !important;
}
.cid-u8w9E7N5I0 .nav-item:focus,
.cid-u8w9E7N5I0 .nav-link:focus {
  outline: none;
}
.cid-u8w9E7N5I0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8w9E7N5I0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8w9E7N5I0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8w9E7N5I0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8w9E7N5I0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8w9E7N5I0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8w9E7N5I0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8w9E7N5I0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8w9E7N5I0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8w9E7N5I0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8w9E7N5I0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8w9E7N5I0 .navbar.collapsed {
  justify-content: center;
}
.cid-u8w9E7N5I0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8w9E7N5I0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8w9E7N5I0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8w9E7N5I0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8w9E7N5I0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8w9E7N5I0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8w9E7N5I0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8w9E7N5I0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8w9E7N5I0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8w9E7N5I0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8w9E7N5I0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8w9E7N5I0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8w9E7N5I0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8w9E7N5I0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8w9E7N5I0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8w9E7N5I0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8w9E7N5I0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8w9E7N5I0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8w9E7N5I0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8w9E7N5I0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8w9E7N5I0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8w9E7N5I0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8w9E7N5I0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8w9E7N5I0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8w9E7N5I0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8w9E7N5I0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8w9E7N5I0 .dropdown-item.active,
.cid-u8w9E7N5I0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8w9E7N5I0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8w9E7N5I0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8w9E7N5I0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8w9E7N5I0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8w9E7N5I0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8w9E7N5I0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8w9E7N5I0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8w9E7N5I0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8w9E7N5I0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8w9E7N5I0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u8w9E7N5I0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8w9E7N5I0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8w9E7N5I0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8w9E7N5I0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8w9E7N5I0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8w9E7N5I0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8w9E7N5I0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8w9E7N5I0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8w9E7N5I0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8w9E7N5I0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8w9E7N5I0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8w9E7N5I0 .navbar {
    height: 70px;
  }
  .cid-u8w9E7N5I0 .navbar.opened {
    height: auto;
  }
  .cid-u8w9E7N5I0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8DeYotdsx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8DeYotdsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DeYotdsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .container {
    padding: 0 30px;
  }
}
.cid-u8DeYotdsx .card {
  justify-content: center;
}
.cid-u8DeYotdsx .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u8DeYotdsx .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .title-wrapper {
    padding: 0;
  }
}
.cid-u8DeYotdsx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u8DeYotdsx .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u8DeYotdsx .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8DeYotdsx .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u8DeYotdsx .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper {
    padding: 0;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card:hover::before,
.cid-u8DeYotdsx .content-wrapper .panel-group .card:focus::before,
.cid-u8DeYotdsx .content-wrapper .panel-group .card:hover::after,
.cid-u8DeYotdsx .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-u8DeYotdsx .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-u8DeYotdsx .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8DeYotdsx .mbr-desc {
  color: #bee0d6;
}
.cid-u8DeYotdsx .mbr-section-title {
  color: #ffffff;
}
.cid-u8DeYotdsx .panel-number {
  color: #ffcc00;
}
.cid-u8DeYotdsx .panel-title-edit {
  color: #ffcc00;
}
.cid-u8DeYotdsx .panel-text {
  color: #ffffff;
}
.cid-u8DeYotdsx .mbr-desc,
.cid-u8DeYotdsx .desc-wrapper {
  color: #ffffff;
}
.cid-u8DghuCqrM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8DghuCqrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DghuCqrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .container {
    padding: 0 30px;
  }
}
.cid-u8DghuCqrM .card {
  justify-content: center;
}
.cid-u8DghuCqrM .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u8DghuCqrM .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .title-wrapper {
    padding: 0;
  }
}
.cid-u8DghuCqrM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u8DghuCqrM .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u8DghuCqrM .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8DghuCqrM .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u8DghuCqrM .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper {
    padding: 0;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card:hover::before,
.cid-u8DghuCqrM .content-wrapper .panel-group .card:focus::before,
.cid-u8DghuCqrM .content-wrapper .panel-group .card:hover::after,
.cid-u8DghuCqrM .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-u8DghuCqrM .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-u8DghuCqrM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8DghuCqrM .mbr-desc {
  color: #bee0d6;
}
.cid-u8DghuCqrM .mbr-section-title {
  color: #ffffff;
}
.cid-u8DghuCqrM .panel-number {
  color: #ffcc00;
}
.cid-u8DghuCqrM .panel-title-edit {
  color: #ffcc00;
}
.cid-u8DghuCqrM .panel-text {
  color: #ffffff;
}
.cid-u8DghuCqrM .mbr-desc,
.cid-u8DghuCqrM .desc-wrapper {
  color: #ffffff;
}
.cid-u8w9E8KudG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8w9E8KudG a {
  transition: 0.3s;
}
.cid-u8w9E8KudG h5 {
  margin-bottom: 1.6rem;
}
.cid-u8w9E8KudG .card-img2 span {
  padding-top: 6px;
}
.cid-u8w9E8KudG .soc-item a {
  padding-top: 5px;
}
.cid-u8w9E8KudG .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u8w9E8KudG .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u8w9E8KudG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8w9E8KudG .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-u8w9E8KudG .soc-item span {
  font-size: 1rem;
}
.cid-u8w9E8KudG .soc-item:hover span {
  color: #ffffff !important;
}
.cid-u8w9E8KudG .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u8w9E8KudG .item h6 {
  margin: 0;
}
.cid-u8w9E8KudG .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8w9E8KudG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8w9E8KudG img {
  width: 80%;
}
.cid-u8w9E8KudG .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-u8w9E8KudG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8w9E8KudG .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-u8w9E8KudG .container {
  padding: 0;
}
.cid-u8w9E8KudG .btn-primary {
  color: #333333 !important;
}
.cid-u8w9E8KudG .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-u8w9E9NLqF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8w9E9NLqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8w9E9NLqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8w9E9NLqF .copyright {
  color: #ffffff;
}
.cid-u8w9E9NLqF .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8w9E9NLqF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u8w9E9NLqF .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u8w9E9NLqF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8w9E9NLqF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8w9E9NLqF .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8w9E9NLqF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8w9E9NLqF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u8w9E9NLqF .row-links-soc,
.cid-u8w9E9NLqF .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u8w9E9NLqF .copyright,
.cid-u8w9E9NLqF .line {
  color: #ffffff;
}
.cid-u8B6QI7yjP .navbar-dropdown {
  position: relative !important;
}
.cid-u8B6QI7yjP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8B6QI7yjP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8B6QI7yjP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8B6QI7yjP .dropdown-item:hover,
.cid-u8B6QI7yjP .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u8B6QI7yjP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8B6QI7yjP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8B6QI7yjP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8B6QI7yjP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8B6QI7yjP .nav-link {
  position: relative;
}
.cid-u8B6QI7yjP .container {
  display: flex;
  margin: auto;
}
.cid-u8B6QI7yjP .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8B6QI7yjP .dropdown-menu,
.cid-u8B6QI7yjP .navbar.opened {
  background: #ffffff !important;
}
.cid-u8B6QI7yjP .nav-item:focus,
.cid-u8B6QI7yjP .nav-link:focus {
  outline: none;
}
.cid-u8B6QI7yjP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8B6QI7yjP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8B6QI7yjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8B6QI7yjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8B6QI7yjP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8B6QI7yjP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8B6QI7yjP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8B6QI7yjP .navbar.opened {
  transition: all 0.3s;
}
.cid-u8B6QI7yjP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8B6QI7yjP .navbar .navbar-logo img {
  width: auto;
}
.cid-u8B6QI7yjP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8B6QI7yjP .navbar.collapsed {
  justify-content: center;
}
.cid-u8B6QI7yjP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8B6QI7yjP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8B6QI7yjP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-u8B6QI7yjP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8B6QI7yjP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8B6QI7yjP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8B6QI7yjP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8B6QI7yjP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8B6QI7yjP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8B6QI7yjP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8B6QI7yjP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8B6QI7yjP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8B6QI7yjP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8B6QI7yjP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8B6QI7yjP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8B6QI7yjP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8B6QI7yjP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8B6QI7yjP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8B6QI7yjP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8B6QI7yjP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8B6QI7yjP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8B6QI7yjP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8B6QI7yjP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8B6QI7yjP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8B6QI7yjP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8B6QI7yjP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8B6QI7yjP .dropdown-item.active,
.cid-u8B6QI7yjP .dropdown-item:active {
  background-color: transparent;
}
.cid-u8B6QI7yjP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8B6QI7yjP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8B6QI7yjP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8B6QI7yjP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8B6QI7yjP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8B6QI7yjP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8B6QI7yjP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8B6QI7yjP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8B6QI7yjP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8B6QI7yjP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u8B6QI7yjP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8B6QI7yjP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B6QI7yjP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8B6QI7yjP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8B6QI7yjP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B6QI7yjP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8B6QI7yjP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8B6QI7yjP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8B6QI7yjP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8B6QI7yjP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8B6QI7yjP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8B6QI7yjP .navbar {
    height: 70px;
  }
  .cid-u8B6QI7yjP .navbar.opened {
    height: auto;
  }
  .cid-u8B6QI7yjP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8B7PKlBzd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8B7PKlBzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B7PKlBzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8B7PKlBzd .container {
    padding: 0 22px;
  }
}
.cid-u8B7PKlBzd .card {
  justify-content: center;
}
.cid-u8B7PKlBzd .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8B7PKlBzd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u8B7PKlBzd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u8B7PKlBzd .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffcc00;
  display: inline-flex;
  margin-right: 20px;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #7b1313;
}
.cid-u8B7PKlBzd .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7b1313;
}
.cid-u8B7PKlBzd .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u8B7PKlBzd .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-u8B7PKlBzd .form-wrapper {
    padding: 20px;
  }
}
.cid-u8B7PKlBzd .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #660201;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-u8B7PKlBzd .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u8B7PKlBzd .mbr-section-title {
  color: #ffffff;
}
.cid-u8B7PKlBzd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8B7PKlBzd .mbr-text {
  color: #ffffff;
}
.cid-u8B7PKlBzd .mbr-desc {
  color: #ffffff;
}
.cid-u8B7PKlBzd .mbr-contact {
  color: #ffffff;
}
.cid-u8B7PKlBzd LABEL {
  color: #ffffff;
}
.cid-u8Dm01bd4H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8Dm01bd4H a {
  transition: 0.3s;
}
.cid-u8Dm01bd4H h5 {
  margin-bottom: 1.6rem;
}
.cid-u8Dm01bd4H .card-img2 span {
  padding-top: 6px;
}
.cid-u8Dm01bd4H .soc-item a {
  padding-top: 5px;
}
.cid-u8Dm01bd4H .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u8Dm01bd4H .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u8Dm01bd4H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8Dm01bd4H .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-u8Dm01bd4H .soc-item span {
  font-size: 1rem;
}
.cid-u8Dm01bd4H .soc-item:hover span {
  color: #ffffff !important;
}
.cid-u8Dm01bd4H .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u8Dm01bd4H .item h6 {
  margin: 0;
}
.cid-u8Dm01bd4H .media-wrap {
  margin-bottom: 1rem;
}
.cid-u8Dm01bd4H .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u8Dm01bd4H img {
  width: 80%;
}
.cid-u8Dm01bd4H .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-u8Dm01bd4H .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u8Dm01bd4H .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-u8Dm01bd4H .container {
  padding: 0;
}
.cid-u8Dm01bd4H .btn-primary {
  color: #333333 !important;
}
.cid-u8Dm01bd4H .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-u8B6QKO13T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u8B6QKO13T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8B6QKO13T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8B6QKO13T .copyright {
  color: #ffffff;
}
.cid-u8B6QKO13T .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8B6QKO13T .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u8B6QKO13T .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u8B6QKO13T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8B6QKO13T .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8B6QKO13T .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8B6QKO13T .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8B6QKO13T .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u8B6QKO13T .row-links-soc,
.cid-u8B6QKO13T .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u8B6QKO13T .copyright,
.cid-u8B6QKO13T .line {
  color: #ffffff;
}
