body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #d21e24 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1547b5 !important;
  border-color: #1547b5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d21e24 !important;
  border-color: #d21e24 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e7565b !important;
  border-color: #e7565b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7565b !important;
  border-color: #e7565b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d21e24 !important;
  border-color: #d21e24 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e7565b !important;
  border-color: #e7565b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e7565b !important;
  border-color: #e7565b !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #791115;
  color: #791115;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d21e24;
  border-color: #d21e24;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d21e24 !important;
  border-color: #d21e24 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #791115;
  color: #791115;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d21e24;
  border-color: #d21e24;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d21e24 !important;
  border-color: #d21e24 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #149dcc !important;
}
.text-secondary {
  color: #d21e24 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #d21e24 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea6c70 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ea6c70 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #d21e24;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7c5c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #d21e24 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23149dcc' %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;
}
.cid-sScsk0O2Ms .mbr-text,
.cid-sScsk0O2Ms .typed-text,
.cid-sScsk0O2Ms .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sScsk0O2Ms .btn {
  margin-left: 4px !important;
}
.cid-sScsk0O2Ms .animated-element {
  color: #d21e24;
}
.cid-sScsk0O2Ms .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d21e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sScsAJxlUT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sScsAJxlUT nav.navbar {
  position: fixed;
}
.cid-sScsAJxlUT .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sScsAJxlUT .nav-item {
    height: auto;
  }
}
.cid-sScsAJxlUT .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sScsAJxlUT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sScsAJxlUT .dropdown-item:hover,
.cid-sScsAJxlUT .dropdown-item:focus {
  background: white !important;
}
.cid-sScsAJxlUT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sScsAJxlUT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sScsAJxlUT .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sScsAJxlUT .nav-link {
  position: relative;
}
.cid-sScsAJxlUT .container {
  display: flex;
  margin: auto;
}
.cid-sScsAJxlUT .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sScsAJxlUT .dropdown-menu,
.cid-sScsAJxlUT .navbar.opened {
  background: #efefef !important;
}
.cid-sScsAJxlUT .nav-item:focus,
.cid-sScsAJxlUT .nav-link:focus {
  outline: none;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sScsAJxlUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sScsAJxlUT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.opened {
  transition: all 0.3s;
}
.cid-sScsAJxlUT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sScsAJxlUT .navbar .navbar-logo img {
  width: auto;
}
.cid-sScsAJxlUT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar.collapsed {
  justify-content: center;
}
.cid-sScsAJxlUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sScsAJxlUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sScsAJxlUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sScsAJxlUT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sScsAJxlUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sScsAJxlUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sScsAJxlUT .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-sScsAJxlUT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sScsAJxlUT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sScsAJxlUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sScsAJxlUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sScsAJxlUT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sScsAJxlUT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sScsAJxlUT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sScsAJxlUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sScsAJxlUT .dropdown-item.active,
.cid-sScsAJxlUT .dropdown-item:active {
  background-color: transparent;
}
.cid-sScsAJxlUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sScsAJxlUT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sScsAJxlUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sScsAJxlUT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sScsAJxlUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sScsAJxlUT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sScsAJxlUT .navbar {
    height: 70px;
  }
  .cid-sScsAJxlUT .navbar.opened {
    height: auto;
  }
  .cid-sScsAJxlUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTCb5r3NtI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-sTCb5r3NtI .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sTCb5r3NtI .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sTCb5r3NtI .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sTCb5r3NtI .card-wrapper {
    margin: 0rem;
  }
}
.cid-sTCb5r3NtI .card {
  height: fit-content;
}
.cid-sTCb5r3NtI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sTCb5r3NtI .text-wrap {
  max-width: 400px;
}
.cid-sTCb5r3NtI .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #d21e24;
}
.cid-sTCb5r3NtI .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sTCb5r3NtI .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sTCb5r3NtI img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sTCb5r3NtI .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sTCb5r3NtI .container {
  max-width: 1500px;
}
.cid-sTCb5r3NtI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sTCb5r3NtI .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-sTCb5r3NtI P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sTCb5r3NtI .img-wrap {
    max-height: 230px;
  }
  .cid-sTCb5r3NtI .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sTCb5r3NtI .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sTCb5r3NtI .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sTCb5r3NtI .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sTCb5r3NtI .number {
    margin: auto;
  }
}
.cid-sTCb5r3NtI .mbr-text {
  color: #cccccc;
}
.cid-sXcSji2s9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXcSji2s9a img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-sXcSji2s9a .right {
  display: flex;
  flex-direction: column;
}
.cid-sXcSji2s9a .card-heading {
  padding-bottom: 35px;
  color: #000000;
  text-align: center;
}
.cid-sXcSji2s9a .p {
  padding-bottom: 17px;
  color: #000000;
  text-align: center;
}
.cid-sXcSji2s9a .last-p {
  padding-bottom: 0;
}
.cid-sXcSji2s9a .row {
  justify-content: center;
}
.cid-sXcQk5NuYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXcQk5NuYy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sXcQk5NuYy img:hover {
  transform: scale(1.1);
}
.cid-sXcQk5NuYy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sXcQk5NuYy h2 {
  padding: 0;
  margin: 0;
}
.cid-sXcQk5NuYy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXcQk5NuYy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sXcQk5NuYy .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sXcQk5NuYy .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sXcQk5NuYy .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sXcQk5NuYy .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sXcQk5NuYy .mbr-iconfont {
  margin: 0 !important;
}
.cid-sXcQk5NuYy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sXcQk5NuYy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sXcQk5NuYy .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sXcQk5NuYy .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sXcQk5NuYy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sXcQk5NuYy H2 {
  color: #333333;
}
.cid-sXcQk5NuYy .mbr-text {
  color: #000000;
}
.cid-sTCfBcnACP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTCfBcnACP {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-sTCfBcnACP .text {
  padding: 0;
}
.cid-sTCfBcnACP section {
  position: relative;
}
.cid-sTCfBcnACP h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sTCfBcnACP .mbr-iconfont {
  padding: 0 !important;
}
.cid-sTCfBcnACP .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #d21e24;
}
.cid-sTCfBcnACP .box {
  background-image: url("../../../assets/images/asdf-907x515.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTCfBcnACP .icon-wrap {
  background-color: #d21e24 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sTCfBcnACP .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sTCfBcnACP .icon-wrap span {
  padding-left: 8px;
}
.cid-sTCfBcnACP .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sTCfBcnACP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTCfBcnACP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTCfBcnACP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTCfBcnACP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTCfBcnACP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTCfBcnACP a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sTCfBcnACP {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-sTCfBcnACP .box {
    height: 250px;
  }
  .cid-sTCfBcnACP .row {
    padding: 1rem !important;
  }
}
.cid-sXcRdMenRW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXcRdMenRW img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sXcRdMenRW img:hover {
  transform: scale(1.1);
}
.cid-sXcRdMenRW .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sXcRdMenRW h2 {
  padding: 0;
  margin: 0;
}
.cid-sXcRdMenRW .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXcRdMenRW .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sXcRdMenRW .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sXcRdMenRW .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sXcRdMenRW .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sXcRdMenRW .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sXcRdMenRW .mbr-iconfont {
  margin: 0 !important;
}
.cid-sXcRdMenRW .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sXcRdMenRW .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sXcRdMenRW .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sXcRdMenRW .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sXcRdMenRW .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sXcRdMenRW H2 {
  color: #333333;
}
.cid-sXcRdMenRW .mbr-text {
  color: #000000;
}
.cid-sWx0Uk10IR {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx0Uk10IR .container {
  max-width: 1400px;
}
.cid-sWx0Uk10IR .card-img2 span {
  padding-top: 6px;
}
.cid-sWx0Uk10IR .soc-item a {
  padding-top: 5px;
}
.cid-sWx0Uk10IR .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx0Uk10IR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx0Uk10IR .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx0Uk10IR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx0Uk10IR svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx0Uk10IR #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx0Uk10IR .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx0Uk10IR .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-sWx0Uk10IR .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx0Uk10IR .card-img {
  width: auto;
}
.cid-sWx0Uk10IR .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx0Uk10IR .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx0Uk10IR .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx0Uk10IR .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx0Uk10IR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx0Uk10IR .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx0Uk10IR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx0Uk10IR img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx0Uk10IR .item {
    justify-content: center;
  }
  .cid-sWx0Uk10IR .quote::after {
    left: 60px;
  }
}
.cid-sWx0Uk10IR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx0Uk10IR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx0Uk10IR .text1 {
  color: #ffffff;
}
.cid-sWx0Uk10IR .item-title {
  color: #ffffff;
}
.cid-sWx0Uk10IR H5 {
  color: #ffffff;
}
.cid-sWx0Uk10IR .theme {
  color: #ffffff;
}
.cid-sWx0Uk10IR .copyright > p {
  color: #ff3366;
}
.cid-sWx0Uk10IR .text2 {
  color: #ffffff;
}
.cid-sScsAJxlUT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sScsAJxlUT nav.navbar {
  position: fixed;
}
.cid-sScsAJxlUT .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sScsAJxlUT .nav-item {
    height: auto;
  }
}
.cid-sScsAJxlUT .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sScsAJxlUT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sScsAJxlUT .dropdown-item:hover,
.cid-sScsAJxlUT .dropdown-item:focus {
  background: white !important;
}
.cid-sScsAJxlUT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sScsAJxlUT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sScsAJxlUT .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sScsAJxlUT .nav-link {
  position: relative;
}
.cid-sScsAJxlUT .container {
  display: flex;
  margin: auto;
}
.cid-sScsAJxlUT .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sScsAJxlUT .dropdown-menu,
.cid-sScsAJxlUT .navbar.opened {
  background: #efefef !important;
}
.cid-sScsAJxlUT .nav-item:focus,
.cid-sScsAJxlUT .nav-link:focus {
  outline: none;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sScsAJxlUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sScsAJxlUT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.opened {
  transition: all 0.3s;
}
.cid-sScsAJxlUT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sScsAJxlUT .navbar .navbar-logo img {
  width: auto;
}
.cid-sScsAJxlUT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar.collapsed {
  justify-content: center;
}
.cid-sScsAJxlUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sScsAJxlUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sScsAJxlUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sScsAJxlUT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sScsAJxlUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sScsAJxlUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sScsAJxlUT .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-sScsAJxlUT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sScsAJxlUT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sScsAJxlUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sScsAJxlUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sScsAJxlUT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sScsAJxlUT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sScsAJxlUT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sScsAJxlUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sScsAJxlUT .dropdown-item.active,
.cid-sScsAJxlUT .dropdown-item:active {
  background-color: transparent;
}
.cid-sScsAJxlUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sScsAJxlUT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sScsAJxlUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sScsAJxlUT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sScsAJxlUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sScsAJxlUT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sScsAJxlUT .navbar {
    height: 70px;
  }
  .cid-sScsAJxlUT .navbar.opened {
    height: auto;
  }
  .cid-sScsAJxlUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVuAQZWQOF {
  position: relative;
  overflow: hidden;
}
.cid-sVuAQZWQOF svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVuAQZWQOF #e2_shape {
  fill: #ffffff !important;
}
.cid-sVuAQZWQOF .main-text {
  color: #606060;
}
.cid-sVuAQZWQOF .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 35rem;
}
.cid-sVuAQZWQOF .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVuAQZWQOF .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVuAQZWQOF .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVuAQZWQOF .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVuAQZWQOF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuAQZWQOF .carousel-item.active,
.cid-sVuAQZWQOF .carousel-item-next,
.cid-sVuAQZWQOF .carousel-item-prev {
  display: flex;
}
.cid-sVuAQZWQOF .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVuAQZWQOF .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVuAQZWQOF .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVuAQZWQOF .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVuAQZWQOF .carousel-controls {
    display: block;
  }
  .cid-sVuAQZWQOF .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVuAQZWQOF .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVuAQZWQOF .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVuAQZWQOF .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVuAQZWQOF .text-element {
    padding: 1rem;
  }
  .cid-sVuAQZWQOF .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVuAQZWQOF .image-element {
    min-width: 50%;
  }
  .cid-sVuAQZWQOF .media-container-row {
    width: 100%;
  }
}
.cid-sTN6Y11v17 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sTN6Y11v17 .row {
  position: relative;
}
.cid-sTN6Y11v17 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sTN6Y11v17 .row {
    margin: 0 2rem;
  }
}
.cid-sTN6Y11v17 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sTN6Y11v17 .content-wrapper {
  max-width: 600px;
}
.cid-sTN6Y11v17 H1 {
  color: #333333;
}
.cid-sTN6Y11v17 .mbr-text,
.cid-sTN6Y11v17 .mbr-section-btn {
  color: #333333;
}
.cid-sTN6Y11v17 H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sTN6Y11v17 h4 {
    left: 3rem;
  }
}
.cid-sVr7FNU8wW {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d21e24;
}
.cid-sVr7FNU8wW .container {
  max-width: 1500px;
}
.cid-sVr7FNU8wW .row {
  background: #ffffff;
}
.cid-sVr7FNU8wW .img-col {
  padding: 0;
}
.cid-sVr7FNU8wW .title-col {
  padding: 4rem 8rem;
}
.cid-sVr7FNU8wW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVr7FNU8wW h2 {
  padding: 0;
  margin: 0;
}
.cid-sVr7FNU8wW .text-wrap {
  margin: auto;
}
.cid-sVr7FNU8wW .mbr-text {
  color: #282124;
}
@media (max-width: 1200px) {
  .cid-sVr7FNU8wW .row {
    margin: 2rem;
  }
  .cid-sVr7FNU8wW .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVr7FNU8wW .row {
    margin: 0rem;
  }
  .cid-sVr7FNU8wW .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sVr7FNU8wW H2 {
  color: #282124;
}
.cid-sWlDR6cohw {
  padding-top: 420px;
  background-image: url("../../../assets/images/529-converted-1-2000x492.jpg");
}
.cid-sTNbWkpZq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTNbWkpZq7 .mbr-overlay {
  z-index: 1;
}
.cid-sTNbWkpZq7 .carousel,
.cid-sTNbWkpZq7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sTNbWkpZq7 .item-wrapper {
  width: 100%;
}
.cid-sTNbWkpZq7 .carousel-caption {
  bottom: 40px;
}
.cid-sTNbWkpZq7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTNbWkpZq7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTNbWkpZq7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTNbWkpZq7 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sTNbWkpZq7 span {
  font-size: 50px;
}
.cid-sTNbWkpZq7 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sTNbWkpZq7 .mobi-mbri-arrow-next:hover {
  color: #149dcc;
}
.cid-sTNbWkpZq7 .mobi-mbri-arrow-prev:hover {
  color: #149dcc;
}
.cid-sTNbWkpZq7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sTNbWkpZq7 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sTNbWkpZq7 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sTNbWkpZq7 .carousel-fade .active.carousel-item-left,
.cid-sTNbWkpZq7 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sTNbWkpZq7 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sTNbWkpZq7 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sTNavpk0xk {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #d21e24;
}
.cid-sTNavpk0xk .carousel {
  z-index: 2;
  position: relative;
}
.cid-sTNavpk0xk .user {
  padding: 0 !important;
}
.cid-sTNavpk0xk .carousel-inner {
  position: relative;
}
.cid-sTNavpk0xk .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-sTNavpk0xk .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sTNavpk0xk .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-sTNavpk0xk .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sTNavpk0xk .carousel-item.active,
.cid-sTNavpk0xk .carousel-item-next,
.cid-sTNavpk0xk .carousel-item-prev {
  display: flex;
}
.cid-sTNavpk0xk .user_name {
  margin: 0;
  color: #121212;
}
.cid-sTNavpk0xk .carousel-controls a {
  font-size: 2rem;
}
.cid-sTNavpk0xk .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-sTNavpk0xk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sTNavpk0xk ol {
  margin-bottom: 0;
  top: -3rem;
  height: fit-content;
  position: absolute;
}
.cid-sTNavpk0xk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-sTNavpk0xk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sTNavpk0xk .carousel-indicators .active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.cid-sTNavpk0xk .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-sTNavpk0xk .user_text {
  color: #ffffff;
  text-align: left;
}
.cid-sTNavpk0xk .user_status {
  color: #707070;
}
.cid-sVraZHRKia {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sVraZHRKia .container {
  max-width: 1400px;
}
.cid-sVraZHRKia .card-img2 span {
  padding-top: 6px;
}
.cid-sVraZHRKia .soc-item a {
  padding-top: 5px;
}
.cid-sVraZHRKia .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sVraZHRKia .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sVraZHRKia .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sVraZHRKia .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVraZHRKia svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sVraZHRKia #e2_shape {
  fill: #ffffff !important;
}
.cid-sVraZHRKia .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sVraZHRKia .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-sVraZHRKia .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVraZHRKia .card-img {
  width: auto;
}
.cid-sVraZHRKia .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVraZHRKia .soc-item span {
  font-size: 1.4rem;
}
.cid-sVraZHRKia .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sVraZHRKia .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVraZHRKia .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVraZHRKia .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVraZHRKia .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVraZHRKia img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sVraZHRKia .item {
    justify-content: center;
  }
  .cid-sVraZHRKia .quote::after {
    left: 60px;
  }
}
.cid-sVraZHRKia .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVraZHRKia .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVraZHRKia .text1 {
  color: #ffffff;
}
.cid-sVraZHRKia .item-title {
  color: #ffffff;
}
.cid-sVraZHRKia H5 {
  color: #ffffff;
}
.cid-sVraZHRKia .theme {
  color: #ffffff;
}
.cid-sVraZHRKia .copyright > p {
  color: #ff3366;
}
.cid-sVraZHRKia .text2 {
  color: #ffffff;
}
.cid-sTNdc0uiIl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNdc0uiIl .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNdc0uiIl nav.navbar {
  position: fixed;
}
.cid-sTNdc0uiIl .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNdc0uiIl .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNdc0uiIl .nav-item {
    height: auto;
  }
}
.cid-sTNdc0uiIl .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNdc0uiIl .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-sTNdc0uiIl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNdc0uiIl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNdc0uiIl .dropdown-item:hover,
.cid-sTNdc0uiIl .dropdown-item:focus {
  background: white !important;
}
.cid-sTNdc0uiIl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNdc0uiIl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNdc0uiIl .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNdc0uiIl .nav-link {
  position: relative;
}
.cid-sTNdc0uiIl .container {
  display: flex;
  margin: auto;
}
.cid-sTNdc0uiIl .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNdc0uiIl .dropdown-menu,
.cid-sTNdc0uiIl .navbar.opened {
  background: #efefef !important;
}
.cid-sTNdc0uiIl .nav-item:focus,
.cid-sTNdc0uiIl .nav-link:focus {
  outline: none;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNdc0uiIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNdc0uiIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNdc0uiIl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNdc0uiIl .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNdc0uiIl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNdc0uiIl .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNdc0uiIl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNdc0uiIl .navbar.collapsed {
  justify-content: center;
}
.cid-sTNdc0uiIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNdc0uiIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNdc0uiIl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNdc0uiIl .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-sTNdc0uiIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNdc0uiIl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNdc0uiIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNdc0uiIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNdc0uiIl .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-sTNdc0uiIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNdc0uiIl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNdc0uiIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNdc0uiIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNdc0uiIl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNdc0uiIl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNdc0uiIl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNdc0uiIl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNdc0uiIl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNdc0uiIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNdc0uiIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNdc0uiIl .dropdown-item.active,
.cid-sTNdc0uiIl .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNdc0uiIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNdc0uiIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNdc0uiIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNdc0uiIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNdc0uiIl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNdc0uiIl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNdc0uiIl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNdc0uiIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNdc0uiIl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNdc0uiIl .navbar {
    height: 70px;
  }
  .cid-sTNdc0uiIl .navbar.opened {
    height: auto;
  }
  .cid-sTNdc0uiIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNpNTEng8 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1-1-2000x1333.jpg");
}
.cid-sTNpNTEng8 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNpNTEng8 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNpNTEng8 .card .wrapper .mbr-section-title,
.cid-sTNpNTEng8 .mbr-section-btn,
.cid-sTNpNTEng8 .mbr-list .list {
  color: #ffffff;
}
.cid-sWlOozlbbg {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWlOozlbbg .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlOozlbbg .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlOozlbbg .mbr-text {
  color: #82786e;
}
.cid-sWlOozlbbg .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlOozlbbg .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlOozlbbg .mbr-list {
  color: #82786e;
}
.cid-sWlOozlbbg .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlOozlbbg .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlOozlbbg .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlOozlbbg .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlOozlbbg .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlOozlbbg * {
    text-align: left;
  }
}
.cid-sTNtpiDfAK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNtpiDfAK .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNtpiDfAK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1hW93TA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1hW93TA .container {
  max-width: 1400px;
}
.cid-sWx1hW93TA .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1hW93TA .soc-item a {
  padding-top: 5px;
}
.cid-sWx1hW93TA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1hW93TA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1hW93TA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1hW93TA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1hW93TA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1hW93TA #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1hW93TA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1hW93TA .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-sWx1hW93TA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1hW93TA .card-img {
  width: auto;
}
.cid-sWx1hW93TA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1hW93TA .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1hW93TA .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1hW93TA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1hW93TA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1hW93TA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1hW93TA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1hW93TA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1hW93TA .item {
    justify-content: center;
  }
  .cid-sWx1hW93TA .quote::after {
    left: 60px;
  }
}
.cid-sWx1hW93TA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1hW93TA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1hW93TA .text1 {
  color: #ffffff;
}
.cid-sWx1hW93TA .item-title {
  color: #ffffff;
}
.cid-sWx1hW93TA H5 {
  color: #ffffff;
}
.cid-sWx1hW93TA .theme {
  color: #ffffff;
}
.cid-sWx1hW93TA .copyright > p {
  color: #ff3366;
}
.cid-sWx1hW93TA .text2 {
  color: #ffffff;
}
.cid-sTNuHL4ize {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNuHL4ize .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNuHL4ize nav.navbar {
  position: fixed;
}
.cid-sTNuHL4ize .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNuHL4ize .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNuHL4ize .nav-item {
    height: auto;
  }
}
.cid-sTNuHL4ize .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNuHL4ize .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-sTNuHL4ize .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNuHL4ize .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNuHL4ize .dropdown-item:hover,
.cid-sTNuHL4ize .dropdown-item:focus {
  background: white !important;
}
.cid-sTNuHL4ize .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNuHL4ize .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNuHL4ize .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNuHL4ize .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNuHL4ize .nav-link {
  position: relative;
}
.cid-sTNuHL4ize .container {
  display: flex;
  margin: auto;
}
.cid-sTNuHL4ize .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNuHL4ize .dropdown-menu,
.cid-sTNuHL4ize .navbar.opened {
  background: #efefef !important;
}
.cid-sTNuHL4ize .nav-item:focus,
.cid-sTNuHL4ize .nav-link:focus {
  outline: none;
}
.cid-sTNuHL4ize .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNuHL4ize .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNuHL4ize .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNuHL4ize .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNuHL4ize .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNuHL4ize .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNuHL4ize .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNuHL4ize .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNuHL4ize .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNuHL4ize .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNuHL4ize .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNuHL4ize .navbar.collapsed {
  justify-content: center;
}
.cid-sTNuHL4ize .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNuHL4ize .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNuHL4ize .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNuHL4ize .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNuHL4ize .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNuHL4ize .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-sTNuHL4ize .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNuHL4ize .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNuHL4ize .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNuHL4ize .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNuHL4ize .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNuHL4ize .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNuHL4ize .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNuHL4ize .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-sTNuHL4ize .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNuHL4ize .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNuHL4ize .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNuHL4ize .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNuHL4ize .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNuHL4ize .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNuHL4ize .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNuHL4ize .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNuHL4ize .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNuHL4ize .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNuHL4ize .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNuHL4ize .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNuHL4ize .dropdown-item.active,
.cid-sTNuHL4ize .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNuHL4ize .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNuHL4ize .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNuHL4ize .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNuHL4ize .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNuHL4ize .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNuHL4ize .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNuHL4ize ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNuHL4ize .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNuHL4ize button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNuHL4ize button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNuHL4ize button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNuHL4ize button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNuHL4ize button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNuHL4ize button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNuHL4ize nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNuHL4ize nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNuHL4ize nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNuHL4ize nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNuHL4ize .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNuHL4ize a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNuHL4ize .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNuHL4ize .navbar {
    height: 70px;
  }
  .cid-sTNuHL4ize .navbar.opened {
    height: auto;
  }
  .cid-sTNuHL4ize .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVGCPwQawp {
  position: relative;
  overflow: hidden;
}
.cid-sVGCPwQawp svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVGCPwQawp #e2_shape {
  fill: #ffffff !important;
}
.cid-sVGCPwQawp .main-text {
  color: #606060;
}
.cid-sVGCPwQawp .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sVGCPwQawp .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVGCPwQawp .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVGCPwQawp .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVGCPwQawp .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVGCPwQawp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVGCPwQawp .carousel-item.active,
.cid-sVGCPwQawp .carousel-item-next,
.cid-sVGCPwQawp .carousel-item-prev {
  display: flex;
}
.cid-sVGCPwQawp .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVGCPwQawp .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVGCPwQawp .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVGCPwQawp .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVGCPwQawp .carousel-controls {
    display: block;
  }
  .cid-sVGCPwQawp .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVGCPwQawp .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVGCPwQawp .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVGCPwQawp .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVGCPwQawp .text-element {
    padding: 1rem;
  }
  .cid-sVGCPwQawp .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVGCPwQawp .image-element {
    min-width: 50%;
  }
  .cid-sVGCPwQawp .media-container-row {
    width: 100%;
  }
}
.cid-sWUKGyVzUx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-sWUKGyVzUx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sWUKGyVzUx .form-control,
.cid-sWUKGyVzUx .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sWUKGyVzUx .form-control::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input::-webkit-input-placeholder,
.cid-sWUKGyVzUx .form-control::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sWUKGyVzUx .form-control:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:-moz-placeholder,
.cid-sWUKGyVzUx .form-control:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sWUKGyVzUx .form-control:hover,
.cid-sWUKGyVzUx .field-input:hover,
.cid-sWUKGyVzUx .form-control:focus,
.cid-sWUKGyVzUx .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sWUKGyVzUx .form-control:hover::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input:hover::-webkit-input-placeholder,
.cid-sWUKGyVzUx .form-control:focus::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input:focus::-webkit-input-placeholder,
.cid-sWUKGyVzUx .form-control:hover::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input:hover::-webkit-input-placeholder,
.cid-sWUKGyVzUx .form-control:focus::-webkit-input-placeholder,
.cid-sWUKGyVzUx .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sWUKGyVzUx .form-control:hover:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:hover:-moz-placeholder,
.cid-sWUKGyVzUx .form-control:focus:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:focus:-moz-placeholder,
.cid-sWUKGyVzUx .form-control:hover:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:hover:-moz-placeholder,
.cid-sWUKGyVzUx .form-control:focus:-moz-placeholder,
.cid-sWUKGyVzUx .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sWUKGyVzUx textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sWUKGyVzUx .jq-number__spin:hover,
.cid-sWUKGyVzUx .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sWUKGyVzUx .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sWUKGyVzUx .jq-selectbox li,
.cid-sWUKGyVzUx .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-sWUKGyVzUx .jq-selectbox li:hover,
.cid-sWUKGyVzUx .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-sWUKGyVzUx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sWUKGyVzUx .jq-number__spin.minus:hover:after,
.cid-sWUKGyVzUx .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-sWUKGyVzUx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sWUKGyVzUx .jq-number__spin.minus:after,
.cid-sWUKGyVzUx .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-sWUKGyVzUx input::-webkit-clear-button {
  display: none;
}
.cid-sWUKGyVzUx input::-webkit-inner-spin-button {
  display: none;
}
.cid-sWUKGyVzUx input::-webkit-outer-spin-button {
  display: none;
}
.cid-sWUKGyVzUx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sWUKGyVzUx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #149dcc;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sWUKGyVzUx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sWUKGyVzUx .mbr-section-subtitle {
  color: #d21e24;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sWUKGyVzUx .mbr-text {
  color: #606060;
}
.cid-sWUKGyVzUx .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sWUKGyVzUx .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sWUKGyVzUx .required {
  color: #808080;
}
.cid-sWUKGyVzUx .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-sWUKGyVzUx .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-sWUKGyVzUx .list-block .list-item-text {
  color: #606060;
}
.cid-sWUKGyVzUx .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sWUKGyVzUx .list-block {
  position: relative;
}
.cid-sWUKGyVzUx .list-block h4,
.cid-sWUKGyVzUx .list-block p {
  padding-left: 3.5rem;
}
.cid-sWUKGyVzUx .card-img {
  display: block;
  font-size: 30px;
}
.cid-sWUKGyVzUx .mbr-iconfont {
  color: #767676;
  font-size: 2rem;
}
.cid-sWUKGyVzUx .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sWUKGyVzUx .form-control-label,
.cid-sWUKGyVzUx .form-check {
  margin-left: 20px;
}
.cid-sWUKGyVzUx .list-block .list-item-title {
  color: #d21e24;
}
.cid-sWx2rhRBLA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2rhRBLA .container {
  max-width: 1400px;
}
.cid-sWx2rhRBLA .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2rhRBLA .soc-item a {
  padding-top: 5px;
}
.cid-sWx2rhRBLA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2rhRBLA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2rhRBLA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2rhRBLA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2rhRBLA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2rhRBLA #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2rhRBLA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2rhRBLA .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-sWx2rhRBLA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2rhRBLA .card-img {
  width: auto;
}
.cid-sWx2rhRBLA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2rhRBLA .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2rhRBLA .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2rhRBLA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2rhRBLA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2rhRBLA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2rhRBLA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2rhRBLA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2rhRBLA .item {
    justify-content: center;
  }
  .cid-sWx2rhRBLA .quote::after {
    left: 60px;
  }
}
.cid-sWx2rhRBLA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2rhRBLA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2rhRBLA .text1 {
  color: #ffffff;
}
.cid-sWx2rhRBLA .item-title {
  color: #ffffff;
}
.cid-sWx2rhRBLA H5 {
  color: #ffffff;
}
.cid-sWx2rhRBLA .theme {
  color: #ffffff;
}
.cid-sWx2rhRBLA .copyright > p {
  color: #ff3366;
}
.cid-sWx2rhRBLA .text2 {
  color: #ffffff;
}
.cid-sTNvBJvEsV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNvBJvEsV .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNvBJvEsV nav.navbar {
  position: fixed;
}
.cid-sTNvBJvEsV .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNvBJvEsV .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNvBJvEsV .nav-item {
    height: auto;
  }
}
.cid-sTNvBJvEsV .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNvBJvEsV .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-sTNvBJvEsV .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNvBJvEsV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNvBJvEsV .dropdown-item:hover,
.cid-sTNvBJvEsV .dropdown-item:focus {
  background: white !important;
}
.cid-sTNvBJvEsV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNvBJvEsV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNvBJvEsV .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNvBJvEsV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNvBJvEsV .nav-link {
  position: relative;
}
.cid-sTNvBJvEsV .container {
  display: flex;
  margin: auto;
}
.cid-sTNvBJvEsV .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNvBJvEsV .dropdown-menu,
.cid-sTNvBJvEsV .navbar.opened {
  background: #efefef !important;
}
.cid-sTNvBJvEsV .nav-item:focus,
.cid-sTNvBJvEsV .nav-link:focus {
  outline: none;
}
.cid-sTNvBJvEsV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNvBJvEsV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNvBJvEsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNvBJvEsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNvBJvEsV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNvBJvEsV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNvBJvEsV .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNvBJvEsV .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNvBJvEsV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNvBJvEsV .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNvBJvEsV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNvBJvEsV .navbar.collapsed {
  justify-content: center;
}
.cid-sTNvBJvEsV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNvBJvEsV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNvBJvEsV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNvBJvEsV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNvBJvEsV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNvBJvEsV .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-sTNvBJvEsV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNvBJvEsV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNvBJvEsV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNvBJvEsV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNvBJvEsV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNvBJvEsV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNvBJvEsV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNvBJvEsV .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-sTNvBJvEsV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNvBJvEsV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNvBJvEsV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNvBJvEsV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNvBJvEsV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNvBJvEsV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNvBJvEsV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNvBJvEsV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNvBJvEsV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNvBJvEsV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNvBJvEsV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNvBJvEsV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNvBJvEsV .dropdown-item.active,
.cid-sTNvBJvEsV .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNvBJvEsV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNvBJvEsV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNvBJvEsV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNvBJvEsV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNvBJvEsV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNvBJvEsV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNvBJvEsV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNvBJvEsV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNvBJvEsV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNvBJvEsV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNvBJvEsV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNvBJvEsV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNvBJvEsV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNvBJvEsV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNvBJvEsV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNvBJvEsV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNvBJvEsV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNvBJvEsV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNvBJvEsV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNvBJvEsV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNvBJvEsV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNvBJvEsV .navbar {
    height: 70px;
  }
  .cid-sTNvBJvEsV .navbar.opened {
    height: auto;
  }
  .cid-sTNvBJvEsV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNvBL0sUt {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/2-2000x1333.jpg");
}
.cid-sTNvBL0sUt .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNvBL0sUt .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNvBL0sUt .card .wrapper .mbr-section-title,
.cid-sTNvBL0sUt .mbr-section-btn,
.cid-sTNvBL0sUt .mbr-list .list {
  color: #ffffff;
}
.cid-sWlQCvkQDw {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWlQCvkQDw .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlQCvkQDw .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlQCvkQDw .mbr-text {
  color: #82786e;
}
.cid-sWlQCvkQDw .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlQCvkQDw .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlQCvkQDw .mbr-list {
  color: #82786e;
}
.cid-sWlQCvkQDw .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlQCvkQDw .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlQCvkQDw .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlQCvkQDw .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlQCvkQDw .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlQCvkQDw * {
    text-align: left;
  }
}
.cid-sTNvBNRQvE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNvBNRQvE .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNvBNRQvE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1kK3Mkk {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1kK3Mkk .container {
  max-width: 1400px;
}
.cid-sWx1kK3Mkk .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1kK3Mkk .soc-item a {
  padding-top: 5px;
}
.cid-sWx1kK3Mkk .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1kK3Mkk .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1kK3Mkk .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1kK3Mkk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1kK3Mkk svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1kK3Mkk #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1kK3Mkk .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1kK3Mkk .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-sWx1kK3Mkk .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1kK3Mkk .card-img {
  width: auto;
}
.cid-sWx1kK3Mkk .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1kK3Mkk .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1kK3Mkk .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1kK3Mkk .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1kK3Mkk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1kK3Mkk .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1kK3Mkk .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1kK3Mkk img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1kK3Mkk .item {
    justify-content: center;
  }
  .cid-sWx1kK3Mkk .quote::after {
    left: 60px;
  }
}
.cid-sWx1kK3Mkk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1kK3Mkk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1kK3Mkk .text1 {
  color: #ffffff;
}
.cid-sWx1kK3Mkk .item-title {
  color: #ffffff;
}
.cid-sWx1kK3Mkk H5 {
  color: #ffffff;
}
.cid-sWx1kK3Mkk .theme {
  color: #ffffff;
}
.cid-sWx1kK3Mkk .copyright > p {
  color: #ff3366;
}
.cid-sWx1kK3Mkk .text2 {
  color: #ffffff;
}
.cid-sTNxkLYg3H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNxkLYg3H .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNxkLYg3H nav.navbar {
  position: fixed;
}
.cid-sTNxkLYg3H .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNxkLYg3H .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNxkLYg3H .nav-item {
    height: auto;
  }
}
.cid-sTNxkLYg3H .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNxkLYg3H .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-sTNxkLYg3H .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNxkLYg3H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNxkLYg3H .dropdown-item:hover,
.cid-sTNxkLYg3H .dropdown-item:focus {
  background: white !important;
}
.cid-sTNxkLYg3H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNxkLYg3H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNxkLYg3H .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNxkLYg3H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNxkLYg3H .nav-link {
  position: relative;
}
.cid-sTNxkLYg3H .container {
  display: flex;
  margin: auto;
}
.cid-sTNxkLYg3H .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNxkLYg3H .dropdown-menu,
.cid-sTNxkLYg3H .navbar.opened {
  background: #efefef !important;
}
.cid-sTNxkLYg3H .nav-item:focus,
.cid-sTNxkLYg3H .nav-link:focus {
  outline: none;
}
.cid-sTNxkLYg3H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNxkLYg3H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNxkLYg3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNxkLYg3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNxkLYg3H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNxkLYg3H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNxkLYg3H .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNxkLYg3H .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNxkLYg3H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNxkLYg3H .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNxkLYg3H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNxkLYg3H .navbar.collapsed {
  justify-content: center;
}
.cid-sTNxkLYg3H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNxkLYg3H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNxkLYg3H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNxkLYg3H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNxkLYg3H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNxkLYg3H .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-sTNxkLYg3H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNxkLYg3H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNxkLYg3H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNxkLYg3H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNxkLYg3H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNxkLYg3H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNxkLYg3H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNxkLYg3H .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-sTNxkLYg3H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNxkLYg3H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNxkLYg3H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNxkLYg3H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNxkLYg3H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNxkLYg3H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNxkLYg3H .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNxkLYg3H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNxkLYg3H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNxkLYg3H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNxkLYg3H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNxkLYg3H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNxkLYg3H .dropdown-item.active,
.cid-sTNxkLYg3H .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNxkLYg3H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNxkLYg3H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNxkLYg3H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNxkLYg3H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNxkLYg3H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNxkLYg3H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNxkLYg3H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNxkLYg3H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNxkLYg3H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNxkLYg3H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNxkLYg3H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNxkLYg3H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNxkLYg3H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNxkLYg3H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNxkLYg3H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNxkLYg3H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNxkLYg3H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNxkLYg3H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNxkLYg3H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNxkLYg3H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNxkLYg3H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNxkLYg3H .navbar {
    height: 70px;
  }
  .cid-sTNxkLYg3H .navbar.opened {
    height: auto;
  }
  .cid-sTNxkLYg3H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNxkNDqsq {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asset-management-banner-2000x840.jpg");
}
.cid-sTNxkNDqsq .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNxkNDqsq .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNxkNDqsq .card .wrapper .mbr-section-title,
.cid-sTNxkNDqsq .mbr-section-btn,
.cid-sTNxkNDqsq .mbr-list .list {
  color: #ffffff;
}
.cid-sWlRoi8G0C {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWlRoi8G0C .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlRoi8G0C .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlRoi8G0C .mbr-text {
  color: #82786e;
}
.cid-sWlRoi8G0C .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlRoi8G0C .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlRoi8G0C .mbr-list {
  color: #82786e;
}
.cid-sWlRoi8G0C .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlRoi8G0C .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlRoi8G0C .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlRoi8G0C .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlRoi8G0C .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlRoi8G0C * {
    text-align: left;
  }
}
.cid-sTNxkQLKPa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNxkQLKPa .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNxkQLKPa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1ozsbUz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1ozsbUz .container {
  max-width: 1400px;
}
.cid-sWx1ozsbUz .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1ozsbUz .soc-item a {
  padding-top: 5px;
}
.cid-sWx1ozsbUz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1ozsbUz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1ozsbUz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1ozsbUz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1ozsbUz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1ozsbUz #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1ozsbUz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1ozsbUz .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-sWx1ozsbUz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1ozsbUz .card-img {
  width: auto;
}
.cid-sWx1ozsbUz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1ozsbUz .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1ozsbUz .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1ozsbUz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1ozsbUz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1ozsbUz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1ozsbUz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1ozsbUz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1ozsbUz .item {
    justify-content: center;
  }
  .cid-sWx1ozsbUz .quote::after {
    left: 60px;
  }
}
.cid-sWx1ozsbUz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1ozsbUz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1ozsbUz .text1 {
  color: #ffffff;
}
.cid-sWx1ozsbUz .item-title {
  color: #ffffff;
}
.cid-sWx1ozsbUz H5 {
  color: #ffffff;
}
.cid-sWx1ozsbUz .theme {
  color: #ffffff;
}
.cid-sWx1ozsbUz .copyright > p {
  color: #ff3366;
}
.cid-sWx1ozsbUz .text2 {
  color: #ffffff;
}
.cid-sTNyhb18WF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNyhb18WF .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNyhb18WF nav.navbar {
  position: fixed;
}
.cid-sTNyhb18WF .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNyhb18WF .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNyhb18WF .nav-item {
    height: auto;
  }
}
.cid-sTNyhb18WF .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNyhb18WF .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-sTNyhb18WF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNyhb18WF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNyhb18WF .dropdown-item:hover,
.cid-sTNyhb18WF .dropdown-item:focus {
  background: white !important;
}
.cid-sTNyhb18WF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNyhb18WF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNyhb18WF .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNyhb18WF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNyhb18WF .nav-link {
  position: relative;
}
.cid-sTNyhb18WF .container {
  display: flex;
  margin: auto;
}
.cid-sTNyhb18WF .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNyhb18WF .dropdown-menu,
.cid-sTNyhb18WF .navbar.opened {
  background: #efefef !important;
}
.cid-sTNyhb18WF .nav-item:focus,
.cid-sTNyhb18WF .nav-link:focus {
  outline: none;
}
.cid-sTNyhb18WF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNyhb18WF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNyhb18WF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNyhb18WF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNyhb18WF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNyhb18WF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNyhb18WF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNyhb18WF .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNyhb18WF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNyhb18WF .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNyhb18WF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNyhb18WF .navbar.collapsed {
  justify-content: center;
}
.cid-sTNyhb18WF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNyhb18WF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNyhb18WF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNyhb18WF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNyhb18WF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNyhb18WF .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-sTNyhb18WF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNyhb18WF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNyhb18WF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNyhb18WF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNyhb18WF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNyhb18WF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNyhb18WF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNyhb18WF .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-sTNyhb18WF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNyhb18WF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNyhb18WF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNyhb18WF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNyhb18WF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNyhb18WF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNyhb18WF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNyhb18WF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNyhb18WF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNyhb18WF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNyhb18WF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNyhb18WF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNyhb18WF .dropdown-item.active,
.cid-sTNyhb18WF .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNyhb18WF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNyhb18WF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNyhb18WF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNyhb18WF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNyhb18WF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNyhb18WF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNyhb18WF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNyhb18WF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNyhb18WF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNyhb18WF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNyhb18WF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNyhb18WF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNyhb18WF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNyhb18WF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNyhb18WF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNyhb18WF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNyhb18WF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNyhb18WF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNyhb18WF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNyhb18WF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNyhb18WF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNyhb18WF .navbar {
    height: 70px;
  }
  .cid-sTNyhb18WF .navbar.opened {
    height: auto;
  }
  .cid-sTNyhb18WF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNyhcmSj9 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/transportation-754x460.jpg");
}
.cid-sTNyhcmSj9 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNyhcmSj9 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNyhcmSj9 .card .wrapper .mbr-section-title,
.cid-sTNyhcmSj9 .mbr-section-btn,
.cid-sTNyhcmSj9 .mbr-list .list {
  color: #ffffff;
}
.cid-sWlTiLrl2I {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWlTiLrl2I .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlTiLrl2I .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlTiLrl2I .mbr-text {
  color: #82786e;
}
.cid-sWlTiLrl2I .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlTiLrl2I .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlTiLrl2I .mbr-list {
  color: #82786e;
}
.cid-sWlTiLrl2I .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlTiLrl2I .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlTiLrl2I .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlTiLrl2I .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlTiLrl2I .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlTiLrl2I * {
    text-align: left;
  }
}
.cid-sTNyhfwrDX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNyhfwrDX .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNyhfwrDX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1rXpqN2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1rXpqN2 .container {
  max-width: 1400px;
}
.cid-sWx1rXpqN2 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1rXpqN2 .soc-item a {
  padding-top: 5px;
}
.cid-sWx1rXpqN2 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1rXpqN2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1rXpqN2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1rXpqN2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1rXpqN2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1rXpqN2 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1rXpqN2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1rXpqN2 .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-sWx1rXpqN2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1rXpqN2 .card-img {
  width: auto;
}
.cid-sWx1rXpqN2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1rXpqN2 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1rXpqN2 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1rXpqN2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1rXpqN2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1rXpqN2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1rXpqN2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1rXpqN2 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1rXpqN2 .item {
    justify-content: center;
  }
  .cid-sWx1rXpqN2 .quote::after {
    left: 60px;
  }
}
.cid-sWx1rXpqN2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1rXpqN2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1rXpqN2 .text1 {
  color: #ffffff;
}
.cid-sWx1rXpqN2 .item-title {
  color: #ffffff;
}
.cid-sWx1rXpqN2 H5 {
  color: #ffffff;
}
.cid-sWx1rXpqN2 .theme {
  color: #ffffff;
}
.cid-sWx1rXpqN2 .copyright > p {
  color: #ff3366;
}
.cid-sWx1rXpqN2 .text2 {
  color: #ffffff;
}
.cid-sTNzsSBABr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNzsSBABr .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNzsSBABr nav.navbar {
  position: fixed;
}
.cid-sTNzsSBABr .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNzsSBABr .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNzsSBABr .nav-item {
    height: auto;
  }
}
.cid-sTNzsSBABr .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNzsSBABr .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-sTNzsSBABr .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNzsSBABr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNzsSBABr .dropdown-item:hover,
.cid-sTNzsSBABr .dropdown-item:focus {
  background: white !important;
}
.cid-sTNzsSBABr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNzsSBABr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNzsSBABr .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNzsSBABr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNzsSBABr .nav-link {
  position: relative;
}
.cid-sTNzsSBABr .container {
  display: flex;
  margin: auto;
}
.cid-sTNzsSBABr .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNzsSBABr .dropdown-menu,
.cid-sTNzsSBABr .navbar.opened {
  background: #efefef !important;
}
.cid-sTNzsSBABr .nav-item:focus,
.cid-sTNzsSBABr .nav-link:focus {
  outline: none;
}
.cid-sTNzsSBABr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNzsSBABr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNzsSBABr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNzsSBABr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNzsSBABr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNzsSBABr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNzsSBABr .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNzsSBABr .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNzsSBABr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNzsSBABr .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNzsSBABr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNzsSBABr .navbar.collapsed {
  justify-content: center;
}
.cid-sTNzsSBABr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNzsSBABr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNzsSBABr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNzsSBABr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNzsSBABr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNzsSBABr .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-sTNzsSBABr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNzsSBABr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNzsSBABr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNzsSBABr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNzsSBABr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNzsSBABr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNzsSBABr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNzsSBABr .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-sTNzsSBABr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNzsSBABr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNzsSBABr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNzsSBABr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNzsSBABr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNzsSBABr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNzsSBABr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNzsSBABr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNzsSBABr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNzsSBABr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNzsSBABr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNzsSBABr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNzsSBABr .dropdown-item.active,
.cid-sTNzsSBABr .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNzsSBABr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNzsSBABr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNzsSBABr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNzsSBABr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNzsSBABr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNzsSBABr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNzsSBABr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNzsSBABr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNzsSBABr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNzsSBABr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNzsSBABr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNzsSBABr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNzsSBABr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNzsSBABr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNzsSBABr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNzsSBABr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNzsSBABr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNzsSBABr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNzsSBABr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNzsSBABr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNzsSBABr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNzsSBABr .navbar {
    height: 70px;
  }
  .cid-sTNzsSBABr .navbar.opened {
    height: auto;
  }
  .cid-sTNzsSBABr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNzsUG63v {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sTNzsUG63v .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNzsUG63v .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNzsUG63v .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNzsUG63v .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNzsUG63v .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNzsUG63v .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNzsUG63v .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNzsUG63v .card .wrapper .mbr-section-title,
.cid-sTNzsUG63v .mbr-section-btn,
.cid-sTNzsUG63v .mbr-list .list {
  color: #ffffff;
}
.cid-sWlTQzFBay {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWlTQzFBay .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlTQzFBay .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlTQzFBay .mbr-text {
  color: #82786e;
}
.cid-sWlTQzFBay .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlTQzFBay .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlTQzFBay .mbr-list {
  color: #82786e;
}
.cid-sWlTQzFBay .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlTQzFBay .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlTQzFBay .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlTQzFBay .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlTQzFBay .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlTQzFBay * {
    text-align: left;
  }
}
.cid-sTNzsXszRs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNzsXszRs .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNzsXszRs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1ykku3T {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1ykku3T .container {
  max-width: 1400px;
}
.cid-sWx1ykku3T .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1ykku3T .soc-item a {
  padding-top: 5px;
}
.cid-sWx1ykku3T .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1ykku3T .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1ykku3T .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1ykku3T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1ykku3T svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1ykku3T #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1ykku3T .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1ykku3T .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-sWx1ykku3T .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1ykku3T .card-img {
  width: auto;
}
.cid-sWx1ykku3T .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1ykku3T .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1ykku3T .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1ykku3T .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1ykku3T .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1ykku3T .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1ykku3T .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1ykku3T img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1ykku3T .item {
    justify-content: center;
  }
  .cid-sWx1ykku3T .quote::after {
    left: 60px;
  }
}
.cid-sWx1ykku3T .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1ykku3T .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1ykku3T .text1 {
  color: #ffffff;
}
.cid-sWx1ykku3T .item-title {
  color: #ffffff;
}
.cid-sWx1ykku3T H5 {
  color: #ffffff;
}
.cid-sWx1ykku3T .theme {
  color: #ffffff;
}
.cid-sWx1ykku3T .copyright > p {
  color: #ff3366;
}
.cid-sWx1ykku3T .text2 {
  color: #ffffff;
}
.cid-sTNBbHRAqY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNBbHRAqY .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNBbHRAqY nav.navbar {
  position: fixed;
}
.cid-sTNBbHRAqY .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNBbHRAqY .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNBbHRAqY .nav-item {
    height: auto;
  }
}
.cid-sTNBbHRAqY .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNBbHRAqY .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-sTNBbHRAqY .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNBbHRAqY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNBbHRAqY .dropdown-item:hover,
.cid-sTNBbHRAqY .dropdown-item:focus {
  background: white !important;
}
.cid-sTNBbHRAqY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNBbHRAqY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNBbHRAqY .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNBbHRAqY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNBbHRAqY .nav-link {
  position: relative;
}
.cid-sTNBbHRAqY .container {
  display: flex;
  margin: auto;
}
.cid-sTNBbHRAqY .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNBbHRAqY .dropdown-menu,
.cid-sTNBbHRAqY .navbar.opened {
  background: #efefef !important;
}
.cid-sTNBbHRAqY .nav-item:focus,
.cid-sTNBbHRAqY .nav-link:focus {
  outline: none;
}
.cid-sTNBbHRAqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNBbHRAqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNBbHRAqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNBbHRAqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNBbHRAqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNBbHRAqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNBbHRAqY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNBbHRAqY .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNBbHRAqY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNBbHRAqY .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNBbHRAqY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNBbHRAqY .navbar.collapsed {
  justify-content: center;
}
.cid-sTNBbHRAqY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNBbHRAqY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNBbHRAqY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNBbHRAqY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNBbHRAqY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNBbHRAqY .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-sTNBbHRAqY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNBbHRAqY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNBbHRAqY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNBbHRAqY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNBbHRAqY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNBbHRAqY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNBbHRAqY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNBbHRAqY .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-sTNBbHRAqY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNBbHRAqY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNBbHRAqY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNBbHRAqY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNBbHRAqY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNBbHRAqY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNBbHRAqY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNBbHRAqY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNBbHRAqY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNBbHRAqY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNBbHRAqY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNBbHRAqY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNBbHRAqY .dropdown-item.active,
.cid-sTNBbHRAqY .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNBbHRAqY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNBbHRAqY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNBbHRAqY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNBbHRAqY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNBbHRAqY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNBbHRAqY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNBbHRAqY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNBbHRAqY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNBbHRAqY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNBbHRAqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNBbHRAqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNBbHRAqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNBbHRAqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNBbHRAqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNBbHRAqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNBbHRAqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNBbHRAqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNBbHRAqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNBbHRAqY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNBbHRAqY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNBbHRAqY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNBbHRAqY .navbar {
    height: 70px;
  }
  .cid-sTNBbHRAqY .navbar.opened {
    height: auto;
  }
  .cid-sTNBbHRAqY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTNBbJcDVI {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-sTNBbJcDVI .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sTNBbJcDVI .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sTNBbJcDVI .card .wrapper .mbr-section-title,
.cid-sTNBbJcDVI .mbr-section-btn,
.cid-sTNBbJcDVI .mbr-list .list {
  color: #ffffff;
}
.cid-sWlVXfDr3D {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWlVXfDr3D .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlVXfDr3D .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlVXfDr3D .mbr-text {
  color: #82786e;
}
.cid-sWlVXfDr3D .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlVXfDr3D .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlVXfDr3D .mbr-list {
  color: #82786e;
}
.cid-sWlVXfDr3D .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlVXfDr3D .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlVXfDr3D .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlVXfDr3D .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlVXfDr3D .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlVXfDr3D * {
    text-align: left;
  }
}
.cid-sVGB6epLAb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVGB6epLAb img {
  width: 100%;
  border-radius: 15px;
}
.cid-sTNBbM6L26 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sTNBbM6L26 .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sTNBbM6L26 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1CHSXh2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1CHSXh2 .container {
  max-width: 1400px;
}
.cid-sWx1CHSXh2 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1CHSXh2 .soc-item a {
  padding-top: 5px;
}
.cid-sWx1CHSXh2 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1CHSXh2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1CHSXh2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1CHSXh2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1CHSXh2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1CHSXh2 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1CHSXh2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1CHSXh2 .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-sWx1CHSXh2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1CHSXh2 .card-img {
  width: auto;
}
.cid-sWx1CHSXh2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1CHSXh2 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1CHSXh2 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1CHSXh2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1CHSXh2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1CHSXh2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1CHSXh2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1CHSXh2 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1CHSXh2 .item {
    justify-content: center;
  }
  .cid-sWx1CHSXh2 .quote::after {
    left: 60px;
  }
}
.cid-sWx1CHSXh2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1CHSXh2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1CHSXh2 .text1 {
  color: #ffffff;
}
.cid-sWx1CHSXh2 .item-title {
  color: #ffffff;
}
.cid-sWx1CHSXh2 H5 {
  color: #ffffff;
}
.cid-sWx1CHSXh2 .theme {
  color: #ffffff;
}
.cid-sWx1CHSXh2 .copyright > p {
  color: #ff3366;
}
.cid-sWx1CHSXh2 .text2 {
  color: #ffffff;
}
.cid-sTT48tzyoM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTT48tzyoM .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTT48tzyoM nav.navbar {
  position: fixed;
}
.cid-sTT48tzyoM .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTT48tzyoM .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTT48tzyoM .nav-item {
    height: auto;
  }
}
.cid-sTT48tzyoM .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTT48tzyoM .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-sTT48tzyoM .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTT48tzyoM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTT48tzyoM .dropdown-item:hover,
.cid-sTT48tzyoM .dropdown-item:focus {
  background: white !important;
}
.cid-sTT48tzyoM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTT48tzyoM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTT48tzyoM .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTT48tzyoM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTT48tzyoM .nav-link {
  position: relative;
}
.cid-sTT48tzyoM .container {
  display: flex;
  margin: auto;
}
.cid-sTT48tzyoM .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTT48tzyoM .dropdown-menu,
.cid-sTT48tzyoM .navbar.opened {
  background: #efefef !important;
}
.cid-sTT48tzyoM .nav-item:focus,
.cid-sTT48tzyoM .nav-link:focus {
  outline: none;
}
.cid-sTT48tzyoM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTT48tzyoM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTT48tzyoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTT48tzyoM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTT48tzyoM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTT48tzyoM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTT48tzyoM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTT48tzyoM .navbar.opened {
  transition: all 0.3s;
}
.cid-sTT48tzyoM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTT48tzyoM .navbar .navbar-logo img {
  width: auto;
}
.cid-sTT48tzyoM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTT48tzyoM .navbar.collapsed {
  justify-content: center;
}
.cid-sTT48tzyoM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTT48tzyoM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTT48tzyoM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTT48tzyoM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTT48tzyoM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTT48tzyoM .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-sTT48tzyoM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTT48tzyoM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTT48tzyoM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTT48tzyoM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTT48tzyoM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTT48tzyoM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTT48tzyoM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTT48tzyoM .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-sTT48tzyoM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTT48tzyoM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTT48tzyoM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTT48tzyoM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTT48tzyoM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTT48tzyoM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTT48tzyoM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTT48tzyoM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTT48tzyoM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTT48tzyoM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTT48tzyoM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTT48tzyoM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTT48tzyoM .dropdown-item.active,
.cid-sTT48tzyoM .dropdown-item:active {
  background-color: transparent;
}
.cid-sTT48tzyoM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTT48tzyoM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTT48tzyoM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTT48tzyoM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTT48tzyoM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTT48tzyoM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTT48tzyoM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTT48tzyoM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTT48tzyoM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTT48tzyoM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTT48tzyoM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTT48tzyoM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTT48tzyoM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTT48tzyoM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTT48tzyoM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTT48tzyoM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTT48tzyoM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTT48tzyoM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTT48tzyoM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTT48tzyoM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTT48tzyoM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTT48tzyoM .navbar {
    height: 70px;
  }
  .cid-sTT48tzyoM .navbar.opened {
    height: auto;
  }
  .cid-sTT48tzyoM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTT65xpNqK {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sTT65xpNqK .mbr-overlay {
  background: #d21e24;
  background: linear-gradient(90deg, #d21e24, #282124);
}
.cid-sTT65xpNqK .mbr-section-title {
  margin: 0;
}
.cid-sTT65xpNqK .mbr-text {
  color: #efefef;
}
.cid-sTT65xpNqK .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sTT65xpNqK .card-img {
  text-align: left;
}
.cid-sTT65xpNqK .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sTT65xpNqK .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTT65xpNqK .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTT65xpNqK .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sTT65xpNqK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sTT65xpNqK .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sTT9xQR2g9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sTT9xQR2g9 .main_header {
  margin-bottom: 8rem;
}
.cid-sTT9xQR2g9 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sTT9xQR2g9 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sTT9xQR2g9 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sTT9xQR2g9 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sTT9xQR2g9 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sTT9xQR2g9 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sTT9xQR2g9 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sTT9xQR2g9 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sTT9xQR2g9 .item-wrapper {
  padding: 0 1rem;
}
.cid-sTT9xQR2g9 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sTT9xQR2g9 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sTT9xQR2g9 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sTT9xQR2g9 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-sTT9xQR2g9 .card-text {
  margin-bottom: 1.25rem;
}
.cid-sTT9xQR2g9 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sTT9xQR2g9 .card-descr {
    margin-right: -1rem;
  }
}
.cid-sTT9xQR2g9 img,
.cid-sTT9xQR2g9 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTT9xQR2g9 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sTT9xQR2g9 .main_header {
    margin-bottom: 4rem;
  }
  .cid-sTT9xQR2g9 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sTT9xQR2g9 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sTT9xQR2g9 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sTT9xQR2g9 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sTT9xQR2g9 .card-text {
    margin-bottom: .75rem;
  }
  .cid-sTT9xQR2g9 .card-descr {
    right: 1rem;
  }
}
.cid-sU5cMzELir {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU5cMzELir .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sU5cMzELir .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sU5cMzELir .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sU5cMzELir .card-box {
  margin: auto;
}
.cid-sU5cMzELir img,
.cid-sU5cMzELir .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sU5cMzELir img,
  .cid-sU5cMzELir .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sU5cMzELir .mbr-section-title {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
}
.cid-sU5cMzELir .card-text {
  color: #a6a6a6;
}
.cid-sU5lAlhEvD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sU5lAlhEvD .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sU5lAlhEvD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sU5lAlhEvD .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sU5lAlhEvD .card-box {
  margin: auto;
}
.cid-sU5lAlhEvD img,
.cid-sU5lAlhEvD .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sU5lAlhEvD img,
  .cid-sU5lAlhEvD .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sU5lAlhEvD .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sU5lAlhEvD .card-text {
  color: #a6a6a6;
}
.cid-sU5lAlhEvD .card-title {
  text-align: left;
}
.cid-sWm1bDnpQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWm1bDnpQd .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sWm1bDnpQd .row {
    text-align: center;
  }
}
.cid-sWm1bDnpQd .mbr-section-title {
  text-align: left;
}
.cid-sWm1bDnpQd .mbr-text {
  text-align: left;
}
.cid-sWlWKZTQUc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWlWKZTQUc .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #d21e24;
  margin-bottom: 1rem;
}
.cid-sWlWKZTQUc .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-sWlWKZTQUc .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-sWlWKZTQUc .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-sWlWKZTQUc .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-sWlWKZTQUc .card-title,
.cid-sWlWKZTQUc .card-box {
  color: #000000;
}
.cid-sWlWKZTQUc .main-title,
.cid-sWlWKZTQUc .title-col {
  text-align: left;
  color: #000000;
}
.cid-sWlWKZTQUc .card-text {
  color: #353535;
}
.cid-sTT48wCO74 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1547b5 ;
}
.cid-sTT48wCO74 .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
  padding:15px;
}
.cid-sTT48wCO74 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1Go5XAT {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1Go5XAT .container {
  max-width: 1400px;
}
.cid-sWx1Go5XAT .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1Go5XAT .soc-item a {
  padding-top: 5px;
}
.cid-sWx1Go5XAT .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1Go5XAT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1Go5XAT .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1Go5XAT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1Go5XAT svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1Go5XAT #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1Go5XAT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1Go5XAT .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-sWx1Go5XAT .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1Go5XAT .card-img {
  width: auto;
}
.cid-sWx1Go5XAT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1Go5XAT .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1Go5XAT .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1Go5XAT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1Go5XAT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1Go5XAT .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1Go5XAT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1Go5XAT img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1Go5XAT .item {
    justify-content: center;
  }
  .cid-sWx1Go5XAT .quote::after {
    left: 60px;
  }
}
.cid-sWx1Go5XAT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1Go5XAT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1Go5XAT .text1 {
  color: #ffffff;
}
.cid-sWx1Go5XAT .item-title {
  color: #ffffff;
}
.cid-sWx1Go5XAT H5 {
  color: #ffffff;
}
.cid-sWx1Go5XAT .theme {
  color: #ffffff;
}
.cid-sWx1Go5XAT .copyright > p {
  color: #ff3366;
}
.cid-sWx1Go5XAT .text2 {
  color: #ffffff;
}
.cid-sU5sLYwFXB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU5sLYwFXB .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sU5sLYwFXB nav.navbar {
  position: fixed;
}
.cid-sU5sLYwFXB .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sU5sLYwFXB .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sU5sLYwFXB .nav-item {
    height: auto;
  }
}
.cid-sU5sLYwFXB .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5sLYwFXB .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-sU5sLYwFXB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sU5sLYwFXB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5sLYwFXB .dropdown-item:hover,
.cid-sU5sLYwFXB .dropdown-item:focus {
  background: white !important;
}
.cid-sU5sLYwFXB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sU5sLYwFXB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sU5sLYwFXB .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sU5sLYwFXB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU5sLYwFXB .nav-link {
  position: relative;
}
.cid-sU5sLYwFXB .container {
  display: flex;
  margin: auto;
}
.cid-sU5sLYwFXB .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sU5sLYwFXB .dropdown-menu,
.cid-sU5sLYwFXB .navbar.opened {
  background: #efefef !important;
}
.cid-sU5sLYwFXB .nav-item:focus,
.cid-sU5sLYwFXB .nav-link:focus {
  outline: none;
}
.cid-sU5sLYwFXB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU5sLYwFXB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU5sLYwFXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sU5sLYwFXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU5sLYwFXB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU5sLYwFXB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU5sLYwFXB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sU5sLYwFXB .navbar.opened {
  transition: all 0.3s;
}
.cid-sU5sLYwFXB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sU5sLYwFXB .navbar .navbar-logo img {
  width: auto;
}
.cid-sU5sLYwFXB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU5sLYwFXB .navbar.collapsed {
  justify-content: center;
}
.cid-sU5sLYwFXB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU5sLYwFXB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU5sLYwFXB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sU5sLYwFXB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU5sLYwFXB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU5sLYwFXB .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-sU5sLYwFXB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU5sLYwFXB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sU5sLYwFXB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sU5sLYwFXB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU5sLYwFXB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU5sLYwFXB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU5sLYwFXB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU5sLYwFXB .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-sU5sLYwFXB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sU5sLYwFXB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU5sLYwFXB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU5sLYwFXB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU5sLYwFXB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU5sLYwFXB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sU5sLYwFXB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU5sLYwFXB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sU5sLYwFXB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sU5sLYwFXB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU5sLYwFXB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU5sLYwFXB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU5sLYwFXB .dropdown-item.active,
.cid-sU5sLYwFXB .dropdown-item:active {
  background-color: transparent;
}
.cid-sU5sLYwFXB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU5sLYwFXB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU5sLYwFXB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU5sLYwFXB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sU5sLYwFXB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU5sLYwFXB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU5sLYwFXB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU5sLYwFXB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU5sLYwFXB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sU5sLYwFXB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sU5sLYwFXB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sU5sLYwFXB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU5sLYwFXB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU5sLYwFXB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sU5sLYwFXB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU5sLYwFXB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sU5sLYwFXB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sU5sLYwFXB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU5sLYwFXB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sU5sLYwFXB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU5sLYwFXB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sU5sLYwFXB .navbar {
    height: 70px;
  }
  .cid-sU5sLYwFXB .navbar.opened {
    height: auto;
  }
  .cid-sU5sLYwFXB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU5sM0uK7h {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sU5sM0uK7h .mbr-overlay {
  background: #efeeee;
  background: linear-gradient(90deg, #efeeee, #ffffff);
}
.cid-sU5sM0uK7h .mbr-section-title {
  margin: 0;
}
.cid-sU5sM0uK7h .mbr-text {
  color: #efefef;
}
.cid-sU5sM0uK7h .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sU5sM0uK7h .card-img {
  text-align: left;
}
.cid-sU5sM0uK7h .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sU5sM0uK7h .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sU5sM0uK7h .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sU5sM0uK7h .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sU5sM0uK7h .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sU5sM0uK7h .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sU5sM0uK7h .card-title,
.cid-sU5sM0uK7h .card-img {
  color: #111111;
}
.cid-sU5sM0uK7h .card-box .mbr-text {
  color: #111111;
}
.cid-sU5sM0uK7h .mbr-section-subtitle,
.cid-sU5sM0uK7h .mbr-section-btn {
  color: #111111;
}
.cid-sU5sM0uK7h .title-cont,
.cid-sU5sM0uK7h .mbr-section-title {
  color: #111111;
}
.cid-sU5zLU3Mja {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sU5zLU3Mja .link-wrap {
  width: 100%;
}
.cid-sU5zLU3Mja .link {
  display: inline-block;
}
.cid-sU5zLU3Mja .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sU5zLU3Mja .icon-box {
  background: #d21e24;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5zLU3Mja .icon-title {
  margin: 0;
}
.cid-sU5zLU3Mja .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-sU5zLU3Mja .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sU5zLU3Mja .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5zLU3Mja .link a:hover {
  text-decoration: underline;
}
.cid-sU5zLU3Mja .link,
.cid-sU5zLU3Mja .link-wrap {
  color: #0077ff;
}
.cid-sU5zLU3Mja .mbr-text,
.cid-sU5zLU3Mja .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sU5zLU3Mja .card {
    margin-bottom: 2rem;
  }
}
.cid-sU5sM3Z0QR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU5sM3Z0QR .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sU5sM3Z0QR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sU5sM3Z0QR .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sU5sM3Z0QR .card-box {
  margin: auto;
}
.cid-sU5sM3Z0QR img,
.cid-sU5sM3Z0QR .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sU5sM3Z0QR img,
  .cid-sU5sM3Z0QR .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sU5sM3Z0QR .mbr-section-title {
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.cid-sU5sM3Z0QR .card-text {
  color: #a6a6a6;
}
.cid-sU5sM3Z0QR .card-title {
  text-align: left;
}
.cid-sWm1HHoGcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWm1HHoGcm .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sWm1HHoGcm .row {
    text-align: center;
  }
}
.cid-sWm1HHoGcm .mbr-section-title {
  text-align: left;
}
.cid-sWm1HHoGcm .mbr-text {
  text-align: left;
}
.cid-sWm1Il4Ky9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWm1Il4Ky9 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #d21e24;
  margin-bottom: 1rem;
}
.cid-sWm1Il4Ky9 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-sWm1Il4Ky9 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-sWm1Il4Ky9 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-sWm1Il4Ky9 .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-sWm1Il4Ky9 .card-title,
.cid-sWm1Il4Ky9 .card-box {
  color: #000000;
}
.cid-sWm1Il4Ky9 .main-title,
.cid-sWm1Il4Ky9 .title-col {
  text-align: left;
  color: #000000;
}
.cid-sWm1Il4Ky9 .card-text {
  color: #353535;
}
.cid-sU5sM6NAsS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sU5sM6NAsS .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sU5sM6NAsS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1Juv9W8 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1Juv9W8 .container {
  max-width: 1400px;
}
.cid-sWx1Juv9W8 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1Juv9W8 .soc-item a {
  padding-top: 5px;
}
.cid-sWx1Juv9W8 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1Juv9W8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1Juv9W8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1Juv9W8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1Juv9W8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1Juv9W8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1Juv9W8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1Juv9W8 .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-sWx1Juv9W8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1Juv9W8 .card-img {
  width: auto;
}
.cid-sWx1Juv9W8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1Juv9W8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1Juv9W8 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1Juv9W8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1Juv9W8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1Juv9W8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1Juv9W8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1Juv9W8 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1Juv9W8 .item {
    justify-content: center;
  }
  .cid-sWx1Juv9W8 .quote::after {
    left: 60px;
  }
}
.cid-sWx1Juv9W8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1Juv9W8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1Juv9W8 .text1 {
  color: #ffffff;
}
.cid-sWx1Juv9W8 .item-title {
  color: #ffffff;
}
.cid-sWx1Juv9W8 H5 {
  color: #ffffff;
}
.cid-sWx1Juv9W8 .theme {
  color: #ffffff;
}
.cid-sWx1Juv9W8 .copyright > p {
  color: #ff3366;
}
.cid-sWx1Juv9W8 .text2 {
  color: #ffffff;
}
.cid-sVqVls3ZU7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVqVls3ZU7 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVqVls3ZU7 nav.navbar {
  position: fixed;
}
.cid-sVqVls3ZU7 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVqVls3ZU7 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVqVls3ZU7 .nav-item {
    height: auto;
  }
}
.cid-sVqVls3ZU7 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVqVls3ZU7 .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-sVqVls3ZU7 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVqVls3ZU7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVqVls3ZU7 .dropdown-item:hover,
.cid-sVqVls3ZU7 .dropdown-item:focus {
  background: white !important;
}
.cid-sVqVls3ZU7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVqVls3ZU7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVqVls3ZU7 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVqVls3ZU7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVqVls3ZU7 .nav-link {
  position: relative;
}
.cid-sVqVls3ZU7 .container {
  display: flex;
  margin: auto;
}
.cid-sVqVls3ZU7 .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVqVls3ZU7 .dropdown-menu,
.cid-sVqVls3ZU7 .navbar.opened {
  background: #efefef !important;
}
.cid-sVqVls3ZU7 .nav-item:focus,
.cid-sVqVls3ZU7 .nav-link:focus {
  outline: none;
}
.cid-sVqVls3ZU7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVqVls3ZU7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVqVls3ZU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVqVls3ZU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVqVls3ZU7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVqVls3ZU7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVqVls3ZU7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVqVls3ZU7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sVqVls3ZU7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVqVls3ZU7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sVqVls3ZU7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVqVls3ZU7 .navbar.collapsed {
  justify-content: center;
}
.cid-sVqVls3ZU7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVqVls3ZU7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVqVls3ZU7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVqVls3ZU7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVqVls3ZU7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVqVls3ZU7 .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-sVqVls3ZU7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVqVls3ZU7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVqVls3ZU7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVqVls3ZU7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVqVls3ZU7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVqVls3ZU7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVqVls3ZU7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVqVls3ZU7 .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-sVqVls3ZU7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVqVls3ZU7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVqVls3ZU7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVqVls3ZU7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVqVls3ZU7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVqVls3ZU7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVqVls3ZU7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVqVls3ZU7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVqVls3ZU7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVqVls3ZU7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVqVls3ZU7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVqVls3ZU7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVqVls3ZU7 .dropdown-item.active,
.cid-sVqVls3ZU7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sVqVls3ZU7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVqVls3ZU7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVqVls3ZU7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVqVls3ZU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVqVls3ZU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVqVls3ZU7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVqVls3ZU7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVqVls3ZU7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVqVls3ZU7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVqVls3ZU7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVqVls3ZU7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVqVls3ZU7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVqVls3ZU7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVqVls3ZU7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVqVls3ZU7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVqVls3ZU7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVqVls3ZU7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVqVls3ZU7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVqVls3ZU7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVqVls3ZU7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVqVls3ZU7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVqVls3ZU7 .navbar {
    height: 70px;
  }
  .cid-sVqVls3ZU7 .navbar.opened {
    height: auto;
  }
  .cid-sVqVls3ZU7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVqVlt6pUh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1238.jpg");
}
.cid-sVqVlt6pUh .mbr-text,
.cid-sVqVlt6pUh .typed-text,
.cid-sVqVlt6pUh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sVqVlt6pUh .btn {
  margin-left: 4px !important;
}
.cid-sVqVlt6pUh .animated-element {
  color: #d21e24;
}
.cid-sVqVlt6pUh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d21e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sVqVlt6pUh .mbr-section-subtitle {
  text-align: center;
}
.cid-sVqVU297Zh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sVqVU297Zh .row {
  position: relative;
}
.cid-sVqVU297Zh .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sVqVU297Zh .row {
    margin: 0 2rem;
  }
}
.cid-sVqVU297Zh h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sVqVU297Zh .content-wrapper {
  max-width: 600px;
}
.cid-sVqVU297Zh H1 {
  color: #333333;
}
.cid-sVqVU297Zh .mbr-text,
.cid-sVqVU297Zh .mbr-section-btn {
  color: #333333;
}
.cid-sVqVU297Zh H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sVqVU297Zh h4 {
    left: 3rem;
  }
}
.cid-sWx2kPwUbd {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2kPwUbd .container {
  max-width: 1400px;
}
.cid-sWx2kPwUbd .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2kPwUbd .soc-item a {
  padding-top: 5px;
}
.cid-sWx2kPwUbd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2kPwUbd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2kPwUbd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2kPwUbd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2kPwUbd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2kPwUbd #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2kPwUbd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2kPwUbd .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-sWx2kPwUbd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2kPwUbd .card-img {
  width: auto;
}
.cid-sWx2kPwUbd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2kPwUbd .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2kPwUbd .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2kPwUbd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2kPwUbd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2kPwUbd .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2kPwUbd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2kPwUbd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2kPwUbd .item {
    justify-content: center;
  }
  .cid-sWx2kPwUbd .quote::after {
    left: 60px;
  }
}
.cid-sWx2kPwUbd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2kPwUbd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2kPwUbd .text1 {
  color: #ffffff;
}
.cid-sWx2kPwUbd .item-title {
  color: #ffffff;
}
.cid-sWx2kPwUbd H5 {
  color: #ffffff;
}
.cid-sWx2kPwUbd .theme {
  color: #ffffff;
}
.cid-sWx2kPwUbd .copyright > p {
  color: #ff3366;
}
.cid-sWx2kPwUbd .text2 {
  color: #ffffff;
}
.cid-sVqWvv6gzv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVqWvv6gzv .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVqWvv6gzv nav.navbar {
  position: fixed;
}
.cid-sVqWvv6gzv .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVqWvv6gzv .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVqWvv6gzv .nav-item {
    height: auto;
  }
}
.cid-sVqWvv6gzv .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVqWvv6gzv .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-sVqWvv6gzv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVqWvv6gzv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVqWvv6gzv .dropdown-item:hover,
.cid-sVqWvv6gzv .dropdown-item:focus {
  background: white !important;
}
.cid-sVqWvv6gzv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVqWvv6gzv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVqWvv6gzv .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVqWvv6gzv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVqWvv6gzv .nav-link {
  position: relative;
}
.cid-sVqWvv6gzv .container {
  display: flex;
  margin: auto;
}
.cid-sVqWvv6gzv .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVqWvv6gzv .dropdown-menu,
.cid-sVqWvv6gzv .navbar.opened {
  background: #efefef !important;
}
.cid-sVqWvv6gzv .nav-item:focus,
.cid-sVqWvv6gzv .nav-link:focus {
  outline: none;
}
.cid-sVqWvv6gzv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVqWvv6gzv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVqWvv6gzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVqWvv6gzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVqWvv6gzv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVqWvv6gzv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVqWvv6gzv .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVqWvv6gzv .navbar.opened {
  transition: all 0.3s;
}
.cid-sVqWvv6gzv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVqWvv6gzv .navbar .navbar-logo img {
  width: auto;
}
.cid-sVqWvv6gzv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVqWvv6gzv .navbar.collapsed {
  justify-content: center;
}
.cid-sVqWvv6gzv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVqWvv6gzv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVqWvv6gzv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVqWvv6gzv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVqWvv6gzv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVqWvv6gzv .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-sVqWvv6gzv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVqWvv6gzv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVqWvv6gzv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVqWvv6gzv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVqWvv6gzv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVqWvv6gzv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVqWvv6gzv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVqWvv6gzv .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-sVqWvv6gzv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVqWvv6gzv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVqWvv6gzv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVqWvv6gzv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVqWvv6gzv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVqWvv6gzv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVqWvv6gzv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVqWvv6gzv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVqWvv6gzv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVqWvv6gzv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVqWvv6gzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVqWvv6gzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVqWvv6gzv .dropdown-item.active,
.cid-sVqWvv6gzv .dropdown-item:active {
  background-color: transparent;
}
.cid-sVqWvv6gzv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVqWvv6gzv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVqWvv6gzv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVqWvv6gzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVqWvv6gzv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVqWvv6gzv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVqWvv6gzv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVqWvv6gzv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVqWvv6gzv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVqWvv6gzv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVqWvv6gzv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVqWvv6gzv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVqWvv6gzv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVqWvv6gzv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVqWvv6gzv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVqWvv6gzv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVqWvv6gzv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVqWvv6gzv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVqWvv6gzv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVqWvv6gzv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVqWvv6gzv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVqWvv6gzv .navbar {
    height: 70px;
  }
  .cid-sVqWvv6gzv .navbar.opened {
    height: auto;
  }
  .cid-sVqWvv6gzv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVqWvwknJL {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1278.jpeg");
}
.cid-sVqWvwknJL .mbr-text,
.cid-sVqWvwknJL .typed-text,
.cid-sVqWvwknJL .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sVqWvwknJL .btn {
  margin-left: 4px !important;
}
.cid-sVqWvwknJL .animated-element {
  color: #d21e24;
}
.cid-sVqWvwknJL .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d21e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sVqWvwknJL .mbr-section-subtitle {
  text-align: center;
}
.cid-sVqWvxuISC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sVqWvxuISC .row {
  position: relative;
}
.cid-sVqWvxuISC .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sVqWvxuISC .row {
    margin: 0 2rem;
  }
}
.cid-sVqWvxuISC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sVqWvxuISC .content-wrapper {
  max-width: 600px;
}
.cid-sVqWvxuISC H1 {
  color: #333333;
}
.cid-sVqWvxuISC .mbr-text,
.cid-sVqWvxuISC .mbr-section-btn {
  color: #333333;
}
.cid-sVqWvxuISC H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sVqWvxuISC h4 {
    left: 3rem;
  }
}
.cid-sWx2nRCVfI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2nRCVfI .container {
  max-width: 1400px;
}
.cid-sWx2nRCVfI .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2nRCVfI .soc-item a {
  padding-top: 5px;
}
.cid-sWx2nRCVfI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2nRCVfI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2nRCVfI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2nRCVfI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2nRCVfI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2nRCVfI #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2nRCVfI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2nRCVfI .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-sWx2nRCVfI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2nRCVfI .card-img {
  width: auto;
}
.cid-sWx2nRCVfI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2nRCVfI .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2nRCVfI .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2nRCVfI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2nRCVfI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2nRCVfI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2nRCVfI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2nRCVfI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2nRCVfI .item {
    justify-content: center;
  }
  .cid-sWx2nRCVfI .quote::after {
    left: 60px;
  }
}
.cid-sWx2nRCVfI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2nRCVfI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2nRCVfI .text1 {
  color: #ffffff;
}
.cid-sWx2nRCVfI .item-title {
  color: #ffffff;
}
.cid-sWx2nRCVfI H5 {
  color: #ffffff;
}
.cid-sWx2nRCVfI .theme {
  color: #ffffff;
}
.cid-sWx2nRCVfI .copyright > p {
  color: #ff3366;
}
.cid-sWx2nRCVfI .text2 {
  color: #ffffff;
}
.cid-sVGpl4nNPU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVGpl4nNPU .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVGpl4nNPU nav.navbar {
  position: fixed;
}
.cid-sVGpl4nNPU .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVGpl4nNPU .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVGpl4nNPU .nav-item {
    height: auto;
  }
}
.cid-sVGpl4nNPU .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVGpl4nNPU .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-sVGpl4nNPU .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVGpl4nNPU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVGpl4nNPU .dropdown-item:hover,
.cid-sVGpl4nNPU .dropdown-item:focus {
  background: white !important;
}
.cid-sVGpl4nNPU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVGpl4nNPU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVGpl4nNPU .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVGpl4nNPU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVGpl4nNPU .nav-link {
  position: relative;
}
.cid-sVGpl4nNPU .container {
  display: flex;
  margin: auto;
}
.cid-sVGpl4nNPU .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVGpl4nNPU .dropdown-menu,
.cid-sVGpl4nNPU .navbar.opened {
  background: #efefef !important;
}
.cid-sVGpl4nNPU .nav-item:focus,
.cid-sVGpl4nNPU .nav-link:focus {
  outline: none;
}
.cid-sVGpl4nNPU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVGpl4nNPU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVGpl4nNPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVGpl4nNPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVGpl4nNPU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVGpl4nNPU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVGpl4nNPU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVGpl4nNPU .navbar.opened {
  transition: all 0.3s;
}
.cid-sVGpl4nNPU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVGpl4nNPU .navbar .navbar-logo img {
  width: auto;
}
.cid-sVGpl4nNPU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVGpl4nNPU .navbar.collapsed {
  justify-content: center;
}
.cid-sVGpl4nNPU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVGpl4nNPU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVGpl4nNPU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVGpl4nNPU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVGpl4nNPU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVGpl4nNPU .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-sVGpl4nNPU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVGpl4nNPU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVGpl4nNPU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVGpl4nNPU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVGpl4nNPU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVGpl4nNPU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVGpl4nNPU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVGpl4nNPU .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-sVGpl4nNPU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVGpl4nNPU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVGpl4nNPU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVGpl4nNPU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVGpl4nNPU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVGpl4nNPU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVGpl4nNPU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVGpl4nNPU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVGpl4nNPU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVGpl4nNPU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVGpl4nNPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVGpl4nNPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVGpl4nNPU .dropdown-item.active,
.cid-sVGpl4nNPU .dropdown-item:active {
  background-color: transparent;
}
.cid-sVGpl4nNPU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVGpl4nNPU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVGpl4nNPU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVGpl4nNPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVGpl4nNPU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVGpl4nNPU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVGpl4nNPU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVGpl4nNPU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVGpl4nNPU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVGpl4nNPU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVGpl4nNPU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVGpl4nNPU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVGpl4nNPU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVGpl4nNPU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVGpl4nNPU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVGpl4nNPU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVGpl4nNPU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVGpl4nNPU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVGpl4nNPU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVGpl4nNPU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVGpl4nNPU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVGpl4nNPU .navbar {
    height: 70px;
  }
  .cid-sVGpl4nNPU .navbar.opened {
    height: auto;
  }
  .cid-sVGpl4nNPU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVGpl5wEyv {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sVGpl5wEyv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d21e24;
  background: linear-gradient(#d21e24 0%, #d21e24 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sVGpl5wEyv .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sVGpl5wEyv .card .wrapper .mbr-section-title,
.cid-sVGpl5wEyv .mbr-section-btn,
.cid-sVGpl5wEyv .mbr-list .list {
  color: #ffffff;
}
.cid-sWlU7j29Ux {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sWlU7j29Ux .mbr-section-subtitle {
  color: #d21e24;
}
.cid-sWlU7j29Ux .mbr-section-title {
  text-align: left;
  color: #149dcc;
}
.cid-sWlU7j29Ux .mbr-text {
  color: #82786e;
}
.cid-sWlU7j29Ux .mbr-section-btn {
  margin-top: 40px;
}
.cid-sWlU7j29Ux .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sWlU7j29Ux .mbr-list {
  color: #82786e;
}
.cid-sWlU7j29Ux .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sWlU7j29Ux .mbr-list .list {
    text-align: left;
  }
}
.cid-sWlU7j29Ux .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-sWlU7j29Ux .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-sWlU7j29Ux .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #d21e24;
}
@media (max-width: 768px) {
  .cid-sWlU7j29Ux * {
    text-align: left;
  }
}
.cid-sWmzI6C5Lh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sWmzI6C5Lh .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sWmzI6C5Lh .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sWmzI6C5Lh .image-block:hover:before {
  opacity: 0.4;
}
.cid-sWmzI6C5Lh .image-block:hover .wrap {
  opacity: 1;
}
.cid-sWmzI6C5Lh .image-block:hover img {
  transform: scale(1.05);
}
.cid-sWmzI6C5Lh h4 {
  letter-spacing: 2px;
}
.cid-sWmzI6C5Lh figcaption {
  position: relative;
}
.cid-sWmzI6C5Lh figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sWmzI6C5Lh img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sWmzI6C5Lh .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sWmzI6C5Lh .wrap {
    opacity: 1!important;
  }
  .cid-sWmzI6C5Lh .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sVGpl7JtlN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sVGpl7JtlN .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sVGpl7JtlN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1vtAwdf {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1vtAwdf .container {
  max-width: 1400px;
}
.cid-sWx1vtAwdf .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1vtAwdf .soc-item a {
  padding-top: 5px;
}
.cid-sWx1vtAwdf .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1vtAwdf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1vtAwdf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1vtAwdf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1vtAwdf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1vtAwdf #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1vtAwdf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1vtAwdf .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-sWx1vtAwdf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1vtAwdf .card-img {
  width: auto;
}
.cid-sWx1vtAwdf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1vtAwdf .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1vtAwdf .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1vtAwdf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1vtAwdf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1vtAwdf .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1vtAwdf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1vtAwdf img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1vtAwdf .item {
    justify-content: center;
  }
  .cid-sWx1vtAwdf .quote::after {
    left: 60px;
  }
}
.cid-sWx1vtAwdf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1vtAwdf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1vtAwdf .text1 {
  color: #ffffff;
}
.cid-sWx1vtAwdf .item-title {
  color: #ffffff;
}
.cid-sWx1vtAwdf H5 {
  color: #ffffff;
}
.cid-sWx1vtAwdf .theme {
  color: #ffffff;
}
.cid-sWx1vtAwdf .copyright > p {
  color: #ff3366;
}
.cid-sWx1vtAwdf .text2 {
  color: #ffffff;
}
.cid-sTNdc0uiIl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNdc0uiIl .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNdc0uiIl nav.navbar {
  position: fixed;
}
.cid-sTNdc0uiIl .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNdc0uiIl .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNdc0uiIl .nav-item {
    height: auto;
  }
}
.cid-sTNdc0uiIl .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNdc0uiIl .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-sTNdc0uiIl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNdc0uiIl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNdc0uiIl .dropdown-item:hover,
.cid-sTNdc0uiIl .dropdown-item:focus {
  background: white !important;
}
.cid-sTNdc0uiIl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNdc0uiIl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNdc0uiIl .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNdc0uiIl .nav-link {
  position: relative;
}
.cid-sTNdc0uiIl .container {
  display: flex;
  margin: auto;
}
.cid-sTNdc0uiIl .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNdc0uiIl .dropdown-menu,
.cid-sTNdc0uiIl .navbar.opened {
  background: #efefef !important;
}
.cid-sTNdc0uiIl .nav-item:focus,
.cid-sTNdc0uiIl .nav-link:focus {
  outline: none;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNdc0uiIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNdc0uiIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNdc0uiIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNdc0uiIl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNdc0uiIl .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNdc0uiIl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNdc0uiIl .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNdc0uiIl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNdc0uiIl .navbar.collapsed {
  justify-content: center;
}
.cid-sTNdc0uiIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNdc0uiIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNdc0uiIl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNdc0uiIl .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-sTNdc0uiIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNdc0uiIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNdc0uiIl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNdc0uiIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNdc0uiIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNdc0uiIl .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-sTNdc0uiIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNdc0uiIl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNdc0uiIl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNdc0uiIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNdc0uiIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNdc0uiIl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNdc0uiIl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNdc0uiIl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNdc0uiIl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNdc0uiIl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNdc0uiIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNdc0uiIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNdc0uiIl .dropdown-item.active,
.cid-sTNdc0uiIl .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNdc0uiIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNdc0uiIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNdc0uiIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNdc0uiIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNdc0uiIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNdc0uiIl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNdc0uiIl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNdc0uiIl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNdc0uiIl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNdc0uiIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNdc0uiIl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNdc0uiIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNdc0uiIl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNdc0uiIl .navbar {
    height: 70px;
  }
  .cid-sTNdc0uiIl .navbar.opened {
    height: auto;
  }
  .cid-sTNdc0uiIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVuBiwBnMA {
  position: relative;
  overflow: hidden;
}
.cid-sVuBiwBnMA svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVuBiwBnMA #e2_shape {
  fill: #333333 !important;
}
.cid-sVuBiwBnMA .main-text {
  color: #606060;
}
.cid-sVuBiwBnMA .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 35rem;
}
.cid-sVuBiwBnMA .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVuBiwBnMA .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVuBiwBnMA .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVuBiwBnMA .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVuBiwBnMA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuBiwBnMA .carousel-item.active,
.cid-sVuBiwBnMA .carousel-item-next,
.cid-sVuBiwBnMA .carousel-item-prev {
  display: flex;
}
.cid-sVuBiwBnMA .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVuBiwBnMA .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVuBiwBnMA .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVuBiwBnMA .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVuBiwBnMA .carousel-controls {
    display: block;
  }
  .cid-sVuBiwBnMA .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVuBiwBnMA .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVuBiwBnMA .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVuBiwBnMA .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVuBiwBnMA .text-element {
    padding: 1rem;
  }
  .cid-sVuBiwBnMA .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVuBiwBnMA .image-element {
    min-width: 50%;
  }
  .cid-sVuBiwBnMA .media-container-row {
    width: 100%;
  }
}
.cid-sVGiSmsO2y {
  padding-top: 4.5rem;
  padding-bottom: 0rem;
  background: #333333;
}
.cid-sVGiSmsO2y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sVGiSmsO2y .team-card:hover {
  transform: translateY(-10px);
}
.cid-sVGiSmsO2y .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sVGiSmsO2y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sVGiSmsO2y .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-sVGiSmsO2y .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sVGiSmsO2y .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVGiSmsO2y .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-sVGiSmsO2y .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sVGiSmsO2y .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sVGiSmsO2y .mbr-section-title {
  color: #ffffff;
}
.cid-sVGiSmsO2y .card-title,
.cid-sVGiSmsO2y .social-row {
  color: #ffffff;
}
.cid-sVGjpKYOKd {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  background: #333333;
}
.cid-sVGjpKYOKd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sVGjpKYOKd .team-card:hover {
  transform: translateY(-10px);
}
.cid-sVGjpKYOKd .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sVGjpKYOKd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sVGjpKYOKd .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-sVGjpKYOKd .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sVGjpKYOKd .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVGjpKYOKd .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-sVGjpKYOKd .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sVGjpKYOKd .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sVGjpKYOKd .card-title,
.cid-sVGjpKYOKd .social-row {
  color: #ffffff;
}
.cid-sWUtQ1KDUx {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sWUtQ1KDUx .mbr-section-subtitle {
  color: #767676;
}
.cid-sWUtQ1KDUx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sWUtQ1KDUx .container {
    max-width: 1600px;
  }
}
.cid-sWUtQ1KDUx .container {
  padding: 0 2rem;
}
.cid-sWUtQ1KDUx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sWUtQ1KDUx .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sWUtQ1KDUx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sWUtQ1KDUx .bg1 {
  background: #282124;
}
.cid-sWUtQ1KDUx .bg2 {
  background: #d21e24;
}
.cid-sWUtQ1KDUx .bg3 {
  background: #333333;
}
.cid-sWUtQ1KDUx .bg4 {
  background: #d21e24;
}
.cid-sWUtQ1KDUx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sWUtQ1KDUx .team-item:hover .item-social {
  opacity: 1;
}
.cid-sWUtQ1KDUx .team-item .item-image img {
  width: 100%;
}
.cid-sWUtQ1KDUx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sWUtQ1KDUx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sWUtQ1KDUx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sWUtQ1KDUx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sWUtQ1KDUx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sWUtQ1KDUx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sWUtQ1KDUx .item-social {
    opacity: 1;
  }
}
.cid-sWUtQ1KDUx H2 {
  text-align: left;
}
.cid-t89Kq08jUa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t89Kq08jUa .mbr-section-subtitle {
  color: #767676;
}
.cid-t89Kq08jUa .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-t89Kq08jUa .container {
    max-width: 1600px;
  }
}
.cid-t89Kq08jUa .container {
  padding: 0 2rem;
}
.cid-t89Kq08jUa .mbr-iconfont {
  color: #ffffff !important;
}
.cid-t89Kq08jUa .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-t89Kq08jUa .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-t89Kq08jUa .bg1 {
  background: #282124;
}
.cid-t89Kq08jUa .bg2 {
  background: #d21e24;
}
.cid-t89Kq08jUa .bg3 {
  background: #333333;
}
.cid-t89Kq08jUa .bg4 {
  background: #d21e24;
}
.cid-t89Kq08jUa .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-t89Kq08jUa .team-item:hover .item-social {
  opacity: 1;
}
.cid-t89Kq08jUa .team-item .item-image img {
  width: 100%;
}
.cid-t89Kq08jUa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-t89Kq08jUa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-t89Kq08jUa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-t89Kq08jUa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-t89Kq08jUa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-t89Kq08jUa .item-caption {
    padding: 2rem 1rem;
  }
  .cid-t89Kq08jUa .item-social {
    opacity: 1;
  }
}
.cid-t89Kq08jUa H2 {
  text-align: left;
}
.cid-sX64A70z30 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sX64A70z30 .mbr-section-subtitle {
  color: #767676;
}
.cid-sX64A70z30 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sX64A70z30 .container {
    max-width: 1600px;
  }
}
.cid-sX64A70z30 .container {
  padding: 0 2rem;
}
.cid-sX64A70z30 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sX64A70z30 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sX64A70z30 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sX64A70z30 .bg1 {
  background: #282124;
}
.cid-sX64A70z30 .bg2 {
  background: #d21e24;
}
.cid-sX64A70z30 .bg3 {
  background: #333333;
}
.cid-sX64A70z30 .bg4 {
  background: #d21e24;
}
.cid-sX64A70z30 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sX64A70z30 .team-item:hover .item-social {
  opacity: 1;
}
.cid-sX64A70z30 .team-item .item-image img {
  width: 100%;
}
.cid-sX64A70z30 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sX64A70z30 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sX64A70z30 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sX64A70z30 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sX64A70z30 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sX64A70z30 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sX64A70z30 .item-social {
    opacity: 1;
  }
}
.cid-sX64A70z30 H2 {
  text-align: left;
}
.cid-sX7Y7D7JdN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sX7Y7D7JdN .mbr-section-subtitle {
  color: #767676;
}
.cid-sX7Y7D7JdN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sX7Y7D7JdN .container {
    max-width: 1600px;
  }
}
.cid-sX7Y7D7JdN .container {
  padding: 0 2rem;
}
.cid-sX7Y7D7JdN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sX7Y7D7JdN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sX7Y7D7JdN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sX7Y7D7JdN .bg1 {
  background: #282124;
}
.cid-sX7Y7D7JdN .bg2 {
  background: #d21e24;
}
.cid-sX7Y7D7JdN .bg3 {
  background: #333333;
}
.cid-sX7Y7D7JdN .bg4 {
  background: #d21e24;
}
.cid-sX7Y7D7JdN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sX7Y7D7JdN .team-item:hover .item-social {
  opacity: 1;
}
.cid-sX7Y7D7JdN .team-item .item-image img {
  width: 100%;
}
.cid-sX7Y7D7JdN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sX7Y7D7JdN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sX7Y7D7JdN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sX7Y7D7JdN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sX7Y7D7JdN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sX7Y7D7JdN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sX7Y7D7JdN .item-social {
    opacity: 1;
  }
}
.cid-sX7Y7D7JdN H2 {
  text-align: left;
}
.cid-sWx155jrpl {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx155jrpl .container {
  max-width: 1400px;
}
.cid-sWx155jrpl .card-img2 span {
  padding-top: 6px;
}
.cid-sWx155jrpl .soc-item a {
  padding-top: 5px;
}
.cid-sWx155jrpl .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx155jrpl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx155jrpl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx155jrpl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx155jrpl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx155jrpl #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx155jrpl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx155jrpl .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-sWx155jrpl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx155jrpl .card-img {
  width: auto;
}
.cid-sWx155jrpl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx155jrpl .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx155jrpl .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx155jrpl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx155jrpl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx155jrpl .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx155jrpl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx155jrpl img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx155jrpl .item {
    justify-content: center;
  }
  .cid-sWx155jrpl .quote::after {
    left: 60px;
  }
}
.cid-sWx155jrpl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx155jrpl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx155jrpl .text1 {
  color: #ffffff;
}
.cid-sWx155jrpl .item-title {
  color: #ffffff;
}
.cid-sWx155jrpl H5 {
  color: #ffffff;
}
.cid-sWx155jrpl .theme {
  color: #ffffff;
}
.cid-sWx155jrpl .copyright > p {
  color: #ff3366;
}
.cid-sWx155jrpl .text2 {
  color: #ffffff;
}
.cid-sU5BHq6GP6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU5BHq6GP6 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sU5BHq6GP6 nav.navbar {
  position: fixed;
}
.cid-sU5BHq6GP6 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sU5BHq6GP6 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sU5BHq6GP6 .nav-item {
    height: auto;
  }
}
.cid-sU5BHq6GP6 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5BHq6GP6 .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-sU5BHq6GP6 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sU5BHq6GP6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5BHq6GP6 .dropdown-item:hover,
.cid-sU5BHq6GP6 .dropdown-item:focus {
  background: white !important;
}
.cid-sU5BHq6GP6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sU5BHq6GP6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sU5BHq6GP6 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sU5BHq6GP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU5BHq6GP6 .nav-link {
  position: relative;
}
.cid-sU5BHq6GP6 .container {
  display: flex;
  margin: auto;
}
.cid-sU5BHq6GP6 .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sU5BHq6GP6 .dropdown-menu,
.cid-sU5BHq6GP6 .navbar.opened {
  background: #efefef !important;
}
.cid-sU5BHq6GP6 .nav-item:focus,
.cid-sU5BHq6GP6 .nav-link:focus {
  outline: none;
}
.cid-sU5BHq6GP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU5BHq6GP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU5BHq6GP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sU5BHq6GP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU5BHq6GP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU5BHq6GP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU5BHq6GP6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sU5BHq6GP6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sU5BHq6GP6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sU5BHq6GP6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sU5BHq6GP6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU5BHq6GP6 .navbar.collapsed {
  justify-content: center;
}
.cid-sU5BHq6GP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU5BHq6GP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU5BHq6GP6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sU5BHq6GP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU5BHq6GP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU5BHq6GP6 .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-sU5BHq6GP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU5BHq6GP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sU5BHq6GP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sU5BHq6GP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU5BHq6GP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU5BHq6GP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU5BHq6GP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU5BHq6GP6 .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-sU5BHq6GP6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sU5BHq6GP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU5BHq6GP6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU5BHq6GP6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU5BHq6GP6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU5BHq6GP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sU5BHq6GP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU5BHq6GP6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sU5BHq6GP6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sU5BHq6GP6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU5BHq6GP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU5BHq6GP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU5BHq6GP6 .dropdown-item.active,
.cid-sU5BHq6GP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sU5BHq6GP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU5BHq6GP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU5BHq6GP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU5BHq6GP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sU5BHq6GP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU5BHq6GP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU5BHq6GP6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU5BHq6GP6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU5BHq6GP6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sU5BHq6GP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sU5BHq6GP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sU5BHq6GP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU5BHq6GP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU5BHq6GP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sU5BHq6GP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU5BHq6GP6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sU5BHq6GP6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sU5BHq6GP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU5BHq6GP6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sU5BHq6GP6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU5BHq6GP6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sU5BHq6GP6 .navbar {
    height: 70px;
  }
  .cid-sU5BHq6GP6 .navbar.opened {
    height: auto;
  }
  .cid-sU5BHq6GP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU5BHskDZi {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sU5BHskDZi .mbr-overlay {
  background: #d21e24;
  background: linear-gradient(90deg, #d21e24, #282124);
}
.cid-sU5BHskDZi .mbr-section-title {
  margin: 0;
}
.cid-sU5BHskDZi .mbr-text {
  color: #efefef;
}
.cid-sU5BHskDZi .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sU5BHskDZi .card-img {
  text-align: left;
}
.cid-sU5BHskDZi .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sU5BHskDZi .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sU5BHskDZi .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sU5BHskDZi .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sU5BHskDZi .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sU5BHskDZi .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sU5BHu0rTt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sU5BHu0rTt .link-wrap {
  width: 100%;
}
.cid-sU5BHu0rTt .link {
  display: inline-block;
}
.cid-sU5BHu0rTt .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sU5BHu0rTt .icon-box {
  background: #d21e24;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5BHu0rTt .icon-title {
  margin: 0;
}
.cid-sU5BHu0rTt .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-sU5BHu0rTt .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sU5BHu0rTt .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sU5BHu0rTt .link a:hover {
  text-decoration: underline;
}
.cid-sU5BHu0rTt .link,
.cid-sU5BHu0rTt .link-wrap {
  color: #0077ff;
}
.cid-sU5BHu0rTt .mbr-text,
.cid-sU5BHu0rTt .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sU5BHu0rTt .card {
    margin-bottom: 2rem;
  }
}
.cid-sU5BHv2bcl {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU5BHv2bcl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sU5BHv2bcl .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sU5BHv2bcl .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sU5BHv2bcl .card-box {
  margin: auto;
}
.cid-sU5BHv2bcl img,
.cid-sU5BHv2bcl .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sU5BHv2bcl img,
  .cid-sU5BHv2bcl .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sU5BHv2bcl .mbr-section-title {
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.cid-sU5BHv2bcl .card-text {
  color: #a6a6a6;
}
.cid-sU5BHv2bcl .card-title {
  text-align: left;
}
.cid-sWm2EMrOvI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWm2EMrOvI .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sWm2EMrOvI .row {
    text-align: center;
  }
}
.cid-sWm2EMrOvI .mbr-section-title {
  text-align: left;
}
.cid-sWm2EMrOvI .mbr-text {
  text-align: left;
}
.cid-sWm2FtyhOr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWm2FtyhOr .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #d21e24;
  margin-bottom: 1rem;
}
.cid-sWm2FtyhOr .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-sWm2FtyhOr .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-sWm2FtyhOr .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-sWm2FtyhOr .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-sWm2FtyhOr .card-title,
.cid-sWm2FtyhOr .card-box {
  color: #000000;
}
.cid-sWm2FtyhOr .main-title,
.cid-sWm2FtyhOr .title-col {
  text-align: left;
  color: #000000;
}
.cid-sWm2FtyhOr .card-text {
  color: #353535;
}
.cid-sU5BHx9TVw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sU5BHx9TVw .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sU5BHx9TVw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1N4xuyn {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1N4xuyn .container {
  max-width: 1400px;
}
.cid-sWx1N4xuyn .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1N4xuyn .soc-item a {
  padding-top: 5px;
}
.cid-sWx1N4xuyn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1N4xuyn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1N4xuyn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1N4xuyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1N4xuyn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1N4xuyn #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1N4xuyn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1N4xuyn .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-sWx1N4xuyn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1N4xuyn .card-img {
  width: auto;
}
.cid-sWx1N4xuyn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1N4xuyn .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1N4xuyn .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1N4xuyn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1N4xuyn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1N4xuyn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1N4xuyn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1N4xuyn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1N4xuyn .item {
    justify-content: center;
  }
  .cid-sWx1N4xuyn .quote::after {
    left: 60px;
  }
}
.cid-sWx1N4xuyn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1N4xuyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1N4xuyn .text1 {
  color: #ffffff;
}
.cid-sWx1N4xuyn .item-title {
  color: #ffffff;
}
.cid-sWx1N4xuyn H5 {
  color: #ffffff;
}
.cid-sWx1N4xuyn .theme {
  color: #ffffff;
}
.cid-sWx1N4xuyn .copyright > p {
  color: #ff3366;
}
.cid-sWx1N4xuyn .text2 {
  color: #ffffff;
}
.cid-sVGNsGichi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVGNsGichi .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVGNsGichi nav.navbar {
  position: fixed;
}
.cid-sVGNsGichi .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVGNsGichi .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVGNsGichi .nav-item {
    height: auto;
  }
}
.cid-sVGNsGichi .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVGNsGichi .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-sVGNsGichi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVGNsGichi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVGNsGichi .dropdown-item:hover,
.cid-sVGNsGichi .dropdown-item:focus {
  background: white !important;
}
.cid-sVGNsGichi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVGNsGichi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVGNsGichi .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVGNsGichi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVGNsGichi .nav-link {
  position: relative;
}
.cid-sVGNsGichi .container {
  display: flex;
  margin: auto;
}
.cid-sVGNsGichi .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVGNsGichi .dropdown-menu,
.cid-sVGNsGichi .navbar.opened {
  background: #efefef !important;
}
.cid-sVGNsGichi .nav-item:focus,
.cid-sVGNsGichi .nav-link:focus {
  outline: none;
}
.cid-sVGNsGichi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVGNsGichi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVGNsGichi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVGNsGichi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVGNsGichi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVGNsGichi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVGNsGichi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVGNsGichi .navbar.opened {
  transition: all 0.3s;
}
.cid-sVGNsGichi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVGNsGichi .navbar .navbar-logo img {
  width: auto;
}
.cid-sVGNsGichi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVGNsGichi .navbar.collapsed {
  justify-content: center;
}
.cid-sVGNsGichi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVGNsGichi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVGNsGichi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVGNsGichi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVGNsGichi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVGNsGichi .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-sVGNsGichi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVGNsGichi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVGNsGichi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVGNsGichi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVGNsGichi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVGNsGichi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVGNsGichi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVGNsGichi .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-sVGNsGichi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVGNsGichi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVGNsGichi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVGNsGichi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVGNsGichi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVGNsGichi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVGNsGichi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVGNsGichi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVGNsGichi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVGNsGichi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVGNsGichi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVGNsGichi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVGNsGichi .dropdown-item.active,
.cid-sVGNsGichi .dropdown-item:active {
  background-color: transparent;
}
.cid-sVGNsGichi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVGNsGichi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVGNsGichi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVGNsGichi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVGNsGichi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVGNsGichi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVGNsGichi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVGNsGichi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVGNsGichi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVGNsGichi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVGNsGichi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVGNsGichi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVGNsGichi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVGNsGichi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVGNsGichi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVGNsGichi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVGNsGichi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVGNsGichi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVGNsGichi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVGNsGichi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVGNsGichi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVGNsGichi .navbar {
    height: 70px;
  }
  .cid-sVGNsGichi .navbar.opened {
    height: auto;
  }
  .cid-sVGNsGichi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVGNsHnoAP {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sVGNsHnoAP .mbr-overlay {
  background: #d21e24;
  background: linear-gradient(90deg, #d21e24, #282124);
}
.cid-sVGNsHnoAP .mbr-section-title {
  margin: 0;
}
.cid-sVGNsHnoAP .mbr-text {
  color: #efefef;
}
.cid-sVGNsHnoAP .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sVGNsHnoAP .card-img {
  text-align: left;
}
.cid-sVGNsHnoAP .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sVGNsHnoAP .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVGNsHnoAP .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVGNsHnoAP .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sVGNsHnoAP .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sVGNsHnoAP .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sVGNsIzMNI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVGNsIzMNI .link-wrap {
  width: 100%;
}
.cid-sVGNsIzMNI .link {
  display: inline-block;
}
.cid-sVGNsIzMNI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sVGNsIzMNI .icon-box {
  background: #d21e24;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVGNsIzMNI .icon-title {
  margin: 0;
}
.cid-sVGNsIzMNI .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-sVGNsIzMNI .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sVGNsIzMNI .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVGNsIzMNI .link a:hover {
  text-decoration: underline;
}
.cid-sVGNsIzMNI .link,
.cid-sVGNsIzMNI .link-wrap {
  color: #0077ff;
}
.cid-sVGNsIzMNI .mbr-text,
.cid-sVGNsIzMNI .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sVGNsIzMNI .card {
    margin-bottom: 2rem;
  }
}
.cid-sVGPbCgoN6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sVGPbCgoN6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sVGPbCgoN6 .text {
  padding: 0;
}
.cid-sVGPbCgoN6 section {
  position: relative;
}
.cid-sVGPbCgoN6 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sVGPbCgoN6 .mbr-iconfont {
  padding: 0 !important;
}
.cid-sVGPbCgoN6 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #d21e24;
}
.cid-sVGPbCgoN6 .box {
  background-image: url("../../../assets/images/mq2-320x180.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVGPbCgoN6 .icon-wrap {
  background-color: #d21e24 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sVGPbCgoN6 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sVGPbCgoN6 .icon-wrap span {
  padding-left: 8px;
}
.cid-sVGPbCgoN6 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sVGPbCgoN6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sVGPbCgoN6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVGPbCgoN6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVGPbCgoN6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVGPbCgoN6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sVGPbCgoN6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVGPbCgoN6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sVGPbCgoN6 .box {
    height: 250px;
  }
  .cid-sVGPbCgoN6 .row {
    padding: 1rem !important;
  }
}
.cid-sVI2hzrD7q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sVI2hzrD7q .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sVI2hzrD7q .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sVI2hzrD7q .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sVI2hzrD7q P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sVI2hzrD7q img {
  margin-top: 32px;
}
.cid-sVI2hzrD7q img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sVI2hzrD7q .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sVI2hzrD7q .top,
  .cid-sVI2hzrD7q .top-2 {
    margin-top: 0;
  }
}
.cid-sVGNsJpkVR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVGNsJpkVR .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVGNsJpkVR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVGNsJpkVR .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sVGNsJpkVR .card-box {
  margin: auto;
}
.cid-sVGNsJpkVR img,
.cid-sVGNsJpkVR .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sVGNsJpkVR img,
  .cid-sVGNsJpkVR .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sVGNsJpkVR .mbr-section-title {
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.cid-sVGNsJpkVR .card-text {
  color: #a6a6a6;
}
.cid-sVGNsJpkVR .card-title {
  text-align: left;
}
.cid-sVGOIrTt3T {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVGOIrTt3T .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVGOIrTt3T .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVGOIrTt3T .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sVGOIrTt3T .card-box {
  margin: auto;
}
.cid-sVGOIrTt3T img,
.cid-sVGOIrTt3T .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sVGOIrTt3T img,
  .cid-sVGOIrTt3T .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sVGOIrTt3T .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sVGOIrTt3T .card-text {
  color: #a6a6a6;
}
.cid-sVGNsLaRjP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sVGNsLaRjP .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sVGNsLaRjP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx1TqRagX {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1TqRagX .container {
  max-width: 1400px;
}
.cid-sWx1TqRagX .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1TqRagX .soc-item a {
  padding-top: 5px;
}
.cid-sWx1TqRagX .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1TqRagX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1TqRagX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1TqRagX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1TqRagX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1TqRagX #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1TqRagX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1TqRagX .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-sWx1TqRagX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1TqRagX .card-img {
  width: auto;
}
.cid-sWx1TqRagX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1TqRagX .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1TqRagX .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1TqRagX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1TqRagX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1TqRagX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1TqRagX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1TqRagX img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1TqRagX .item {
    justify-content: center;
  }
  .cid-sWx1TqRagX .quote::after {
    left: 60px;
  }
}
.cid-sWx1TqRagX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1TqRagX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1TqRagX .text1 {
  color: #ffffff;
}
.cid-sWx1TqRagX .item-title {
  color: #ffffff;
}
.cid-sWx1TqRagX H5 {
  color: #ffffff;
}
.cid-sWx1TqRagX .theme {
  color: #ffffff;
}
.cid-sWx1TqRagX .copyright > p {
  color: #ff3366;
}
.cid-sWx1TqRagX .text2 {
  color: #ffffff;
}
.cid-sVIvPUbRzB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVIvPUbRzB .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVIvPUbRzB nav.navbar {
  position: fixed;
}
.cid-sVIvPUbRzB .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVIvPUbRzB .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVIvPUbRzB .nav-item {
    height: auto;
  }
}
.cid-sVIvPUbRzB .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVIvPUbRzB .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-sVIvPUbRzB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVIvPUbRzB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVIvPUbRzB .dropdown-item:hover,
.cid-sVIvPUbRzB .dropdown-item:focus {
  background: white !important;
}
.cid-sVIvPUbRzB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVIvPUbRzB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVIvPUbRzB .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVIvPUbRzB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVIvPUbRzB .nav-link {
  position: relative;
}
.cid-sVIvPUbRzB .container {
  display: flex;
  margin: auto;
}
.cid-sVIvPUbRzB .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVIvPUbRzB .dropdown-menu,
.cid-sVIvPUbRzB .navbar.opened {
  background: #efefef !important;
}
.cid-sVIvPUbRzB .nav-item:focus,
.cid-sVIvPUbRzB .nav-link:focus {
  outline: none;
}
.cid-sVIvPUbRzB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVIvPUbRzB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVIvPUbRzB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVIvPUbRzB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVIvPUbRzB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVIvPUbRzB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVIvPUbRzB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVIvPUbRzB .navbar.opened {
  transition: all 0.3s;
}
.cid-sVIvPUbRzB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVIvPUbRzB .navbar .navbar-logo img {
  width: auto;
}
.cid-sVIvPUbRzB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVIvPUbRzB .navbar.collapsed {
  justify-content: center;
}
.cid-sVIvPUbRzB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVIvPUbRzB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVIvPUbRzB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVIvPUbRzB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVIvPUbRzB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVIvPUbRzB .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-sVIvPUbRzB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVIvPUbRzB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVIvPUbRzB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVIvPUbRzB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVIvPUbRzB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVIvPUbRzB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVIvPUbRzB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVIvPUbRzB .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-sVIvPUbRzB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVIvPUbRzB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVIvPUbRzB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVIvPUbRzB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVIvPUbRzB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVIvPUbRzB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVIvPUbRzB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVIvPUbRzB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVIvPUbRzB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVIvPUbRzB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVIvPUbRzB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVIvPUbRzB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVIvPUbRzB .dropdown-item.active,
.cid-sVIvPUbRzB .dropdown-item:active {
  background-color: transparent;
}
.cid-sVIvPUbRzB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVIvPUbRzB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVIvPUbRzB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVIvPUbRzB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVIvPUbRzB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVIvPUbRzB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVIvPUbRzB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVIvPUbRzB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVIvPUbRzB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVIvPUbRzB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVIvPUbRzB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVIvPUbRzB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIvPUbRzB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIvPUbRzB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVIvPUbRzB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIvPUbRzB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVIvPUbRzB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVIvPUbRzB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIvPUbRzB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVIvPUbRzB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVIvPUbRzB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVIvPUbRzB .navbar {
    height: 70px;
  }
  .cid-sVIvPUbRzB .navbar.opened {
    height: auto;
  }
  .cid-sVIvPUbRzB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVIvPVtW8J {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sVIvPVtW8J .mbr-overlay {
  background: #efeeee;
  background: linear-gradient(90deg, #efeeee, #ffffff);
}
.cid-sVIvPVtW8J .mbr-section-title {
  margin: 0;
}
.cid-sVIvPVtW8J .mbr-text {
  color: #efefef;
}
.cid-sVIvPVtW8J .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sVIvPVtW8J .card-img {
  text-align: left;
}
.cid-sVIvPVtW8J .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sVIvPVtW8J .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVIvPVtW8J .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVIvPVtW8J .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sVIvPVtW8J .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sVIvPVtW8J .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sVIvPVtW8J .title-cont,
.cid-sVIvPVtW8J .mbr-section-title {
  color: #282124;
}
.cid-sVIvPVtW8J .mbr-section-subtitle,
.cid-sVIvPVtW8J .mbr-section-btn {
  color: #282124;
}
.cid-sVIvPVtW8J .card-title,
.cid-sVIvPVtW8J .card-img {
  color: #282124;
}
.cid-sVIvPVtW8J .card-box .mbr-text {
  color: #282124;
}
.cid-sVIvPWFyEw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVIvPWFyEw .link-wrap {
  width: 100%;
}
.cid-sVIvPWFyEw .link {
  display: inline-block;
}
.cid-sVIvPWFyEw .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sVIvPWFyEw .icon-box {
  background: #d21e24;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVIvPWFyEw .icon-title {
  margin: 0;
}
.cid-sVIvPWFyEw .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-sVIvPWFyEw .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sVIvPWFyEw .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVIvPWFyEw .link a:hover {
  text-decoration: underline;
}
.cid-sVIvPWFyEw .link,
.cid-sVIvPWFyEw .link-wrap {
  color: #0077ff;
}
.cid-sVIvPWFyEw .mbr-text,
.cid-sVIvPWFyEw .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sVIvPWFyEw .card {
    margin-bottom: 2rem;
  }
}
.cid-sVIvPZ8run {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVIvPZ8run .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVIvPZ8run .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVIvPZ8run .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sVIvPZ8run .card-box {
  margin: auto;
}
.cid-sVIvPZ8run img,
.cid-sVIvPZ8run .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sVIvPZ8run img,
  .cid-sVIvPZ8run .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sVIvPZ8run .mbr-section-title {
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.cid-sVIvPZ8run .card-text {
  color: #a6a6a6;
}
.cid-sVIvPZ8run .card-title {
  text-align: left;
}
.cid-sVIvQ05YEs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVIvQ05YEs .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVIvQ05YEs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVIvQ05YEs .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sVIvQ05YEs .card-box {
  margin: auto;
}
.cid-sVIvQ05YEs img,
.cid-sVIvQ05YEs .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sVIvQ05YEs img,
  .cid-sVIvQ05YEs .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sVIvQ05YEs .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sVIvQ05YEs .card-text {
  color: #a6a6a6;
}
.cid-sVIvQ0XzCp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sVIvQ0XzCp .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sVIvQ0XzCp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx21vX830 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx21vX830 .container {
  max-width: 1400px;
}
.cid-sWx21vX830 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx21vX830 .soc-item a {
  padding-top: 5px;
}
.cid-sWx21vX830 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx21vX830 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx21vX830 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx21vX830 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx21vX830 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx21vX830 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx21vX830 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx21vX830 .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-sWx21vX830 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx21vX830 .card-img {
  width: auto;
}
.cid-sWx21vX830 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx21vX830 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx21vX830 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx21vX830 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx21vX830 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx21vX830 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx21vX830 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx21vX830 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx21vX830 .item {
    justify-content: center;
  }
  .cid-sWx21vX830 .quote::after {
    left: 60px;
  }
}
.cid-sWx21vX830 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx21vX830 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx21vX830 .text1 {
  color: #ffffff;
}
.cid-sWx21vX830 .item-title {
  color: #ffffff;
}
.cid-sWx21vX830 H5 {
  color: #ffffff;
}
.cid-sWx21vX830 .theme {
  color: #ffffff;
}
.cid-sWx21vX830 .copyright > p {
  color: #ff3366;
}
.cid-sWx21vX830 .text2 {
  color: #ffffff;
}
.cid-sVIyoYriw1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVIyoYriw1 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVIyoYriw1 nav.navbar {
  position: fixed;
}
.cid-sVIyoYriw1 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVIyoYriw1 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVIyoYriw1 .nav-item {
    height: auto;
  }
}
.cid-sVIyoYriw1 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVIyoYriw1 .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-sVIyoYriw1 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVIyoYriw1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVIyoYriw1 .dropdown-item:hover,
.cid-sVIyoYriw1 .dropdown-item:focus {
  background: white !important;
}
.cid-sVIyoYriw1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVIyoYriw1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVIyoYriw1 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVIyoYriw1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVIyoYriw1 .nav-link {
  position: relative;
}
.cid-sVIyoYriw1 .container {
  display: flex;
  margin: auto;
}
.cid-sVIyoYriw1 .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVIyoYriw1 .dropdown-menu,
.cid-sVIyoYriw1 .navbar.opened {
  background: #efefef !important;
}
.cid-sVIyoYriw1 .nav-item:focus,
.cid-sVIyoYriw1 .nav-link:focus {
  outline: none;
}
.cid-sVIyoYriw1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVIyoYriw1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVIyoYriw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVIyoYriw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVIyoYriw1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVIyoYriw1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVIyoYriw1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVIyoYriw1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sVIyoYriw1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVIyoYriw1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sVIyoYriw1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVIyoYriw1 .navbar.collapsed {
  justify-content: center;
}
.cid-sVIyoYriw1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVIyoYriw1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVIyoYriw1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVIyoYriw1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVIyoYriw1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVIyoYriw1 .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-sVIyoYriw1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVIyoYriw1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVIyoYriw1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVIyoYriw1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVIyoYriw1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVIyoYriw1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVIyoYriw1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVIyoYriw1 .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-sVIyoYriw1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVIyoYriw1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVIyoYriw1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVIyoYriw1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVIyoYriw1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVIyoYriw1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVIyoYriw1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVIyoYriw1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVIyoYriw1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVIyoYriw1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVIyoYriw1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVIyoYriw1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVIyoYriw1 .dropdown-item.active,
.cid-sVIyoYriw1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sVIyoYriw1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVIyoYriw1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVIyoYriw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVIyoYriw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVIyoYriw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVIyoYriw1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVIyoYriw1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVIyoYriw1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVIyoYriw1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVIyoYriw1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVIyoYriw1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVIyoYriw1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIyoYriw1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVIyoYriw1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVIyoYriw1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIyoYriw1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVIyoYriw1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVIyoYriw1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVIyoYriw1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVIyoYriw1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVIyoYriw1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVIyoYriw1 .navbar {
    height: 70px;
  }
  .cid-sVIyoYriw1 .navbar.opened {
    height: auto;
  }
  .cid-sVIyoYriw1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX8IsEPDBK {
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sX8IsEPDBK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sX8IsEPDBK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sX8IsEPDBK .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sX8IsEPDBK .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-sX8IsEPDBK .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-sX8IsEPDBK .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sX8IsEPDBK .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-sX8IsEPDBK .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sX8IsEPDBK .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-sX8IsEPDBK .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sVIG8A2LZs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVIG8A2LZs .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVIG8A2LZs .item:focus,
.cid-sVIG8A2LZs span:focus {
  outline: none;
}
.cid-sVIG8A2LZs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVIG8A2LZs .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-sVIG8A2LZs .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sVIG8A2LZs .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-sVIG8A2LZs .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sVIG8A2LZs .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-sVIG8A2LZs .mbr-section-title,
.cid-sVIG8A2LZs .mbr-section-subtitle {
  color: #111111;
}
.cid-sVIG8A2LZs .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-sVIG8A2LZs .item-subtitle {
  text-align: center;
}
.cid-sVIG8A2LZs .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-sVIG8A2LZs .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sVIG8A2LZs .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-sVIG8A2LZs .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-sVIG8A2LZs .mbr-section-subtitle {
  color: #111111;
}
.cid-sVIGzypQcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVIGzypQcD .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVIGzypQcD .item:focus,
.cid-sVIGzypQcD span:focus {
  outline: none;
}
.cid-sVIGzypQcD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVIGzypQcD .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-sVIGzypQcD .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sVIGzypQcD .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-sVIGzypQcD .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sVIGzypQcD .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-sVIGzypQcD .mbr-section-title,
.cid-sVIGzypQcD .mbr-section-subtitle {
  color: #111111;
}
.cid-sVIGzypQcD .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-sVIGzypQcD .item-subtitle {
  text-align: center;
}
.cid-sVIGzypQcD .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-sVIGzypQcD .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sVIGzypQcD .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-sVIGzypQcD .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-sVIHkDZMA8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVIHkDZMA8 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVIHkDZMA8 .item:focus,
.cid-sVIHkDZMA8 span:focus {
  outline: none;
}
.cid-sVIHkDZMA8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVIHkDZMA8 .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-sVIHkDZMA8 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sVIHkDZMA8 .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-sVIHkDZMA8 .item-content {
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sVIHkDZMA8 .mbr-section-btn {
  margin-top: auto !important;
  width: 100%;
}
.cid-sVIHkDZMA8 .mbr-section-title,
.cid-sVIHkDZMA8 .mbr-section-subtitle {
  color: #111111;
}
.cid-sVIHkDZMA8 .mbr-text {
  color: #555555;
  font-style: italic;
}
.cid-sVIHkDZMA8 .item-subtitle {
  text-align: center;
}
.cid-sVIHkDZMA8 .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-sVIHkDZMA8 .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sVIHkDZMA8 .mbr-section-head {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .cid-sVIHkDZMA8 .mbr-section-head {
    margin-bottom: 90px;
  }
}
.cid-sVIyp4HUZL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #d21e24;
}
.cid-sVIyp4HUZL .btn {
  height: 20px;
  width: 20px
  padding: 1rem 1rem;
  margin: 0.2rem;
}
.cid-sVIyp4HUZL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWx24V52W1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx24V52W1 .container {
  max-width: 1400px;
}
.cid-sWx24V52W1 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx24V52W1 .soc-item a {
  padding-top: 5px;
}
.cid-sWx24V52W1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx24V52W1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx24V52W1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx24V52W1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx24V52W1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx24V52W1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx24V52W1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx24V52W1 .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-sWx24V52W1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx24V52W1 .card-img {
  width: auto;
}
.cid-sWx24V52W1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx24V52W1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx24V52W1 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx24V52W1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx24V52W1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx24V52W1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx24V52W1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx24V52W1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx24V52W1 .item {
    justify-content: center;
  }
  .cid-sWx24V52W1 .quote::after {
    left: 60px;
  }
}
.cid-sWx24V52W1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx24V52W1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx24V52W1 .text1 {
  color: #ffffff;
}
.cid-sWx24V52W1 .item-title {
  color: #ffffff;
}
.cid-sWx24V52W1 H5 {
  color: #ffffff;
}
.cid-sWx24V52W1 .theme {
  color: #ffffff;
}
.cid-sWx24V52W1 .copyright > p {
  color: #ff3366;
}
.cid-sWx24V52W1 .text2 {
  color: #ffffff;
}
.cid-sVLOAcxJJc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVLOAcxJJc .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVLOAcxJJc nav.navbar {
  position: fixed;
}
.cid-sVLOAcxJJc .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVLOAcxJJc .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVLOAcxJJc .nav-item {
    height: auto;
  }
}
.cid-sVLOAcxJJc .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVLOAcxJJc .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-sVLOAcxJJc .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVLOAcxJJc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVLOAcxJJc .dropdown-item:hover,
.cid-sVLOAcxJJc .dropdown-item:focus {
  background: white !important;
}
.cid-sVLOAcxJJc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVLOAcxJJc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVLOAcxJJc .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVLOAcxJJc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVLOAcxJJc .nav-link {
  position: relative;
}
.cid-sVLOAcxJJc .container {
  display: flex;
  margin: auto;
}
.cid-sVLOAcxJJc .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVLOAcxJJc .dropdown-menu,
.cid-sVLOAcxJJc .navbar.opened {
  background: #efefef !important;
}
.cid-sVLOAcxJJc .nav-item:focus,
.cid-sVLOAcxJJc .nav-link:focus {
  outline: none;
}
.cid-sVLOAcxJJc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVLOAcxJJc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVLOAcxJJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVLOAcxJJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVLOAcxJJc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVLOAcxJJc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVLOAcxJJc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVLOAcxJJc .navbar.opened {
  transition: all 0.3s;
}
.cid-sVLOAcxJJc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVLOAcxJJc .navbar .navbar-logo img {
  width: auto;
}
.cid-sVLOAcxJJc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVLOAcxJJc .navbar.collapsed {
  justify-content: center;
}
.cid-sVLOAcxJJc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVLOAcxJJc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVLOAcxJJc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVLOAcxJJc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVLOAcxJJc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVLOAcxJJc .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-sVLOAcxJJc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVLOAcxJJc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVLOAcxJJc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVLOAcxJJc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVLOAcxJJc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVLOAcxJJc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVLOAcxJJc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVLOAcxJJc .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-sVLOAcxJJc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVLOAcxJJc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVLOAcxJJc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVLOAcxJJc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVLOAcxJJc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVLOAcxJJc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVLOAcxJJc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVLOAcxJJc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVLOAcxJJc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVLOAcxJJc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVLOAcxJJc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVLOAcxJJc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVLOAcxJJc .dropdown-item.active,
.cid-sVLOAcxJJc .dropdown-item:active {
  background-color: transparent;
}
.cid-sVLOAcxJJc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVLOAcxJJc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVLOAcxJJc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVLOAcxJJc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVLOAcxJJc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVLOAcxJJc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVLOAcxJJc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVLOAcxJJc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVLOAcxJJc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVLOAcxJJc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVLOAcxJJc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVLOAcxJJc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVLOAcxJJc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVLOAcxJJc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVLOAcxJJc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVLOAcxJJc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVLOAcxJJc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVLOAcxJJc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVLOAcxJJc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVLOAcxJJc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVLOAcxJJc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVLOAcxJJc .navbar {
    height: 70px;
  }
  .cid-sVLOAcxJJc .navbar.opened {
    height: auto;
  }
  .cid-sVLOAcxJJc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVLQcgIwWK {
  overflow-x: hidden !important;
}
.cid-sVLQcgIwWK,
.cid-sVLQcgIwWK .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sVLQcgIwWK .mbr-section-title {
  color: #ffffff;
}
.cid-sVLQcgIwWK .mbr-section-title span {
  color: #149dcc;
}
.cid-sVLQcgIwWK .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sVLQcgIwWK .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/glowing-tree-globe-crystal-glass-ball-hand-with-butterfly-green-background-with-bokeh-1-1000x419.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sVLQcgIwWK .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sVLQcgIwWK .mbr-overlay {
  z-index: 1;
}
.cid-sVLQcgIwWK .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sVLQqtuOtI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVLQqtuOtI .row {
    text-align: center;
  }
}
.cid-sVLQqtuOtI .section-head {
  margin-bottom: 2.3rem;
}
.cid-sVLQqtuOtI .paragraph {
  margin-bottom: 2rem;
}
.cid-sVLQqtuOtI .mbr-section-title {
  text-align: center;
}
.cid-sVLQqtuOtI .mbr-text {
  color: #000000;
}
.cid-sVLRZ7Kv0U {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVLRZ7Kv0U .row {
  align-items: center;
}
.cid-sVLRZ7Kv0U .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sVLRZ7Kv0U .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-sVLRZ7Kv0U .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-sVLRZ7Kv0U .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-sVLRZ7Kv0U .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sVLRZ7Kv0U .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-sVLRZ7Kv0U .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 4px;
}
.cid-sVLRZ7Kv0U .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sVLRZ7Kv0U .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-sVLRZ7Kv0U .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-sVLRZ7Kv0U .mbr-section-subtitle {
  margin: 0;
  width: 100%;
  text-align: left;
}
.cid-sVLRZ7Kv0U .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sVLRZ7Kv0U .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-sVLRZ7Kv0U .color-text {
  color: #d21e24;
}
.cid-sVLRZ7Kv0U .text-box {
  width: 100%;
}
.cid-sVLRZ7Kv0U .icon-text {
  width: 100%;
  text-align: left;
  color: #d21e24;
}
.cid-sVLRZ7Kv0U .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sVLRZ7Kv0U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sVLRZ7Kv0U .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sVLRZ7Kv0U .mbr-text,
.cid-sVLRZ7Kv0U .mbr-section-btn {
  color: #000000;
}
.cid-sVLWADWBdM {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #1ed28c;
}
@media (min-width: 768px) {
  .cid-sVLWADWBdM {
    background-image: url("../../../assets/images/ecology-logistics-concept-3d-illustration-green-truck-isolated-white-ccexpress-2-1000x658.png");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sVLWADWBdM .row {
  align-items: center;
}
.cid-sVLWADWBdM .image-wrapper {
  padding: 1rem;
}
.cid-sVLWADWBdM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sVLWADWBdM .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-sVLWADWBdM .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sVLWADWBdM .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sVLWADWBdM .btn-container {
  width: 100%;
}
.cid-sVLWADWBdM .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sVLWADWBdM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sVLWADWBdM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sVLWADWBdM .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-sVLWADWBdM .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-sVLWADWBdM .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-sVLWADWBdM .elementor-shape svg {
  fill: #ffffff;
}
.cid-sVLWADWBdM .mbr-text,
.cid-sVLWADWBdM .mbr-section-btn {
  color: #ffffff;
}
.cid-sWhPwMWMDy {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sWhPwMWMDy {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.cid-sWhPwMWMDy .text {
  padding: 0;
}
.cid-sWhPwMWMDy section {
  position: relative;
}
.cid-sWhPwMWMDy h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sWhPwMWMDy .mbr-iconfont {
  padding: 0 !important;
}
.cid-sWhPwMWMDy .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-sWhPwMWMDy .box {
  background-image: url("../../../assets/images/prev-1309x711.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWhPwMWMDy .icon-wrap {
  background-color: #d21e24 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sWhPwMWMDy .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sWhPwMWMDy .icon-wrap span {
  padding-left: 8px;
}
.cid-sWhPwMWMDy .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #333333 !important;
}
.cid-sWhPwMWMDy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sWhPwMWMDy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sWhPwMWMDy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sWhPwMWMDy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sWhPwMWMDy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sWhPwMWMDy a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWhPwMWMDy {
    padding-top: 35px;
    padding-bottom: 49px;
  }
  .cid-sWhPwMWMDy .box {
    height: 250px;
  }
  .cid-sWhPwMWMDy .row {
    padding: 1rem !important;
  }
}
.cid-sWhPwMWMDy H2 {
  color: #333333;
}
.cid-sVLZQoANNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVLZQoANNc img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-sVLZQoANNc .right {
  display: flex;
  flex-direction: column;
}
.cid-sVLZQoANNc .card-heading {
  padding-bottom: 35px;
  color: #ffffff;
  text-align: center;
}
.cid-sVLZQoANNc .p {
  padding-bottom: 17px;
  color: #ffffff;
}
.cid-sVLZQoANNc .last-p {
  padding-bottom: 0;
}
.cid-sVLZQoANNc .row {
  justify-content: center;
}
.cid-sVLZD73Fw7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVLZD73Fw7 .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sVLZD73Fw7 .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sVLZD73Fw7 .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVLZD73Fw7 .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sVLZD73Fw7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sVLZD73Fw7 .mbr-text {
  color: #000000;
}
.cid-sVLZD73Fw7 .mbr-section-title {
  text-align: center;
}
.cid-sVLZD73Fw7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sWx29Y30IB {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx29Y30IB .container {
  max-width: 1400px;
}
.cid-sWx29Y30IB .card-img2 span {
  padding-top: 6px;
}
.cid-sWx29Y30IB .soc-item a {
  padding-top: 5px;
}
.cid-sWx29Y30IB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx29Y30IB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx29Y30IB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx29Y30IB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx29Y30IB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx29Y30IB #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx29Y30IB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx29Y30IB .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-sWx29Y30IB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx29Y30IB .card-img {
  width: auto;
}
.cid-sWx29Y30IB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx29Y30IB .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx29Y30IB .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx29Y30IB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx29Y30IB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx29Y30IB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx29Y30IB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx29Y30IB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx29Y30IB .item {
    justify-content: center;
  }
  .cid-sWx29Y30IB .quote::after {
    left: 60px;
  }
}
.cid-sWx29Y30IB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx29Y30IB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx29Y30IB .text1 {
  color: #ffffff;
}
.cid-sWx29Y30IB .item-title {
  color: #ffffff;
}
.cid-sWx29Y30IB H5 {
  color: #ffffff;
}
.cid-sWx29Y30IB .theme {
  color: #ffffff;
}
.cid-sWx29Y30IB .copyright > p {
  color: #ff3366;
}
.cid-sWx29Y30IB .text2 {
  color: #ffffff;
}
.cid-sVM4lvQwa4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVM4lvQwa4 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVM4lvQwa4 nav.navbar {
  position: fixed;
}
.cid-sVM4lvQwa4 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVM4lvQwa4 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVM4lvQwa4 .nav-item {
    height: auto;
  }
}
.cid-sVM4lvQwa4 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVM4lvQwa4 .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-sVM4lvQwa4 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVM4lvQwa4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVM4lvQwa4 .dropdown-item:hover,
.cid-sVM4lvQwa4 .dropdown-item:focus {
  background: white !important;
}
.cid-sVM4lvQwa4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVM4lvQwa4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVM4lvQwa4 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVM4lvQwa4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVM4lvQwa4 .nav-link {
  position: relative;
}
.cid-sVM4lvQwa4 .container {
  display: flex;
  margin: auto;
}
.cid-sVM4lvQwa4 .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVM4lvQwa4 .dropdown-menu,
.cid-sVM4lvQwa4 .navbar.opened {
  background: #efefef !important;
}
.cid-sVM4lvQwa4 .nav-item:focus,
.cid-sVM4lvQwa4 .nav-link:focus {
  outline: none;
}
.cid-sVM4lvQwa4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVM4lvQwa4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVM4lvQwa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVM4lvQwa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVM4lvQwa4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVM4lvQwa4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVM4lvQwa4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVM4lvQwa4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sVM4lvQwa4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVM4lvQwa4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sVM4lvQwa4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVM4lvQwa4 .navbar.collapsed {
  justify-content: center;
}
.cid-sVM4lvQwa4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVM4lvQwa4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVM4lvQwa4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVM4lvQwa4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVM4lvQwa4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVM4lvQwa4 .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-sVM4lvQwa4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVM4lvQwa4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVM4lvQwa4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVM4lvQwa4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVM4lvQwa4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVM4lvQwa4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVM4lvQwa4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVM4lvQwa4 .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-sVM4lvQwa4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVM4lvQwa4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVM4lvQwa4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVM4lvQwa4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVM4lvQwa4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVM4lvQwa4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVM4lvQwa4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVM4lvQwa4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVM4lvQwa4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVM4lvQwa4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVM4lvQwa4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVM4lvQwa4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVM4lvQwa4 .dropdown-item.active,
.cid-sVM4lvQwa4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sVM4lvQwa4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVM4lvQwa4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVM4lvQwa4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVM4lvQwa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVM4lvQwa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVM4lvQwa4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVM4lvQwa4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVM4lvQwa4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVM4lvQwa4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVM4lvQwa4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVM4lvQwa4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVM4lvQwa4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVM4lvQwa4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVM4lvQwa4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVM4lvQwa4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVM4lvQwa4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVM4lvQwa4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVM4lvQwa4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVM4lvQwa4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVM4lvQwa4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVM4lvQwa4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVM4lvQwa4 .navbar {
    height: 70px;
  }
  .cid-sVM4lvQwa4 .navbar.opened {
    height: auto;
  }
  .cid-sVM4lvQwa4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVM4lxceDU {
  position: relative;
  overflow: hidden;
}
.cid-sVM4lxceDU svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVM4lxceDU #e2_shape {
  fill: #ffffff !important;
}
.cid-sVM4lxceDU .main-text {
  color: #606060;
}
.cid-sVM4lxceDU .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sVM4lxceDU .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVM4lxceDU .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVM4lxceDU .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVM4lxceDU .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVM4lxceDU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVM4lxceDU .carousel-item.active,
.cid-sVM4lxceDU .carousel-item-next,
.cid-sVM4lxceDU .carousel-item-prev {
  display: flex;
}
.cid-sVM4lxceDU .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVM4lxceDU .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVM4lxceDU .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVM4lxceDU .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVM4lxceDU .carousel-controls {
    display: block;
  }
  .cid-sVM4lxceDU .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVM4lxceDU .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVM4lxceDU .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVM4lxceDU .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVM4lxceDU .text-element {
    padding: 1rem;
  }
  .cid-sVM4lxceDU .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVM4lxceDU .image-element {
    min-width: 50%;
  }
  .cid-sVM4lxceDU .media-container-row {
    width: 100%;
  }
}
.cid-sVM5l1dfxQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sVM5l1dfxQ .container {
  max-width: 1500px;
}
.cid-sVM5l1dfxQ .row {
  background: #333333;
}
.cid-sVM5l1dfxQ .img-col {
  padding: 0;
}
.cid-sVM5l1dfxQ .title-col {
  padding: 4rem 8rem;
}
.cid-sVM5l1dfxQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVM5l1dfxQ h2 {
  padding: 0;
  margin: 0;
}
.cid-sVM5l1dfxQ .text-wrap {
  margin: auto;
}
.cid-sVM5l1dfxQ .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sVM5l1dfxQ .row {
    margin: 2rem;
  }
  .cid-sVM5l1dfxQ .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVM5l1dfxQ .row {
    margin: 0rem;
  }
  .cid-sVM5l1dfxQ .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sWllelkGTC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-3.jpg");
}
.cid-sWllelkGTC .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-sWllelkGTC .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-sWllelkGTC .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-sWllelkGTC .box2 {
  background-image: url("../../../assets/images/prev-667x665.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sWllelkGTC .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sWllelkGTC .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sWllelkGTC .icon-wrap span {
  padding-left: 8px;
}
.cid-sWllelkGTC .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-sWllelkGTC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sWllelkGTC .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-sWllelkGTC .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWllelkGTC .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-sWllelkGTC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sWllelkGTC .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sWllelkGTC .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sWllelkGTC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sWllelkGTC a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sWllelkGTC {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .cid-sWllelkGTC {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sWllelkGTC .box2 {
    height: 250px;
  }
}
.cid-sWllelkGTC .mbr-section-subtitle {
  text-align: left;
  color: #282124;
}
.cid-sWllelkGTC .mbr-text,
.cid-sWllelkGTC .mbr-section-btn {
  text-align: left;
  color: #282124;
}
.cid-t778CxISFF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d21e24;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t778CxISFF .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t778CxISFF .content-wrapper {
    padding: 1rem;
  }
}
.cid-t778CxISFF .mbr-section-title {
  color: #ffffff;
}
.cid-t778CxISFF .mbr-text {
  color: #6c7577;
}
.cid-t778CxISFF .btn {
  padding: 1rem 3.4rem;
}
.cid-t778CxISFF .mbr-text,
.cid-t778CxISFF .mbr-section-btn {
  color: #ffffff;
}
.cid-sWlmLiCv6K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-3.jpg");
}
.cid-sWlmLiCv6K .row {
  flex-direction: row-reverse;
}
.cid-sWlmLiCv6K .text-wrapper {
  margin-left: auto;
}
.cid-sWlmLiCv6K .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-sWlmLiCv6K .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-sWlmLiCv6K .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-sWlmLiCv6K .box2 {
  background-image: url("../../../assets/images/prev-673x673.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sWlmLiCv6K .icon-wrap {
  background-color: #d21e24 !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sWlmLiCv6K .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sWlmLiCv6K .icon-wrap span {
  padding-left: 8px;
}
.cid-sWlmLiCv6K .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-sWlmLiCv6K .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sWlmLiCv6K .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-sWlmLiCv6K .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWlmLiCv6K .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-sWlmLiCv6K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sWlmLiCv6K .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sWlmLiCv6K .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sWlmLiCv6K a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sWlmLiCv6K a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sWlmLiCv6K {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .cid-sWlmLiCv6K {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sWlmLiCv6K .box2 {
    height: 250px;
  }
}
.cid-sWlmLiCv6K .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sWlmLiCv6K .mbr-text,
.cid-sWlmLiCv6K .mbr-section-btn {
  text-align: left;
}
.cid-sVM5GB6TEY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
@media (max-width: 991px) {
  .cid-sVM5GB6TEY .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sVM5GB6TEY .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sVM5GB6TEY img,
.cid-sVM5GB6TEY .item-img {
  width: 100%;
}
.cid-sVM5GB6TEY .item:focus,
.cid-sVM5GB6TEY span:focus {
  outline: none;
}
.cid-sVM5GB6TEY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVM5GB6TEY .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVM5GB6TEY img {
  border-radius: 30px;
}
.cid-sVM5GB6TEY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sVM5GB6TEY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sVM5GB6TEY .item-title {
  color: #ffffff;
}
.cid-sVM5GB6TEY .mbr-text,
.cid-sVM5GB6TEY .mbr-section-btn {
  color: #ffffff;
}
.cid-sWx2BAob3c {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2BAob3c .container {
  max-width: 1400px;
}
.cid-sWx2BAob3c .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2BAob3c .soc-item a {
  padding-top: 5px;
}
.cid-sWx2BAob3c .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2BAob3c .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2BAob3c .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2BAob3c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2BAob3c svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2BAob3c #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2BAob3c .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2BAob3c .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-sWx2BAob3c .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2BAob3c .card-img {
  width: auto;
}
.cid-sWx2BAob3c .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2BAob3c .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2BAob3c .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2BAob3c .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2BAob3c .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2BAob3c .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2BAob3c .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2BAob3c img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2BAob3c .item {
    justify-content: center;
  }
  .cid-sWx2BAob3c .quote::after {
    left: 60px;
  }
}
.cid-sWx2BAob3c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2BAob3c .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2BAob3c .text1 {
  color: #ffffff;
}
.cid-sWx2BAob3c .item-title {
  color: #ffffff;
}
.cid-sWx2BAob3c H5 {
  color: #ffffff;
}
.cid-sWx2BAob3c .theme {
  color: #ffffff;
}
.cid-sWx2BAob3c .copyright > p {
  color: #ff3366;
}
.cid-sWx2BAob3c .text2 {
  color: #ffffff;
}
.cid-sVMaVFodjg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVMaVFodjg .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVMaVFodjg nav.navbar {
  position: fixed;
}
.cid-sVMaVFodjg .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVMaVFodjg .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVMaVFodjg .nav-item {
    height: auto;
  }
}
.cid-sVMaVFodjg .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVMaVFodjg .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-sVMaVFodjg .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVMaVFodjg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVMaVFodjg .dropdown-item:hover,
.cid-sVMaVFodjg .dropdown-item:focus {
  background: white !important;
}
.cid-sVMaVFodjg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVMaVFodjg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVMaVFodjg .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVMaVFodjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVMaVFodjg .nav-link {
  position: relative;
}
.cid-sVMaVFodjg .container {
  display: flex;
  margin: auto;
}
.cid-sVMaVFodjg .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVMaVFodjg .dropdown-menu,
.cid-sVMaVFodjg .navbar.opened {
  background: #efefef !important;
}
.cid-sVMaVFodjg .nav-item:focus,
.cid-sVMaVFodjg .nav-link:focus {
  outline: none;
}
.cid-sVMaVFodjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVMaVFodjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVMaVFodjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVMaVFodjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVMaVFodjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVMaVFodjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVMaVFodjg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVMaVFodjg .navbar.opened {
  transition: all 0.3s;
}
.cid-sVMaVFodjg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVMaVFodjg .navbar .navbar-logo img {
  width: auto;
}
.cid-sVMaVFodjg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVMaVFodjg .navbar.collapsed {
  justify-content: center;
}
.cid-sVMaVFodjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVMaVFodjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVMaVFodjg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVMaVFodjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVMaVFodjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVMaVFodjg .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-sVMaVFodjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVMaVFodjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVMaVFodjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVMaVFodjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVMaVFodjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVMaVFodjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVMaVFodjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVMaVFodjg .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-sVMaVFodjg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVMaVFodjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVMaVFodjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVMaVFodjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVMaVFodjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVMaVFodjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVMaVFodjg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVMaVFodjg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVMaVFodjg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVMaVFodjg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVMaVFodjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVMaVFodjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVMaVFodjg .dropdown-item.active,
.cid-sVMaVFodjg .dropdown-item:active {
  background-color: transparent;
}
.cid-sVMaVFodjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVMaVFodjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVMaVFodjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVMaVFodjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVMaVFodjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVMaVFodjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVMaVFodjg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVMaVFodjg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVMaVFodjg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVMaVFodjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVMaVFodjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVMaVFodjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVMaVFodjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVMaVFodjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVMaVFodjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVMaVFodjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVMaVFodjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVMaVFodjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVMaVFodjg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVMaVFodjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVMaVFodjg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVMaVFodjg .navbar {
    height: 70px;
  }
  .cid-sVMaVFodjg .navbar.opened {
    height: auto;
  }
  .cid-sVMaVFodjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVMaVHb5j5 {
  position: relative;
  overflow: hidden;
}
.cid-sVMaVHb5j5 svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVMaVHb5j5 #e2_shape {
  fill: #ffffff !important;
}
.cid-sVMaVHb5j5 .main-text {
  color: #606060;
}
.cid-sVMaVHb5j5 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sVMaVHb5j5 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVMaVHb5j5 .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVMaVHb5j5 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVMaVHb5j5 .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVMaVHb5j5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVMaVHb5j5 .carousel-item.active,
.cid-sVMaVHb5j5 .carousel-item-next,
.cid-sVMaVHb5j5 .carousel-item-prev {
  display: flex;
}
.cid-sVMaVHb5j5 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVMaVHb5j5 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVMaVHb5j5 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVMaVHb5j5 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVMaVHb5j5 .carousel-controls {
    display: block;
  }
  .cid-sVMaVHb5j5 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVMaVHb5j5 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVMaVHb5j5 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVMaVHb5j5 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVMaVHb5j5 .text-element {
    padding: 1rem;
  }
  .cid-sVMaVHb5j5 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVMaVHb5j5 .image-element {
    min-width: 50%;
  }
  .cid-sVMaVHb5j5 .media-container-row {
    width: 100%;
  }
}
.cid-sX66L1vRSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX66L1vRSs .title_block {
  margin-bottom: 80px;
}
.cid-sX66L1vRSs .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sX66L1vRSs .mbr-section-title {
  color: #d21e24;
}
.cid-sX66L1vRSs .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sX66L1vRSs .item {
  padding-bottom: 2rem;
}
.cid-sX66L1vRSs .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sX66L1vRSs .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sX66L1vRSs .item-wrapper {
  position: relative;
}
.cid-sX66L1vRSs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sX66L1vRSs .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sX66L1vRSs .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sX66L1vRSs .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sX66L1vRSs .carousel-control,
.cid-sX66L1vRSs .close {
  background: #1b1b1b;
}
.cid-sX66L1vRSs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sX66L1vRSs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sX66L1vRSs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sX66L1vRSs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sX66L1vRSs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sX66L1vRSs .close::before {
  content: '\e91a';
}
.cid-sX66L1vRSs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sX66L1vRSs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sX66L1vRSs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX66L1vRSs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sX66L1vRSs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sX66L1vRSs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sX66L1vRSs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sX66L1vRSs .carousel-indicators li.active,
.cid-sX66L1vRSs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sX66L1vRSs .carousel-indicators li::after,
.cid-sX66L1vRSs .carousel-indicators li::before {
  content: none;
}
.cid-sX66L1vRSs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sX66L1vRSs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sX66L1vRSs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sX66L1vRSs .carousel-indicators {
    display: none;
  }
}
.cid-sX66L1vRSs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sX66L1vRSs .carousel-inner > .active {
  display: block;
}
.cid-sX66L1vRSs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX66L1vRSs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX66L1vRSs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sX66L1vRSs .carousel-control,
  .cid-sX66L1vRSs .carousel-indicators,
  .cid-sX66L1vRSs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sX66L1vRSs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sX66L1vRSs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sX66L1vRSs .carousel-indicators .active,
