body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #d8232a !important;
}
.bg-warning {
  background-color: #d8232a !important;
}
.bg-danger {
  background-color: #f3f3f3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8232a !important;
  border-color: #d8232a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #96181d !important;
  border-color: #96181d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #96181d !important;
  border-color: #96181d !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d8232a !important;
  border-color: #d8232a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #96181d !important;
  border-color: #96181d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #96181d !important;
  border-color: #96181d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #801519;
  color: #801519;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d8232a;
  border-color: #d8232a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d8232a !important;
  border-color: #d8232a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #801519;
  color: #801519;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d8232a;
  border-color: #d8232a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d8232a !important;
  border-color: #d8232a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c0c0c0;
  color: #c0c0c0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #d8232a !important;
}
.text-warning {
  color: #d8232a !important;
}
.text-danger {
  color: #f3f3f3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #801519 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #801519 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f3f3f3 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d8232a;
}
.alert-warning {
  background-color: #d8232a;
}
.alert-danger {
  background-color: #f3f3f3;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f7d0d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d0d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #7e7e7e !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='%23e1201d' %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;
}
hr {
  border: none;
  background-color: #f3f3f3;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #f3f3f3;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #f3f3f3;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #f3f3f3;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #f3f3f3 !important;
}
.btn-danger:hover {
  color: #f3f3f3 !important;
}
.btn-warning:hover {
  color: #d8232a !important;
}
.btn-success:hover {
  color: #000000 !important;
}
.btn-info:hover {
  color: #d8232a !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #f3f3f3 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #f3f3f3;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #000000 !important;
}
.btn-info-outline:hover::before {
  background-color: #d8232a !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #d8232a !important;
}
.btn-danger-outline:hover::before {
  background-color: #f3f3f3 !important;
}
.cid-u1NtDr9tDJ {
  z-index: 1000;
  width: 100%;
}
.cid-u1NtDr9tDJ nav.navbar {
  position: fixed;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NtDr9tDJ .dropdown-item:hover,
.cid-u1NtDr9tDJ .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .dropdown-item:hover span {
  color: white;
}
.cid-u1NtDr9tDJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NtDr9tDJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NtDr9tDJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NtDr9tDJ .nav-link {
  position: relative;
}
.cid-u1NtDr9tDJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NtDr9tDJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NtDr9tDJ .navbar-caption:hover,
.cid-u1NtDr9tDJ .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .dropdown-menu,
.cid-u1NtDr9tDJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NtDr9tDJ .nav-item:focus,
.cid-u1NtDr9tDJ .nav-link:focus {
  outline: none;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NtDr9tDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NtDr9tDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NtDr9tDJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NtDr9tDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NtDr9tDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NtDr9tDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NtDr9tDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NtDr9tDJ .navbar.collapsed {
  justify-content: center;
}
.cid-u1NtDr9tDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NtDr9tDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NtDr9tDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NtDr9tDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NtDr9tDJ .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NtDr9tDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NtDr9tDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NtDr9tDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NtDr9tDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NtDr9tDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NtDr9tDJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NtDr9tDJ .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NtDr9tDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NtDr9tDJ .dropdown-item.active,
.cid-u1NtDr9tDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NtDr9tDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NtDr9tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NtDr9tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NtDr9tDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NtDr9tDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NtDr9tDJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NtDr9tDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NtDr9tDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar {
    height: 70px;
  }
  .cid-u1NtDr9tDJ .navbar.opened {
    height: auto;
  }
  .cid-u1NtDr9tDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NtDr9tDJ .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NtDr9tDJ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NtDr9tDJ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NtDr9tDJ .navbar-collapse {
    width: 100%;
  }
  .cid-u1NtDr9tDJ .navbar-nav {
    width: 100%;
  }
  .cid-u1NtDr9tDJ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u1Nwcip6AB H1 {
  color: #e1201d;
}
.cid-u1Nwcip6AB h1 {
  color: #ffffff;
}
.cid-u1Nwcip6AB img {
  width: 100%;
}
.cid-u1Nwcip6AB .mbr-text,
.cid-u1Nwcip6AB .mbr-section-btn {
  color: #ffffff;
}
.cid-u1Nwcip6AB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u1Nwcip6AB H2 {
  color: #ffffff;
}
.cid-u1NIAzKRdI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u1NIAzKRdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1NIAzKRdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1NIAzKRdI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1NIAzKRdI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1NIAzKRdI .container {
    padding: 0 16px;
  }
}
.cid-u1NIAzKRdI .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1NIAzKRdI .row {
    margin: 0;
  }
}
.cid-u1NIAzKRdI .row .card {
  position: relative;
  padding: 0;
}
.cid-u1NIAzKRdI .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u1NIAzKRdI .decor-wrapper_2 {
  height: 30px;
}
.cid-u1NIAzKRdI .decor-wrapper_3 {
  height: 30px;
  background-color: #ffffff;
}
.cid-u1NIAzKRdI .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u1NIAzKRdI .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u1NIAzKRdI .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u1NIAzKRdI .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-s1wDT9zDAU {
  background-color: #ffffff;
}
.cid-s1wDT9zDAU .container {
  max-width: 1500px;
}
.cid-s1wDT9zDAU img {
  width: 100%;
}
.cid-s1wDT9zDAU h2 {
  padding: 0;
  margin: 0;
}
.cid-s1wDT9zDAU .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s1wDT9zDAU .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s1wDT9zDAU .img-col {
  position: relative;
}
.cid-s1wDT9zDAU .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s1wDT9zDAU .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s1wDT9zDAU .img-col {
    margin-bottom: 3rem;
  }
  .cid-s1wDT9zDAU .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s1wDT9zDAU .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s1wDT9zDAU .number {
    margin: auto;
  }
}
.cid-s1wDT9zDAU H2 {
  color: #000000;
}
.cid-s1wDT9zDAU .mbr-text {
  color: #000000;
}
.cid-s1wDT9zDAU H3 {
  color: #e1201d;
}
.cid-u1NHD50u2U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u1NHD50u2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1NHD50u2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1NHD50u2U .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .container {
    padding: 0 16px;
  }
}
.cid-u1NHD50u2U .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .row {
    margin: 0 10px;
  }
}
.cid-u1NHD50u2U .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .row .card {
    padding: 0;
  }
}
.cid-u1NHD50u2U .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #e1201d;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u1NHD50u2U .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-u1NHD50u2U .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-u1NHD50u2U .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1NHD50u2U .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-u1NHD50u2U .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u1NHD50u2U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1NHD50u2U .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u1NHD50u2U .mbr-section-title {
  color: #fdfcfc;
}
.cid-u1NHD50u2U .mbr-text {
  color: #F9A600;
}
.cid-u1NHD50u2U H3 {
  color: #e1201d;
}
.cid-u1NHD50u2U .mbr-text,
.cid-u1NHD50u2U .mbr-section-btn {
  color: #ffffff;
}
.cid-u2TdIQObF2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-u2TdIQObF2 img {
  width: 200px;
  margin: 20px;
}
.cid-u2TdIQObF2 .card {
  padding: 0.1rem 0;
  opacity: 1;
  margin-bottom: 1.5rem;
  transition: transform .7s;
  width: 200px;
  height: 200px;
  margin: 20 auto;
}
.cid-u2TdIQObF2 .card:hover {
  opacity: 1;
  cursor: pointer;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .cid-u2TdIQObF2 .card {
    max-width: 20%;
  }
}
.cid-u2TdIQObF2 H1 {
  color: #e1201d;
}
.cid-u2TdIQObF2 .mbr-text,
.cid-u2TdIQObF2 .mbr-section-btn {
  color: #000000;
}
.cid-u2TdIQObF2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TdIQObF2 H3 {
  color: #e1201d;
}
.cid-u2TdIQObF2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u2swX46eBC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2swX46eBC h2 {
    margin-bottom: 1rem;
  }
  .cid-u2swX46eBC .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u2swX46eBC .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u2swX46eBC .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u2swX46eBC .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u2swX46eBC .container {
    position: relative;
  }
  .cid-u2swX46eBC h2 {
    margin: 0;
  }
}
.cid-u2swX46eBC .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u2swX46eBC hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u2swX46eBC .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u2swX46eBC .btn:hover {
  color: #ffffff !important;
}
.cid-u1NLTwBIyE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u1NLTwBIyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1NLTwBIyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1NLTwBIyE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1NLTwBIyE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1NLTwBIyE .container {
    padding: 0 16px;
  }
}
.cid-u1NLTwBIyE .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1NLTwBIyE .row {
    margin: 0;
  }
}
.cid-u1NLTwBIyE .row .card {
  position: relative;
  padding: 0;
}
.cid-u1NLTwBIyE .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u1NLTwBIyE .decor-wrapper_2 {
  height: 30px;
}
.cid-u1NLTwBIyE .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u1NLTwBIyE .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u1NLTwBIyE .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u1NLTwBIyE .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u1NLTwBIyE .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-s1lv6hY6GS {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-s1lv6hY6GS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s1lv6hY6GS .container {
    position: relative;
  }
  .cid-s1lv6hY6GS .row {
    margin: 0;
  }
  .cid-s1lv6hY6GS h2 {
    margin: 0;
  }
}
.cid-s1lv6hY6GS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-s1lv6hY6GS .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-s1lv6hY6GS h2 {
  color: #ffffff;
}
.cid-s1lv6hY6GS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s1lv6hY6GS H3 {
  color: #e1201d;
  text-align: right;
}
.cid-u4qYwgsWqF {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u4qYwgsWqF .container {
  max-width: 1400px;
}
.cid-u4qYwgsWqF .card-img2 span {
  padding-top: 6px;
}
.cid-u4qYwgsWqF .soc-item a {
  padding-top: 5px;
}
.cid-u4qYwgsWqF .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u4qYwgsWqF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u4qYwgsWqF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u4qYwgsWqF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4qYwgsWqF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u4qYwgsWqF #e2_shape {
  fill: #101010 !important;
}
.cid-u4qYwgsWqF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u4qYwgsWqF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u4qYwgsWqF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4qYwgsWqF .card-img {
  width: auto;
}
.cid-u4qYwgsWqF .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u4qYwgsWqF .soc-item span {
  font-size: 1.4rem;
}
.cid-u4qYwgsWqF .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u4qYwgsWqF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u4qYwgsWqF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u4qYwgsWqF .media-wrap {
  margin-bottom: 1rem;
}
.cid-u4qYwgsWqF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u4qYwgsWqF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u4qYwgsWqF .item {
    justify-content: center;
  }
  .cid-u4qYwgsWqF .quote::after {
    left: 60px;
  }
}
.cid-u4qYwgsWqF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u4qYwgsWqF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4qYwgsWqF .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-u4qYwgsWqF .item-title {
  color: #ffffff;
}
.cid-u4qYwgsWqF H5 {
  color: #e1201d;
}
.cid-u4qYwgsWqF .theme {
  color: #ffffff;
}
.cid-u4qYwgsWqF .copyright > p {
  color: #ff3366;
}
.cid-u4qYwgsWqF .text2 {
  color: #ffffff;
}
.cid-u4qYwgsWqF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u4qYwgsWqF H3 {
  color: #008b8e;
}
.cid-u4qYwgsWqF .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u1NVVGEOyX {
  z-index: 1000;
  width: 100%;
}
.cid-u1NVVGEOyX nav.navbar {
  position: fixed;
}
.cid-u1NVVGEOyX .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-u1NVVGEOyX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NVVGEOyX .dropdown-item:hover,
.cid-u1NVVGEOyX .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVVGEOyX .dropdown-item:hover span {
  color: white;
}
.cid-u1NVVGEOyX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NVVGEOyX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NVVGEOyX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NVVGEOyX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NVVGEOyX .nav-link {
  position: relative;
}
.cid-u1NVVGEOyX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NVVGEOyX .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NVVGEOyX .navbar-caption:hover,
.cid-u1NVVGEOyX .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NVVGEOyX .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NVVGEOyX .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NVVGEOyX .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NVVGEOyX .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVVGEOyX .dropdown-menu,
.cid-u1NVVGEOyX .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NVVGEOyX .nav-item:focus,
.cid-u1NVVGEOyX .nav-link:focus {
  outline: none;
}
.cid-u1NVVGEOyX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NVVGEOyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NVVGEOyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NVVGEOyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NVVGEOyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NVVGEOyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NVVGEOyX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NVVGEOyX .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NVVGEOyX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NVVGEOyX .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NVVGEOyX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NVVGEOyX .navbar.collapsed {
  justify-content: center;
}
.cid-u1NVVGEOyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NVVGEOyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NVVGEOyX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NVVGEOyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NVVGEOyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NVVGEOyX .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-u1NVVGEOyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NVVGEOyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NVVGEOyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NVVGEOyX .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NVVGEOyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NVVGEOyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NVVGEOyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NVVGEOyX .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-u1NVVGEOyX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NVVGEOyX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NVVGEOyX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NVVGEOyX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NVVGEOyX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NVVGEOyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NVVGEOyX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NVVGEOyX .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NVVGEOyX .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-u1NVVGEOyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NVVGEOyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NVVGEOyX .dropdown-item.active,
.cid-u1NVVGEOyX .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NVVGEOyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NVVGEOyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NVVGEOyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NVVGEOyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NVVGEOyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NVVGEOyX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NVVGEOyX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NVVGEOyX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NVVGEOyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NVVGEOyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NVVGEOyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NVVGEOyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVVGEOyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVVGEOyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NVVGEOyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVVGEOyX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NVVGEOyX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NVVGEOyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVVGEOyX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NVVGEOyX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NVVGEOyX .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-u1NVVGEOyX .navbar {
    height: 70px;
  }
  .cid-u1NVVGEOyX .navbar.opened {
    height: auto;
  }
  .cid-u1NVVGEOyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NVVGEOyX .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NVVGEOyX .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NVVGEOyX .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NVVGEOyX .navbar-collapse {
    width: 100%;
  }
  .cid-u1NVVGEOyX .navbar-nav {
    width: 100%;
  }
  .cid-u1NVVGEOyX .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u2sp16JmC6 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-us-wooden-puzzle-with-email-address-con-2023-11-27-05-10-44-utc-2000x1333.jpg");
}
.cid-u2sp16JmC6 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-u2sp16JmC6 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-u2sp16JmC6 .align-center {
    text-align: center;
  }
}
.cid-u2sp16JmC6 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-u2sp16JmC6 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-u2sp16JmC6 .row {
    margin: 0;
  }
}
.cid-u2sp16JmC6 .btn {
  margin-left: 0rem;
}
.cid-u2sp16JmC6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2sp16JmC6 H3 {
  color: #e1201d;
}
.cid-u2ssMnzc48 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #151517;
}
.cid-u2ssMnzc48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ssMnzc48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ssMnzc48 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2ssMnzc48 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2ssMnzc48 .container {
    padding: 0 16px;
  }
}
.cid-u2ssMnzc48 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2ssMnzc48 .row {
    margin: 0;
  }
}
.cid-u2ssMnzc48 .row .card {
  position: relative;
  padding: 0;
}
.cid-u2ssMnzc48 .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2ssMnzc48 .decor-wrapper_2 {
  height: 30px;
}
.cid-u2ssMnzc48 .decor-wrapper_3 {
  height: 30px;
  background-color: #ffffff;
}
.cid-u2ssMnzc48 .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2ssMnzc48 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2ssMnzc48 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2ssMnzc48 .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2sfd7zKmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2sfd7zKmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sfd7zKmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2sfd7zKmL .container {
    padding: 0 30px;
  }
}
.cid-u2sfd7zKmL .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
}
.cid-u2sfd7zKmL .items .item {
  margin-bottom: 60px;
}
.cid-u2sfd7zKmL .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2sfd7zKmL .items .item {
    margin-bottom: 30px;
  }
}
.cid-u2sfd7zKmL .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-u2sfd7zKmL .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000 !important;
}
.cid-u2sfd7zKmL .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: 1;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
  color: #000000 !important;
}
.cid-u2sfd7zKmL .dragArea.row {
  margin: 0;
}
.cid-u2sfd7zKmL .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-u2sfd7zKmL .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u2sfd7zKmL .dragArea.row .form-group .form-control {
  background-color: #f3f3f3;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-u2sfd7zKmL .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-u2sfd7zKmL .dragArea.row .form-group .form-control:hover,
.cid-u2sfd7zKmL .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-u2sfd7zKmL .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u2sfd7zKmL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-u2sfd7zKmL .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u2sfd7zKmL .mbr-section-title {
  color: #000000;
}
.cid-u2sfd7zKmL .card-title {
  color: #e1201d;
}
.cid-u2sfd7zKmL .list {
  color: #000000 !important;
}
.cid-u2sfd7zKmL label {
  color: #000000;
}
.cid-u2sfd7zKmL .list,
.cid-u2sfd7zKmL .item-wrap {
  color: #000000 !important;
}
.cid-u2sfd7zKmL P {
  color: #000000 !important;
}
.cid-u2stbOkIcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u2stbOkIcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2stbOkIcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2stbOkIcl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2stbOkIcl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2stbOkIcl .container {
    padding: 0 16px;
  }
}
.cid-u2stbOkIcl .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2stbOkIcl .row {
    margin: 0;
  }
}
.cid-u2stbOkIcl .row .card {
  position: relative;
  padding: 0;
}
.cid-u2stbOkIcl .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2stbOkIcl .decor-wrapper_2 {
  height: 30px;
}
.cid-u2stbOkIcl .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u2stbOkIcl .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2stbOkIcl .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2stbOkIcl .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2stbOkIcl .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u30N7wMtjp {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u30N7wMtjp .container {
  max-width: 1400px;
}
.cid-u30N7wMtjp .card-img2 span {
  padding-top: 6px;
}
.cid-u30N7wMtjp .soc-item a {
  padding-top: 5px;
}
.cid-u30N7wMtjp .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u30N7wMtjp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u30N7wMtjp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u30N7wMtjp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u30N7wMtjp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u30N7wMtjp #e2_shape {
  fill: #101010 !important;
}
.cid-u30N7wMtjp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u30N7wMtjp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u30N7wMtjp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u30N7wMtjp .card-img {
  width: auto;
}
.cid-u30N7wMtjp .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u30N7wMtjp .soc-item span {
  font-size: 1.4rem;
}
.cid-u30N7wMtjp .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u30N7wMtjp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u30N7wMtjp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u30N7wMtjp .media-wrap {
  margin-bottom: 1rem;
}
.cid-u30N7wMtjp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u30N7wMtjp img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u30N7wMtjp .item {
    justify-content: center;
  }
  .cid-u30N7wMtjp .quote::after {
    left: 60px;
  }
}
.cid-u30N7wMtjp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u30N7wMtjp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u30N7wMtjp .text1 {
  color: #ffffff;
}
.cid-u30N7wMtjp .item-title {
  color: #ffffff;
}
.cid-u30N7wMtjp H5 {
  color: #e1201d;
}
.cid-u30N7wMtjp .theme {
  color: #ffffff;
}
.cid-u30N7wMtjp .copyright > p {
  color: #ff3366;
}
.cid-u30N7wMtjp .text2 {
  color: #ffffff;
}
.cid-u30N7wMtjp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u30N7wMtjp H3 {
  color: #008b8e;
}
.cid-u30N7wMtjp .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u1NtDr9tDJ {
  z-index: 1000;
  width: 100%;
}
.cid-u1NtDr9tDJ nav.navbar {
  position: fixed;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NtDr9tDJ .dropdown-item:hover,
.cid-u1NtDr9tDJ .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .dropdown-item:hover span {
  color: white;
}
.cid-u1NtDr9tDJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NtDr9tDJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NtDr9tDJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NtDr9tDJ .nav-link {
  position: relative;
}
.cid-u1NtDr9tDJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NtDr9tDJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NtDr9tDJ .navbar-caption:hover,
.cid-u1NtDr9tDJ .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NtDr9tDJ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NtDr9tDJ .dropdown-menu,
.cid-u1NtDr9tDJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NtDr9tDJ .nav-item:focus,
.cid-u1NtDr9tDJ .nav-link:focus {
  outline: none;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NtDr9tDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NtDr9tDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NtDr9tDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NtDr9tDJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NtDr9tDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NtDr9tDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NtDr9tDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NtDr9tDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NtDr9tDJ .navbar.collapsed {
  justify-content: center;
}
.cid-u1NtDr9tDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NtDr9tDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NtDr9tDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NtDr9tDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NtDr9tDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NtDr9tDJ .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NtDr9tDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NtDr9tDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NtDr9tDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NtDr9tDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NtDr9tDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NtDr9tDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NtDr9tDJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NtDr9tDJ .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NtDr9tDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NtDr9tDJ .dropdown-item.active,
.cid-u1NtDr9tDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NtDr9tDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NtDr9tDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NtDr9tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NtDr9tDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NtDr9tDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NtDr9tDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NtDr9tDJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NtDr9tDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NtDr9tDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NtDr9tDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NtDr9tDJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NtDr9tDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NtDr9tDJ .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-u1NtDr9tDJ .navbar {
    height: 70px;
  }
  .cid-u1NtDr9tDJ .navbar.opened {
    height: auto;
  }
  .cid-u1NtDr9tDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NtDr9tDJ .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NtDr9tDJ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NtDr9tDJ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NtDr9tDJ .navbar-collapse {
    width: 100%;
  }
  .cid-u1NtDr9tDJ .navbar-nav {
    width: 100%;
  }
  .cid-u1NtDr9tDJ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u1NUoxTzmr {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #e1201d;
}
@media (max-width: 767px) {
  .cid-u1NUoxTzmr h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1NUoxTzmr .container {
    position: relative;
  }
  .cid-u1NUoxTzmr .row {
    margin: 0;
  }
  .cid-u1NUoxTzmr h2 {
    margin: 0;
  }
}
.cid-u1NUoxTzmr .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1NUoxTzmr .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-u1NUoxTzmr h2 {
  color: #ffffff;
}
.cid-u1NUxSu1i3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u1NUxSu1i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1NUxSu1i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1NUxSu1i3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1NUxSu1i3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1NUxSu1i3 .container {
    padding: 0 16px;
  }
}
.cid-u1NUxSu1i3 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1NUxSu1i3 .row {
    margin: 0;
  }
}
.cid-u1NUxSu1i3 .row .card {
  position: relative;
  padding: 0;
}
.cid-u1NUxSu1i3 .decor-wrapper_1 {
  height: 30px;
  background-color: #272727;
}
.cid-u1NUxSu1i3 .decor-wrapper_2 {
  height: 30px;
}
.cid-u1NUxSu1i3 .decor-wrapper_3 {
  height: 30px;
  background-color: #ffffff;
}
.cid-u1NUxSu1i3 .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u1NUxSu1i3 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u1NUxSu1i3 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u1NUxSu1i3 .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2ritIjY7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2ritIjY7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ritIjY7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ritIjY7E .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2ritIjY7E .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2ritIjY7E .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2ritIjY7E .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2ritIjY7E .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2ritIjY7E .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2ritIjY7E .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2ritIjY7E .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2ritIjY7E .text-wrapper {
    padding: 10px;
  }
}
.cid-u2ritIjY7E .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2ritIjY7E .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2ritIjY7E .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2ritIjY7E .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2ritIjY7E .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2ritIjY7E .mbr-text {
    padding-right: 0;
  }
}
.cid-u2ritIjY7E .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2ritIjY7E .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2ritIjY7E .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2ritIjY7E .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2ritIjY7E .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2ritIjY7E .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2ritIjY7E .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2ritIjY7E .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2ritIjY7E .col-img {
    order: 1;
  }
}
.cid-u2ritIjY7E .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2ritIjY7E .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2ritIjY7E .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2ritIjY7E .mbr-text,
.cid-u2ritIjY7E .mbr-section-btn {
  color: #000000;
}
.cid-u2ritIjY7E .label-text {
  color: #e1201d;
}
.cid-u2rrJlTKSd {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u2rrJlTKSd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2rrJlTKSd .item-img {
  position: relative;
}
.cid-u2rrJlTKSd .item-img img {
  transition: all 0.2s;
}
.cid-u2rrJlTKSd .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u2rrJlTKSd .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u2rrJlTKSd .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u2rrJlTKSd .item:hover img {
  transform: scale(1.05);
}
.cid-u2rrJlTKSd .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u2rrJlTKSd .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u2rrJlTKSd .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2rrJlTKSd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2rrJlTKSd .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u2rrJlTKSd .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u2rrJlTKSd .link-icon-wrapper .icon-wrap {
  background: #e1201d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2rrJlTKSd .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2rrJlTKSd .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u2rrJlTKSd .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2rrJlTKSd .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u2rrJlTKSd .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2rrJlTKSd .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u2rrJlTKSd .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u2rrJlTKSd img,
.cid-u2rrJlTKSd .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u2rrJlTKSd .item:focus,
.cid-u2rrJlTKSd span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u2rrJlTKSd .item {
    margin-bottom: 1rem;
  }
}
.cid-u2rrJlTKSd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2rrJlTKSd .item {
  padding: 0;
  margin: 0;
}
.cid-u2rrJlTKSd .mbr-section-title {
  color: #e1201d;
  text-align: right;
}
.cid-u2rrJlTKSd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2rrJlTKSd .item-subtitle {
  text-align: left;
  color: #272727;
}
.cid-u2rrJlTKSd .mbr-section-subtitle,
.cid-u2rrJlTKSd .subtitle-wrap,
.cid-u2rrJlTKSd .mbr-section-btn {
  text-align: left;
}
.cid-u2rrJlTKSd .mbr-text,
.cid-u2rrJlTKSd .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u2rrJlTKSd .mbr-section-title,
.cid-u2rrJlTKSd .mbr-section-btn {
  text-align: center;
  color: #e1201d;
}
.cid-u2PBw6i7hx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PBw6i7hx h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PBw6i7hx .container {
    position: relative;
  }
  .cid-u2PBw6i7hx .row {
    margin: 0;
  }
  .cid-u2PBw6i7hx h2 {
    margin: 0;
  }
}
.cid-u2PBw6i7hx .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PBw6i7hx .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PBw6i7hx h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PBw6i7hx .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2PBw6i7hx .mbr-section-title {
  color: #e1201d;
}
.cid-u2PBw6i7hx .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-u2PAsE08Y7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PAsE08Y7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PAsE08Y7 .container {
    position: relative;
  }
  .cid-u2PAsE08Y7 .row {
    margin: 0;
  }
  .cid-u2PAsE08Y7 h2 {
    margin: 0;
  }
}
.cid-u2PAsE08Y7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PAsE08Y7 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PAsE08Y7 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PAHo9zPa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PAHo9zPa h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PAHo9zPa .container {
    position: relative;
  }
  .cid-u2PAHo9zPa .row {
    margin: 0;
  }
  .cid-u2PAHo9zPa h2 {
    margin: 0;
  }
}
.cid-u2PAHo9zPa .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PAHo9zPa .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PAHo9zPa h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PAQXosJ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PAQXosJ9 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PAQXosJ9 .container {
    position: relative;
  }
  .cid-u2PAQXosJ9 .row {
    margin: 0;
  }
  .cid-u2PAQXosJ9 h2 {
    margin: 0;
  }
}
.cid-u2PAQXosJ9 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PAQXosJ9 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PAQXosJ9 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PAZRZ9IJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PAZRZ9IJ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PAZRZ9IJ .container {
    position: relative;
  }
  .cid-u2PAZRZ9IJ .row {
    margin: 0;
  }
  .cid-u2PAZRZ9IJ h2 {
    margin: 0;
  }
}
.cid-u2PAZRZ9IJ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PAZRZ9IJ .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PAZRZ9IJ h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PB6eAGGV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PB6eAGGV h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PB6eAGGV .container {
    position: relative;
  }
  .cid-u2PB6eAGGV .row {
    margin: 0;
  }
  .cid-u2PB6eAGGV h2 {
    margin: 0;
  }
}
.cid-u2PB6eAGGV .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PB6eAGGV .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PB6eAGGV h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PBbWfTF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PBbWfTF3 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PBbWfTF3 .container {
    position: relative;
  }
  .cid-u2PBbWfTF3 .row {
    margin: 0;
  }
  .cid-u2PBbWfTF3 h2 {
    margin: 0;
  }
}
.cid-u2PBbWfTF3 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PBbWfTF3 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PBbWfTF3 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2PBhZ7DI0 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2PBhZ7DI0 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2PBhZ7DI0 .container {
    position: relative;
  }
  .cid-u2PBhZ7DI0 .row {
    margin: 0;
  }
  .cid-u2PBhZ7DI0 h2 {
    margin: 0;
  }
}
.cid-u2PBhZ7DI0 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2PBhZ7DI0 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2PBhZ7DI0 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u30Lm6cxPC {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-u30Lm6cxPC img {
  width: 200px;
  margin: 20px;
}
.cid-u30Lm6cxPC .card {
  padding: 0.1rem 0;
  opacity: 1;
  margin-bottom: 1.5rem;
  transition: transform .7s;
  width: 200px;
  height: 200px;
  margin: 20 auto;
}
.cid-u30Lm6cxPC .card:hover {
  opacity: 1;
  cursor: pointer;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .cid-u30Lm6cxPC .card {
    max-width: 20%;
  }
}
.cid-u30Lm6cxPC H1 {
  color: #e1201d;
}
.cid-u30Lm6cxPC .mbr-text,
.cid-u30Lm6cxPC .mbr-section-btn {
  color: #000000;
}
.cid-u30Lm6cxPC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u30Lm6cxPC H3 {
  color: #e1201d;
}
.cid-u30Lm6cxPC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u4qSkjr8UO {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4qSkjr8UO h2 {
    margin-bottom: 1rem;
  }
  .cid-u4qSkjr8UO .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u4qSkjr8UO .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u4qSkjr8UO .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u4qSkjr8UO .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u4qSkjr8UO .container {
    position: relative;
  }
  .cid-u4qSkjr8UO h2 {
    margin: 0;
  }
}
.cid-u4qSkjr8UO .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u4qSkjr8UO hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u4qSkjr8UO .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u4qSkjr8UO .btn:hover {
  color: #ffffff !important;
}
.cid-u2rKetilFA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u2rKetilFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rKetilFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rKetilFA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2rKetilFA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2rKetilFA .container {
    padding: 0 16px;
  }
}
.cid-u2rKetilFA .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2rKetilFA .row {
    margin: 0;
  }
}
.cid-u2rKetilFA .row .card {
  position: relative;
  padding: 0;
}
.cid-u2rKetilFA .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2rKetilFA .decor-wrapper_2 {
  height: 30px;
}
.cid-u2rKetilFA .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u2rKetilFA .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2rKetilFA .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2rKetilFA .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2rKetilFA .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u30LIU1w30 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u30LIU1w30 .container {
  max-width: 1400px;
}
.cid-u30LIU1w30 .card-img2 span {
  padding-top: 6px;
}
.cid-u30LIU1w30 .soc-item a {
  padding-top: 5px;
}
.cid-u30LIU1w30 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u30LIU1w30 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u30LIU1w30 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u30LIU1w30 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u30LIU1w30 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u30LIU1w30 #e2_shape {
  fill: #101010 !important;
}
.cid-u30LIU1w30 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u30LIU1w30 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u30LIU1w30 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u30LIU1w30 .card-img {
  width: auto;
}
.cid-u30LIU1w30 .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u30LIU1w30 .soc-item span {
  font-size: 1.4rem;
}
.cid-u30LIU1w30 .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u30LIU1w30 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u30LIU1w30 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u30LIU1w30 .media-wrap {
  margin-bottom: 1rem;
}
.cid-u30LIU1w30 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u30LIU1w30 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u30LIU1w30 .item {
    justify-content: center;
  }
  .cid-u30LIU1w30 .quote::after {
    left: 60px;
  }
}
.cid-u30LIU1w30 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u30LIU1w30 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u30LIU1w30 .text1 {
  color: #ffffff;
}
.cid-u30LIU1w30 .item-title {
  color: #ffffff;
}
.cid-u30LIU1w30 H5 {
  color: #e1201d;
}
.cid-u30LIU1w30 .theme {
  color: #ffffff;
}
.cid-u30LIU1w30 .copyright > p {
  color: #ff3366;
}
.cid-u30LIU1w30 .text2 {
  color: #ffffff;
}
.cid-u30LIU1w30 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u30LIU1w30 H3 {
  color: #008b8e;
}
.cid-u30LIU1w30 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u1NVkvzKiC {
  z-index: 1000;
  width: 100%;
}
.cid-u1NVkvzKiC nav.navbar {
  position: fixed;
}
.cid-u1NVkvzKiC .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-u1NVkvzKiC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NVkvzKiC .dropdown-item:hover,
.cid-u1NVkvzKiC .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVkvzKiC .dropdown-item:hover span {
  color: white;
}
.cid-u1NVkvzKiC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NVkvzKiC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NVkvzKiC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NVkvzKiC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NVkvzKiC .nav-link {
  position: relative;
}
.cid-u1NVkvzKiC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NVkvzKiC .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NVkvzKiC .navbar-caption:hover,
.cid-u1NVkvzKiC .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NVkvzKiC .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NVkvzKiC .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NVkvzKiC .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NVkvzKiC .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVkvzKiC .dropdown-menu,
.cid-u1NVkvzKiC .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NVkvzKiC .nav-item:focus,
.cid-u1NVkvzKiC .nav-link:focus {
  outline: none;
}
.cid-u1NVkvzKiC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NVkvzKiC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NVkvzKiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NVkvzKiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NVkvzKiC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NVkvzKiC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NVkvzKiC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NVkvzKiC .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NVkvzKiC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NVkvzKiC .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NVkvzKiC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NVkvzKiC .navbar.collapsed {
  justify-content: center;
}
.cid-u1NVkvzKiC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NVkvzKiC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NVkvzKiC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NVkvzKiC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NVkvzKiC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NVkvzKiC .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-u1NVkvzKiC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NVkvzKiC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NVkvzKiC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NVkvzKiC .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NVkvzKiC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NVkvzKiC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NVkvzKiC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NVkvzKiC .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-u1NVkvzKiC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NVkvzKiC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NVkvzKiC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NVkvzKiC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NVkvzKiC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NVkvzKiC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NVkvzKiC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NVkvzKiC .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NVkvzKiC .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-u1NVkvzKiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NVkvzKiC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NVkvzKiC .dropdown-item.active,
.cid-u1NVkvzKiC .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NVkvzKiC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NVkvzKiC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NVkvzKiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NVkvzKiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NVkvzKiC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NVkvzKiC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NVkvzKiC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NVkvzKiC .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NVkvzKiC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NVkvzKiC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NVkvzKiC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NVkvzKiC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVkvzKiC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVkvzKiC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NVkvzKiC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVkvzKiC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NVkvzKiC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NVkvzKiC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVkvzKiC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NVkvzKiC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NVkvzKiC .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-u1NVkvzKiC .navbar {
    height: 70px;
  }
  .cid-u1NVkvzKiC .navbar.opened {
    height: auto;
  }
  .cid-u1NVkvzKiC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NVkvzKiC .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NVkvzKiC .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NVkvzKiC .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NVkvzKiC .navbar-collapse {
    width: 100%;
  }
  .cid-u1NVkvzKiC .navbar-nav {
    width: 100%;
  }
  .cid-u1NVkvzKiC .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u2rKLao8br {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2rKLao8br .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rKLao8br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rKLao8br .mbr-section-title {
  text-align: center;
}
.cid-u2rKLao8br .mbr-text,
.cid-u2rKLao8br .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2rKLao8br .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-u2rKLao8br .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-u2rKLao8br .mbr-section-title,
.cid-u2rKLao8br .dot {
  color: #ffffff;
  text-align: center;
}
.cid-u2rKLao8br .mbr-section-subtitle {
  text-align: center;
}
.cid-u2rLFOqS12 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u2rLFOqS12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rLFOqS12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rLFOqS12 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2rLFOqS12 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2rLFOqS12 .container {
    padding: 0 16px;
  }
}
.cid-u2rLFOqS12 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2rLFOqS12 .row {
    margin: 0;
  }
}
.cid-u2rLFOqS12 .row .card {
  position: relative;
  padding: 0;
}
.cid-u2rLFOqS12 .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2rLFOqS12 .decor-wrapper_2 {
  height: 30px;
}
.cid-u2rLFOqS12 .decor-wrapper_3 {
  height: 30px;
  background-color: #ffffff;
}
.cid-u2rLFOqS12 .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2rLFOqS12 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2rLFOqS12 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2rLFOqS12 .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2TFia6VQM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2TFia6VQM h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u2TFia6VQM .container {
    position: relative;
  }
  .cid-u2TFia6VQM .row {
    margin: 0;
  }
  .cid-u2TFia6VQM h2 {
    margin: 0;
  }
}
.cid-u2TFia6VQM .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u2TFia6VQM .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u2TFia6VQM h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u2TFia6VQM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TFia6VQM .mbr-section-title {
  color: #e1201d;
  text-align: left;
}
.cid-u2TFia6VQM .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u2TGtKpSlK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2TGtKpSlK .mbr-text {
  color: #767676;
}
.cid-u2TGtKpSlK .icon-1 {
  color: #f3f3f3;
  font-size: 3.5rem;
}
.cid-u2TGtKpSlK .icon-arrow {
  color: #e1201d;
  font-size: 1.8rem !important;
}
.cid-u2TGtKpSlK .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-u2TGtKpSlK .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-u2TGtKpSlK .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2TGtKpSlK .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-u2TGtKpSlK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2TGtKpSlK .card {
    margin-bottom: 2rem;
  }
}
.cid-u2TGtKpSlK .text-link {
  font-weight: 800 !important;
}
.cid-u2TGtKpSlK .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-u2TGtKpSlK .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2TGtKpSlK .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u2TGtKpSlK .card:hover .card-inner {
  background-color: #f3f3f3;
}
.cid-u2TGtKpSlK .card:hover .icon-arrow {
  color: #fff;
}
.cid-u2TGtKpSlK .card:hover .text-link {
  color: #fff !important;
}
.cid-u2TGtKpSlK .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-u2TGtKpSlK .card:hover .link {
  transform: translateX(42px);
}
.cid-u2TGtKpSlK .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-u2TGtKpSlK h5 {
  color: #101010;
  font-weight: 800;
}
.cid-u2TGtKpSlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TGtKpSlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TAnWJRQn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TAnWJRQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TAnWJRQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TAnWJRQn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TAnWJRQn .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TAnWJRQn .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TAnWJRQn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TAnWJRQn .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TAnWJRQn .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TAnWJRQn .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TAnWJRQn .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TAnWJRQn .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TAnWJRQn .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TAnWJRQn .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TAnWJRQn .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TAnWJRQn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TAnWJRQn .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TAnWJRQn .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TAnWJRQn .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TAnWJRQn .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TAnWJRQn .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TAnWJRQn .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TAnWJRQn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TAnWJRQn .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TAnWJRQn .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TAnWJRQn .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TAnWJRQn .col-img {
    order: 1;
  }
}
.cid-u2TAnWJRQn .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TAnWJRQn .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TAnWJRQn .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TAnWJRQn .mbr-text,
.cid-u2TAnWJRQn .mbr-section-btn {
  color: #000000;
}
.cid-u2TAnWJRQn .label-text {
  color: #e1201d;
}
.cid-u2TATMSMNZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TATMSMNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TATMSMNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TATMSMNZ .row {
  flex-direction: row-reverse;
}
.cid-u2TATMSMNZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TATMSMNZ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TATMSMNZ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TATMSMNZ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TATMSMNZ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TATMSMNZ .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TATMSMNZ .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TATMSMNZ .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TATMSMNZ .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TATMSMNZ .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TATMSMNZ .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TATMSMNZ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TATMSMNZ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TATMSMNZ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TATMSMNZ .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TATMSMNZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TATMSMNZ .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TATMSMNZ .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TATMSMNZ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TATMSMNZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TATMSMNZ .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TATMSMNZ .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TATMSMNZ .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TATMSMNZ .col-img {
    order: 1;
  }
}
.cid-u2TATMSMNZ .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TATMSMNZ .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TATMSMNZ .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TATMSMNZ .mbr-text,
.cid-u2TATMSMNZ .mbr-section-btn {
  color: #000000;
}
.cid-u2TATMSMNZ .label-text {
  color: #e1201d;
}
.cid-u2TBBTTO6p {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TBBTTO6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TBBTTO6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TBBTTO6p .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TBBTTO6p .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TBBTTO6p .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TBBTTO6p .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TBBTTO6p .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TBBTTO6p .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TBBTTO6p .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TBBTTO6p .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TBBTTO6p .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TBBTTO6p .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TBBTTO6p .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TBBTTO6p .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TBBTTO6p .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TBBTTO6p .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TBBTTO6p .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TBBTTO6p .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TBBTTO6p .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TBBTTO6p .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TBBTTO6p .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TBBTTO6p .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TBBTTO6p .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TBBTTO6p .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TBBTTO6p .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TBBTTO6p .col-img {
    order: 1;
  }
}
.cid-u2TBBTTO6p .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TBBTTO6p .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TBBTTO6p .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TBBTTO6p .mbr-text,
.cid-u2TBBTTO6p .mbr-section-btn {
  color: #000000;
}
.cid-u2TBBTTO6p .label-text {
  color: #e1201d;
}
.cid-u2TCfryig3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TCfryig3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TCfryig3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TCfryig3 .row {
  flex-direction: row-reverse;
}
.cid-u2TCfryig3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TCfryig3 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TCfryig3 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TCfryig3 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TCfryig3 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TCfryig3 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TCfryig3 .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TCfryig3 .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TCfryig3 .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TCfryig3 .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TCfryig3 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TCfryig3 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TCfryig3 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TCfryig3 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TCfryig3 .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TCfryig3 .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TCfryig3 .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TCfryig3 .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TCfryig3 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TCfryig3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TCfryig3 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TCfryig3 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TCfryig3 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TCfryig3 .col-img {
    order: 1;
  }
}
.cid-u2TCfryig3 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TCfryig3 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TCfryig3 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TCfryig3 .mbr-text,
.cid-u2TCfryig3 .mbr-section-btn {
  color: #000000;
}
.cid-u2TCfryig3 .label-text {
  color: #e1201d;
}
.cid-u2TCgZtbfY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TCgZtbfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TCgZtbfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TCgZtbfY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TCgZtbfY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TCgZtbfY .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TCgZtbfY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TCgZtbfY .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TCgZtbfY .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TCgZtbfY .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TCgZtbfY .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TCgZtbfY .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TCgZtbfY .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TCgZtbfY .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TCgZtbfY .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TCgZtbfY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TCgZtbfY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TCgZtbfY .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TCgZtbfY .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TCgZtbfY .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TCgZtbfY .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TCgZtbfY .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TCgZtbfY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TCgZtbfY .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TCgZtbfY .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TCgZtbfY .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TCgZtbfY .col-img {
    order: 1;
  }
}
.cid-u2TCgZtbfY .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TCgZtbfY .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TCgZtbfY .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TCgZtbfY .mbr-text,
.cid-u2TCgZtbfY .mbr-section-btn {
  color: #000000;
}
.cid-u2TCgZtbfY .label-text {
  color: #e1201d;
}
.cid-u2TChE9AZQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TChE9AZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TChE9AZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TChE9AZQ .row {
  flex-direction: row-reverse;
}
.cid-u2TChE9AZQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TChE9AZQ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TChE9AZQ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TChE9AZQ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TChE9AZQ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TChE9AZQ .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TChE9AZQ .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TChE9AZQ .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TChE9AZQ .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TChE9AZQ .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TChE9AZQ .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TChE9AZQ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TChE9AZQ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TChE9AZQ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TChE9AZQ .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TChE9AZQ .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TChE9AZQ .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TChE9AZQ .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TChE9AZQ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TChE9AZQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TChE9AZQ .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TChE9AZQ .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TChE9AZQ .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TChE9AZQ .col-img {
    order: 1;
  }
}
.cid-u2TChE9AZQ .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TChE9AZQ .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TChE9AZQ .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TChE9AZQ .mbr-text,
.cid-u2TChE9AZQ .mbr-section-btn {
  color: #000000;
}
.cid-u2TChE9AZQ .label-text {
  color: #e1201d;
}
.cid-u2TDrPwr1J {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TDrPwr1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TDrPwr1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TDrPwr1J .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TDrPwr1J .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDrPwr1J .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TDrPwr1J .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDrPwr1J .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDrPwr1J .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TDrPwr1J .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TDrPwr1J .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TDrPwr1J .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TDrPwr1J .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TDrPwr1J .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TDrPwr1J .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TDrPwr1J .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TDrPwr1J .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TDrPwr1J .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TDrPwr1J .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TDrPwr1J .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TDrPwr1J .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TDrPwr1J .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TDrPwr1J .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TDrPwr1J .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TDrPwr1J .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TDrPwr1J .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDrPwr1J .col-img {
    order: 1;
  }
}
.cid-u2TDrPwr1J .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TDrPwr1J .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TDrPwr1J .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TDrPwr1J .mbr-text,
.cid-u2TDrPwr1J .mbr-section-btn {
  color: #000000;
}
.cid-u2TDrPwr1J .label-text {
  color: #e1201d;
}
.cid-u2TDVSiEN8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TDVSiEN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TDVSiEN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TDVSiEN8 .row {
  flex-direction: row-reverse;
}
.cid-u2TDVSiEN8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TDVSiEN8 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDVSiEN8 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TDVSiEN8 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDVSiEN8 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDVSiEN8 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TDVSiEN8 .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TDVSiEN8 .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TDVSiEN8 .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TDVSiEN8 .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TDVSiEN8 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TDVSiEN8 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TDVSiEN8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TDVSiEN8 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TDVSiEN8 .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TDVSiEN8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TDVSiEN8 .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TDVSiEN8 .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TDVSiEN8 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TDVSiEN8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TDVSiEN8 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TDVSiEN8 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TDVSiEN8 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDVSiEN8 .col-img {
    order: 1;
  }
}
.cid-u2TDVSiEN8 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TDVSiEN8 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TDVSiEN8 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TDVSiEN8 .mbr-text,
.cid-u2TDVSiEN8 .mbr-section-btn {
  color: #000000;
}
.cid-u2TDVSiEN8 .label-text {
  color: #e1201d;
}
.cid-u2TDWzp83u {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TDWzp83u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TDWzp83u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TDWzp83u .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TDWzp83u .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDWzp83u .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TDWzp83u .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDWzp83u .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDWzp83u .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TDWzp83u .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TDWzp83u .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TDWzp83u .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TDWzp83u .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TDWzp83u .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TDWzp83u .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TDWzp83u .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TDWzp83u .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TDWzp83u .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TDWzp83u .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TDWzp83u .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TDWzp83u .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TDWzp83u .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TDWzp83u .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TDWzp83u .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TDWzp83u .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TDWzp83u .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDWzp83u .col-img {
    order: 1;
  }
}
.cid-u2TDWzp83u .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TDWzp83u .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TDWzp83u .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TDWzp83u .mbr-text,
.cid-u2TDWzp83u .mbr-section-btn {
  color: #000000;
}
.cid-u2TDWzp83u .label-text {
  color: #e1201d;
}
.cid-u2TDXmQUCa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2TDXmQUCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TDXmQUCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2TDXmQUCa .row {
  flex-direction: row-reverse;
}
.cid-u2TDXmQUCa .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2TDXmQUCa .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDXmQUCa .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u2TDXmQUCa .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u2TDXmQUCa .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDXmQUCa .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u2TDXmQUCa .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2TDXmQUCa .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-u2TDXmQUCa .text-wrapper {
    padding: 10px;
  }
}
.cid-u2TDXmQUCa .mbr-section-title {
  color: #e1201d;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-u2TDXmQUCa .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u2TDXmQUCa .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u2TDXmQUCa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u2TDXmQUCa .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-u2TDXmQUCa .mbr-text {
    padding-right: 0;
  }
}
.cid-u2TDXmQUCa .mbr-section-btn {
  margin-top: 10px;
}
.cid-u2TDXmQUCa .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u2TDXmQUCa .list-container {
    margin-bottom: 20px;
  }
}
.cid-u2TDXmQUCa .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-u2TDXmQUCa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-u2TDXmQUCa .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffd925;
}
.cid-u2TDXmQUCa .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-u2TDXmQUCa .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u2TDXmQUCa .col-img {
    order: 1;
  }
}
.cid-u2TDXmQUCa .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u2TDXmQUCa .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
}
.cid-u2TDXmQUCa .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-u2TDXmQUCa .mbr-text,
.cid-u2TDXmQUCa .mbr-section-btn {
  color: #000000;
}
.cid-u2TDXmQUCa .label-text {
  color: #e1201d;
}
.cid-u30Ms2pxcw {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-u30Ms2pxcw img {
  width: 200px;
  margin: 20px;
}
.cid-u30Ms2pxcw .card {
  padding: 0.1rem 0;
  opacity: 1;
  margin-bottom: 1.5rem;
  transition: transform .7s;
  width: 200px;
  height: 200px;
  margin: 20 auto;
}
.cid-u30Ms2pxcw .card:hover {
  opacity: 1;
  cursor: pointer;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .cid-u30Ms2pxcw .card {
    max-width: 20%;
  }
}
.cid-u30Ms2pxcw H1 {
  color: #e1201d;
}
.cid-u30Ms2pxcw .mbr-text,
.cid-u30Ms2pxcw .mbr-section-btn {
  color: #000000;
}
.cid-u30Ms2pxcw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u30Ms2pxcw H3 {
  color: #e1201d;
}
.cid-u30Ms2pxcw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u4qSzrs6Wd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4qSzrs6Wd h2 {
    margin-bottom: 1rem;
  }
  .cid-u4qSzrs6Wd .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u4qSzrs6Wd .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u4qSzrs6Wd .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u4qSzrs6Wd .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u4qSzrs6Wd .container {
    position: relative;
  }
  .cid-u4qSzrs6Wd h2 {
    margin: 0;
  }
}
.cid-u4qSzrs6Wd .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u4qSzrs6Wd hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u4qSzrs6Wd .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u4qSzrs6Wd .btn:hover {
  color: #ffffff !important;
}
.cid-u2sDGcrHSM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u2sDGcrHSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sDGcrHSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sDGcrHSM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2sDGcrHSM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2sDGcrHSM .container {
    padding: 0 16px;
  }
}
.cid-u2sDGcrHSM .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2sDGcrHSM .row {
    margin: 0;
  }
}
.cid-u2sDGcrHSM .row .card {
  position: relative;
  padding: 0;
}
.cid-u2sDGcrHSM .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2sDGcrHSM .decor-wrapper_2 {
  height: 30px;
}
.cid-u2sDGcrHSM .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u2sDGcrHSM .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2sDGcrHSM .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2sDGcrHSM .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2sDGcrHSM .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u30MqA2QJV {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u30MqA2QJV .container {
  max-width: 1400px;
}
.cid-u30MqA2QJV .card-img2 span {
  padding-top: 6px;
}
.cid-u30MqA2QJV .soc-item a {
  padding-top: 5px;
}
.cid-u30MqA2QJV .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u30MqA2QJV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u30MqA2QJV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u30MqA2QJV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u30MqA2QJV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u30MqA2QJV #e2_shape {
  fill: #101010 !important;
}
.cid-u30MqA2QJV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u30MqA2QJV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u30MqA2QJV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u30MqA2QJV .card-img {
  width: auto;
}
.cid-u30MqA2QJV .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u30MqA2QJV .soc-item span {
  font-size: 1.4rem;
}
.cid-u30MqA2QJV .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u30MqA2QJV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u30MqA2QJV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u30MqA2QJV .media-wrap {
  margin-bottom: 1rem;
}
.cid-u30MqA2QJV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u30MqA2QJV img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u30MqA2QJV .item {
    justify-content: center;
  }
  .cid-u30MqA2QJV .quote::after {
    left: 60px;
  }
}
.cid-u30MqA2QJV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u30MqA2QJV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u30MqA2QJV .text1 {
  color: #ffffff;
}
.cid-u30MqA2QJV .item-title {
  color: #ffffff;
}
.cid-u30MqA2QJV H5 {
  color: #e1201d;
}
.cid-u30MqA2QJV .theme {
  color: #ffffff;
}
.cid-u30MqA2QJV .copyright > p {
  color: #ff3366;
}
.cid-u30MqA2QJV .text2 {
  color: #ffffff;
}
.cid-u30MqA2QJV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u30MqA2QJV H3 {
  color: #008b8e;
}
.cid-u30MqA2QJV .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u1NVKUf0KM {
  z-index: 1000;
  width: 100%;
}
.cid-u1NVKUf0KM nav.navbar {
  position: fixed;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NVKUf0KM .dropdown-item:hover,
.cid-u1NVKUf0KM .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .dropdown-item:hover span {
  color: white;
}
.cid-u1NVKUf0KM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NVKUf0KM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NVKUf0KM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NVKUf0KM .nav-link {
  position: relative;
}
.cid-u1NVKUf0KM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NVKUf0KM .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NVKUf0KM .navbar-caption:hover,
.cid-u1NVKUf0KM .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NVKUf0KM .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .dropdown-menu,
.cid-u1NVKUf0KM .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NVKUf0KM .nav-item:focus,
.cid-u1NVKUf0KM .nav-link:focus {
  outline: none;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NVKUf0KM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NVKUf0KM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NVKUf0KM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NVKUf0KM .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NVKUf0KM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NVKUf0KM .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NVKUf0KM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NVKUf0KM .navbar.collapsed {
  justify-content: center;
}
.cid-u1NVKUf0KM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NVKUf0KM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NVKUf0KM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NVKUf0KM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NVKUf0KM .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NVKUf0KM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NVKUf0KM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NVKUf0KM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NVKUf0KM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NVKUf0KM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NVKUf0KM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NVKUf0KM .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NVKUf0KM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NVKUf0KM .dropdown-item.active,
.cid-u1NVKUf0KM .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NVKUf0KM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NVKUf0KM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NVKUf0KM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NVKUf0KM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NVKUf0KM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NVKUf0KM .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NVKUf0KM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NVKUf0KM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar {
    height: 70px;
  }
  .cid-u1NVKUf0KM .navbar.opened {
    height: auto;
  }
  .cid-u1NVKUf0KM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NVKUf0KM .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NVKUf0KM .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NVKUf0KM .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NVKUf0KM .navbar-collapse {
    width: 100%;
  }
  .cid-u1NVKUf0KM .navbar-nav {
    width: 100%;
  }
  .cid-u1NVKUf0KM .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u1NVKUFimH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e1201d;
}
@media (max-width: 767px) {
  .cid-u1NVKUFimH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1NVKUFimH .container {
    position: relative;
  }
  .cid-u1NVKUFimH .row {
    margin: 0;
  }
  .cid-u1NVKUFimH h2 {
    margin: 0;
  }
}
.cid-u1NVKUFimH .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1NVKUFimH .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-u1NVKUFimH h2 {
  color: #ffffff;
}
.cid-u1NVKUYoRF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u1NVKUYoRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1NVKUYoRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1NVKUYoRF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1NVKUYoRF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1NVKUYoRF .container {
    padding: 0 16px;
  }
}
.cid-u1NVKUYoRF .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1NVKUYoRF .row {
    margin: 0;
  }
}
.cid-u1NVKUYoRF .row .card {
  position: relative;
  padding: 0;
}
.cid-u1NVKUYoRF .decor-wrapper_1 {
  height: 30px;
  background-color: #272727;
}
.cid-u1NVKUYoRF .decor-wrapper_2 {
  height: 30px;
}
.cid-u1NVKUYoRF .decor-wrapper_3 {
  height: 30px;
  background-color: #ffffff;
}
.cid-u1NVKUYoRF .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u1NVKUYoRF .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u1NVKUYoRF .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u1NVKUYoRF .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2syoFBCpJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2syoFBCpJ .mbr-section-head {
  margin-bottom: 20px;
}
.cid-u2syoFBCpJ .label-text {
  width: 100%;
  color: #0066FF;
  margin-bottom: 12px;
}
.cid-u2syoFBCpJ .label-text span {
  padding: 7px 20px;
  background-color: rgba(68, 109, 255, 0.1);
  border-radius: 5px;
  color: inherit;
}
.cid-u2syoFBCpJ .mbr-section-title {
  color: #010d4c;
}
.cid-u2syoFBCpJ .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cid-u2syoFBCpJ .mbr-section-subtitle {
    margin-top: 50px;
  }
}
.cid-u2syoFBCpJ .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.cid-u2syoFBCpJ .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u2syoFBCpJ .col-card {
  display: flex;
  margin-top: 40px;
}
.cid-u2syoFBCpJ .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
@media (max-width: 1199px) {
  .cid-u2syoFBCpJ .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-u2syoFBCpJ .card-2 {
  background-color: #000000;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
.cid-u2syoFBCpJ .card-title {
  color: #000000;
  margin-bottom: 8px;
  text-align: left;
}
.cid-u2syoFBCpJ .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
}
.cid-u2syoFBCpJ .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 8px;
}
.cid-u2syoFBCpJ .symbol-text {
  color: #010d4c;
  line-height: 1;
}
.cid-u2syoFBCpJ .symbol-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u2syoFBCpJ .price-text {
  color: #010d4c;
  line-height: 1;
}
.cid-u2syoFBCpJ .price-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u2syoFBCpJ .price-share-text {
  color: #010d4c;
  line-height: 1;
}
.cid-u2syoFBCpJ .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u2syoFBCpJ .mbr-text {
  color: #000000;
  padding-bottom: 16px;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2syoFBCpJ .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2syoFBCpJ .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  padding: 10px 42px;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn:before {
  display: none;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #7e7e7e !important;
  background-color: #7e7e7e !important;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #7e7e7e !important;
}
.cid-u2syoFBCpJ .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #7e7e7e !important;
  background-color: #ffffff !important;
}
.cid-u2syoFBCpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2syoFBCpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4qSN6Pbpy {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4qSN6Pbpy h2 {
    margin-bottom: 1rem;
  }
  .cid-u4qSN6Pbpy .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-u4qSN6Pbpy .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-u4qSN6Pbpy .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-u4qSN6Pbpy .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-u4qSN6Pbpy .container {
    position: relative;
  }
  .cid-u4qSN6Pbpy h2 {
    margin: 0;
  }
}
.cid-u4qSN6Pbpy .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-u4qSN6Pbpy hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-u4qSN6Pbpy .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u4qSN6Pbpy .btn:hover {
  color: #ffffff !important;
}
.cid-u2sDAhRDlp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u2sDAhRDlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sDAhRDlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sDAhRDlp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2sDAhRDlp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2sDAhRDlp .container {
    padding: 0 16px;
  }
}
.cid-u2sDAhRDlp .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2sDAhRDlp .row {
    margin: 0;
  }
}
.cid-u2sDAhRDlp .row .card {
  position: relative;
  padding: 0;
}
.cid-u2sDAhRDlp .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u2sDAhRDlp .decor-wrapper_2 {
  height: 30px;
}
.cid-u2sDAhRDlp .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u2sDAhRDlp .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u2sDAhRDlp .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u2sDAhRDlp .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u2sDAhRDlp .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2Ta5OrZEB {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u2Ta5OrZEB .container {
  max-width: 1400px;
}
.cid-u2Ta5OrZEB .card-img2 span {
  padding-top: 6px;
}
.cid-u2Ta5OrZEB .soc-item a {
  padding-top: 5px;
}
.cid-u2Ta5OrZEB .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u2Ta5OrZEB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u2Ta5OrZEB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u2Ta5OrZEB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2Ta5OrZEB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u2Ta5OrZEB #e2_shape {
  fill: #101010 !important;
}
.cid-u2Ta5OrZEB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u2Ta5OrZEB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u2Ta5OrZEB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2Ta5OrZEB .card-img {
  width: auto;
}
.cid-u2Ta5OrZEB .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u2Ta5OrZEB .soc-item span {
  font-size: 1.4rem;
}
.cid-u2Ta5OrZEB .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u2Ta5OrZEB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u2Ta5OrZEB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2Ta5OrZEB .media-wrap {
  margin-bottom: 1rem;
}
.cid-u2Ta5OrZEB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2Ta5OrZEB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u2Ta5OrZEB .item {
    justify-content: center;
  }
  .cid-u2Ta5OrZEB .quote::after {
    left: 60px;
  }
}
.cid-u2Ta5OrZEB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u2Ta5OrZEB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2Ta5OrZEB .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-u2Ta5OrZEB .item-title {
  color: #ffffff;
}
.cid-u2Ta5OrZEB H5 {
  color: #e1201d;
}
.cid-u2Ta5OrZEB .theme {
  color: #ffffff;
}
.cid-u2Ta5OrZEB .copyright > p {
  color: #ff3366;
}
.cid-u2Ta5OrZEB .text2 {
  color: #ffffff;
}
.cid-u2Ta5OrZEB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2Ta5OrZEB H3 {
  color: #008b8e;
}
.cid-u2Ta5OrZEB .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u1NVKUf0KM {
  z-index: 1000;
  width: 100%;
}
.cid-u1NVKUf0KM nav.navbar {
  position: fixed;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1NVKUf0KM .dropdown-item:hover,
.cid-u1NVKUf0KM .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .dropdown-item:hover span {
  color: white;
}
.cid-u1NVKUf0KM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1NVKUf0KM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1NVKUf0KM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1NVKUf0KM .nav-link {
  position: relative;
}
.cid-u1NVKUf0KM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1NVKUf0KM .container {
    flex-wrap: nowrap;
  }
}
.cid-u1NVKUf0KM .navbar-caption:hover,
.cid-u1NVKUf0KM .navbar-caption:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-u1NVKUf0KM .navbar-nav .nav-item {
  color: #24262b;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item:hover {
  color: #e1201d;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item a:hover {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-u1NVKUf0KM .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #e1201d !important;
}
.cid-u1NVKUf0KM .dropdown-menu,
.cid-u1NVKUf0KM .navbar.opened {
  background: #ffffff !important;
}
.cid-u1NVKUf0KM .nav-item:focus,
.cid-u1NVKUf0KM .nav-link:focus {
  outline: none;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1NVKUf0KM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1NVKUf0KM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1NVKUf0KM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1NVKUf0KM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
}
.cid-u1NVKUf0KM .navbar.opened {
  transition: all 0.3s;
}
.cid-u1NVKUf0KM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1NVKUf0KM .navbar .navbar-logo img {
  width: auto;
}
.cid-u1NVKUf0KM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1NVKUf0KM .navbar.collapsed {
  justify-content: center;
}
.cid-u1NVKUf0KM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1NVKUf0KM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1NVKUf0KM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1NVKUf0KM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1NVKUf0KM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1NVKUf0KM .navbar .nav-item .nav-link::before {
    display: none;
    text-align: left !important;
  }
  .cid-u1NVKUf0KM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1NVKUf0KM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1NVKUf0KM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1NVKUf0KM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-u1NVKUf0KM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1NVKUf0KM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1NVKUf0KM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1NVKUf0KM .navbar.navbar-short {
  min-height: 70px;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1NVKUf0KM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1NVKUf0KM .dropdown-item.active,
.cid-u1NVKUf0KM .dropdown-item:active {
  background-color: transparent;
}
.cid-u1NVKUf0KM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1NVKUf0KM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1NVKUf0KM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1NVKUf0KM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1NVKUf0KM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1NVKUf0KM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1NVKUf0KM .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-u1NVKUf0KM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e2090d;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1NVKUf0KM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1NVKUf0KM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1NVKUf0KM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1NVKUf0KM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1NVKUf0KM .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-u1NVKUf0KM .navbar {
    height: 70px;
  }
  .cid-u1NVKUf0KM .navbar.opened {
    height: auto;
  }
  .cid-u1NVKUf0KM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1NVKUf0KM .container-fluid {
  padding: 0 1rem !important;
}
.cid-u1NVKUf0KM .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-u1NVKUf0KM .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-u1NVKUf0KM .navbar-collapse {
    width: 100%;
  }
  .cid-u1NVKUf0KM .navbar-nav {
    width: 100%;
  }
  .cid-u1NVKUf0KM .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-u3M9Pmvk7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u3M9Pmvk7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3M9Pmvk7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3M9Pmvk7L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3M9Pmvk7L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3M9Pmvk7L .container {
    padding: 0 16px;
  }
}
.cid-u3M9Pmvk7L .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3M9Pmvk7L .row {
    margin: 0;
  }
}
.cid-u3M9Pmvk7L .row .card {
  position: relative;
  padding: 0;
}
.cid-u3M9Pmvk7L .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u3M9Pmvk7L .decor-wrapper_2 {
  height: 30px;
}
.cid-u3M9Pmvk7L .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u3M9Pmvk7L .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u3M9Pmvk7L .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u3M9Pmvk7L .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u3M9Pmvk7L .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u3Ma061M2v {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #e1201d;
}
@media (max-width: 767px) {
  .cid-u3Ma061M2v h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3Ma061M2v .container {
    position: relative;
  }
  .cid-u3Ma061M2v .row {
    margin: 0;
  }
  .cid-u3Ma061M2v h2 {
    margin: 0;
  }
}
.cid-u3Ma061M2v .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3Ma061M2v .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-u3Ma061M2v h2 {
  color: #ffffff;
}
.cid-u3Ma0Vm9Gf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u3Ma0Vm9Gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ma0Vm9Gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ma0Vm9Gf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3Ma0Vm9Gf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3Ma0Vm9Gf .container {
    padding: 0 16px;
  }
}
.cid-u3Ma0Vm9Gf .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3Ma0Vm9Gf .row {
    margin: 0;
  }
}
.cid-u3Ma0Vm9Gf .row .card {
  position: relative;
  padding: 0;
}
.cid-u3Ma0Vm9Gf .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u3Ma0Vm9Gf .decor-wrapper_2 {
  height: 30px;
}
.cid-u3Ma0Vm9Gf .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u3Ma0Vm9Gf .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u3Ma0Vm9Gf .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u3Ma0Vm9Gf .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u3Ma0Vm9Gf .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u3MaFNSgO1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MaFNSgO1 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MaFNSgO1 .container {
    position: relative;
  }
  .cid-u3MaFNSgO1 .row {
    margin: 0;
  }
  .cid-u3MaFNSgO1 h2 {
    margin: 0;
  }
}
.cid-u3MaFNSgO1 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MaFNSgO1 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MaFNSgO1 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MaFNSgO1 P {
  text-align: left;
  color: #000000;
}
.cid-u3MaFNSgO1 li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3Mfedmgcw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3Mfedmgcw h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3Mfedmgcw .container {
    position: relative;
  }
  .cid-u3Mfedmgcw .row {
    margin: 0;
  }
  .cid-u3Mfedmgcw h2 {
    margin: 0;
  }
}
.cid-u3Mfedmgcw .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3Mfedmgcw .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3Mfedmgcw h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3Mfedmgcw P {
  text-align: left;
  color: #000000;
}
.cid-u3Mfedmgcw li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MgbEigI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MgbEigI5 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MgbEigI5 .container {
    position: relative;
  }
  .cid-u3MgbEigI5 .row {
    margin: 0;
  }
  .cid-u3MgbEigI5 h2 {
    margin: 0;
  }
}
.cid-u3MgbEigI5 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MgbEigI5 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MgbEigI5 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MgbEigI5 P {
  text-align: left;
  color: #000000;
}
.cid-u3MgbEigI5 li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3Mgt571jy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3Mgt571jy h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3Mgt571jy .container {
    position: relative;
  }
  .cid-u3Mgt571jy .row {
    margin: 0;
  }
  .cid-u3Mgt571jy h2 {
    margin: 0;
  }
}
.cid-u3Mgt571jy .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3Mgt571jy .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3Mgt571jy h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3Mgt571jy P {
  text-align: left;
  color: #000000;
}
.cid-u3Mgt571jy li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MgB7briM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MgB7briM h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MgB7briM .container {
    position: relative;
  }
  .cid-u3MgB7briM .row {
    margin: 0;
  }
  .cid-u3MgB7briM h2 {
    margin: 0;
  }
}
.cid-u3MgB7briM .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MgB7briM .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MgB7briM h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MgB7briM P {
  text-align: left;
  color: #000000;
}
.cid-u3MgB7briM li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MgTXJl93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MgTXJl93 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MgTXJl93 .container {
    position: relative;
  }
  .cid-u3MgTXJl93 .row {
    margin: 0;
  }
  .cid-u3MgTXJl93 h2 {
    margin: 0;
  }
}
.cid-u3MgTXJl93 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MgTXJl93 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MgTXJl93 h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MgTXJl93 P {
  text-align: left;
  color: #000000;
}
.cid-u3MgTXJl93 li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3Mi7omo4T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3Mi7omo4T h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3Mi7omo4T .container {
    position: relative;
  }
  .cid-u3Mi7omo4T .row {
    margin: 0;
  }
  .cid-u3Mi7omo4T h2 {
    margin: 0;
  }
}
.cid-u3Mi7omo4T .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3Mi7omo4T .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3Mi7omo4T h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3Mi7omo4T P {
  text-align: left;
  color: #000000;
}
.cid-u3Mi7omo4T li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MifdR98t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MifdR98t h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MifdR98t .container {
    position: relative;
  }
  .cid-u3MifdR98t .row {
    margin: 0;
  }
  .cid-u3MifdR98t h2 {
    margin: 0;
  }
}
.cid-u3MifdR98t .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MifdR98t .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MifdR98t h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MifdR98t P {
  text-align: left;
  color: #000000;
}
.cid-u3MifdR98t li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MilBfCFX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MilBfCFX h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MilBfCFX .container {
    position: relative;
  }
  .cid-u3MilBfCFX .row {
    margin: 0;
  }
  .cid-u3MilBfCFX h2 {
    margin: 0;
  }
}
.cid-u3MilBfCFX .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MilBfCFX .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MilBfCFX h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MilBfCFX P {
  text-align: left;
  color: #000000;
}
.cid-u3MilBfCFX li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MiujBAzj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MiujBAzj h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MiujBAzj .container {
    position: relative;
  }
  .cid-u3MiujBAzj .row {
    margin: 0;
  }
  .cid-u3MiujBAzj h2 {
    margin: 0;
  }
}
.cid-u3MiujBAzj .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MiujBAzj .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MiujBAzj h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MiujBAzj P {
  text-align: left;
  color: #000000;
}
.cid-u3MiujBAzj li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3MiEfjOJW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3MiEfjOJW h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u3MiEfjOJW .container {
    position: relative;
  }
  .cid-u3MiEfjOJW .row {
    margin: 0;
  }
  .cid-u3MiEfjOJW h2 {
    margin: 0;
  }
}
.cid-u3MiEfjOJW .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u3MiEfjOJW .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
  text-align: left;
}
.cid-u3MiEfjOJW h2 {
  text-align: left;
  color: #e1201d;
}
.cid-u3MiEfjOJW P {
  text-align: left;
  color: #000000;
}
.cid-u3MiEfjOJW li {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.cid-u3M9Qtrg7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u3M9Qtrg7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3M9Qtrg7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3M9Qtrg7Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3M9Qtrg7Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3M9Qtrg7Q .container {
    padding: 0 16px;
  }
}
.cid-u3M9Qtrg7Q .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3M9Qtrg7Q .row {
    margin: 0;
  }
}
.cid-u3M9Qtrg7Q .row .card {
  position: relative;
  padding: 0;
}
.cid-u3M9Qtrg7Q .decor-wrapper_1 {
  height: 30px;
  background-color: #e1201d;
}
.cid-u3M9Qtrg7Q .decor-wrapper_2 {
  height: 30px;
}
.cid-u3M9Qtrg7Q .decor-wrapper_3 {
  height: 30px;
  background-color: #101010;
}
.cid-u3M9Qtrg7Q .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-u3M9Qtrg7Q .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-u3M9Qtrg7Q .title-wrapper {
    margin: 0 10px;
  }
}
.cid-u3M9Qtrg7Q .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-u4qYI7riIY {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u4qYI7riIY .container {
  max-width: 1400px;
}
.cid-u4qYI7riIY .card-img2 span {
  padding-top: 6px;
}
.cid-u4qYI7riIY .soc-item a {
  padding-top: 5px;
}
.cid-u4qYI7riIY .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u4qYI7riIY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u4qYI7riIY .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u4qYI7riIY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4qYI7riIY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u4qYI7riIY #e2_shape {
  fill: #101010 !important;
}
.cid-u4qYI7riIY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u4qYI7riIY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u4qYI7riIY .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4qYI7riIY .card-img {
  width: auto;
}
.cid-u4qYI7riIY .soc-item {
  width: 45px;
  height: 45px;
  background: #101010;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u4qYI7riIY .soc-item span {
  font-size: 1.4rem;
}
.cid-u4qYI7riIY .soc-item:hover span {
  color: #e1201d !important;
}
.cid-u4qYI7riIY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u4qYI7riIY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u4qYI7riIY .media-wrap {
  margin-bottom: 1rem;
}
.cid-u4qYI7riIY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u4qYI7riIY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u4qYI7riIY .item {
    justify-content: center;
  }
  .cid-u4qYI7riIY .quote::after {
    left: 60px;
  }
}
.cid-u4qYI7riIY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u4qYI7riIY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4qYI7riIY .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-u4qYI7riIY .item-title {
  color: #ffffff;
}
.cid-u4qYI7riIY H5 {
  color: #e1201d;
}
.cid-u4qYI7riIY .theme {
  color: #ffffff;
}
.cid-u4qYI7riIY .copyright > p {
  color: #ff3366;
}
.cid-u4qYI7riIY .text2 {
  color: #ffffff;
}
.cid-u4qYI7riIY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u4qYI7riIY H3 {
  color: #008b8e;
}
.cid-u4qYI7riIY .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
