.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #fb0d0d !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb0d0d !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ae0303 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae0303 !important;
  border-color: #ae0303 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !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 {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #fb0d0d;
  color: #fb0d0d;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae0303 !important;
  background-color: transparent!important;
  border-color: #ae0303 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb0d0d !important;
  border-color: #fb0d0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #fb0d0d !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f0303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fb0d0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb0d0d;
  border-color: #fb0d0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb0d0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed6d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fb0d0d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #fb0d0d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb0d0d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb0d0d;
}
.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: #fb0d0d;
  border-bottom-color: #fb0d0d;
}
.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: #fb0d0d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !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='%23fb0d0d' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #fb0d0d !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #fb0d0d !important;
  border-color: #fb0d0d !important;
}
.cid-tDSvZhpJjC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSvZhpJjC nav.navbar {
  position: fixed;
}
.cid-tDSvZhpJjC .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-tDSvZhpJjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSvZhpJjC .dropdown-item:hover,
.cid-tDSvZhpJjC .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-tDSvZhpJjC .dropdown-item:hover span {
  color: white;
}
.cid-tDSvZhpJjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSvZhpJjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSvZhpJjC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSvZhpJjC .nav-link {
  position: relative;
}
.cid-tDSvZhpJjC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSvZhpJjC .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSvZhpJjC .navbar-caption:hover,
.cid-tDSvZhpJjC .navbar-caption:focus {
  color: #fb0d0d !important;
}
.cid-tDSvZhpJjC .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSvZhpJjC .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item:hover {
  color: #fb0d0d;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item a:hover {
  color: #fb0d0d !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-tDSvZhpJjC .dropdown-menu,
.cid-tDSvZhpJjC .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSvZhpJjC .nav-item:focus,
.cid-tDSvZhpJjC .nav-link:focus {
  outline: none;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSvZhpJjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSvZhpJjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSvZhpJjC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSvZhpJjC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSvZhpJjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSvZhpJjC .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSvZhpJjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSvZhpJjC .navbar.collapsed {
  justify-content: center;
}
.cid-tDSvZhpJjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSvZhpJjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSvZhpJjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSvZhpJjC .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-tDSvZhpJjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSvZhpJjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSvZhpJjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSvZhpJjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSvZhpJjC .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-tDSvZhpJjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSvZhpJjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSvZhpJjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSvZhpJjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSvZhpJjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSvZhpJjC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSvZhpJjC .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSvZhpJjC .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;
  width: 25%;
}
.cid-tDSvZhpJjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSvZhpJjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSvZhpJjC .dropdown-item.active,
.cid-tDSvZhpJjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSvZhpJjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSvZhpJjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSvZhpJjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSvZhpJjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSvZhpJjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSvZhpJjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSvZhpJjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSvZhpJjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSvZhpJjC .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-tDSvZhpJjC .navbar {
    height: 70px;
  }
  .cid-tDSvZhpJjC .navbar.opened {
    height: auto;
  }
  .cid-tDSvZhpJjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSvZhpJjC .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSvZhpJjC .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSvZhpJjC .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSvZhpJjC .navbar-collapse {
    width: 100%;
  }
  .cid-tDSvZhpJjC .navbar-nav {
    width: 100%;
  }
  .cid-tDSvZhpJjC .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tDSvZEeXE2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/22-1254x836.jpg");
}
.cid-tDSvZEeXE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvZEeXE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvZEeXE2 .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDSvZEeXE2 .col-text {
    max-width: 624px;
  }
}
.cid-tDSvZEeXE2 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tDSvZEeXE2 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tDSvZEeXE2 .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-tDSvZEeXE2 .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tDSvZEeXE2 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tDSvZEeXE2 .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tDSvZEeXE2 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tDSvZEeXE2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tDSvZEeXE2 .card-title {
  color: #FFFFFF;
}
.cid-tDSwnmMeVd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1c1c1;
}
.cid-tDSwnmMeVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSwnmMeVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSwnmMeVd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSwnmMeVd .mbr-section-title {
  color: #24262b;
}
.cid-tDSwnmMeVd .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSwnmMeVd .items-row {
  row-gap: 32px;
}
.cid-tDSwnmMeVd .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tDSwnmMeVd .item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #c1c1c1;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tDSwnmMeVd .item-img {
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tDSwnmMeVd .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tDSwnmMeVd .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 80px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSwnmMeVd .item-content {
    text-align: center;
  }
}
.cid-tDSwnmMeVd .card-title {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tDSwnmMeVd .card-text {
  display: inline;
  color: #24262b;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
.cid-tDSwnmMeVd .card-text:hover {
  color: #fb0d0d !important;
  border-bottom: 2px solid #fb0d0d;
}
.cid-tDSwnmMeVd .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOFEacSS2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOFEacSS2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOFEacSS2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOFEacSS2e .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .container {
    padding: 0 30px;
  }
}
.cid-tOFEacSS2e .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #33363b;
  border-bottom: 10px solid #33363b;
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .card-wrapper {
    display: block;
  }
}
.cid-tOFEacSS2e .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOFEacSS2e .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOFEacSS2e .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOFEacSS2e .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOFEacSS2e .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOFEacSS2e .mbr-section-title {
  color: #000000;
}
.cid-tOFEacSS2e .mbr-text {
  color: #000000;
}
.cid-tHjV1BzxI8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1c1c1;
}
.cid-tHjV1BzxI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHjV1BzxI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHjV1BzxI8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tHjV1BzxI8 .mbr-section-title {
  color: #24262b;
}
.cid-tHjV1BzxI8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tHjV1BzxI8 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tHjV1BzxI8 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tHjV1BzxI8 .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tHjV1BzxI8 .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tHjV1BzxI8 .card-1 .card-wrap {
  background: #c1c1c1;
}
.cid-tHjV1BzxI8 .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tHjV1BzxI8 .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tHjV1BzxI8 .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tHjV1BzxI8 .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tHjV1BzxI8 .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tHjV1BzxI8 .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHjV1BzxI8 .item-content {
    text-align: center;
  }
}
.cid-tHjV1BzxI8 .card-title-1 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tHjV1BzxI8 .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-tHjV1BzxI8 .card-text-1:hover {
  color: #fb0d0d !important;
}
.cid-tHjV1BzxI8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tHjV1BzxI8 .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #e7d8d6;
}
.cid-tHjV1BzxI8 .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-tHjV1BzxI8 .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHjV1BzxI8 .card-2 .item-text {
    text-align: center;
  }
}
.cid-tHjV1BzxI8 .card-label-2 {
  margin-bottom: 16px;
  color: #767676;
}
.cid-tHjV1BzxI8 .card-title-2 {
  color: #24262b;
}
.cid-tHjV1BzxI8 .card-subtitle-2 {
  color: #24262b;
}
.cid-tHjV1BzxI8 .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-tHjV1BzxI8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tHjT4Vpbui {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHjT4Vpbui .mbr-section-head {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: -100%;
}
@media (max-width: 991px) {
  .cid-tHjT4Vpbui .mbr-section-head {
    padding-top: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tHjT4Vpbui .mbr-section-head {
    text-align: center;
  }
}
.cid-tHjT4Vpbui .mbr-section-title {
  color: #767676;
}
.cid-tHjT4Vpbui .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
}
.cid-tHjT4Vpbui .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tHjT4Vpbui .item-footer {
  margin-top: 16px;
}
.cid-tHjT4Vpbui .items-row {
  row-gap: 48px;
}
.cid-tHjT4Vpbui .item {
  cursor: pointer;
}
.cid-tHjT4Vpbui .item:focus,
.cid-tHjT4Vpbui span:focus {
  outline: none;
}
.cid-tHjT4Vpbui .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tHjT4Vpbui .item-wrapper .item-img .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tHjT4Vpbui .item-wrapper .item-img .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tHjT4Vpbui .item-wrapper .item-img .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tHjT4Vpbui .item-wrapper:hover .item-img .mbr-section-btn {
    opacity: 1 !important;
    bottom: 0.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tHjT4Vpbui .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tHjT4Vpbui .item-long .item-wrapper {
  flex-direction: row;
  align-items: center;
  max-width: 700px;
  min-height: 350px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tHjT4Vpbui .item-long .item-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .cid-tHjT4Vpbui .item-long .item-img {
    width: 80%;
    margin-left: auto;
  }
}
.cid-tHjT4Vpbui img {
  width: 100%;
  aspect-ratio: calc(417 / (78 * 4));
  object-fit: cover;
}
.cid-tHjT4Vpbui .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-tHjT4Vpbui .item-title {
  color: #24262b;
}
.cid-tHjT4Vpbui .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tHjT4Vpbui .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tHjVlYDuCi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #c1c1c1;
}
.cid-tHjVlYDuCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHjVlYDuCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHjVlYDuCi .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHjVlYDuCi .col-text {
    max-width: 624px;
  }
}
.cid-tHjVlYDuCi .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tHjVlYDuCi .mbr-section-subtitle {
  color: #33363b;
}
.cid-tHjVlYDuCi .mbr-text {
  margin-top: 24px;
  color: #33363b;
  text-align: left;
}
.cid-tHjVlYDuCi .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tHjVlYDuCi .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tHjVlYDuCi .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tHjVlYDuCi .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tHjVlYDuCi .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tHjVlYDuCi .card-title {
  color: #FFFFFF;
}
.cid-tOBH9Nz8na {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOBH9Nz8na .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBH9Nz8na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOBH9Nz8na .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tOBH9Nz8na .mbr-section-title {
  color: #24262b;
}
.cid-tOBH9Nz8na .mbr-section-subtitle {
  color: #24262b;
}
.cid-tOBH9Nz8na .cards-row {
  row-gap: 32px;
}
.cid-tOBH9Nz8na .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tOBH9Nz8na .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tOBH9Nz8na .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tOBH9Nz8na .card-subtitle {
  color: #24262b;
}
.cid-tOBH9Nz8na .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tOBH9Nz8na .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOBH9Nz8na .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tOBH9Nz8na .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tOBLcqcAwB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-tOBLcqcAwB .row-links {
  width: 100%;
}
.cid-tOBLcqcAwB .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tOBLcqcAwB .col-lg-6 {
  height: fit-content;
}
.cid-tOBLcqcAwB .soc-item {
  background: #fb0d0d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tOBLcqcAwB .soc-item:hover {
  transform: scale(1.1);
}
.cid-tOBLcqcAwB .row {
  align-items: center;
}
.cid-tOBLcqcAwB .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tOBLcqcAwB .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tOBLcqcAwB .row .foot-menu li:hover {
  color: #fb0d0d;
}
.cid-tOBLcqcAwB .row .foot-menu li p {
  margin: 0;
}
.cid-tOBLcqcAwB .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOBLcqcAwB .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tOBLcqcAwB .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tOBLcqcAwB .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tOBLcqcAwB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOBLcqcAwB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOBLcqcAwB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOBLcqcAwB .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tOBLcqcAwB .row-links {
    justify-content: center;
  }
  .cid-tOBLcqcAwB .foot-menu {
    justify-content: center;
  }
  .cid-tOBLcqcAwB .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tOBLcqcAwB .social-row {
    justify-content: center;
  }
  .cid-tOBLcqcAwB .mbr-text {
    text-align: center;
  }
  .cid-tOBLcqcAwB li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOBLcqcAwB .foot-menu {
    flex-direction: column;
  }
}
.cid-tOBLcqcAwB .foot-menu-item {
  color: #29361a;
}
.cid-tOBLcqcAwB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOBLcqcAwB .foot-menu-item DIV {
  color: #fb0d0d;
}
.cid-tOBLcqcAwB .foot-menu-item B {
  color: #33363b;
}
.cid-uNqRDVrb6c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uNqRDVrb6c nav.navbar {
  position: fixed;
}
.cid-uNqRDVrb6c .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-uNqRDVrb6c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNqRDVrb6c .dropdown-item:hover,
.cid-uNqRDVrb6c .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-uNqRDVrb6c .dropdown-item:hover span {
  color: white;
}
.cid-uNqRDVrb6c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNqRDVrb6c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNqRDVrb6c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNqRDVrb6c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNqRDVrb6c .nav-link {
  position: relative;
}
.cid-uNqRDVrb6c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNqRDVrb6c .container {
    flex-wrap: nowrap;
  }
}
.cid-uNqRDVrb6c .navbar-caption:hover,
.cid-uNqRDVrb6c .navbar-caption:focus {
  color: #fb0d0d !important;
}
.cid-uNqRDVrb6c .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uNqRDVrb6c .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item:hover {
  color: #fb0d0d;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item a:hover {
  color: #fb0d0d !important;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uNqRDVrb6c .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uNqRDVrb6c .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-uNqRDVrb6c .dropdown-menu,
.cid-uNqRDVrb6c .navbar.opened {
  background: #ffffff !important;
}
.cid-uNqRDVrb6c .nav-item:focus,
.cid-uNqRDVrb6c .nav-link:focus {
  outline: none;
}
.cid-uNqRDVrb6c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNqRDVrb6c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNqRDVrb6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNqRDVrb6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNqRDVrb6c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNqRDVrb6c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNqRDVrb6c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uNqRDVrb6c .navbar.opened {
  transition: all 0.3s;
}
.cid-uNqRDVrb6c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNqRDVrb6c .navbar .navbar-logo img {
  width: auto;
}
.cid-uNqRDVrb6c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNqRDVrb6c .navbar.collapsed {
  justify-content: center;
}
.cid-uNqRDVrb6c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNqRDVrb6c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNqRDVrb6c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uNqRDVrb6c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNqRDVrb6c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNqRDVrb6c .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-uNqRDVrb6c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNqRDVrb6c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNqRDVrb6c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNqRDVrb6c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNqRDVrb6c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNqRDVrb6c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNqRDVrb6c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNqRDVrb6c .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-uNqRDVrb6c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNqRDVrb6c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNqRDVrb6c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNqRDVrb6c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNqRDVrb6c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNqRDVrb6c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNqRDVrb6c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNqRDVrb6c .navbar.navbar-short {
  min-height: 70px;
}
.cid-uNqRDVrb6c .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;
  width: 25%;
}
.cid-uNqRDVrb6c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNqRDVrb6c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNqRDVrb6c .dropdown-item.active,
.cid-uNqRDVrb6c .dropdown-item:active {
  background-color: transparent;
}
.cid-uNqRDVrb6c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNqRDVrb6c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNqRDVrb6c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNqRDVrb6c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNqRDVrb6c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNqRDVrb6c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNqRDVrb6c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNqRDVrb6c .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uNqRDVrb6c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNqRDVrb6c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNqRDVrb6c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNqRDVrb6c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqRDVrb6c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqRDVrb6c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNqRDVrb6c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqRDVrb6c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNqRDVrb6c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNqRDVrb6c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqRDVrb6c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNqRDVrb6c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNqRDVrb6c .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-uNqRDVrb6c .navbar {
    height: 70px;
  }
  .cid-uNqRDVrb6c .navbar.opened {
    height: auto;
  }
  .cid-uNqRDVrb6c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNqRDVrb6c .container-fluid {
  padding: 0 1rem !important;
}
.cid-uNqRDVrb6c .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uNqRDVrb6c .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uNqRDVrb6c .navbar-collapse {
    width: 100%;
  }
  .cid-uNqRDVrb6c .navbar-nav {
    width: 100%;
  }
  .cid-uNqRDVrb6c .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uNqRDWBTUR {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/69656e16-fefc-4464-b706-85cf83e23acf.webp");
}
.cid-uNqRDWBTUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqRDWBTUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqRDWBTUR .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNqRDWBTUR .col-text {
    max-width: 624px;
  }
}
.cid-uNqRDWBTUR .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uNqRDWBTUR .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uNqRDWBTUR .mbr-text {
  margin-top: 24px;
  color: #ffffff;
}
.cid-uNqRDWBTUR .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uNqRDWBTUR .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uNqRDWBTUR .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uNqRDWBTUR .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uNqRDWBTUR .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uNqRDWBTUR .card-title {
  color: #FFFFFF;
}
.cid-uNqRDXzfKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNqRDXzfKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqRDXzfKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqRDXzfKT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNqRDXzfKT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uNqRDXzfKT .container {
    padding: 0 25px;
  }
}
.cid-uNqRDXzfKT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNqRDXzfKT .mbr-text {
  color: #E33030;
}
.cid-uNqRDXzfKT .mbr-text,
.cid-uNqRDXzfKT .text-wrapper {
  color: #ffffff;
}
.cid-uNqRDYkKr1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-uNqRDYkKr1 .row-links {
  width: 100%;
}
.cid-uNqRDYkKr1 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNqRDYkKr1 .col-lg-6 {
  height: fit-content;
}
.cid-uNqRDYkKr1 .soc-item {
  background: #fb0d0d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uNqRDYkKr1 .soc-item:hover {
  transform: scale(1.1);
}
.cid-uNqRDYkKr1 .row {
  align-items: center;
}
.cid-uNqRDYkKr1 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uNqRDYkKr1 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uNqRDYkKr1 .row .foot-menu li:hover {
  color: #fb0d0d;
}
.cid-uNqRDYkKr1 .row .foot-menu li p {
  margin: 0;
}
.cid-uNqRDYkKr1 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNqRDYkKr1 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uNqRDYkKr1 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uNqRDYkKr1 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNqRDYkKr1 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNqRDYkKr1 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uNqRDYkKr1 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uNqRDYkKr1 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNqRDYkKr1 .row-links {
    justify-content: center;
  }
  .cid-uNqRDYkKr1 .foot-menu {
    justify-content: center;
  }
  .cid-uNqRDYkKr1 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uNqRDYkKr1 .social-row {
    justify-content: center;
  }
  .cid-uNqRDYkKr1 .mbr-text {
    text-align: center;
  }
  .cid-uNqRDYkKr1 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNqRDYkKr1 .foot-menu {
    flex-direction: column;
  }
}
.cid-uNqRDYkKr1 .foot-menu-item {
  color: #29361a;
}
.cid-uNqRDYkKr1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uNqRDYkKr1 .foot-menu-item DIV {
  color: #fb0d0d;
}
.cid-uNqRDYkKr1 .foot-menu-item B {
  color: #33363b;
}
.cid-tOFGxnkJo9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOFGxnkJo9 nav.navbar {
  position: fixed;
}
.cid-tOFGxnkJo9 .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-tOFGxnkJo9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOFGxnkJo9 .dropdown-item:hover,
.cid-tOFGxnkJo9 .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-tOFGxnkJo9 .dropdown-item:hover span {
  color: white;
}
.cid-tOFGxnkJo9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOFGxnkJo9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOFGxnkJo9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOFGxnkJo9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOFGxnkJo9 .nav-link {
  position: relative;
}
.cid-tOFGxnkJo9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOFGxnkJo9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tOFGxnkJo9 .navbar-caption:hover,
.cid-tOFGxnkJo9 .navbar-caption:focus {
  color: #fb0d0d !important;
}
.cid-tOFGxnkJo9 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item:hover {
  color: #fb0d0d;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item a:hover {
  color: #fb0d0d !important;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOFGxnkJo9 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOFGxnkJo9 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-tOFGxnkJo9 .dropdown-menu,
.cid-tOFGxnkJo9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tOFGxnkJo9 .nav-item:focus,
.cid-tOFGxnkJo9 .nav-link:focus {
  outline: none;
}
.cid-tOFGxnkJo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOFGxnkJo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOFGxnkJo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOFGxnkJo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOFGxnkJo9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOFGxnkJo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOFGxnkJo9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOFGxnkJo9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOFGxnkJo9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOFGxnkJo9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOFGxnkJo9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOFGxnkJo9 .navbar.collapsed {
  justify-content: center;
}
.cid-tOFGxnkJo9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOFGxnkJo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOFGxnkJo9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOFGxnkJo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOFGxnkJo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOFGxnkJo9 .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-tOFGxnkJo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOFGxnkJo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOFGxnkJo9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOFGxnkJo9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOFGxnkJo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOFGxnkJo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOFGxnkJo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOFGxnkJo9 .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-tOFGxnkJo9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOFGxnkJo9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOFGxnkJo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOFGxnkJo9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOFGxnkJo9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOFGxnkJo9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOFGxnkJo9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOFGxnkJo9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOFGxnkJo9 .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;
  width: 25%;
}
.cid-tOFGxnkJo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOFGxnkJo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOFGxnkJo9 .dropdown-item.active,
.cid-tOFGxnkJo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOFGxnkJo9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOFGxnkJo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOFGxnkJo9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOFGxnkJo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOFGxnkJo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOFGxnkJo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOFGxnkJo9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOFGxnkJo9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOFGxnkJo9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOFGxnkJo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOFGxnkJo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOFGxnkJo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOFGxnkJo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOFGxnkJo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOFGxnkJo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOFGxnkJo9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOFGxnkJo9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOFGxnkJo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOFGxnkJo9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOFGxnkJo9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOFGxnkJo9 .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-tOFGxnkJo9 .navbar {
    height: 70px;
  }
  .cid-tOFGxnkJo9 .navbar.opened {
    height: auto;
  }
  .cid-tOFGxnkJo9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOFGxnkJo9 .container-fluid {
  padding: 0 1rem !important;
}
.cid-tOFGxnkJo9 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tOFGxnkJo9 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOFGxnkJo9 .navbar-collapse {
    width: 100%;
  }
  .cid-tOFGxnkJo9 .navbar-nav {
    width: 100%;
  }
  .cid-tOFGxnkJo9 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tOFGxodxPA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/20-755x425.jpg");
}
.cid-tOFGxodxPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOFGxodxPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOFGxodxPA .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOFGxodxPA .col-text {
    max-width: 624px;
  }
}
.cid-tOFGxodxPA .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tOFGxodxPA .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tOFGxodxPA .mbr-text {
  margin-top: 24px;
  color: #ffffff;
}
.cid-tOFGxodxPA .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tOFGxodxPA .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tOFGxodxPA .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tOFGxodxPA .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tOFGxodxPA .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tOFGxodxPA .card-title {
  color: #FFFFFF;
}
.cid-tOFGM56JbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOFGM56JbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOFGM56JbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOFGM56JbL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOFGM56JbL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOFGM56JbL .container {
    padding: 0 25px;
  }
}
.cid-tOFGM56JbL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOFGM56JbL .mbr-text {
  color: #E33030;
}
.cid-tOFGM56JbL .mbr-text,
.cid-tOFGM56JbL .text-wrapper {
  color: #ffffff;
}
.cid-tOFGxvfsKy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-tOFGxvfsKy .row-links {
  width: 100%;
}
.cid-tOFGxvfsKy .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-tOFGxvfsKy .col-lg-6 {
  height: fit-content;
}
.cid-tOFGxvfsKy .soc-item {
  background: #fb0d0d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tOFGxvfsKy .soc-item:hover {
  transform: scale(1.1);
}
.cid-tOFGxvfsKy .row {
  align-items: center;
}
.cid-tOFGxvfsKy .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tOFGxvfsKy .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-tOFGxvfsKy .row .foot-menu li:hover {
  color: #fb0d0d;
}
.cid-tOFGxvfsKy .row .foot-menu li p {
  margin: 0;
}
.cid-tOFGxvfsKy .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOFGxvfsKy .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tOFGxvfsKy .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tOFGxvfsKy .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tOFGxvfsKy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOFGxvfsKy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOFGxvfsKy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOFGxvfsKy .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tOFGxvfsKy .row-links {
    justify-content: center;
  }
  .cid-tOFGxvfsKy .foot-menu {
    justify-content: center;
  }
  .cid-tOFGxvfsKy .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-tOFGxvfsKy .social-row {
    justify-content: center;
  }
  .cid-tOFGxvfsKy .mbr-text {
    text-align: center;
  }
  .cid-tOFGxvfsKy li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tOFGxvfsKy .foot-menu {
    flex-direction: column;
  }
}
.cid-tOFGxvfsKy .foot-menu-item {
  color: #29361a;
}
.cid-tOFGxvfsKy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOFGxvfsKy .foot-menu-item DIV {
  color: #fb0d0d;
}
.cid-tOFGxvfsKy .foot-menu-item B {
  color: #33363b;
}
.cid-uNqSYaZPAA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uNqSYaZPAA nav.navbar {
  position: fixed;
}
.cid-uNqSYaZPAA .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-uNqSYaZPAA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNqSYaZPAA .dropdown-item:hover,
.cid-uNqSYaZPAA .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-uNqSYaZPAA .dropdown-item:hover span {
  color: white;
}
.cid-uNqSYaZPAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNqSYaZPAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNqSYaZPAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNqSYaZPAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNqSYaZPAA .nav-link {
  position: relative;
}
.cid-uNqSYaZPAA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNqSYaZPAA .container {
    flex-wrap: nowrap;
  }
}
.cid-uNqSYaZPAA .navbar-caption:hover,
.cid-uNqSYaZPAA .navbar-caption:focus {
  color: #fb0d0d !important;
}
.cid-uNqSYaZPAA .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uNqSYaZPAA .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item:hover {
  color: #fb0d0d;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item a:hover {
  color: #fb0d0d !important;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uNqSYaZPAA .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uNqSYaZPAA .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0d0d !important;
}
.cid-uNqSYaZPAA .dropdown-menu,
.cid-uNqSYaZPAA .navbar.opened {
  background: #ffffff !important;
}
.cid-uNqSYaZPAA .nav-item:focus,
.cid-uNqSYaZPAA .nav-link:focus {
  outline: none;
}
.cid-uNqSYaZPAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNqSYaZPAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNqSYaZPAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNqSYaZPAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNqSYaZPAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNqSYaZPAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNqSYaZPAA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uNqSYaZPAA .navbar.opened {
  transition: all 0.3s;
}
.cid-uNqSYaZPAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNqSYaZPAA .navbar .navbar-logo img {
  width: auto;
}
.cid-uNqSYaZPAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNqSYaZPAA .navbar.collapsed {
  justify-content: center;
}
.cid-uNqSYaZPAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNqSYaZPAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNqSYaZPAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uNqSYaZPAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNqSYaZPAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNqSYaZPAA .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-uNqSYaZPAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNqSYaZPAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNqSYaZPAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNqSYaZPAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNqSYaZPAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNqSYaZPAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNqSYaZPAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNqSYaZPAA .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-uNqSYaZPAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNqSYaZPAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNqSYaZPAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNqSYaZPAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNqSYaZPAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNqSYaZPAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNqSYaZPAA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNqSYaZPAA .navbar.navbar-short {
  min-height: 70px;
}
.cid-uNqSYaZPAA .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;
  width: 25%;
}
.cid-uNqSYaZPAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNqSYaZPAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNqSYaZPAA .dropdown-item.active,
.cid-uNqSYaZPAA .dropdown-item:active {
  background-color: transparent;
}
.cid-uNqSYaZPAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNqSYaZPAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNqSYaZPAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNqSYaZPAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNqSYaZPAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNqSYaZPAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNqSYaZPAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNqSYaZPAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uNqSYaZPAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNqSYaZPAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNqSYaZPAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNqSYaZPAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqSYaZPAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqSYaZPAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNqSYaZPAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqSYaZPAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNqSYaZPAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNqSYaZPAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqSYaZPAA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNqSYaZPAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNqSYaZPAA .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-uNqSYaZPAA .navbar {
    height: 70px;
  }
  .cid-uNqSYaZPAA .navbar.opened {
    height: auto;
  }
  .cid-uNqSYaZPAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNqSYaZPAA .container-fluid {
  padding: 0 1rem !important;
}
.cid-uNqSYaZPAA .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uNqSYaZPAA .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uNqSYaZPAA .navbar-collapse {
    width: 100%;
  }
  .cid-uNqSYaZPAA .navbar-nav {
    width: 100%;
  }
  .cid-uNqSYaZPAA .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uNqSYc4z9D {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/23-1024x683.jpg");
}
.cid-uNqSYc4z9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqSYc4z9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqSYc4z9D .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNqSYc4z9D .col-text {
    max-width: 624px;
  }
}
.cid-uNqSYc4z9D .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uNqSYc4z9D .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uNqSYc4z9D .mbr-text {
  margin-top: 24px;
  color: #ffffff;
}
.cid-uNqSYc4z9D .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uNqSYc4z9D .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uNqSYc4z9D .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uNqSYc4z9D .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uNqSYc4z9D .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uNqSYc4z9D .card-title {
  color: #FFFFFF;
}
.cid-uNqSYe4dHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNqSYe4dHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqSYe4dHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqSYe4dHf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNqSYe4dHf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uNqSYe4dHf .container {
    padding: 0 25px;
  }
}
.cid-uNqSYe4dHf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNqSYe4dHf .mbr-text {
  color: #E33030;
}
.cid-uNqSYe4dHf .mbr-text,
.cid-uNqSYe4dHf .text-wrapper {
  color: #ffffff;
}
.cid-uNqSYf0ODA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-uNqSYf0ODA .row-links {
  width: 100%;
}
.cid-uNqSYf0ODA .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uNqSYf0ODA .col-lg-6 {
  height: fit-content;
}
.cid-uNqSYf0ODA .soc-item {
  background: #fb0d0d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uNqSYf0ODA .soc-item:hover {
  transform: scale(1.1);
}
.cid-uNqSYf0ODA .row {
  align-items: center;
}
.cid-uNqSYf0ODA .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uNqSYf0ODA .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uNqSYf0ODA .row .foot-menu li:hover {
  color: #fb0d0d;
}
.cid-uNqSYf0ODA .row .foot-menu li p {
  margin: 0;
}
.cid-uNqSYf0ODA .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNqSYf0ODA .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uNqSYf0ODA .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uNqSYf0ODA .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNqSYf0ODA .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNqSYf0ODA .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uNqSYf0ODA .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uNqSYf0ODA .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNqSYf0ODA .row-links {
    justify-content: center;
  }
  .cid-uNqSYf0ODA .foot-menu {
    justify-content: center;
  }
  .cid-uNqSYf0ODA .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uNqSYf0ODA .social-row {
    justify-content: center;
  }
  .cid-uNqSYf0ODA .mbr-text {
    text-align: center;
  }
  .cid-uNqSYf0ODA li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNqSYf0ODA .foot-menu {
    flex-direction: column;
  }
}
.cid-uNqSYf0ODA .foot-menu-item {
  color: #29361a;
}
.cid-uNqSYf0ODA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uNqSYf0ODA .foot-menu-item DIV {
  color: #fb0d0d;
}
.cid-uNqSYf0ODA .foot-menu-item B {
  color: #33363b;
}