.cid-sX66L1vRSs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sX66L1vRSs .carousel-indicators .active {
  background: #fff;
}
.cid-sX66L1vRSs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sX66L1vRSs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sX66L1vRSs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sX66L1vRSs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sX66L1vRSs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sX66L1vRSs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sX66L1vRSs .carousel {
  width: 100%;
}
.cid-sX66L1vRSs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sX66L1vRSs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sX66L1vRSs .modal.fade .modal-dialog,
.cid-sX66L1vRSs .modal.in .modal-dialog {
  transform: none;
}
.cid-sX66L1vRSs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sX66LOUStd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX66LOUStd .title_block {
  margin-bottom: 80px;
}
.cid-sX66LOUStd .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sX66LOUStd .mbr-section-title {
  color: #d21e24;
}
.cid-sX66LOUStd .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sX66LOUStd .item {
  padding-bottom: 2rem;
}
.cid-sX66LOUStd .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sX66LOUStd .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sX66LOUStd .item-wrapper {
  position: relative;
}
.cid-sX66LOUStd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sX66LOUStd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sX66LOUStd .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sX66LOUStd .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sX66LOUStd .carousel-control,
.cid-sX66LOUStd .close {
  background: #1b1b1b;
}
.cid-sX66LOUStd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sX66LOUStd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sX66LOUStd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sX66LOUStd .carousel-control-next span {
  margin-left: 5px;
}
.cid-sX66LOUStd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sX66LOUStd .close::before {
  content: '\e91a';
}
.cid-sX66LOUStd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sX66LOUStd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sX66LOUStd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX66LOUStd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sX66LOUStd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sX66LOUStd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sX66LOUStd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sX66LOUStd .carousel-indicators li.active,
.cid-sX66LOUStd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sX66LOUStd .carousel-indicators li::after,
.cid-sX66LOUStd .carousel-indicators li::before {
  content: none;
}
.cid-sX66LOUStd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sX66LOUStd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sX66LOUStd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sX66LOUStd .carousel-indicators {
    display: none;
  }
}
.cid-sX66LOUStd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sX66LOUStd .carousel-inner > .active {
  display: block;
}
.cid-sX66LOUStd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX66LOUStd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX66LOUStd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sX66LOUStd .carousel-control,
  .cid-sX66LOUStd .carousel-indicators,
  .cid-sX66LOUStd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sX66LOUStd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sX66LOUStd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sX66LOUStd .carousel-indicators .active,
