body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #373c42 !important;
}
.bg-success {
  background-color: #4f8680 !important;
}
.bg-info {
  background-color: #85729b !important;
}
.bg-warning {
  background-color: #eae8e4 !important;
}
.bg-danger {
  background-color: #b51423 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #373c42 !important;
  border-color: #373c42 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #101113 !important;
  border-color: #101113 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #101113 !important;
  border-color: #101113 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ab0000 !important;
  border-color: #ab0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #540000 !important;
  border-color: #540000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #540000 !important;
  border-color: #540000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #85729b !important;
  border-color: #85729b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5a4c6b !important;
  border-color: #5a4c6b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5a4c6b !important;
  border-color: #5a4c6b !important;
}
.btn-success,
.btn-success:active {
  background-color: #4f8680 !important;
  border-color: #4f8680 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f4f4c !important;
  border-color: #2f4f4c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f4f4c !important;
  border-color: #2f4f4c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
  color: #746c5b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #746c5b !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b51423 !important;
  border-color: #b51423 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #670b14 !important;
  border-color: #670b14 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #670b14 !important;
  border-color: #670b14 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #373c42;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #101113 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #373c42 !important;
  border-color: #373c42 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #ab0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #540000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ab0000 !important;
  border-color: #ab0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #85729b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5a4c6b !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #85729b !important;
  border-color: #85729b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #4f8680;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2f4f4c !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f8680 !important;
  border-color: #4f8680 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #eae8e4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4beb3 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #746c5b !important;
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #b51423;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #670b14 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b51423 !important;
  border-color: #b51423 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #373c42 !important;
}
.text-secondary {
  color: #ab0000 !important;
}
.text-success {
  color: #4f8680 !important;
}
.text-info {
  color: #85729b !important;
}
.text-warning {
  color: #eae8e4 !important;
}
.text-danger {
  color: #b51423 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #35393f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a60000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d837d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #826f99 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8e6e1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b01322 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #373c42;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #85729b;
}
.alert-warning {
  background-color: #eae8e4;
}
.alert-danger {
  background-color: #b51423;
}
.mbr-gallery-filter li.active .btn {
  background-color: #373c42;
  border-color: #373c42;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #373c42;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8afb7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94c0bb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6bdd0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed5c69;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #373c42;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #373c42;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #373c42;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #373c42;
  border-bottom-color: #373c42;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #373c42 !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: #ab0000 !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='%23373c42' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23ab0000' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sL1yFB83pu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sL1yFB83pu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sL1yFB83pu .nav-item {
    margin: 0 !important;
  }
}
.cid-sL1yFB83pu .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-sL1yFB83pu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sL1yFB83pu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sL1yFB83pu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sL1yFB83pu .nav-link {
  position: relative;
}
.cid-sL1yFB83pu .container {
  display: flex;
  margin: auto;
}
.cid-sL1yFB83pu .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sL1yFB83pu .dropdown-menu,
.cid-sL1yFB83pu .navbar.opened {
  background: #b51423 !important;
}
.cid-sL1yFB83pu .nav-item:focus,
.cid-sL1yFB83pu .nav-link:focus {
  outline: none;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sL1yFB83pu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sL1yFB83pu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sL1yFB83pu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #b51423;
}
.cid-sL1yFB83pu .navbar.opened {
  transition: all 0.3s;
}
.cid-sL1yFB83pu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sL1yFB83pu .navbar .navbar-logo img {
  width: auto;
}
.cid-sL1yFB83pu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sL1yFB83pu .navbar.collapsed {
  justify-content: center;
}
.cid-sL1yFB83pu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sL1yFB83pu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sL1yFB83pu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sL1yFB83pu .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sL1yFB83pu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sL1yFB83pu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sL1yFB83pu .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-sL1yFB83pu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sL1yFB83pu .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sL1yFB83pu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sL1yFB83pu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sL1yFB83pu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sL1yFB83pu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sL1yFB83pu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sL1yFB83pu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sL1yFB83pu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sL1yFB83pu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sL1yFB83pu .dropdown-item.active,
.cid-sL1yFB83pu .dropdown-item:active {
  background-color: transparent;
}
.cid-sL1yFB83pu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sL1yFB83pu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b51423;
}
.cid-sL1yFB83pu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sL1yFB83pu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sL1yFB83pu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sL1yFB83pu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sL1yFB83pu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b51423;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sL1yFB83pu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sL1yFB83pu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar {
    height: 70px;
  }
  .cid-sL1yFB83pu .navbar.opened {
    height: auto;
  }
  .cid-sL1yFB83pu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v068mZLM3n {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v068mZLM3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v068mZLM3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v068mZLM3n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v068mZLM3n .row {
  flex-direction: row-reverse;
}
.cid-v068mZLM3n img {
  width: 100%;
}
.cid-sLaenLQa10 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLaenLQa10 .line {
  background-color: #b51423;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-sLaenLQa10 .mbr-text {
  padding: 20px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #b51423;
}
.cid-sL0ELnHTqO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sL0ELnHTqO .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #b51423;
}
.cid-sL0ELnHTqO .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #b51423;
}
.cid-sL0ELnHTqO .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-sL0ELnHTqO .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sL0ELnHTqO .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL0ELnHTqO .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sL0xqJuxMM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sL0xqJuxMM .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL0xqJuxMM .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #b51423;
}
.cid-sL0xqJuxMM .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-sL0xqJuxMM .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sL0xqJuxMM .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL0xqJuxMM .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sL0mwKdIhO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b51423;
}
.cid-sL0mwKdIhO .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sL0mwKdIhO .foot-menu {
  margin-bottom: 0;
}
.cid-sL0mwKdIhO ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sL0mwKdIhO li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sL0mwKdIhO li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sL0mwKdIhO ul {
    text-align: left;
  }
  .cid-sL0mwKdIhO .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-v07C7OfvAc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/art-bit-kreativno-edukativni-centar-1-1580x925.jpg");
}
.cid-v07C7OfvAc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v07C7OfvAc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v07C7OfvAc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v07C7OfvAc .container {
  height: 50vh;
}
.cid-v07C7OfvAc .row {
  align-items: center;
  height: 100%;
}
.cid-sL0mAHJQ0c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sL0mAHJQ0c .foot-menu {
  margin-bottom: 0;
}
.cid-sL0mAHJQ0c ul {
  list-style: none;
  padding: 0;
}
.cid-sL0mAHJQ0c li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sL0mAHJQ0c li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-sL0mAHJQ0c ul li:last-child {
  padding-right: 0;
}
.cid-sL0mAHJQ0c ul li:last-child:after {
  content: none;
}
.cid-sL0mAHJQ0c .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sL0mAHJQ0c .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sL0mAHJQ0c .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sL0mAHJQ0c H4 {
  color: #b51423;
}
.cid-sL1yFB83pu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sL1yFB83pu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sL1yFB83pu .nav-item {
    margin: 0 !important;
  }
}
.cid-sL1yFB83pu .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-sL1yFB83pu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sL1yFB83pu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sL1yFB83pu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sL1yFB83pu .nav-link {
  position: relative;
}
.cid-sL1yFB83pu .container {
  display: flex;
  margin: auto;
}
.cid-sL1yFB83pu .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sL1yFB83pu .dropdown-menu,
.cid-sL1yFB83pu .navbar.opened {
  background: #b51423 !important;
}
.cid-sL1yFB83pu .nav-item:focus,
.cid-sL1yFB83pu .nav-link:focus {
  outline: none;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sL1yFB83pu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sL1yFB83pu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sL1yFB83pu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sL1yFB83pu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #b51423;
}
.cid-sL1yFB83pu .navbar.opened {
  transition: all 0.3s;
}
.cid-sL1yFB83pu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sL1yFB83pu .navbar .navbar-logo img {
  width: auto;
}
.cid-sL1yFB83pu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sL1yFB83pu .navbar.collapsed {
  justify-content: center;
}
.cid-sL1yFB83pu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sL1yFB83pu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sL1yFB83pu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sL1yFB83pu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sL1yFB83pu .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sL1yFB83pu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sL1yFB83pu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sL1yFB83pu .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-sL1yFB83pu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sL1yFB83pu .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sL1yFB83pu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sL1yFB83pu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sL1yFB83pu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sL1yFB83pu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sL1yFB83pu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sL1yFB83pu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sL1yFB83pu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sL1yFB83pu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sL1yFB83pu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sL1yFB83pu .dropdown-item.active,
.cid-sL1yFB83pu .dropdown-item:active {
  background-color: transparent;
}
.cid-sL1yFB83pu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sL1yFB83pu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sL1yFB83pu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b51423;
}
.cid-sL1yFB83pu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sL1yFB83pu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sL1yFB83pu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sL1yFB83pu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sL1yFB83pu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b51423;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sL1yFB83pu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sL1yFB83pu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sL1yFB83pu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sL1yFB83pu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sL1yFB83pu .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-sL1yFB83pu .navbar {
    height: 70px;
  }
  .cid-sL1yFB83pu .navbar.opened {
    height: auto;
  }
  .cid-sL1yFB83pu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLb67J4gD9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/art-bit-predsednik-1620x1080.jpeg");
}
.cid-sLb67J4gD9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLb67J4gD9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sLb67J4gD9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sLb67J4gD9 .container {
  height: 50vh;
}
.cid-sLb67J4gD9 .row {
  align-items: center;
  height: 100%;
}
.cid-sL1gEy7aDO {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sL1gEy7aDO .card-wrapper {
  background-color: #b51423;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sL1gEy7aDO .card-wrapper {
    padding: 1rem;
  }
}
.cid-sL1gEy7aDO .text-wrapper {
  max-width: 28rem;
}
.cid-sL1gEy7aDO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL1gEy7aDO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sL1gEy7aDO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sL1gEy7aDO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sL1gEy7aDO .content-wrapper {
    padding: 3rem;
  }
  .cid-sL1gEy7aDO .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sL1gEy7aDO .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sL1gEy7aDO .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-sL1gEy7aDO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sL1gEy7aDO .card-title {
  color: #373c42;
}
.cid-sL1ldtRzHb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL1ldtRzHb .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-sL1ldtRzHb .content_wrapper:hover .mbr-section-title a {
  color: #ab0000 !important;
}
.cid-sL1ldtRzHb .mbr-section-title,
.cid-sL1ldtRzHb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sL1ldtRzHb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sL1ldtRzHb .mbr-section-btn .btn-secondary-outline:hover,
.cid-sL1ldtRzHb .mbr-section-btn .btn-secondary-outline .active,
.cid-sL1ldtRzHb .mbr-section-btn .btn-secondary-outline:focus {
  color: #373c42 !important;
}
.cid-sL1ldtRzHb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-sL1ldtRzHb .mbr-text,
.cid-sL1ldtRzHb .mbr-section-btn {
  color: #000000;
}
.cid-sL1ldtRzHb .mbr-section-subtitle {
  color: #b51423;
}
.cid-sL1k3NJVSK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sL1k3NJVSK .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-sL1k3NJVSK .content_wrapper:hover .mbr-section-title a {
  color: #ab0000 !important;
}
.cid-sL1k3NJVSK .mbr-section-title,
.cid-sL1k3NJVSK .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sL1k3NJVSK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sL1k3NJVSK .mbr-section-btn .btn-secondary-outline:hover,
.cid-sL1k3NJVSK .mbr-section-btn .btn-secondary-outline .active,
.cid-sL1k3NJVSK .mbr-section-btn .btn-secondary-outline:focus {
  color: #373c42 !important;
}
.cid-sL1k3NJVSK .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-sL1k3NJVSK .mbr-text,
.cid-sL1k3NJVSK .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-sL1k3NJVSK .mbr-section-subtitle {
  color: #b51423;
}
.cid-sL1dn6jUQ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b51423;
}
.cid-sL1dn6jUQ8 .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sL1dn6jUQ8 .foot-menu {
  margin-bottom: 0;
}
.cid-sL1dn6jUQ8 ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sL1dn6jUQ8 li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sL1dn6jUQ8 li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sL1dn6jUQ8 ul {
    text-align: left;
  }
  .cid-sL1dn6jUQ8 .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-sL1dn7DvQ1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sL1dn7DvQ1 .foot-menu {
  margin-bottom: 0;
}
.cid-sL1dn7DvQ1 ul {
  list-style: none;
  padding: 0;
}
.cid-sL1dn7DvQ1 li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sL1dn7DvQ1 li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-sL1dn7DvQ1 ul li:last-child {
  padding-right: 0;
}
.cid-sL1dn7DvQ1 ul li:last-child:after {
  content: none;
}
.cid-sL1dn7DvQ1 .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sL1dn7DvQ1 .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sL1dn7DvQ1 .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sL1dn7DvQ1 H4 {
  color: #b51423;
}
.cid-sLap3Rgywb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLap3Rgywb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sLap3Rgywb .nav-item {
    margin: 0 !important;
  }
}
.cid-sLap3Rgywb .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-sLap3Rgywb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sLap3Rgywb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLap3Rgywb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sLap3Rgywb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLap3Rgywb .nav-link {
  position: relative;
}
.cid-sLap3Rgywb .container {
  display: flex;
  margin: auto;
}
.cid-sLap3Rgywb .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLap3Rgywb .dropdown-menu,
.cid-sLap3Rgywb .navbar.opened {
  background: #b51423 !important;
}
.cid-sLap3Rgywb .nav-item:focus,
.cid-sLap3Rgywb .nav-link:focus {
  outline: none;
}
.cid-sLap3Rgywb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLap3Rgywb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLap3Rgywb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLap3Rgywb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLap3Rgywb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLap3Rgywb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLap3Rgywb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #b51423;
}
.cid-sLap3Rgywb .navbar.opened {
  transition: all 0.3s;
}
.cid-sLap3Rgywb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLap3Rgywb .navbar .navbar-logo img {
  width: auto;
}
.cid-sLap3Rgywb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLap3Rgywb .navbar.collapsed {
  justify-content: center;
}
.cid-sLap3Rgywb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLap3Rgywb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLap3Rgywb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLap3Rgywb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLap3Rgywb .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-sLap3Rgywb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLap3Rgywb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLap3Rgywb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLap3Rgywb .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sLap3Rgywb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLap3Rgywb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLap3Rgywb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLap3Rgywb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLap3Rgywb .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-sLap3Rgywb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLap3Rgywb .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sLap3Rgywb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLap3Rgywb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLap3Rgywb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLap3Rgywb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLap3Rgywb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLap3Rgywb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLap3Rgywb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLap3Rgywb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLap3Rgywb .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-sLap3Rgywb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLap3Rgywb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLap3Rgywb .dropdown-item.active,
.cid-sLap3Rgywb .dropdown-item:active {
  background-color: transparent;
}
.cid-sLap3Rgywb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLap3Rgywb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLap3Rgywb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLap3Rgywb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b51423;
}
.cid-sLap3Rgywb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLap3Rgywb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLap3Rgywb ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLap3Rgywb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLap3Rgywb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b51423;
}
.cid-sLap3Rgywb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLap3Rgywb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLap3Rgywb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLap3Rgywb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLap3Rgywb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLap3Rgywb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLap3Rgywb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLap3Rgywb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLap3Rgywb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLap3Rgywb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLap3Rgywb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLap3Rgywb .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-sLap3Rgywb .navbar {
    height: 70px;
  }
  .cid-sLap3Rgywb .navbar.opened {
    height: auto;
  }
  .cid-sLap3Rgywb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLap3KPQcb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b51423;
}
.cid-sLap3KPQcb .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sLap3KPQcb .foot-menu {
  margin-bottom: 0;
}
.cid-sLap3KPQcb ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sLap3KPQcb li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sLap3KPQcb li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sLap3KPQcb ul {
    text-align: left;
  }
  .cid-sLap3KPQcb .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-sLbnN0yHSI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/art-bit-aktuelnosti-1417x1063.jpg");
}
.cid-sLbnN0yHSI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLbnN0yHSI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sLbnN0yHSI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sLbnN0yHSI .container {
  height: 50vh;
}
.cid-sLbnN0yHSI .row {
  align-items: center;
  height: 100%;
}
.cid-tUph4gHwTA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUph4gHwTA .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-tUph4gHwTA .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-tUph4gHwTA .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tUph4gHwTA .mbr-text {
    margin-top: .75rem;
  }
}
.cid-tUph4gHwTA .mbr-section-title {
  color: #b51423;
  text-align: center;
}
.cid-v06cc33s8q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v06cc33s8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v06cc33s8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v06cc33s8q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v06cc33s8q .row {
  flex-direction: row-reverse;
}
.cid-v06cc33s8q img {
  width: 100%;
}
.cid-usAsnk8iEz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usAsnk8iEz .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-usAsnk8iEz .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-usAsnk8iEz .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-usAsnk8iEz .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-usAsnk8iEz .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-usAsnk8iEz .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-usAsnk8iEz .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-usAsnk8iEz .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-usAsnk8iEz .item-wrapper {
  padding: 0 1rem;
}
.cid-usAsnk8iEz .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-usAsnk8iEz .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-usAsnk8iEz .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-usAsnk8iEz .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-usAsnk8iEz .card-text {
  margin-bottom: 1.25rem;
}
.cid-usAsnk8iEz .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-usAsnk8iEz .card-descr {
    margin-right: -1rem;
  }
}
.cid-usAsnk8iEz img,
.cid-usAsnk8iEz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usAsnk8iEz .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-usAsnk8iEz .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-usAsnk8iEz .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-usAsnk8iEz .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-usAsnk8iEz .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-usAsnk8iEz .card-text {
    margin-bottom: .75rem;
  }
  .cid-usAsnk8iEz .card-descr {
    right: 1rem;
  }
}
.cid-usAsWR6xDN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usAsWR6xDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usAsWR6xDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usAsWR6xDN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usAsWR6xDN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-usAsWR6xDN .container {
    padding: 0;
  }
}
.cid-usAsWR6xDN .row {
  justify-content: center;
}
.cid-usAsWR6xDN .title-wrapper {
  padding: 0 16px;
}
.cid-usAsWR6xDN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usAsWR6xDN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tUpnKKrWhI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUpnKKrWhI .container {
    padding: 0 24px;
  }
}
.cid-tUpnKKrWhI .card {
  justify-content: center;
}
.cid-tUpnKKrWhI .image-wrapper {
  border-top: 1px solid #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUpnKKrWhI .image-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tUpnKKrWhI .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUpnKKrWhI .image-wrapper img {
    height: 350px;
  }
}
.cid-tUDy9o1xIY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUDy9o1xIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUDy9o1xIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUDy9o1xIY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUDy9o1xIY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUDy9o1xIY .container {
    padding: 0;
  }
}
.cid-tUDy9o1xIY .row {
  justify-content: center;
}
.cid-tUDy9o1xIY .title-wrapper {
  padding: 0 16px;
}
.cid-tUDy9o1xIY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUDy9o1xIY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tUDysPNBaJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUDysPNBaJ .container {
    padding: 0 24px;
  }
}
.cid-tUDysPNBaJ .card {
  justify-content: center;
}
.cid-tUDysPNBaJ .image-wrapper {
  border-top: 1px solid #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUDysPNBaJ .image-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tUDysPNBaJ .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUDysPNBaJ .image-wrapper img {
    height: 350px;
  }
}
.cid-sNZ4w0qC5b {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNZ4w0qC5b .title__block {
  margin-bottom: 45px;
}
.cid-sNZ4w0qC5b .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #b51423;
}
.cid-sNZ4w0qC5b .mbr-section-title b,
.cid-sNZ4w0qC5b .mbr-section-title strong {
  font-weight: 500;
}
.cid-sNZ4w0qC5b .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sNZ4w0qC5b .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-sNZ4w0qC5b .video-block {
    width: 100% !important;
  }
  .cid-sNZ4w0qC5b .title__block {
    margin-bottom: 30px;
  }
}
.cid-tGlrk2Rq6d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGlrk2Rq6d .title__block {
  margin-bottom: 45px;
}
.cid-tGlrk2Rq6d .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #b51423;
}
.cid-tGlrk2Rq6d .mbr-section-title b,
.cid-tGlrk2Rq6d .mbr-section-title strong {
  font-weight: 500;
}
.cid-tGlrk2Rq6d .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tGlrk2Rq6d .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tGlrk2Rq6d .video-block {
    width: 100% !important;
  }
  .cid-tGlrk2Rq6d .title__block {
    margin-bottom: 30px;
  }
}
.cid-tGlrkTRGIE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGlrkTRGIE .title__block {
  margin-bottom: 45px;
}
.cid-tGlrkTRGIE .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #b51423;
}
.cid-tGlrkTRGIE .mbr-section-title b,
.cid-tGlrkTRGIE .mbr-section-title strong {
  font-weight: 500;
}
.cid-tGlrkTRGIE .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tGlrkTRGIE .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tGlrkTRGIE .video-block {
    width: 100% !important;
  }
  .cid-tGlrkTRGIE .title__block {
    margin-bottom: 30px;
  }
}
.cid-tGltevmii4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGltevmii4 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
  color: #b51423;
}
.cid-tGltevmii4 .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.cid-tGltevmii4 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-tGltevmii4 .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-tGltevmii4 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGltevmii4 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-tGltevmii4 .linkBtn {
  text-align: left;
}
.cid-tGlqs9MhBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGlqs9MhBT .title__block {
  margin-bottom: 45px;
}
.cid-tGlqs9MhBT .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #b51423;
}
.cid-tGlqs9MhBT .mbr-section-title b,
.cid-tGlqs9MhBT .mbr-section-title strong {
  font-weight: 500;
}
.cid-tGlqs9MhBT .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tGlqs9MhBT .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tGlqs9MhBT .video-block {
    width: 100% !important;
  }
  .cid-tGlqs9MhBT .title__block {
    margin-bottom: 30px;
  }
}
.cid-tGlqs9MhBT .mbr-section-subtitle {
  color: #b51423;
}
.cid-sNZ51FVQbq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNZ51FVQbq .title__block {
  margin-bottom: 45px;
}
.cid-sNZ51FVQbq .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #b51423;
}
.cid-sNZ51FVQbq .mbr-section-title b,
.cid-sNZ51FVQbq .mbr-section-title strong {
  font-weight: 500;
}
.cid-sNZ51FVQbq .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sNZ51FVQbq .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-sNZ51FVQbq .video-block {
    width: 100% !important;
  }
  .cid-sNZ51FVQbq .title__block {
    margin-bottom: 30px;
  }
}
.cid-sLap3PcJrl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sLap3PcJrl .foot-menu {
  margin-bottom: 0;
}
.cid-sLap3PcJrl ul {
  list-style: none;
  padding: 0;
}
.cid-sLap3PcJrl li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sLap3PcJrl li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-sLap3PcJrl ul li:last-child {
  padding-right: 0;
}
.cid-sLap3PcJrl ul li:last-child:after {
  content: none;
}
.cid-sLap3PcJrl .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sLap3PcJrl .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sLap3PcJrl .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sLap3PcJrl H4 {
  color: #b51423;
}
.cid-sLiZ9esdmK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLiZ9esdmK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sLiZ9esdmK .nav-item {
    margin: 0 !important;
  }
}
.cid-sLiZ9esdmK .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-sLiZ9esdmK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sLiZ9esdmK .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLiZ9esdmK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sLiZ9esdmK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLiZ9esdmK .nav-link {
  position: relative;
}
.cid-sLiZ9esdmK .container {
  display: flex;
  margin: auto;
}
.cid-sLiZ9esdmK .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLiZ9esdmK .dropdown-menu,
.cid-sLiZ9esdmK .navbar.opened {
  background: #b51423 !important;
}
.cid-sLiZ9esdmK .nav-item:focus,
.cid-sLiZ9esdmK .nav-link:focus {
  outline: none;
}
.cid-sLiZ9esdmK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLiZ9esdmK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLiZ9esdmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLiZ9esdmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLiZ9esdmK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLiZ9esdmK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLiZ9esdmK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #b51423;
}
.cid-sLiZ9esdmK .navbar.opened {
  transition: all 0.3s;
}
.cid-sLiZ9esdmK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLiZ9esdmK .navbar .navbar-logo img {
  width: auto;
}
.cid-sLiZ9esdmK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLiZ9esdmK .navbar.collapsed {
  justify-content: center;
}
.cid-sLiZ9esdmK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLiZ9esdmK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLiZ9esdmK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLiZ9esdmK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLiZ9esdmK .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-sLiZ9esdmK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLiZ9esdmK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLiZ9esdmK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLiZ9esdmK .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sLiZ9esdmK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLiZ9esdmK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLiZ9esdmK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLiZ9esdmK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLiZ9esdmK .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-sLiZ9esdmK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLiZ9esdmK .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sLiZ9esdmK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLiZ9esdmK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLiZ9esdmK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLiZ9esdmK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLiZ9esdmK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLiZ9esdmK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLiZ9esdmK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLiZ9esdmK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLiZ9esdmK .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-sLiZ9esdmK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLiZ9esdmK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLiZ9esdmK .dropdown-item.active,
.cid-sLiZ9esdmK .dropdown-item:active {
  background-color: transparent;
}
.cid-sLiZ9esdmK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLiZ9esdmK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLiZ9esdmK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLiZ9esdmK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b51423;
}
.cid-sLiZ9esdmK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLiZ9esdmK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLiZ9esdmK ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLiZ9esdmK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLiZ9esdmK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b51423;
}
.cid-sLiZ9esdmK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLiZ9esdmK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLiZ9esdmK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLiZ9esdmK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLiZ9esdmK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLiZ9esdmK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLiZ9esdmK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLiZ9esdmK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLiZ9esdmK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLiZ9esdmK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sLiZ9esdmK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLiZ9esdmK .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-sLiZ9esdmK .navbar {
    height: 70px;
  }
  .cid-sLiZ9esdmK .navbar.opened {
    height: auto;
  }
  .cid-sLiZ9esdmK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLiZ99id1A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b51423;
}
.cid-sLiZ99id1A .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sLiZ99id1A .foot-menu {
  margin-bottom: 0;
}
.cid-sLiZ99id1A ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sLiZ99id1A li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sLiZ99id1A li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sLiZ99id1A ul {
    text-align: left;
  }
  .cid-sLiZ99id1A .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-v069t1mYnd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v069t1mYnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v069t1mYnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v069t1mYnd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v069t1mYnd .row {
  flex-direction: row-reverse;
}
.cid-v069t1mYnd img {
  width: 100%;
}
.cid-sLiZ9bqH5P {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sLiZ9bqH5P .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #b51423;
}
.cid-sLiZ9bqH5P .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #000000;
}
.cid-sLiZ9bqH5P .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #000000;
}
.cid-sLiZ9bqH5P .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sLiZ9bqH5P .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sLiZ9bqH5P .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sLiZ9cHIOs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sLiZ9cHIOs .foot-menu {
  margin-bottom: 0;
}
.cid-sLiZ9cHIOs ul {
  list-style: none;
  padding: 0;
}
.cid-sLiZ9cHIOs li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sLiZ9cHIOs li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-sLiZ9cHIOs ul li:last-child {
  padding-right: 0;
}
.cid-sLiZ9cHIOs ul li:last-child:after {
  content: none;
}
.cid-sLiZ9cHIOs .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sLiZ9cHIOs .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sLiZ9cHIOs .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sLiZ9cHIOs H4 {
  color: #b51423;
}
.cid-sNZ8YdRsrY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNZ8YdRsrY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sNZ8YdRsrY .nav-item {
    margin: 0 !important;
  }
}
.cid-sNZ8YdRsrY .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-sNZ8YdRsrY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sNZ8YdRsrY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sNZ8YdRsrY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sNZ8YdRsrY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNZ8YdRsrY .nav-link {
  position: relative;
}
.cid-sNZ8YdRsrY .container {
  display: flex;
  margin: auto;
}
.cid-sNZ8YdRsrY .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNZ8YdRsrY .dropdown-menu,
.cid-sNZ8YdRsrY .navbar.opened {
  background: #b51423 !important;
}
.cid-sNZ8YdRsrY .nav-item:focus,
.cid-sNZ8YdRsrY .nav-link:focus {
  outline: none;
}
.cid-sNZ8YdRsrY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNZ8YdRsrY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNZ8YdRsrY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNZ8YdRsrY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNZ8YdRsrY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNZ8YdRsrY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNZ8YdRsrY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #b51423;
}
.cid-sNZ8YdRsrY .navbar.opened {
  transition: all 0.3s;
}
.cid-sNZ8YdRsrY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNZ8YdRsrY .navbar .navbar-logo img {
  width: auto;
}
.cid-sNZ8YdRsrY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNZ8YdRsrY .navbar.collapsed {
  justify-content: center;
}
.cid-sNZ8YdRsrY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNZ8YdRsrY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNZ8YdRsrY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNZ8YdRsrY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNZ8YdRsrY .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-sNZ8YdRsrY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNZ8YdRsrY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNZ8YdRsrY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNZ8YdRsrY .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sNZ8YdRsrY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNZ8YdRsrY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNZ8YdRsrY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNZ8YdRsrY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNZ8YdRsrY .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-sNZ8YdRsrY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNZ8YdRsrY .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sNZ8YdRsrY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sNZ8YdRsrY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNZ8YdRsrY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNZ8YdRsrY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNZ8YdRsrY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNZ8YdRsrY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNZ8YdRsrY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNZ8YdRsrY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNZ8YdRsrY .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-sNZ8YdRsrY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNZ8YdRsrY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNZ8YdRsrY .dropdown-item.active,
.cid-sNZ8YdRsrY .dropdown-item:active {
  background-color: transparent;
}
.cid-sNZ8YdRsrY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNZ8YdRsrY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNZ8YdRsrY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNZ8YdRsrY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b51423;
}
.cid-sNZ8YdRsrY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNZ8YdRsrY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNZ8YdRsrY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sNZ8YdRsrY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNZ8YdRsrY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b51423;
}
.cid-sNZ8YdRsrY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNZ8YdRsrY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNZ8YdRsrY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNZ8YdRsrY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNZ8YdRsrY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNZ8YdRsrY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNZ8YdRsrY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNZ8YdRsrY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNZ8YdRsrY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNZ8YdRsrY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNZ8YdRsrY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNZ8YdRsrY .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-sNZ8YdRsrY .navbar {
    height: 70px;
  }
  .cid-sNZ8YdRsrY .navbar.opened {
    height: auto;
  }
  .cid-sNZ8YdRsrY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNZ8Y866Ga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b51423;
}
.cid-sNZ8Y866Ga .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sNZ8Y866Ga .foot-menu {
  margin-bottom: 0;
}
.cid-sNZ8Y866Ga ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sNZ8Y866Ga li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sNZ8Y866Ga li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sNZ8Y866Ga ul {
    text-align: left;
  }
  .cid-sNZ8Y866Ga .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-sNZoqLb2gE {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNZoqLb2gE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNZoqLb2gE .row {
  flex-direction: row-reverse;
}
.cid-sNZoqLb2gE img {
  width: 100%;
}
.cid-sNZagQ5Sd9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNZagQ5Sd9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #373c42;
  margin-bottom: 2rem;
}
.cid-sNZagQ5Sd9 .card-wrapper {
  padding: 3rem;
  background: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sNZagQ5Sd9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNZagQ5Sd9 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sNZagQ5Sd9 .mbr-section-title {
  color: #b51423;
}
.cid-v06z1Sjspq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v06z1Sjspq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #373c42;
  margin-bottom: 2rem;
}
.cid-v06z1Sjspq .card-wrapper {
  padding: 3rem;
  background: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v06z1Sjspq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v06z1Sjspq .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v06z1Sjspq .mbr-section-title {
  color: #b51423;
}
.cid-sNZ8YcbQat {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sNZ8YcbQat .foot-menu {
  margin-bottom: 0;
}
.cid-sNZ8YcbQat ul {
  list-style: none;
  padding: 0;
}
.cid-sNZ8YcbQat li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sNZ8YcbQat li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-sNZ8YcbQat ul li:last-child {
  padding-right: 0;
}
.cid-sNZ8YcbQat ul li:last-child:after {
  content: none;
}
.cid-sNZ8YcbQat .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sNZ8YcbQat .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sNZ8YcbQat .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sNZ8YcbQat H4 {
  color: #b51423;
}