.cid-sX66LOUStd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sX66LOUStd .carousel-indicators .active {
  background: #fff;
}
.cid-sX66LOUStd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sX66LOUStd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sX66LOUStd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sX66LOUStd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sX66LOUStd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sX66LOUStd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sX66LOUStd .carousel {
  width: 100%;
}
.cid-sX66LOUStd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sX66LOUStd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sX66LOUStd .modal.fade .modal-dialog,
.cid-sX66LOUStd .modal.in .modal-dialog {
  transform: none;
}
.cid-sX66LOUStd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMbr6Ezaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMbr6Ezaw .title_block {
  margin-bottom: 80px;
}
.cid-sVMbr6Ezaw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMbr6Ezaw .mbr-section-title {
  color: #d21e24;
}
.cid-sVMbr6Ezaw .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMbr6Ezaw .item {
  padding-bottom: 2rem;
}
.cid-sVMbr6Ezaw .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMbr6Ezaw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMbr6Ezaw .item-wrapper {
  position: relative;
}
.cid-sVMbr6Ezaw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMbr6Ezaw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMbr6Ezaw .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMbr6Ezaw .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMbr6Ezaw .carousel-control,
.cid-sVMbr6Ezaw .close {
  background: #1b1b1b;
}
.cid-sVMbr6Ezaw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMbr6Ezaw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMbr6Ezaw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMbr6Ezaw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMbr6Ezaw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMbr6Ezaw .close::before {
  content: '\e91a';
}
.cid-sVMbr6Ezaw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMbr6Ezaw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMbr6Ezaw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMbr6Ezaw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMbr6Ezaw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMbr6Ezaw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMbr6Ezaw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMbr6Ezaw .carousel-indicators li.active,
.cid-sVMbr6Ezaw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMbr6Ezaw .carousel-indicators li::after,
.cid-sVMbr6Ezaw .carousel-indicators li::before {
  content: none;
}
.cid-sVMbr6Ezaw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMbr6Ezaw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMbr6Ezaw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMbr6Ezaw .carousel-indicators {
    display: none;
  }
}
.cid-sVMbr6Ezaw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMbr6Ezaw .carousel-inner > .active {
  display: block;
}
.cid-sVMbr6Ezaw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMbr6Ezaw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMbr6Ezaw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMbr6Ezaw .carousel-control,
  .cid-sVMbr6Ezaw .carousel-indicators,
  .cid-sVMbr6Ezaw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMbr6Ezaw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMbr6Ezaw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMbr6Ezaw .carousel-indicators .active,
.cid-sVMbr6Ezaw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMbr6Ezaw .carousel-indicators .active {
  background: #fff;
}
.cid-sVMbr6Ezaw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMbr6Ezaw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMbr6Ezaw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMbr6Ezaw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMbr6Ezaw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMbr6Ezaw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMbr6Ezaw .carousel {
  width: 100%;
}
.cid-sVMbr6Ezaw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMbr6Ezaw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMbr6Ezaw .modal.fade .modal-dialog,
.cid-sVMbr6Ezaw .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMbr6Ezaw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMcSlLb8p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMcSlLb8p .title_block {
  margin-bottom: 80px;
}
.cid-sVMcSlLb8p .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMcSlLb8p .mbr-section-title {
  color: #d21e24;
}
.cid-sVMcSlLb8p .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMcSlLb8p .item {
  padding-bottom: 2rem;
}
.cid-sVMcSlLb8p .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMcSlLb8p .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMcSlLb8p .item-wrapper {
  position: relative;
}
.cid-sVMcSlLb8p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMcSlLb8p .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMcSlLb8p .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMcSlLb8p .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMcSlLb8p .carousel-control,
.cid-sVMcSlLb8p .close {
  background: #1b1b1b;
}
.cid-sVMcSlLb8p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMcSlLb8p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMcSlLb8p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMcSlLb8p .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMcSlLb8p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMcSlLb8p .close::before {
  content: '\e91a';
}
.cid-sVMcSlLb8p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMcSlLb8p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMcSlLb8p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMcSlLb8p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMcSlLb8p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMcSlLb8p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMcSlLb8p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMcSlLb8p .carousel-indicators li.active,
.cid-sVMcSlLb8p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMcSlLb8p .carousel-indicators li::after,
.cid-sVMcSlLb8p .carousel-indicators li::before {
  content: none;
}
.cid-sVMcSlLb8p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMcSlLb8p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMcSlLb8p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMcSlLb8p .carousel-indicators {
    display: none;
  }
}
.cid-sVMcSlLb8p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMcSlLb8p .carousel-inner > .active {
  display: block;
}
.cid-sVMcSlLb8p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMcSlLb8p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMcSlLb8p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMcSlLb8p .carousel-control,
  .cid-sVMcSlLb8p .carousel-indicators,
  .cid-sVMcSlLb8p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMcSlLb8p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMcSlLb8p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMcSlLb8p .carousel-indicators .active,
.cid-sVMcSlLb8p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMcSlLb8p .carousel-indicators .active {
  background: #fff;
}
.cid-sVMcSlLb8p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMcSlLb8p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMcSlLb8p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMcSlLb8p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMcSlLb8p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMcSlLb8p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMcSlLb8p .carousel {
  width: 100%;
}
.cid-sVMcSlLb8p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMcSlLb8p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMcSlLb8p .modal.fade .modal-dialog,
.cid-sVMcSlLb8p .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMcSlLb8p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMfUgZUTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMfUgZUTu .title_block {
  margin-bottom: 80px;
}
.cid-sVMfUgZUTu .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMfUgZUTu .mbr-section-title {
  color: #d21e24;
}
.cid-sVMfUgZUTu .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMfUgZUTu .item {
  padding-bottom: 2rem;
}
.cid-sVMfUgZUTu .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMfUgZUTu .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMfUgZUTu .item-wrapper {
  position: relative;
}
.cid-sVMfUgZUTu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMfUgZUTu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMfUgZUTu .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMfUgZUTu .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMfUgZUTu .carousel-control,
.cid-sVMfUgZUTu .close {
  background: #1b1b1b;
}
.cid-sVMfUgZUTu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMfUgZUTu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMfUgZUTu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMfUgZUTu .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMfUgZUTu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMfUgZUTu .close::before {
  content: '\e91a';
}
.cid-sVMfUgZUTu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMfUgZUTu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMfUgZUTu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMfUgZUTu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMfUgZUTu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMfUgZUTu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMfUgZUTu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMfUgZUTu .carousel-indicators li.active,
.cid-sVMfUgZUTu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMfUgZUTu .carousel-indicators li::after,
.cid-sVMfUgZUTu .carousel-indicators li::before {
  content: none;
}
.cid-sVMfUgZUTu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMfUgZUTu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMfUgZUTu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMfUgZUTu .carousel-indicators {
    display: none;
  }
}
.cid-sVMfUgZUTu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMfUgZUTu .carousel-inner > .active {
  display: block;
}
.cid-sVMfUgZUTu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMfUgZUTu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMfUgZUTu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMfUgZUTu .carousel-control,
  .cid-sVMfUgZUTu .carousel-indicators,
  .cid-sVMfUgZUTu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMfUgZUTu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMfUgZUTu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMfUgZUTu .carousel-indicators .active,
.cid-sVMfUgZUTu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMfUgZUTu .carousel-indicators .active {
  background: #fff;
}
.cid-sVMfUgZUTu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMfUgZUTu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMfUgZUTu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMfUgZUTu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMfUgZUTu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMfUgZUTu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMfUgZUTu .carousel {
  width: 100%;
}
.cid-sVMfUgZUTu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMfUgZUTu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMfUgZUTu .modal.fade .modal-dialog,
.cid-sVMfUgZUTu .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMfUgZUTu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMgJ7RCNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMgJ7RCNN .title_block {
  margin-bottom: 80px;
}
.cid-sVMgJ7RCNN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMgJ7RCNN .mbr-section-title {
  color: #d21e24;
}
.cid-sVMgJ7RCNN .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMgJ7RCNN .item {
  padding-bottom: 2rem;
}
.cid-sVMgJ7RCNN .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMgJ7RCNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMgJ7RCNN .item-wrapper {
  position: relative;
}
.cid-sVMgJ7RCNN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMgJ7RCNN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMgJ7RCNN .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMgJ7RCNN .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMgJ7RCNN .carousel-control,
.cid-sVMgJ7RCNN .close {
  background: #1b1b1b;
}
.cid-sVMgJ7RCNN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMgJ7RCNN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMgJ7RCNN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMgJ7RCNN .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMgJ7RCNN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMgJ7RCNN .close::before {
  content: '\e91a';
}
.cid-sVMgJ7RCNN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMgJ7RCNN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMgJ7RCNN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMgJ7RCNN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMgJ7RCNN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMgJ7RCNN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMgJ7RCNN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMgJ7RCNN .carousel-indicators li.active,
.cid-sVMgJ7RCNN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMgJ7RCNN .carousel-indicators li::after,
.cid-sVMgJ7RCNN .carousel-indicators li::before {
  content: none;
}
.cid-sVMgJ7RCNN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMgJ7RCNN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMgJ7RCNN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMgJ7RCNN .carousel-indicators {
    display: none;
  }
}
.cid-sVMgJ7RCNN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMgJ7RCNN .carousel-inner > .active {
  display: block;
}
.cid-sVMgJ7RCNN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMgJ7RCNN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMgJ7RCNN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMgJ7RCNN .carousel-control,
  .cid-sVMgJ7RCNN .carousel-indicators,
  .cid-sVMgJ7RCNN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMgJ7RCNN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMgJ7RCNN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMgJ7RCNN .carousel-indicators .active,
.cid-sVMgJ7RCNN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMgJ7RCNN .carousel-indicators .active {
  background: #fff;
}
.cid-sVMgJ7RCNN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMgJ7RCNN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMgJ7RCNN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMgJ7RCNN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMgJ7RCNN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMgJ7RCNN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMgJ7RCNN .carousel {
  width: 100%;
}
.cid-sVMgJ7RCNN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMgJ7RCNN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMgJ7RCNN .modal.fade .modal-dialog,
.cid-sVMgJ7RCNN .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMgJ7RCNN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMhKqU9Zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMhKqU9Zv .title_block {
  margin-bottom: 80px;
}
.cid-sVMhKqU9Zv .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMhKqU9Zv .mbr-section-title {
  color: #d21e24;
}
.cid-sVMhKqU9Zv .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMhKqU9Zv .item {
  padding-bottom: 2rem;
}
.cid-sVMhKqU9Zv .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMhKqU9Zv .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMhKqU9Zv .item-wrapper {
  position: relative;
}
.cid-sVMhKqU9Zv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMhKqU9Zv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMhKqU9Zv .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMhKqU9Zv .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMhKqU9Zv .carousel-control,
.cid-sVMhKqU9Zv .close {
  background: #1b1b1b;
}
.cid-sVMhKqU9Zv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMhKqU9Zv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMhKqU9Zv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMhKqU9Zv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMhKqU9Zv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMhKqU9Zv .close::before {
  content: '\e91a';
}
.cid-sVMhKqU9Zv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMhKqU9Zv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMhKqU9Zv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMhKqU9Zv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMhKqU9Zv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMhKqU9Zv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMhKqU9Zv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMhKqU9Zv .carousel-indicators li.active,
.cid-sVMhKqU9Zv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMhKqU9Zv .carousel-indicators li::after,
.cid-sVMhKqU9Zv .carousel-indicators li::before {
  content: none;
}
.cid-sVMhKqU9Zv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMhKqU9Zv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMhKqU9Zv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMhKqU9Zv .carousel-indicators {
    display: none;
  }
}
.cid-sVMhKqU9Zv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMhKqU9Zv .carousel-inner > .active {
  display: block;
}
.cid-sVMhKqU9Zv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMhKqU9Zv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMhKqU9Zv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMhKqU9Zv .carousel-control,
  .cid-sVMhKqU9Zv .carousel-indicators,
  .cid-sVMhKqU9Zv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMhKqU9Zv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMhKqU9Zv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMhKqU9Zv .carousel-indicators .active,
.cid-sVMhKqU9Zv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMhKqU9Zv .carousel-indicators .active {
  background: #fff;
}
.cid-sVMhKqU9Zv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMhKqU9Zv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMhKqU9Zv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMhKqU9Zv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMhKqU9Zv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMhKqU9Zv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMhKqU9Zv .carousel {
  width: 100%;
}
.cid-sVMhKqU9Zv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMhKqU9Zv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMhKqU9Zv .modal.fade .modal-dialog,
.cid-sVMhKqU9Zv .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMhKqU9Zv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMiT2XmVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMiT2XmVH .title_block {
  margin-bottom: 80px;
}
.cid-sVMiT2XmVH .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMiT2XmVH .mbr-section-title {
  color: #d21e24;
}
.cid-sVMiT2XmVH .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMiT2XmVH .item {
  padding-bottom: 2rem;
}
.cid-sVMiT2XmVH .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMiT2XmVH .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMiT2XmVH .item-wrapper {
  position: relative;
}
.cid-sVMiT2XmVH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMiT2XmVH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMiT2XmVH .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMiT2XmVH .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMiT2XmVH .carousel-control,
.cid-sVMiT2XmVH .close {
  background: #1b1b1b;
}
.cid-sVMiT2XmVH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMiT2XmVH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMiT2XmVH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMiT2XmVH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMiT2XmVH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMiT2XmVH .close::before {
  content: '\e91a';
}
.cid-sVMiT2XmVH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMiT2XmVH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMiT2XmVH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMiT2XmVH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMiT2XmVH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMiT2XmVH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMiT2XmVH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMiT2XmVH .carousel-indicators li.active,
.cid-sVMiT2XmVH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMiT2XmVH .carousel-indicators li::after,
.cid-sVMiT2XmVH .carousel-indicators li::before {
  content: none;
}
.cid-sVMiT2XmVH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMiT2XmVH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMiT2XmVH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMiT2XmVH .carousel-indicators {
    display: none;
  }
}
.cid-sVMiT2XmVH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMiT2XmVH .carousel-inner > .active {
  display: block;
}
.cid-sVMiT2XmVH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMiT2XmVH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMiT2XmVH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMiT2XmVH .carousel-control,
  .cid-sVMiT2XmVH .carousel-indicators,
  .cid-sVMiT2XmVH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMiT2XmVH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMiT2XmVH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMiT2XmVH .carousel-indicators .active,
.cid-sVMiT2XmVH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMiT2XmVH .carousel-indicators .active {
  background: #fff;
}
.cid-sVMiT2XmVH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMiT2XmVH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMiT2XmVH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMiT2XmVH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMiT2XmVH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMiT2XmVH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMiT2XmVH .carousel {
  width: 100%;
}
.cid-sVMiT2XmVH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMiT2XmVH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMiT2XmVH .modal.fade .modal-dialog,
.cid-sVMiT2XmVH .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMiT2XmVH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMjzroFtm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMjzroFtm .title_block {
  margin-bottom: 80px;
}
.cid-sVMjzroFtm .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMjzroFtm .mbr-section-title {
  color: #d21e24;
}
.cid-sVMjzroFtm .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMjzroFtm .item {
  padding-bottom: 2rem;
}
.cid-sVMjzroFtm .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMjzroFtm .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMjzroFtm .item-wrapper {
  position: relative;
}
.cid-sVMjzroFtm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMjzroFtm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMjzroFtm .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMjzroFtm .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMjzroFtm .carousel-control,
.cid-sVMjzroFtm .close {
  background: #1b1b1b;
}
.cid-sVMjzroFtm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMjzroFtm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMjzroFtm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMjzroFtm .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMjzroFtm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMjzroFtm .close::before {
  content: '\e91a';
}
.cid-sVMjzroFtm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMjzroFtm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMjzroFtm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMjzroFtm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMjzroFtm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMjzroFtm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMjzroFtm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMjzroFtm .carousel-indicators li.active,
.cid-sVMjzroFtm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMjzroFtm .carousel-indicators li::after,
.cid-sVMjzroFtm .carousel-indicators li::before {
  content: none;
}
.cid-sVMjzroFtm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMjzroFtm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMjzroFtm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMjzroFtm .carousel-indicators {
    display: none;
  }
}
.cid-sVMjzroFtm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMjzroFtm .carousel-inner > .active {
  display: block;
}
.cid-sVMjzroFtm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMjzroFtm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMjzroFtm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMjzroFtm .carousel-control,
  .cid-sVMjzroFtm .carousel-indicators,
  .cid-sVMjzroFtm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMjzroFtm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMjzroFtm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMjzroFtm .carousel-indicators .active,
.cid-sVMjzroFtm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMjzroFtm .carousel-indicators .active {
  background: #fff;
}
.cid-sVMjzroFtm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMjzroFtm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMjzroFtm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMjzroFtm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMjzroFtm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMjzroFtm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMjzroFtm .carousel {
  width: 100%;
}
.cid-sVMjzroFtm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMjzroFtm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMjzroFtm .modal.fade .modal-dialog,
.cid-sVMjzroFtm .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMjzroFtm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMkJJ2e4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMkJJ2e4N .title_block {
  margin-bottom: 80px;
}
.cid-sVMkJJ2e4N .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMkJJ2e4N .mbr-section-title {
  color: #d21e24;
}
.cid-sVMkJJ2e4N .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMkJJ2e4N .item {
  padding-bottom: 2rem;
}
.cid-sVMkJJ2e4N .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMkJJ2e4N .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMkJJ2e4N .item-wrapper {
  position: relative;
}
.cid-sVMkJJ2e4N .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMkJJ2e4N .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMkJJ2e4N .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMkJJ2e4N .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMkJJ2e4N .carousel-control,
.cid-sVMkJJ2e4N .close {
  background: #1b1b1b;
}
.cid-sVMkJJ2e4N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMkJJ2e4N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMkJJ2e4N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMkJJ2e4N .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMkJJ2e4N .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMkJJ2e4N .close::before {
  content: '\e91a';
}
.cid-sVMkJJ2e4N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMkJJ2e4N .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMkJJ2e4N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkJJ2e4N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMkJJ2e4N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMkJJ2e4N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMkJJ2e4N .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMkJJ2e4N .carousel-indicators li.active,
.cid-sVMkJJ2e4N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMkJJ2e4N .carousel-indicators li::after,
.cid-sVMkJJ2e4N .carousel-indicators li::before {
  content: none;
}
.cid-sVMkJJ2e4N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMkJJ2e4N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMkJJ2e4N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMkJJ2e4N .carousel-indicators {
    display: none;
  }
}
.cid-sVMkJJ2e4N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMkJJ2e4N .carousel-inner > .active {
  display: block;
}
.cid-sVMkJJ2e4N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkJJ2e4N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMkJJ2e4N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMkJJ2e4N .carousel-control,
  .cid-sVMkJJ2e4N .carousel-indicators,
  .cid-sVMkJJ2e4N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMkJJ2e4N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMkJJ2e4N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMkJJ2e4N .carousel-indicators .active,
.cid-sVMkJJ2e4N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMkJJ2e4N .carousel-indicators .active {
  background: #fff;
}
.cid-sVMkJJ2e4N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMkJJ2e4N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMkJJ2e4N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMkJJ2e4N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMkJJ2e4N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMkJJ2e4N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMkJJ2e4N .carousel {
  width: 100%;
}
.cid-sVMkJJ2e4N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMkJJ2e4N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMkJJ2e4N .modal.fade .modal-dialog,
.cid-sVMkJJ2e4N .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMkJJ2e4N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMkKaSPN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMkKaSPN5 .title_block {
  margin-bottom: 80px;
}
.cid-sVMkKaSPN5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMkKaSPN5 .mbr-section-title {
  color: #d21e24;
}
.cid-sVMkKaSPN5 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMkKaSPN5 .item {
  padding-bottom: 2rem;
}
.cid-sVMkKaSPN5 .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMkKaSPN5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMkKaSPN5 .item-wrapper {
  position: relative;
}
.cid-sVMkKaSPN5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMkKaSPN5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMkKaSPN5 .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMkKaSPN5 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMkKaSPN5 .carousel-control,
.cid-sVMkKaSPN5 .close {
  background: #1b1b1b;
}
.cid-sVMkKaSPN5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMkKaSPN5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMkKaSPN5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMkKaSPN5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMkKaSPN5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMkKaSPN5 .close::before {
  content: '\e91a';
}
.cid-sVMkKaSPN5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMkKaSPN5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMkKaSPN5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkKaSPN5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMkKaSPN5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMkKaSPN5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMkKaSPN5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMkKaSPN5 .carousel-indicators li.active,
.cid-sVMkKaSPN5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMkKaSPN5 .carousel-indicators li::after,
.cid-sVMkKaSPN5 .carousel-indicators li::before {
  content: none;
}
.cid-sVMkKaSPN5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMkKaSPN5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMkKaSPN5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMkKaSPN5 .carousel-indicators {
    display: none;
  }
}
.cid-sVMkKaSPN5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMkKaSPN5 .carousel-inner > .active {
  display: block;
}
.cid-sVMkKaSPN5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkKaSPN5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMkKaSPN5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMkKaSPN5 .carousel-control,
  .cid-sVMkKaSPN5 .carousel-indicators,
  .cid-sVMkKaSPN5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMkKaSPN5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMkKaSPN5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMkKaSPN5 .carousel-indicators .active,
.cid-sVMkKaSPN5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMkKaSPN5 .carousel-indicators .active {
  background: #fff;
}
.cid-sVMkKaSPN5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMkKaSPN5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMkKaSPN5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMkKaSPN5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMkKaSPN5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMkKaSPN5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMkKaSPN5 .carousel {
  width: 100%;
}
.cid-sVMkKaSPN5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMkKaSPN5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMkKaSPN5 .modal.fade .modal-dialog,
.cid-sVMkKaSPN5 .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMkKaSPN5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMkLVCcJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMkLVCcJl .title_block {
  margin-bottom: 80px;
}
.cid-sVMkLVCcJl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMkLVCcJl .mbr-section-title {
  color: #d21e24;
}
.cid-sVMkLVCcJl .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMkLVCcJl .item {
  padding-bottom: 2rem;
}
.cid-sVMkLVCcJl .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMkLVCcJl .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMkLVCcJl .item-wrapper {
  position: relative;
}
.cid-sVMkLVCcJl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMkLVCcJl .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMkLVCcJl .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMkLVCcJl .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMkLVCcJl .carousel-control,
.cid-sVMkLVCcJl .close {
  background: #1b1b1b;
}
.cid-sVMkLVCcJl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMkLVCcJl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMkLVCcJl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMkLVCcJl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMkLVCcJl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMkLVCcJl .close::before {
  content: '\e91a';
}
.cid-sVMkLVCcJl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMkLVCcJl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMkLVCcJl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkLVCcJl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMkLVCcJl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMkLVCcJl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMkLVCcJl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMkLVCcJl .carousel-indicators li.active,
.cid-sVMkLVCcJl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMkLVCcJl .carousel-indicators li::after,
.cid-sVMkLVCcJl .carousel-indicators li::before {
  content: none;
}
.cid-sVMkLVCcJl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMkLVCcJl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMkLVCcJl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMkLVCcJl .carousel-indicators {
    display: none;
  }
}
.cid-sVMkLVCcJl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMkLVCcJl .carousel-inner > .active {
  display: block;
}
.cid-sVMkLVCcJl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkLVCcJl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMkLVCcJl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMkLVCcJl .carousel-control,
  .cid-sVMkLVCcJl .carousel-indicators,
  .cid-sVMkLVCcJl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMkLVCcJl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMkLVCcJl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMkLVCcJl .carousel-indicators .active,
.cid-sVMkLVCcJl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMkLVCcJl .carousel-indicators .active {
  background: #fff;
}
.cid-sVMkLVCcJl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMkLVCcJl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMkLVCcJl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMkLVCcJl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMkLVCcJl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMkLVCcJl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMkLVCcJl .carousel {
  width: 100%;
}
.cid-sVMkLVCcJl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMkLVCcJl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMkLVCcJl .modal.fade .modal-dialog,
.cid-sVMkLVCcJl .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMkLVCcJl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVMkFKpsL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVMkFKpsL0 .title_block {
  margin-bottom: 80px;
}
.cid-sVMkFKpsL0 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #149dcc;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVMkFKpsL0 .mbr-section-title {
  color: #d21e24;
}
.cid-sVMkFKpsL0 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #d21e24;
}
.cid-sVMkFKpsL0 .item {
  padding-bottom: 2rem;
}
.cid-sVMkFKpsL0 .image-wrapper {
  overflow: hidden;
  height: 100%;
}
.cid-sVMkFKpsL0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVMkFKpsL0 .item-wrapper {
  position: relative;
}
.cid-sVMkFKpsL0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sVMkFKpsL0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sVMkFKpsL0 .item-wrapper:hover .mbr-item-subtitle a {
  color: #149dcc !important;
}
.cid-sVMkFKpsL0 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sVMkFKpsL0 .carousel-control,
.cid-sVMkFKpsL0 .close {
  background: #1b1b1b;
}
.cid-sVMkFKpsL0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVMkFKpsL0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVMkFKpsL0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVMkFKpsL0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVMkFKpsL0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVMkFKpsL0 .close::before {
  content: '\e91a';
}
.cid-sVMkFKpsL0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVMkFKpsL0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVMkFKpsL0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkFKpsL0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVMkFKpsL0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVMkFKpsL0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVMkFKpsL0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVMkFKpsL0 .carousel-indicators li.active,
.cid-sVMkFKpsL0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVMkFKpsL0 .carousel-indicators li::after,
.cid-sVMkFKpsL0 .carousel-indicators li::before {
  content: none;
}
.cid-sVMkFKpsL0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVMkFKpsL0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVMkFKpsL0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVMkFKpsL0 .carousel-indicators {
    display: none;
  }
}
.cid-sVMkFKpsL0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVMkFKpsL0 .carousel-inner > .active {
  display: block;
}
.cid-sVMkFKpsL0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVMkFKpsL0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVMkFKpsL0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVMkFKpsL0 .carousel-control,
  .cid-sVMkFKpsL0 .carousel-indicators,
  .cid-sVMkFKpsL0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVMkFKpsL0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVMkFKpsL0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVMkFKpsL0 .carousel-indicators .active,
.cid-sVMkFKpsL0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVMkFKpsL0 .carousel-indicators .active {
  background: #fff;
}
.cid-sVMkFKpsL0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVMkFKpsL0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVMkFKpsL0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVMkFKpsL0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVMkFKpsL0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVMkFKpsL0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVMkFKpsL0 .carousel {
  width: 100%;
}
.cid-sVMkFKpsL0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVMkFKpsL0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVMkFKpsL0 .modal.fade .modal-dialog,
.cid-sVMkFKpsL0 .modal.in .modal-dialog {
  transform: none;
}
.cid-sVMkFKpsL0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sWx2Fd2aYv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2Fd2aYv .container {
  max-width: 1400px;
}
.cid-sWx2Fd2aYv .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2Fd2aYv .soc-item a {
  padding-top: 5px;
}
.cid-sWx2Fd2aYv .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2Fd2aYv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2Fd2aYv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2Fd2aYv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2Fd2aYv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2Fd2aYv #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2Fd2aYv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2Fd2aYv .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-sWx2Fd2aYv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2Fd2aYv .card-img {
  width: auto;
}
.cid-sWx2Fd2aYv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2Fd2aYv .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2Fd2aYv .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2Fd2aYv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2Fd2aYv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2Fd2aYv .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2Fd2aYv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2Fd2aYv img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2Fd2aYv .item {
    justify-content: center;
  }
  .cid-sWx2Fd2aYv .quote::after {
    left: 60px;
  }
}
.cid-sWx2Fd2aYv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2Fd2aYv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2Fd2aYv .text1 {
  color: #ffffff;
}
.cid-sWx2Fd2aYv .item-title {
  color: #ffffff;
}
.cid-sWx2Fd2aYv H5 {
  color: #ffffff;
}
.cid-sWx2Fd2aYv .theme {
  color: #ffffff;
}
.cid-sWx2Fd2aYv .copyright > p {
  color: #ff3366;
}
.cid-sWx2Fd2aYv .text2 {
  color: #ffffff;
}
.cid-sVMolxxWkG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVMolxxWkG .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sVMolxxWkG nav.navbar {
  position: fixed;
}
.cid-sVMolxxWkG .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sVMolxxWkG .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sVMolxxWkG .nav-item {
    height: auto;
  }
}
.cid-sVMolxxWkG .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVMolxxWkG .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-sVMolxxWkG .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVMolxxWkG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVMolxxWkG .dropdown-item:hover,
.cid-sVMolxxWkG .dropdown-item:focus {
  background: white !important;
}
.cid-sVMolxxWkG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVMolxxWkG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVMolxxWkG .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sVMolxxWkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVMolxxWkG .nav-link {
  position: relative;
}
.cid-sVMolxxWkG .container {
  display: flex;
  margin: auto;
}
.cid-sVMolxxWkG .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sVMolxxWkG .dropdown-menu,
.cid-sVMolxxWkG .navbar.opened {
  background: #efefef !important;
}
.cid-sVMolxxWkG .nav-item:focus,
.cid-sVMolxxWkG .nav-link:focus {
  outline: none;
}
.cid-sVMolxxWkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVMolxxWkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVMolxxWkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sVMolxxWkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVMolxxWkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVMolxxWkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVMolxxWkG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sVMolxxWkG .navbar.opened {
  transition: all 0.3s;
}
.cid-sVMolxxWkG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVMolxxWkG .navbar .navbar-logo img {
  width: auto;
}
.cid-sVMolxxWkG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVMolxxWkG .navbar.collapsed {
  justify-content: center;
}
.cid-sVMolxxWkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVMolxxWkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVMolxxWkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVMolxxWkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVMolxxWkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVMolxxWkG .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-sVMolxxWkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVMolxxWkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVMolxxWkG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVMolxxWkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVMolxxWkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVMolxxWkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVMolxxWkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVMolxxWkG .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-sVMolxxWkG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVMolxxWkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVMolxxWkG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVMolxxWkG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVMolxxWkG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVMolxxWkG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVMolxxWkG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVMolxxWkG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVMolxxWkG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVMolxxWkG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVMolxxWkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVMolxxWkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVMolxxWkG .dropdown-item.active,
.cid-sVMolxxWkG .dropdown-item:active {
  background-color: transparent;
}
.cid-sVMolxxWkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVMolxxWkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVMolxxWkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVMolxxWkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sVMolxxWkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVMolxxWkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVMolxxWkG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVMolxxWkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVMolxxWkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVMolxxWkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVMolxxWkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVMolxxWkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVMolxxWkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVMolxxWkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVMolxxWkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVMolxxWkG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVMolxxWkG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVMolxxWkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVMolxxWkG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVMolxxWkG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVMolxxWkG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVMolxxWkG .navbar {
    height: 70px;
  }
  .cid-sVMolxxWkG .navbar.opened {
    height: auto;
  }
  .cid-sVMolxxWkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVMolyNam7 {
  position: relative;
  overflow: hidden;
}
.cid-sVMolyNam7 svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-sVMolyNam7 #e2_shape {
  fill: #ffffff !important;
}
.cid-sVMolyNam7 .main-text {
  color: #606060;
}
.cid-sVMolyNam7 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 32rem;
}
.cid-sVMolyNam7 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(40%);
}
.cid-sVMolyNam7 .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-sVMolyNam7 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sVMolyNam7 .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-sVMolyNam7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVMolyNam7 .carousel-item.active,
.cid-sVMolyNam7 .carousel-item-next,
.cid-sVMolyNam7 .carousel-item-prev {
  display: flex;
}
.cid-sVMolyNam7 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-sVMolyNam7 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sVMolyNam7 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-sVMolyNam7 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sVMolyNam7 .carousel-controls {
    display: block;
  }
  .cid-sVMolyNam7 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sVMolyNam7 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sVMolyNam7 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sVMolyNam7 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sVMolyNam7 .text-element {
    padding: 1rem;
  }
  .cid-sVMolyNam7 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVMolyNam7 .image-element {
    min-width: 50%;
  }
  .cid-sVMolyNam7 .media-container-row {
    width: 100%;
  }
}
.cid-sVMAsYmnjB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVMAsYmnjB .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sVMAsYmnjB .row {
    text-align: center;
  }
}
.cid-sVMAsYmnjB .mbr-section-title {
  text-align: center;
}
.cid-sVMAsYmnjB .mbr-text {
  text-align: center;
}
.cid-sVMsq4Zh12 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVMsq4Zh12 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVMsq4Zh12 .row {
  flex-direction: row-reverse;
}
.cid-sVMsq4Zh12 img {
  width: 100%;
}
.cid-sVMAMCsO8z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVMAMCsO8z .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sVMAMCsO8z .row {
    text-align: center;
  }
}
.cid-sVMAMCsO8z .mbr-section-title {
  text-align: center;
}
.cid-sVMAMCsO8z .mbr-text {
  text-align: center;
}
.cid-sVMurijQNN {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sVMurijQNN .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sVMurijQNN .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sVMurijQNN .image-block:hover:before {
  opacity: 0.4;
}
.cid-sVMurijQNN .image-block:hover .wrap {
  opacity: 1;
}
.cid-sVMurijQNN .image-block:hover img {
  transform: scale(1.05);
}
.cid-sVMurijQNN .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sVMurijQNN h4 {
  letter-spacing: 2px;
}
.cid-sVMurijQNN figcaption {
  position: relative;
}
.cid-sVMurijQNN figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sVMurijQNN img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sVMurijQNN .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sVMurijQNN .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sVMurijQNN .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sVMurijQNN .image-block:before {
    opacity: 0.4;
  }
  .cid-sVMurijQNN .image-block .wrap {
    opacity: 1;
  }
}
.cid-sWqIw8OzvN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d21e24;
}
@media (min-width: 768px) {
  .cid-sWqIw8OzvN {
    background-image: url("../../../assets/images/photo-2021-01-02-11-03-14-1024x768.jpg");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sWqIw8OzvN .row {
  align-items: center;
}
.cid-sWqIw8OzvN .image-wrapper {
  padding: 1rem;
}
.cid-sWqIw8OzvN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sWqIw8OzvN .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-sWqIw8OzvN .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sWqIw8OzvN .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sWqIw8OzvN .btn-container {
  width: 100%;
}
.cid-sWqIw8OzvN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sWqIw8OzvN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sWqIw8OzvN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sWqIw8OzvN .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-sWqIw8OzvN .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-sWqIw8OzvN .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-sWqIw8OzvN .elementor-shape svg {
  fill: #ffffff;
}
.cid-sWqIw8OzvN .mbr-text,
.cid-sWqIw8OzvN .mbr-section-btn {
  color: #ffffff;
}
.cid-sVMB53pp1y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVMB53pp1y .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sVMB53pp1y .row {
    text-align: center;
  }
}
.cid-sVMB53pp1y .mbr-section-title {
  text-align: center;
}
.cid-sVMB53pp1y .mbr-text {
  text-align: center;
}
.cid-sVMy4r8dMx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVMy4r8dMx .item-img {
  width: 100%;
  margin-bottom: 20px;
}
.cid-sVMy4r8dMx .item:focus,
.cid-sVMy4r8dMx span:focus {
  outline: none;
}
.cid-sVMy4r8dMx .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sVMy4r8dMx .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  padding: 50px 50px 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
.cid-sVMy4r8dMx .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sVMy4r8dMx .item-img img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.cid-sVMy4r8dMx .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-sVMy4r8dMx .item-content {
  width: 100%;
}
.cid-sVMy4r8dMx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sVMy4r8dMx .mbr-section-title {
  color: #000000;
}
.cid-sVMy4r8dMx .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sVMy4r8dMx .mbr-text,
.cid-sVMy4r8dMx .mbr-section-btn {
  text-align: left;
}
.cid-sVMy4r8dMx .item-subtitle {
  text-align: center;
}
.cid-sVMy4r8dMx .text-art,
.cid-sVMy4r8dMx .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sVMy4r8dMx .item {
    border-right: none !important;
  }
  .cid-sVMy4r8dMx .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-sVMy4r8dMx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-sVMy4r8dMx .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-sVMy4r8dMx .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-sVMy4r8dMx .link-wrap {
  margin-top: 42px;
}
.cid-sVMy4r8dMx .emerging-underline-link {
  color: #3d3d3d;
  margin-right: 12px;
}
.cid-sWqJegs7nj {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #d21e24;
}
@media (min-width: 768px) {
  .cid-sWqJegs7nj {
    background-image: url("../../../assets/images/sunu-mathew-1-650x416.jpeg");
    background-position: 100% center  !important;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-sWqJegs7nj .row {
  align-items: center;
}
.cid-sWqJegs7nj .image-wrapper {
  padding: 1rem;
}
.cid-sWqJegs7nj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sWqJegs7nj .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-sWqJegs7nj .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sWqJegs7nj .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sWqJegs7nj .btn-container {
  width: 100%;
}
.cid-sWqJegs7nj .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sWqJegs7nj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sWqJegs7nj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sWqJegs7nj .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-sWqJegs7nj .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-sWqJegs7nj .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-sWqJegs7nj .elementor-shape svg {
  fill: #ffffff;
}
.cid-sWqJegs7nj .mbr-text,
.cid-sWqJegs7nj .mbr-section-btn {
  color: #ffffff;
}
.cid-sWx2yl3O7o {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2yl3O7o .container {
  max-width: 1400px;
}
.cid-sWx2yl3O7o .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2yl3O7o .soc-item a {
  padding-top: 5px;
}
.cid-sWx2yl3O7o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2yl3O7o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2yl3O7o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2yl3O7o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2yl3O7o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2yl3O7o #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2yl3O7o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2yl3O7o .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-sWx2yl3O7o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2yl3O7o .card-img {
  width: auto;
}
.cid-sWx2yl3O7o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2yl3O7o .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2yl3O7o .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2yl3O7o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2yl3O7o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2yl3O7o .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2yl3O7o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2yl3O7o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2yl3O7o .item {
    justify-content: center;
  }
  .cid-sWx2yl3O7o .quote::after {
    left: 60px;
  }
}
.cid-sWx2yl3O7o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2yl3O7o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2yl3O7o .text1 {
  color: #ffffff;
}
.cid-sWx2yl3O7o .item-title {
  color: #ffffff;
}
.cid-sWx2yl3O7o H5 {
  color: #ffffff;
}
.cid-sWx2yl3O7o .theme {
  color: #ffffff;
}
.cid-sWx2yl3O7o .copyright > p {
  color: #ff3366;
}
.cid-sWx2yl3O7o .text2 {
  color: #ffffff;
}
.cid-sTNCfiZPkD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTNCfiZPkD .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sTNCfiZPkD nav.navbar {
  position: fixed;
}
.cid-sTNCfiZPkD .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sTNCfiZPkD .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sTNCfiZPkD .nav-item {
    height: auto;
  }
}
.cid-sTNCfiZPkD .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTNCfiZPkD .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-sTNCfiZPkD .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTNCfiZPkD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTNCfiZPkD .dropdown-item:hover,
.cid-sTNCfiZPkD .dropdown-item:focus {
  background: white !important;
}
.cid-sTNCfiZPkD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTNCfiZPkD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTNCfiZPkD .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sTNCfiZPkD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTNCfiZPkD .nav-link {
  position: relative;
}
.cid-sTNCfiZPkD .container {
  display: flex;
  margin: auto;
}
.cid-sTNCfiZPkD .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sTNCfiZPkD .dropdown-menu,
.cid-sTNCfiZPkD .navbar.opened {
  background: #efefef !important;
}
.cid-sTNCfiZPkD .nav-item:focus,
.cid-sTNCfiZPkD .nav-link:focus {
  outline: none;
}
.cid-sTNCfiZPkD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTNCfiZPkD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTNCfiZPkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sTNCfiZPkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTNCfiZPkD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTNCfiZPkD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTNCfiZPkD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sTNCfiZPkD .navbar.opened {
  transition: all 0.3s;
}
.cid-sTNCfiZPkD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTNCfiZPkD .navbar .navbar-logo img {
  width: auto;
}
.cid-sTNCfiZPkD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTNCfiZPkD .navbar.collapsed {
  justify-content: center;
}
.cid-sTNCfiZPkD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTNCfiZPkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTNCfiZPkD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sTNCfiZPkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTNCfiZPkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTNCfiZPkD .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-sTNCfiZPkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTNCfiZPkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTNCfiZPkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTNCfiZPkD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTNCfiZPkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTNCfiZPkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTNCfiZPkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTNCfiZPkD .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-sTNCfiZPkD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTNCfiZPkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTNCfiZPkD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTNCfiZPkD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTNCfiZPkD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTNCfiZPkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTNCfiZPkD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTNCfiZPkD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTNCfiZPkD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTNCfiZPkD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTNCfiZPkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTNCfiZPkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTNCfiZPkD .dropdown-item.active,
.cid-sTNCfiZPkD .dropdown-item:active {
  background-color: transparent;
}
.cid-sTNCfiZPkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTNCfiZPkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTNCfiZPkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTNCfiZPkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sTNCfiZPkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTNCfiZPkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTNCfiZPkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTNCfiZPkD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTNCfiZPkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTNCfiZPkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTNCfiZPkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTNCfiZPkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNCfiZPkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTNCfiZPkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTNCfiZPkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNCfiZPkD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTNCfiZPkD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTNCfiZPkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTNCfiZPkD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTNCfiZPkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTNCfiZPkD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTNCfiZPkD .navbar {
    height: 70px;
  }
  .cid-sTNCfiZPkD .navbar.opened {
    height: auto;
  }
  .cid-sTNCfiZPkD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVqO2GhGqd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sVqO2GhGqd .mbr-text,
.cid-sVqO2GhGqd .typed-text,
.cid-sVqO2GhGqd .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sVqO2GhGqd .btn {
  margin-left: 4px !important;
}
.cid-sVqO2GhGqd .animated-element {
  color: #d21e24;
}
.cid-sVqO2GhGqd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d21e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sVoRDvpyzX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVoRDvpyzX .link-wrapper {
  width: 100%;
}
.cid-sVoRDvpyzX .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sVoRDvpyzX .container {
    padding: 0 1rem;
  }
}
.cid-sVoRDvpyzX p {
  padding: 0;
  margin: 0;
}
.cid-sVoRDvpyzX .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVoRDvpyzX .item {
    text-align: center;
  }
}
.cid-sVoRDvpyzX .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-sVoRDvpyzX .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sVoRDvpyzX .row {
    justify-content: flex-start;
  }
}
.cid-sVoRDvpyzX .card {
  border-radius: 0;
  padding: 0;
}
.cid-sVoRDvpyzX .card-title {
  color: #333333;
  text-align: center;
}
.cid-sVoRDvpyzX .card-title a {
  position: relative;
  background: none!important;
}
.cid-sVoRDvpyzX .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sVoRDvpyzX .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sVoRDvpyzX .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sVoRDvpyzX .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoRDvpyzX .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sVoRDvpyzX .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sVoRDvpyzX .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoRDvpyzX .card-subtitle {
  color: #333333;
}
.cid-sVoRDvpyzX .link,
.cid-sVoRDvpyzX .link-wrapper {
  color: #d21e24;
}
.cid-sVoRDvpyzX .title {
  text-align: center;
}
.cid-sVoU9IZeaX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVoU9IZeaX .link-wrapper {
  width: 100%;
}
.cid-sVoU9IZeaX .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sVoU9IZeaX .container {
    padding: 0 1rem;
  }
}
.cid-sVoU9IZeaX p {
  padding: 0;
  margin: 0;
}
.cid-sVoU9IZeaX .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVoU9IZeaX .item {
    text-align: center;
  }
}
.cid-sVoU9IZeaX .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-sVoU9IZeaX .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sVoU9IZeaX .row {
    justify-content: flex-start;
  }
}
.cid-sVoU9IZeaX .card {
  border-radius: 0;
  padding: 0;
}
.cid-sVoU9IZeaX .card-title {
  color: #333333;
  text-align: center;
}
.cid-sVoU9IZeaX .card-title a {
  position: relative;
  background: none!important;
}
.cid-sVoU9IZeaX .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sVoU9IZeaX .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sVoU9IZeaX .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sVoU9IZeaX .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoU9IZeaX .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sVoU9IZeaX .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sVoU9IZeaX .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoU9IZeaX .card-subtitle {
  color: #333333;
}
.cid-sVoU9IZeaX .link,
.cid-sVoU9IZeaX .link-wrapper {
  color: #d21e24;
}
.cid-sVoWaffDjC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVoWaffDjC .link-wrapper {
  width: 100%;
}
.cid-sVoWaffDjC .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sVoWaffDjC .container {
    padding: 0 1rem;
  }
}
.cid-sVoWaffDjC p {
  padding: 0;
  margin: 0;
}
.cid-sVoWaffDjC .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sVoWaffDjC .item {
    text-align: center;
  }
}
.cid-sVoWaffDjC .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-sVoWaffDjC .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sVoWaffDjC .row {
    justify-content: flex-start;
  }
}
.cid-sVoWaffDjC .card {
  border-radius: 0;
  padding: 0;
}
.cid-sVoWaffDjC .card-title {
  color: #333333;
  text-align: center;
}
.cid-sVoWaffDjC .card-title a {
  position: relative;
  background: none!important;
}
.cid-sVoWaffDjC .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sVoWaffDjC .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-sVoWaffDjC .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sVoWaffDjC .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoWaffDjC .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sVoWaffDjC .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sVoWaffDjC .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sVoWaffDjC .card-subtitle {
  color: #333333;
}
.cid-sVoWaffDjC .link,
.cid-sVoWaffDjC .link-wrapper {
  color: #d21e24;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-48 p {
  font-size: 60px;
  color: #777;
}
.cid-sWx2gwYPV9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx2gwYPV9 .container {
  max-width: 1400px;
}
.cid-sWx2gwYPV9 .card-img2 span {
  padding-top: 6px;
}
.cid-sWx2gwYPV9 .soc-item a {
  padding-top: 5px;
}
.cid-sWx2gwYPV9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx2gwYPV9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx2gwYPV9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx2gwYPV9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx2gwYPV9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx2gwYPV9 #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx2gwYPV9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx2gwYPV9 .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-sWx2gwYPV9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx2gwYPV9 .card-img {
  width: auto;
}
.cid-sWx2gwYPV9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx2gwYPV9 .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx2gwYPV9 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx2gwYPV9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx2gwYPV9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx2gwYPV9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx2gwYPV9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx2gwYPV9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx2gwYPV9 .item {
    justify-content: center;
  }
  .cid-sWx2gwYPV9 .quote::after {
    left: 60px;
  }
}
.cid-sWx2gwYPV9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx2gwYPV9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx2gwYPV9 .text1 {
  color: #ffffff;
}
.cid-sWx2gwYPV9 .item-title {
  color: #ffffff;
}
.cid-sWx2gwYPV9 H5 {
  color: #ffffff;
}
.cid-sWx2gwYPV9 .theme {
  color: #ffffff;
}
.cid-sWx2gwYPV9 .copyright > p {
  color: #ff3366;
}
.cid-sWx2gwYPV9 .text2 {
  color: #ffffff;
}
.cid-sWhDMxTDS6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWhDMxTDS6 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sWhDMxTDS6 nav.navbar {
  position: fixed;
}
.cid-sWhDMxTDS6 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sWhDMxTDS6 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sWhDMxTDS6 .nav-item {
    height: auto;
  }
}
.cid-sWhDMxTDS6 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWhDMxTDS6 .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-sWhDMxTDS6 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWhDMxTDS6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWhDMxTDS6 .dropdown-item:hover,
.cid-sWhDMxTDS6 .dropdown-item:focus {
  background: white !important;
}
.cid-sWhDMxTDS6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWhDMxTDS6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWhDMxTDS6 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sWhDMxTDS6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWhDMxTDS6 .nav-link {
  position: relative;
}
.cid-sWhDMxTDS6 .container {
  display: flex;
  margin: auto;
}
.cid-sWhDMxTDS6 .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sWhDMxTDS6 .dropdown-menu,
.cid-sWhDMxTDS6 .navbar.opened {
  background: #efefef !important;
}
.cid-sWhDMxTDS6 .nav-item:focus,
.cid-sWhDMxTDS6 .nav-link:focus {
  outline: none;
}
.cid-sWhDMxTDS6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWhDMxTDS6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWhDMxTDS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sWhDMxTDS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWhDMxTDS6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWhDMxTDS6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWhDMxTDS6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sWhDMxTDS6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sWhDMxTDS6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWhDMxTDS6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sWhDMxTDS6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWhDMxTDS6 .navbar.collapsed {
  justify-content: center;
}
.cid-sWhDMxTDS6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWhDMxTDS6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWhDMxTDS6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWhDMxTDS6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWhDMxTDS6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWhDMxTDS6 .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-sWhDMxTDS6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWhDMxTDS6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sWhDMxTDS6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sWhDMxTDS6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWhDMxTDS6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWhDMxTDS6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWhDMxTDS6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWhDMxTDS6 .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-sWhDMxTDS6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWhDMxTDS6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWhDMxTDS6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWhDMxTDS6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWhDMxTDS6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWhDMxTDS6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sWhDMxTDS6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWhDMxTDS6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWhDMxTDS6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWhDMxTDS6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWhDMxTDS6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWhDMxTDS6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWhDMxTDS6 .dropdown-item.active,
.cid-sWhDMxTDS6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWhDMxTDS6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWhDMxTDS6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWhDMxTDS6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWhDMxTDS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sWhDMxTDS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWhDMxTDS6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWhDMxTDS6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWhDMxTDS6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWhDMxTDS6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWhDMxTDS6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWhDMxTDS6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWhDMxTDS6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWhDMxTDS6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWhDMxTDS6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWhDMxTDS6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWhDMxTDS6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWhDMxTDS6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWhDMxTDS6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWhDMxTDS6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWhDMxTDS6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWhDMxTDS6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWhDMxTDS6 .navbar {
    height: 70px;
  }
  .cid-sWhDMxTDS6 .navbar.opened {
    height: auto;
  }
  .cid-sWhDMxTDS6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWhHpTC5dY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sWhHpTC5dY .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-sWhHpTC5dY .main_header {
    padding-top: 66px;
  }
  .cid-sWhHpTC5dY .main_header > .row {
    flex-direction: column;
  }
  .cid-sWhHpTC5dY .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sWhHpTC5dY .mbr-section-title {
  color: #282124;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-sWhHpTC5dY .mbr-section-title {
    text-align: center;
  }
}
.cid-sWhHpTC5dY .mbr-text {
  margin: 25px 0;
}
.cid-sWhHpTC5dY .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sWhHpTC5dY .bgImage {
    height: 65vh;
  }
}
.cid-sWhHpTC5dY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWhHpTC5dY .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sWhHpTC5dY .linkBtn a:after,
.cid-sWhHpTC5dY .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sWhHpTC5dY .linkBtn a:before {
  left: 0;
}
.cid-sWhHpTC5dY .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sWhHpTC5dY .linkBtn a:hover:before,
.cid-sWhHpTC5dY .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sWhHpTC5dY .mbr-text,
.cid-sWhHpTC5dY .linkBtn {
  color: #282124;
}
.cid-sWhGQg8nOR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWhGQg8nOR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sWhGQg8nOR .rev,
.cid-sWhGQg8nOR .mbr-iconfont {
  display: inline-block;
}
.cid-sWhGQg8nOR .card-img {
  position: relative;
}
.cid-sWhGQg8nOR .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sWhGQg8nOR .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sWhGQg8nOR .card-title {
  color: #282124;
  margin: 0;
  text-align: center;
}
.cid-sWhGQg8nOR .card-box {
  padding: 1.5rem;
}
.cid-sWhGQg8nOR .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sWhGQg8nOR .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sWhGQg8nOR .mbr-section-title,
.cid-sWhGQg8nOR .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sWhGQg8nOR .card-text,
.cid-sWhGQg8nOR .mbr-section-btn,
.cid-sWhGQg8nOR .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sWhGQg8nOR .mbr-text,
.cid-sWhGQg8nOR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sWhGQg8nOR .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sWx19nQwVy {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx19nQwVy .container {
  max-width: 1400px;
}
.cid-sWx19nQwVy .card-img2 span {
  padding-top: 6px;
}
.cid-sWx19nQwVy .soc-item a {
  padding-top: 5px;
}
.cid-sWx19nQwVy .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx19nQwVy .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx19nQwVy .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx19nQwVy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx19nQwVy svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx19nQwVy #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx19nQwVy .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx19nQwVy .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-sWx19nQwVy .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx19nQwVy .card-img {
  width: auto;
}
.cid-sWx19nQwVy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx19nQwVy .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx19nQwVy .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx19nQwVy .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx19nQwVy .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx19nQwVy .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx19nQwVy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx19nQwVy img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx19nQwVy .item {
    justify-content: center;
  }
  .cid-sWx19nQwVy .quote::after {
    left: 60px;
  }
}
.cid-sWx19nQwVy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx19nQwVy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx19nQwVy .text1 {
  color: #ffffff;
}
.cid-sWx19nQwVy .item-title {
  color: #ffffff;
}
.cid-sWx19nQwVy H5 {
  color: #ffffff;
}
.cid-sWx19nQwVy .theme {
  color: #ffffff;
}
.cid-sWx19nQwVy .copyright > p {
  color: #ff3366;
}
.cid-sWx19nQwVy .text2 {
  color: #ffffff;
}
.cid-sWhMRmJdrd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWhMRmJdrd .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sWhMRmJdrd nav.navbar {
  position: fixed;
}
.cid-sWhMRmJdrd .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sWhMRmJdrd .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sWhMRmJdrd .nav-item {
    height: auto;
  }
}
.cid-sWhMRmJdrd .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWhMRmJdrd .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-sWhMRmJdrd .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWhMRmJdrd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWhMRmJdrd .dropdown-item:hover,
.cid-sWhMRmJdrd .dropdown-item:focus {
  background: white !important;
}
.cid-sWhMRmJdrd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWhMRmJdrd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWhMRmJdrd .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sWhMRmJdrd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWhMRmJdrd .nav-link {
  position: relative;
}
.cid-sWhMRmJdrd .container {
  display: flex;
  margin: auto;
}
.cid-sWhMRmJdrd .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sWhMRmJdrd .dropdown-menu,
.cid-sWhMRmJdrd .navbar.opened {
  background: #efefef !important;
}
.cid-sWhMRmJdrd .nav-item:focus,
.cid-sWhMRmJdrd .nav-link:focus {
  outline: none;
}
.cid-sWhMRmJdrd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWhMRmJdrd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWhMRmJdrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sWhMRmJdrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWhMRmJdrd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWhMRmJdrd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWhMRmJdrd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sWhMRmJdrd .navbar.opened {
  transition: all 0.3s;
}
.cid-sWhMRmJdrd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWhMRmJdrd .navbar .navbar-logo img {
  width: auto;
}
.cid-sWhMRmJdrd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWhMRmJdrd .navbar.collapsed {
  justify-content: center;
}
.cid-sWhMRmJdrd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWhMRmJdrd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWhMRmJdrd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sWhMRmJdrd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWhMRmJdrd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWhMRmJdrd .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-sWhMRmJdrd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWhMRmJdrd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sWhMRmJdrd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sWhMRmJdrd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWhMRmJdrd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWhMRmJdrd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWhMRmJdrd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWhMRmJdrd .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-sWhMRmJdrd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWhMRmJdrd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWhMRmJdrd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWhMRmJdrd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWhMRmJdrd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWhMRmJdrd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sWhMRmJdrd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWhMRmJdrd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWhMRmJdrd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWhMRmJdrd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWhMRmJdrd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWhMRmJdrd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWhMRmJdrd .dropdown-item.active,
.cid-sWhMRmJdrd .dropdown-item:active {
  background-color: transparent;
}
.cid-sWhMRmJdrd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWhMRmJdrd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWhMRmJdrd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWhMRmJdrd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sWhMRmJdrd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWhMRmJdrd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWhMRmJdrd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWhMRmJdrd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWhMRmJdrd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWhMRmJdrd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWhMRmJdrd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWhMRmJdrd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWhMRmJdrd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWhMRmJdrd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWhMRmJdrd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWhMRmJdrd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWhMRmJdrd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWhMRmJdrd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWhMRmJdrd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWhMRmJdrd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWhMRmJdrd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWhMRmJdrd .navbar {
    height: 70px;
  }
  .cid-sWhMRmJdrd .navbar.opened {
    height: auto;
  }
  .cid-sWhMRmJdrd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWhMRpMeAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sWhMRpMeAc .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-sWhMRpMeAc .main_header {
    padding-top: 66px;
  }
  .cid-sWhMRpMeAc .main_header > .row {
    flex-direction: column;
  }
  .cid-sWhMRpMeAc .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sWhMRpMeAc .mbr-section-title {
  color: #282124;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-sWhMRpMeAc .mbr-section-title {
    text-align: center;
  }
}
.cid-sWhMRpMeAc .mbr-text {
  margin: 25px 0;
}
.cid-sWhMRpMeAc .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sWhMRpMeAc .bgImage {
    height: 65vh;
  }
}
.cid-sWhMRpMeAc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWhMRpMeAc .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sWhMRpMeAc .linkBtn a:after,
.cid-sWhMRpMeAc .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sWhMRpMeAc .linkBtn a:before {
  left: 0;
}
.cid-sWhMRpMeAc .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sWhMRpMeAc .linkBtn a:hover:before,
.cid-sWhMRpMeAc .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sWhMRpMeAc .mbr-text,
.cid-sWhMRpMeAc .linkBtn {
  color: #282124;
}
.cid-sWUHEkbV4i {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWUHEkbV4i .row-bg {
  background: #d21e24;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sWUHEkbV4i .row-bg {
    padding: 1rem 0;
  }
}
.cid-sWUHEkbV4i .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWUHEkbV4i .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sWUHEkbV4i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWUHEkbV4i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sWUHEkbV4i img,
.cid-sWUHEkbV4i .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sWUHEkbV4i .item:focus,
.cid-sWUHEkbV4i span:focus {
  outline: none;
}
.cid-sWUHEkbV4i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWUHEkbV4i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWUHEkbV4i .mbr-section-title {
  color: #232323;
}
.cid-sWUHEkbV4i .item-subtitle {
  color: #454545;
}
.cid-sWUHEkbV4i .mbr-section-subtitle {
  color: #a6a6a6;
}
.cid-sWUHEkbV4i .item-title {
  text-align: center;
}
.cid-sWUF3ldgdE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWUF3ldgdE .row-bg {
  background: #d21e24;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sWUF3ldgdE .row-bg {
    padding: 1rem 0;
  }
}
.cid-sWUF3ldgdE .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWUF3ldgdE .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sWUF3ldgdE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWUF3ldgdE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sWUF3ldgdE img,
.cid-sWUF3ldgdE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sWUF3ldgdE .item:focus,
.cid-sWUF3ldgdE span:focus {
  outline: none;
}
.cid-sWUF3ldgdE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sWUF3ldgdE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWUF3ldgdE .mbr-section-title {
  color: #232323;
}
.cid-sWUF3ldgdE .item-subtitle {
  color: #454545;
}
.cid-sWUF3ldgdE .mbr-section-subtitle {
  color: #a6a6a6;
}
.cid-sWUF3ldgdE .item-title {
  text-align: center;
}
.cid-sWx1daJWOc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-sWx1daJWOc .container {
  max-width: 1400px;
}
.cid-sWx1daJWOc .card-img2 span {
  padding-top: 6px;
}
.cid-sWx1daJWOc .soc-item a {
  padding-top: 5px;
}
.cid-sWx1daJWOc .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sWx1daJWOc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sWx1daJWOc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sWx1daJWOc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWx1daJWOc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sWx1daJWOc #e2_shape {
  fill: #ffffff !important;
}
.cid-sWx1daJWOc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sWx1daJWOc .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-sWx1daJWOc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWx1daJWOc .card-img {
  width: auto;
}
.cid-sWx1daJWOc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sWx1daJWOc .soc-item span {
  font-size: 1.4rem;
}
.cid-sWx1daJWOc .soc-item:hover span {
  color: #149dcc !important;
}
.cid-sWx1daJWOc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sWx1daJWOc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWx1daJWOc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sWx1daJWOc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sWx1daJWOc img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sWx1daJWOc .item {
    justify-content: center;
  }
  .cid-sWx1daJWOc .quote::after {
    left: 60px;
  }
}
.cid-sWx1daJWOc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sWx1daJWOc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sWx1daJWOc .text1 {
  color: #ffffff;
}
.cid-sWx1daJWOc .item-title {
  color: #ffffff;
}
.cid-sWx1daJWOc H5 {
  color: #ffffff;
}
.cid-sWx1daJWOc .theme {
  color: #ffffff;
}
.cid-sWx1daJWOc .copyright > p {
  color: #ff3366;
}
.cid-sWx1daJWOc .text2 {
  color: #ffffff;
}
.cid-sScsAJxlUT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sScsAJxlUT nav.navbar {
  position: fixed;
}
.cid-sScsAJxlUT .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sScsAJxlUT .nav-item {
    height: auto;
  }
}
.cid-sScsAJxlUT .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sScsAJxlUT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sScsAJxlUT .dropdown-item:hover,
.cid-sScsAJxlUT .dropdown-item:focus {
  background: white !important;
}
.cid-sScsAJxlUT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sScsAJxlUT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sScsAJxlUT .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sScsAJxlUT .nav-link {
  position: relative;
}
.cid-sScsAJxlUT .container {
  display: flex;
  margin: auto;
}
.cid-sScsAJxlUT .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sScsAJxlUT .dropdown-menu,
.cid-sScsAJxlUT .navbar.opened {
  background: #efefef !important;
}
.cid-sScsAJxlUT .nav-item:focus,
.cid-sScsAJxlUT .nav-link:focus {
  outline: none;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sScsAJxlUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sScsAJxlUT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.opened {
  transition: all 0.3s;
}
.cid-sScsAJxlUT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sScsAJxlUT .navbar .navbar-logo img {
  width: auto;
}
.cid-sScsAJxlUT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar.collapsed {
  justify-content: center;
}
.cid-sScsAJxlUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sScsAJxlUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sScsAJxlUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sScsAJxlUT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sScsAJxlUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sScsAJxlUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sScsAJxlUT .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-sScsAJxlUT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sScsAJxlUT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sScsAJxlUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sScsAJxlUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sScsAJxlUT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sScsAJxlUT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sScsAJxlUT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sScsAJxlUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sScsAJxlUT .dropdown-item.active,
.cid-sScsAJxlUT .dropdown-item:active {
  background-color: transparent;
}
.cid-sScsAJxlUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sScsAJxlUT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sScsAJxlUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sScsAJxlUT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sScsAJxlUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sScsAJxlUT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sScsAJxlUT .navbar {
    height: 70px;
  }
  .cid-sScsAJxlUT .navbar.opened {
    height: auto;
  }
  .cid-sScsAJxlUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1FptH8mQa {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/side-view-cropped-unrecognizable-business-people-working-common-desk-1000x667.jpg");
}
.cid-t1FptH8mQa .row {
  justify-content: flex-end;
}
.cid-t1FptH8mQa .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-t1FptH8mQa .block {
  background-color: #d21e24;
}
.cid-t1FptH8mQa img {
  width: 100%;
}
.cid-t1FptH8mQa .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-t1FptH8mQa .content {
  max-width: 600px;
}
.cid-t1FptH8mQa h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-t1FptH8mQa .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-t1FptH8mQa h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-t1FptH8mQa .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-t1FptH8mQa h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-t1FptH8mQa H1 {
  color: #ffffff;
}
.cid-t1FptH8mQa .mbr-text,
.cid-t1FptH8mQa .mbr-section-btn {
  color: #ffffff;
}
.cid-t3NDEpYuFg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3NDEpYuFg .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-t3NDEpYuFg .item-title,
.cid-t3NDEpYuFg .item-subtitle {
  transition: all 0.3s;
}
.cid-t3NDEpYuFg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3NDEpYuFg .item:hover img {
  transform: scale(1.05);
}
.cid-t3NDEpYuFg .item-img {
  overflow: hidden;
}
.cid-t3NDEpYuFg img,
.cid-t3NDEpYuFg .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t3NDEpYuFg h5 {
  margin: 0;
}
.cid-t3NDEpYuFg .item:focus,
.cid-t3NDEpYuFg span:focus {
  outline: none;
}
.cid-t3NDEpYuFg .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t3NDEpYuFg .item-content {
  padding-top: 2rem;
}
.cid-t3NDEpYuFg .mbr-section-title {
  color: #ffffff;
}
.cid-t3NDEpYuFg .item-title {
  color: #bbbbbb;
  text-align: center;
}
.cid-t3NDEpYuFg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3NDEpYuFg .mbr-text,
.cid-t3NDEpYuFg .mbr-section-btn {
  color: #ffffff;
}
.cid-t3NDEpYuFg .item-subtitle {
  color: #232323;
  text-align: center;
}
.cid-t779bJBRlQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t779bJBRlQ .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-t779bJBRlQ .item-title,
.cid-t779bJBRlQ .item-subtitle {
  transition: all 0.3s;
}
.cid-t779bJBRlQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t779bJBRlQ .item:hover img {
  transform: scale(1.05);
}
.cid-t779bJBRlQ .item-img {
  overflow: hidden;
}
.cid-t779bJBRlQ img,
.cid-t779bJBRlQ .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t779bJBRlQ h5 {
  margin: 0;
}
.cid-t779bJBRlQ .item:focus,
.cid-t779bJBRlQ span:focus {
  outline: none;
}
.cid-t779bJBRlQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t779bJBRlQ .item-content {
  padding-top: 2rem;
}
.cid-t779bJBRlQ .mbr-section-title {
  color: #ffffff;
}
.cid-t779bJBRlQ .item-title {
  color: #bbbbbb;
  text-align: center;
}
.cid-t779bJBRlQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t779bJBRlQ .mbr-text,
.cid-t779bJBRlQ .mbr-section-btn {
  color: #ffffff;
}
.cid-t779bJBRlQ .item-subtitle {
  color: #d21e24;
  text-align: center;
}
.cid-t1FrEt449B {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-t1FrEt449B .container {
  max-width: 1400px;
}
.cid-t1FrEt449B .card-img2 span {
  padding-top: 6px;
}
.cid-t1FrEt449B .soc-item a {
  padding-top: 5px;
}
.cid-t1FrEt449B .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-t1FrEt449B .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t1FrEt449B .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t1FrEt449B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t1FrEt449B svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t1FrEt449B #e2_shape {
  fill: #ffffff !important;
}
.cid-t1FrEt449B .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t1FrEt449B .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-t1FrEt449B .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1FrEt449B .card-img {
  width: auto;
}
.cid-t1FrEt449B .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t1FrEt449B .soc-item span {
  font-size: 1.4rem;
}
.cid-t1FrEt449B .soc-item:hover span {
  color: #149dcc !important;
}
.cid-t1FrEt449B .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t1FrEt449B .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t1FrEt449B .media-wrap {
  margin-bottom: 1rem;
}
.cid-t1FrEt449B .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1FrEt449B img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-t1FrEt449B .item {
    justify-content: center;
  }
  .cid-t1FrEt449B .quote::after {
    left: 60px;
  }
}
.cid-t1FrEt449B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t1FrEt449B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1FrEt449B .text1 {
  color: #ffffff;
}
.cid-t1FrEt449B .item-title {
  color: #ffffff;
}
.cid-t1FrEt449B H5 {
  color: #ffffff;
}
.cid-t1FrEt449B .theme {
  color: #ffffff;
}
.cid-t1FrEt449B .copyright > p {
  color: #ff3366;
}
.cid-t1FrEt449B .text2 {
  color: #ffffff;
}
.cid-sScsAJxlUT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sScsAJxlUT nav.navbar {
  position: fixed;
}
.cid-sScsAJxlUT .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sScsAJxlUT .nav-item {
    height: auto;
  }
}
.cid-sScsAJxlUT .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sScsAJxlUT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sScsAJxlUT .dropdown-item:hover,
.cid-sScsAJxlUT .dropdown-item:focus {
  background: white !important;
}
.cid-sScsAJxlUT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sScsAJxlUT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sScsAJxlUT .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sScsAJxlUT .nav-link {
  position: relative;
}
.cid-sScsAJxlUT .container {
  display: flex;
  margin: auto;
}
.cid-sScsAJxlUT .iconfont-wrapper {
  color: #d21e24 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sScsAJxlUT .dropdown-menu,
.cid-sScsAJxlUT .navbar.opened {
  background: #efefef !important;
}
.cid-sScsAJxlUT .nav-item:focus,
.cid-sScsAJxlUT .nav-link:focus {
  outline: none;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sScsAJxlUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sScsAJxlUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sScsAJxlUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sScsAJxlUT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.opened {
  transition: all 0.3s;
}
.cid-sScsAJxlUT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sScsAJxlUT .navbar .navbar-logo img {
  width: auto;
}
.cid-sScsAJxlUT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar.collapsed {
  justify-content: center;
}
.cid-sScsAJxlUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sScsAJxlUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sScsAJxlUT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sScsAJxlUT .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-sScsAJxlUT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sScsAJxlUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sScsAJxlUT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sScsAJxlUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sScsAJxlUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sScsAJxlUT .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-sScsAJxlUT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sScsAJxlUT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sScsAJxlUT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sScsAJxlUT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sScsAJxlUT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sScsAJxlUT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sScsAJxlUT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sScsAJxlUT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sScsAJxlUT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sScsAJxlUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sScsAJxlUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sScsAJxlUT .dropdown-item.active,
.cid-sScsAJxlUT .dropdown-item:active {
  background-color: transparent;
}
.cid-sScsAJxlUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sScsAJxlUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sScsAJxlUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sScsAJxlUT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sScsAJxlUT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sScsAJxlUT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sScsAJxlUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sScsAJxlUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sScsAJxlUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sScsAJxlUT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sScsAJxlUT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sScsAJxlUT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sScsAJxlUT .navbar {
    height: 70px;
  }
  .cid-sScsAJxlUT .navbar.opened {
    height: auto;
  }
  .cid-sScsAJxlUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3NRUY7Hy2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-t3NRUY7Hy2 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #d21e24;
}
.cid-t3NRUY7Hy2 img {
  width: 100%;
}
.cid-t3NRUY7Hy2 p {
  margin-top: 6rem;
}
.cid-t3NRUY7Hy2 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-t3NRUY7Hy2 .content-wrapper {
  padding-top: 6rem;
}
.cid-t3NRUY7Hy2 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-t3NRUY7Hy2 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-t3NRUY7Hy2 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t3NRUY7Hy2 .back {
    width: 100%;
    height: 75%;
  }
  .cid-t3NRUY7Hy2 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-t3NRUY7Hy2 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3NRUY7Hy2 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-t3NRUY7Hy2 h4 {
    right: 2rem;
  }
}
.cid-t3NRUY7Hy2 H1 {
  color: #ffffff;
}
.cid-t3NRUY7Hy2 .mbr-text,
.cid-t3NRUY7Hy2 .mbr-section-btn {
  color: #ffffff;
}
.cid-t3NRUY7Hy2 H3 {
  color: #ffffff;
}
.cid-t3NVKvMd7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t3NVKvMd7T .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t3NVKvMd7T .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-t3NVKvMd7T .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-t3NVKvMd7T .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t3NVKvMd7T .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-t3NVKvMd7T .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-t3NVKvMd7T .b1 {
  background-color: #FFA29D;
}
.cid-t3NVKvMd7T .b2 {
  background-color: #cacbcc;
}
.cid-t3NVKvMd7T .b3 {
  background-color: #51add0;
}
.cid-t3NVKvMd7T .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-t3NVKvMd7T .info {
    right: -10px;
  }
}
.cid-t3NWU3UdL9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-t3NWU3UdL9 .container {
  max-width: 1400px;
}
.cid-t3NWU3UdL9 .card-img2 span {
  padding-top: 6px;
}
.cid-t3NWU3UdL9 .soc-item a {
  padding-top: 5px;
}
.cid-t3NWU3UdL9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-t3NWU3UdL9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t3NWU3UdL9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t3NWU3UdL9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t3NWU3UdL9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t3NWU3UdL9 #e2_shape {
  fill: #ffffff !important;
}
.cid-t3NWU3UdL9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t3NWU3UdL9 .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-t3NWU3UdL9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #d21e24;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3NWU3UdL9 .card-img {
  width: auto;
}
.cid-t3NWU3UdL9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t3NWU3UdL9 .soc-item span {
  font-size: 1.4rem;
}
.cid-t3NWU3UdL9 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-t3NWU3UdL9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t3NWU3UdL9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t3NWU3UdL9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-t3NWU3UdL9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3NWU3UdL9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-t3NWU3UdL9 .item {
    justify-content: center;
  }
  .cid-t3NWU3UdL9 .quote::after {
    left: 60px;
  }
}
.cid-t3NWU3UdL9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t3NWU3UdL9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3NWU3UdL9 .text1 {
  color: #ffffff;
}
.cid-t3NWU3UdL9 .item-title {
  color: #ffffff;
}
.cid-t3NWU3UdL9 H5 {
  color: #ffffff;
}
.cid-t3NWU3UdL9 .theme {
  color: #ffffff;
}
.cid-t3NWU3UdL9 .copyright > p {
  color: #ff3366;
}
.cid-t3NWU3UdL9 .text2 {
  color: #ffffff;
}
