.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #a41916 !important;
}
.bg-info {
  background-color: #c21b17 !important;
}
.bg-warning {
  background-color: #e73f12 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a140f !important;
  border-color: #6a140f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #971c15 !important;
  border-color: #971c15 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #971c15 !important;
  border-color: #971c15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c21b17 !important;
  border-color: #c21b17 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e52b27 !important;
  border-color: #e52b27 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e52b27 !important;
  border-color: #e52b27 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a41916 !important;
  border-color: #a41916 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1201c !important;
  border-color: #d1201c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1201c !important;
  border-color: #d1201c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e73f12 !important;
  border-color: #e73f12 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f0623c !important;
  border-color: #f0623c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f0623c !important;
  border-color: #f0623c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6a140f;
  color: #6a140f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1e0604 !important;
  background-color: transparent !important;
  border-color: #1e0604 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a140f !important;
  border-color: #6a140f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c21b17;
  color: #c21b17;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #74100e !important;
  background-color: transparent !important;
  border-color: #74100e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c21b17 !important;
  border-color: #c21b17 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a41916;
  color: #a41916;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #580d0c !important;
  background-color: transparent !important;
  border-color: #580d0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a41916 !important;
  border-color: #a41916 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e73f12;
  color: #e73f12;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #97290c !important;
  background-color: transparent !important;
  border-color: #97290c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e73f12 !important;
  border-color: #e73f12 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #6a140f !important;
}
.text-success {
  color: #a41916 !important;
}
.text-info {
  color: #c21b17 !important;
}
.text-warning {
  color: #e73f12 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #110302 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a0b0a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #670e0c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #88250b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c21b17;
}
.alert-warning {
  background-color: #e73f12;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e85552;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ed6e6b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4ca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #6a140f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uBT5c8TVij {
  z-index: 1000;
  width: 100%;
}
.cid-uBT5c8TVij nav.navbar {
  position: fixed;
}
.cid-uBT5c8TVij .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: #ffffff;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBT5c8TVij .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBT5c8TVij .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBT5c8TVij .dropdown-item:hover,
.cid-uBT5c8TVij .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uBT5c8TVij .dropdown-item:hover span {
  color: white;
}
.cid-uBT5c8TVij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBT5c8TVij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBT5c8TVij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBT5c8TVij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBT5c8TVij .nav-link {
  position: relative;
}
.cid-uBT5c8TVij .container {
  display: flex;
  margin: auto;
}
.cid-uBT5c8TVij .dropdown-menu,
.cid-uBT5c8TVij .navbar.opened {
  background: #ffffff !important;
}
.cid-uBT5c8TVij .nav-item:focus,
.cid-uBT5c8TVij .nav-link:focus {
  outline: none;
}
.cid-uBT5c8TVij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBT5c8TVij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBT5c8TVij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBT5c8TVij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBT5c8TVij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBT5c8TVij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBT5c8TVij .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uBT5c8TVij .navbar.opened {
  transition: all 0.3s;
}
.cid-uBT5c8TVij .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBT5c8TVij .navbar .navbar-logo img {
  width: auto;
}
.cid-uBT5c8TVij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBT5c8TVij .navbar.collapsed {
  justify-content: center;
}
.cid-uBT5c8TVij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBT5c8TVij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBT5c8TVij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uBT5c8TVij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBT5c8TVij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBT5c8TVij .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-uBT5c8TVij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBT5c8TVij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBT5c8TVij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBT5c8TVij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBT5c8TVij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBT5c8TVij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBT5c8TVij .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-uBT5c8TVij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBT5c8TVij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBT5c8TVij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBT5c8TVij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBT5c8TVij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uBT5c8TVij .navbar.navbar-short {
  min-height: auto;
}
.cid-uBT5c8TVij .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uBT5c8TVij .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uBT5c8TVij .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uBT5c8TVij .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBT5c8TVij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBT5c8TVij .dropdown-item.active,
.cid-uBT5c8TVij .dropdown-item:active {
  background-color: transparent;
}
.cid-uBT5c8TVij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBT5c8TVij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBT5c8TVij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBT5c8TVij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBT5c8TVij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBT5c8TVij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBT5c8TVij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBT5c8TVij button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uBT5c8TVij button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c21b17;
  transition: .2s transform;
}
.cid-uBT5c8TVij button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uBT5c8TVij button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uBT5c8TVij button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uBT5c8TVij button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uBT5c8TVij nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uBT5c8TVij .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBT5c8TVij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBT5c8TVij .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBT5c8TVij .navbar {
    height: 70px;
  }
  .cid-uBT5c8TVij .navbar.opened {
    height: auto;
  }
  .cid-uBT5c8TVij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBT5c8TVij .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uBT5c8TVij .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uBT5c8TVij .social-list {
    justify-content: flex-start;
  }
}
.cid-uBT5c8TVij .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uBT5c8TVij .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uBT5c8TVij .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uBT5c8TVij .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uBT5c8TVij .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uBT5c8TVij .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uBT5c8TVij .navbar-buttons .btn {
  margin: 0;
}
.cid-uBT5c8TVij .navbar-collapse {
  width: 80%;
}
.cid-uBT5c8TVij .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uBT5c8TVij .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uBT5c8TVij .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uBT5c8TVij .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uBT5c8TVij .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uBT5c8TVij .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uBT5c8TVij .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uBT5c8TVij .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uBT5c8TVij .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uBT5c8TVij .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uBT5c8TVij .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uBT5c8TVij .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uBT5c8TVij .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uBT5c8TVij .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uBT5c8TVij .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uBT5c8TVij .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uBT5c8TVij .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uBT5c8TVij .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uBT5c8TVij .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uBT5c8TVij .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uBT5c8TVij .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uBT5c8TVij .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBT5c8TVij .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBT5c8TVij .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uBT5c8TVij .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uC3HdCT7wV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
}
.cid-uC3HdCT7wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3HdCT7wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uC3HdCT7wV .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uC3HdCT7wV .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uC3HdCT7wV .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uC3HdCT7wV .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uC3HdCT7wV .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uC3HdCT7wV .col-text {
    margin-top: 20px;
  }
}
.cid-uC3HdCT7wV .text-wrapper {
  width: 100%;
}
.cid-uC3HdCT7wV .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-uC3HdCT7wV .mbr-section-subtitle {
  color: #a41916;
  margin-bottom: 22px;
}
.cid-uC3HdCT7wV .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uC3HdCT7wV .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uC3HdCT7wV .mbr-text {
    padding-right: 0;
  }
}
.cid-uC3HdCT7wV .mbr-section-btn {
  margin-top: 20px;
}
.cid-uC3HdCT7wV .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uC3HdCT7wV .social-container {
    padding-top: 40px;
  }
}
.cid-uC3HdCT7wV .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uC3HdCT7wV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uC3HdCT7wV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-uC3HdCT7wV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uC3HdCT7wV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uC3HdCT7wV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uC3HdCT7wV .soc-item:hover:before {
  opacity: 1;
}
.cid-uC3HdCT7wV .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uC3HdCT7wV .col-img {
    order: 1;
  }
}
.cid-uC3HdCT7wV .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uC3HdCT7wV .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uC3HdCT7wV .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #c21b17, #e73f12);
  border-radius: 6px;
}
.cid-uC3HdCT7wV .mbr-text,
.cid-uC3HdCT7wV .mbr-section-btn {
  color: #000000;
}
.cid-uC4mvxyOek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4mvxyOek .row {
  flex-direction: row-reverse;
}
.cid-uC4mvxyOek .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uC4mvxyOek .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-uC4mvxyOek .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #a41916;
}
.cid-uC4mvxyOek .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-uC4mvxyOek .mbr-text,
.cid-uC4mvxyOek .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uC4mvxyOek .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #e73f12;
}
.cid-uC4mvxyOek .mbr-text-title {
  text-align: left;
  color: #e73f12;
}
.cid-uC4mvxyOek .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uC4mvxyOek .mbr-text-2,
.cid-uC4mvxyOek .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uC4mvxyOek .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-uC4mvxyOek .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uC4mvxyOek .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-uC4mvxyOek .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-uC4mvxyOek .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-uC4mvxyOek .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-uC4mvxyOek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4mvxyOek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqCGoyYjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uCqCGoyYjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqCGoyYjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqCGoyYjF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uCqCGoyYjF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uCqCGoyYjF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCqCGoyYjF .container {
    padding: 0 20px;
  }
}
.cid-uCqCGoyYjF .row {
  justify-content: center;
}
.cid-uCqCGoyYjF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCqCGoyYjF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCqCGoyYjF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCqCGoyYjF .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uCqCGoyYjF .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCqCGoyYjF .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #e73f12;
  display: inline-flex;
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e73f12;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uCqCGoyYjF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uCqCGoyYjF .mbr-section-title {
  color: #6a140f;
  text-align: center;
}
.cid-uCqCGoyYjF .mbr-text {
  color: #38001b;
}
.cid-uCqCGoyYjF .item-title {
  color: #38001b;
}
.cid-uCqCGoyYjF .item-text {
  color: #000000;
  text-align: center;
}
.cid-uCqCGoyYjF .mbr-text,
.cid-uCqCGoyYjF .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCqCGoyYjF .item-title,
.cid-uCqCGoyYjF .icon-wrapper {
  text-align: center;
  color: #e73f12;
}
.cid-uCqINSGpzS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondo-gradiente.jpg");
}
.cid-uCqINSGpzS .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
}
.cid-uCqINSGpzS .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uCqINSGpzS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #000000;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uCqINSGpzS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uCqINSGpzS .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-uCqINSGpzS .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uCqINSGpzS .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-uCqINSGpzS .mbr-text {
  margin-bottom: 20px;
}
.cid-uCqINSGpzS .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-uCqINSGpzS .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-uCqINSGpzS .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-uCqINSGpzS .blockquote-details .info {
  padding-left: 20px;
}
.cid-uCqINSGpzS .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-uCqINSGpzS .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-uCqINSGpzS .blockquote-details .info .desk {
  color: #999;
}
.cid-uCqINSGpzS .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-uCqINSGpzS .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uCqINSGpzS .carousel-item > div {
  width: 100%;
}
.cid-uCqINSGpzS .carousel-item.active,
.cid-uCqINSGpzS .carousel-item-next,
.cid-uCqINSGpzS .carousel-item-prev {
  display: flex;
}
.cid-uCqINSGpzS .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-uCqINSGpzS .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uCqINSGpzS .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-uCqINSGpzS .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-uCqINSGpzS .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-uCqINSGpzS .blockquote-details {
    justify-content: center;
  }
}
.cid-uCqINSGpzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqINSGpzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqINSGpzS .box .blockquote-details .info .desk {
  color: #e73f12;
}
.cid-uCr3sPmzu2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCr3sPmzu2 .mbr-section-title {
  margin-bottom: 1rem;
  color: #e73f12;
}
.cid-uCr3sPmzu2 .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCr3sPmzu2 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCr3sPmzu2 .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCr3sPmzu2 .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-uCr3sPmzu2 .social_icons {
  text-align: center;
}
.cid-uCr3sPmzu2 .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCr3sPmzu2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCr3sPmzu2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCr3sPmzu2 .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCr3sPmzu2 .footer_timework {
    margin-top: 50px;
  }
  .cid-uCr3sPmzu2 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCr3sPmzu2 .mbr-text,
.cid-uCr3sPmzu2 .footer_logo,
.cid-uCr3sPmzu2 .social_icons {
  color: #ffffff;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-11 p {
  font-size: 60px;
  color: #777;
}
#custom-html-d {
  /* Type valid CSS here */
}
#custom-html-d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d p {
  font-size: 60px;
  color: #777;
}
#custom-html-c {
  /* Type valid CSS here */
}
#custom-html-c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c p {
  font-size: 60px;
  color: #777;
}
.cid-uCrrSFO7tP {
  z-index: 1000;
  width: 100%;
}
.cid-uCrrSFO7tP nav.navbar {
  position: fixed;
}
.cid-uCrrSFO7tP .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: #ffffff;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCrrSFO7tP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCrrSFO7tP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCrrSFO7tP .dropdown-item:hover,
.cid-uCrrSFO7tP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCrrSFO7tP .dropdown-item:hover span {
  color: white;
}
.cid-uCrrSFO7tP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCrrSFO7tP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCrrSFO7tP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCrrSFO7tP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCrrSFO7tP .nav-link {
  position: relative;
}
.cid-uCrrSFO7tP .container {
  display: flex;
  margin: auto;
}
.cid-uCrrSFO7tP .dropdown-menu,
.cid-uCrrSFO7tP .navbar.opened {
  background: #ffffff !important;
}
.cid-uCrrSFO7tP .nav-item:focus,
.cid-uCrrSFO7tP .nav-link:focus {
  outline: none;
}
.cid-uCrrSFO7tP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCrrSFO7tP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCrrSFO7tP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCrrSFO7tP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCrrSFO7tP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCrrSFO7tP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCrrSFO7tP .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uCrrSFO7tP .navbar.opened {
  transition: all 0.3s;
}
.cid-uCrrSFO7tP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCrrSFO7tP .navbar .navbar-logo img {
  width: auto;
}
.cid-uCrrSFO7tP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCrrSFO7tP .navbar.collapsed {
  justify-content: center;
}
.cid-uCrrSFO7tP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCrrSFO7tP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCrrSFO7tP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCrrSFO7tP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCrrSFO7tP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCrrSFO7tP .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-uCrrSFO7tP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCrrSFO7tP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCrrSFO7tP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCrrSFO7tP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCrrSFO7tP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCrrSFO7tP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCrrSFO7tP .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-uCrrSFO7tP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCrrSFO7tP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCrrSFO7tP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCrrSFO7tP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCrrSFO7tP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCrrSFO7tP .navbar.navbar-short {
  min-height: auto;
}
.cid-uCrrSFO7tP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCrrSFO7tP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uCrrSFO7tP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uCrrSFO7tP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCrrSFO7tP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCrrSFO7tP .dropdown-item.active,
.cid-uCrrSFO7tP .dropdown-item:active {
  background-color: transparent;
}
.cid-uCrrSFO7tP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCrrSFO7tP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCrrSFO7tP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCrrSFO7tP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCrrSFO7tP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCrrSFO7tP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCrrSFO7tP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCrrSFO7tP button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uCrrSFO7tP button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c21b17;
  transition: .2s transform;
}
.cid-uCrrSFO7tP button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uCrrSFO7tP button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uCrrSFO7tP button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCrrSFO7tP button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uCrrSFO7tP nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uCrrSFO7tP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCrrSFO7tP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCrrSFO7tP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCrrSFO7tP .navbar {
    height: 70px;
  }
  .cid-uCrrSFO7tP .navbar.opened {
    height: auto;
  }
  .cid-uCrrSFO7tP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCrrSFO7tP .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uCrrSFO7tP .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uCrrSFO7tP .social-list {
    justify-content: flex-start;
  }
}
.cid-uCrrSFO7tP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uCrrSFO7tP .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uCrrSFO7tP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uCrrSFO7tP .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uCrrSFO7tP .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCrrSFO7tP .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uCrrSFO7tP .navbar-buttons .btn {
  margin: 0;
}
.cid-uCrrSFO7tP .navbar-collapse {
  width: 80%;
}
.cid-uCrrSFO7tP .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uCrrSFO7tP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uCrrSFO7tP .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uCrrSFO7tP .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uCrrSFO7tP .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uCrrSFO7tP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uCrrSFO7tP .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uCrrSFO7tP .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uCrrSFO7tP .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uCrrSFO7tP .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uCrrSFO7tP .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uCrrSFO7tP .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCrrSFO7tP .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uCrrSFO7tP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uCrrSFO7tP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uCrrSFO7tP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uCrrSFO7tP .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uCrrSFO7tP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uCrrSFO7tP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uCrrSFO7tP .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uCrrSFO7tP .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uCrrSFO7tP .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCrrSFO7tP .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCrrSFO7tP .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uCrrSFO7tP .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uCrsPIW5ny {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-uCrsPIW5ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrsPIW5ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-uCrsPIW5ny .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uCrsPIW5ny .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uCrsPIW5ny .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uCrsPIW5ny .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uCrsPIW5ny .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCrsPIW5ny .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #a41916, #d1201c);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCrsPIW5ny .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCrsPIW5ny .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCrsPIW5ny .btn-wrapper {
  margin-top: -15%;
}
.cid-uCrsPIW5ny .mbr-section-title {
  color: #272b2e;
}
.cid-uCrsPIW5ny .mbr-text,
.cid-uCrsPIW5ny .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uCrsPIW5ny .mbr-section-title,
.cid-uCrsPIW5ny .mbr-section-btn,
.cid-uCrsPIW5ny .clients-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uCrxXJCkwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCrxXJCkwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrxXJCkwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrxXJCkwU .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uCrxXJCkwU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uCrxXJCkwU .container {
    padding: 0 26px;
  }
}
.cid-uCrxXJCkwU .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCrxXJCkwU .image-wrapper img {
    height: 300px;
  }
}
.cid-uCrxXJCkwU .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uCrxXJCkwU .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCrxXJCkwU .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uCrxXJCkwU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uCrxXJCkwU .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uCrxXJCkwU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCrxXJCkwU .mbr-section-title {
  color: #ffffff;
}
.cid-uCrxXJCkwU .mbr-section-subtitle {
  color: #e73f12;
}
.cid-uCrxXJCkwU .mbr-text {
  color: #ffffff;
}
.cid-uCrBNOegLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagen-redes.jpg");
}
.cid-uCrBNOegLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrBNOegLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCrBNOegLv .container {
    padding: 0 22px;
  }
}
.cid-uCrBNOegLv .row {
  justify-content: space-between;
}
.cid-uCrBNOegLv .row .card {
  justify-content: center;
}
.cid-uCrBNOegLv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCrBNOegLv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uCrBNOegLv .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uCrBNOegLv .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCrBNOegLv .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCrBNOegLv .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uCrBNOegLv .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e73f12;
  margin-right: 55px;
}
.cid-uCrBNOegLv .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #e73f12;
}
@media (max-width: 992px) {
  .cid-uCrBNOegLv .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uCrBNOegLv .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uCrBNOegLv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uCrBNOegLv .mbr-section-title {
  color: #000000;
}
.cid-uCrBNOegLv .mbr-text {
  color: #000000;
}
.cid-uCrBNOegLv .card-title {
  color: #ff5753;
}
.cid-uCrBNOegLv .card-text {
  color: #000000;
}
.cid-uCrBNOegLv .mbr-section-title,
.cid-uCrBNOegLv .mbr-section-btn {
  color: #c21b17;
}
.cid-uCrBNOegLv .card-title,
.cid-uCrBNOegLv .iconfont-wrapper {
  color: #e73f12;
}
.cid-uCrI1eaKju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uCrI1eaKju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrI1eaKju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrI1eaKju .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uCrI1eaKju .container-fluid {
    padding: 0;
  }
}
.cid-uCrI1eaKju .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uCrI1eaKju .container {
    padding: 0 20px;
  }
}
.cid-uCrI1eaKju .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uCrI1eaKju .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uCrI1eaKju .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCrI1eaKju .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uCrI1eaKju .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uCrI1eaKju .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCrI1eaKju .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uCrI1eaKju .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uCrI1eaKju .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uCrI1eaKju .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uCrI1eaKju .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uCrI1eaKju .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uCrI1eaKju .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uCrI1eaKju .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uCrI1eaKju .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uCrI1eaKju .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uCrI1eaKju .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uCrI1eaKju .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uCrI1eaKju .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCrI1eaKju .mbr-desc {
  color: #e73f12;
}
.cid-uCrI1eaKju .mbr-text {
  color: #ffffff;
}
.cid-uCrI1eaKju .mbr-link {
  color: #ffffff;
}
.cid-uCrPq1z1JX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e73f12;
}
.cid-uCrPq1z1JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCrPq1z1JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCrPq1z1JX .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uCrPq1z1JX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uCrPq1z1JX .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uCrPq1z1JX .mbr-section-title {
  color: #ffffff;
}
.cid-uCrPq1z1JX .mbr-section-subtitle {
  margin-top: 18px;
  color: #ffffff;
}
.cid-uCrPq1z1JX .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uCrPq1z1JX .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uCrPq1z1JX .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uCrPq1z1JX .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCrPq1z1JX .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uCrPq1z1JX .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uCrPq1z1JX .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uCrPq1z1JX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uCrPq1z1JX .card-title {
  color: #131313;
}
.cid-uCrPq1z1JX .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uCrPq1z1JX .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uCrPq1z1JX .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uCrPq1z1JX .card-link {
    margin-top: 15px;
  }
}
.cid-uCrPq1z1JX .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uCrW8Hp2wh {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCrW8Hp2wh .row {
  flex-direction: row-reverse;
}
.cid-uCrW8Hp2wh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uCrW8Hp2wh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-uCrW8Hp2wh .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-uCrW8Hp2wh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uCrW8Hp2wh .col-12 {
    padding: 0 2rem;
  }
  .cid-uCrW8Hp2wh .row {
    margin: 0 -2rem;
  }
}
.cid-uCrW8Hp2wh .mbr-text,
.cid-uCrW8Hp2wh .mbr-section-btn {
  color: #ffffff;
}
.cid-uCrW8Hp2wh .mbr-section-title {
  color: #ffffff;
}
.cid-uCs42CE2fX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/banner-web.png");
}
.cid-uCs42CE2fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCs42CE2fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCs42CE2fX .container {
  max-width: 1280px;
}
.cid-uCs42CE2fX .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #e73f12;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uCs42CE2fX .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uCs42CE2fX .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uCs42CE2fX .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .cid-uCs42CE2fX .text-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uCs42CE2fX .mbr-section-title {
  color: #000000;
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCs42CE2fX .mbr-section-title {
    margin-bottom: 60px;
  }
}
.cid-uCs42CE2fX .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uCs42CE2fX .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.cid-uCs42CE2fX .card-item {
  width: max-content;
  max-width: 100%;
  margin-right: 12px;
  min-width: 160px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.cid-uCs42CE2fX .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  height: 100%;
  margin: auto;
}
.cid-uCs42CE2fX .iconfont-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCs42CE2fX .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCs42CE2fX .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 80px;
}
.cid-uCs42CE2fX .card-title {
  color: #000000;
}
.cid-uCrrSInsjr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCrrSInsjr .mbr-section-title {
  margin-bottom: 1rem;
  color: #e73f12;
}
.cid-uCrrSInsjr .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCrrSInsjr .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCrrSInsjr .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCrrSInsjr .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-uCrrSInsjr .social_icons {
  text-align: center;
}
.cid-uCrrSInsjr .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCrrSInsjr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCrrSInsjr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCrrSInsjr .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCrrSInsjr .footer_timework {
    margin-top: 50px;
  }
  .cid-uCrrSInsjr .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCrrSInsjr .mbr-text,
.cid-uCrrSInsjr .footer_logo,
.cid-uCrrSInsjr .social_icons {
  color: #ffffff;
}
.cid-uCrXjHqs6p.popup-builder {
  background-color: #ffffff;
}
.cid-uCrXjHqs6p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCrXjHqs6p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCrXjHqs6p .modal-content,
.cid-uCrXjHqs6p .modal-dialog {
  height: auto;
}
.cid-uCrXjHqs6p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCrXjHqs6p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCrXjHqs6p .form-wrapper .mbr-form .form-group,
  .cid-uCrXjHqs6p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCrXjHqs6p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCrXjHqs6p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCrXjHqs6p .mbr-text {
  text-align: center;
}
.cid-uCrXjHqs6p .pt-0 {
  padding-top: 0 !important;
}
.cid-uCrXjHqs6p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCrXjHqs6p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCrXjHqs6p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCrXjHqs6p .modal-open {
  overflow: hidden;
}
.cid-uCrXjHqs6p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCrXjHqs6p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCrXjHqs6p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCrXjHqs6p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCrXjHqs6p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCrXjHqs6p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCrXjHqs6p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCrXjHqs6p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCrXjHqs6p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCrXjHqs6p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCrXjHqs6p .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCrXjHqs6p .modal-backdrop.show {
  opacity: .5;
}
.cid-uCrXjHqs6p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCrXjHqs6p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCrXjHqs6p .modal-header {
    padding: 1rem;
  }
}
.cid-uCrXjHqs6p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCrXjHqs6p .modal-header .close svg {
  fill: #353535;
}
.cid-uCrXjHqs6p .modal-header .close:hover {
  opacity: 1;
}
.cid-uCrXjHqs6p .modal-header .close:focus {
  outline: none;
}
.cid-uCrXjHqs6p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uCrXjHqs6p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCrXjHqs6p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCrXjHqs6p .modal-body {
    padding: 1rem;
  }
}
.cid-uCrXjHqs6p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCrXjHqs6p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCrXjHqs6p .modal-footer {
    padding: 1rem;
  }
}
.cid-uCrXjHqs6p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCrXjHqs6p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCrXjHqs6p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCrXjHqs6p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCrXjHqs6p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCrXjHqs6p .modal-lg,
  .cid-uCrXjHqs6p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCrXjHqs6p .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCrXjHqs6p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCrXjHqs6p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCrXjHqs6p .form-group {
  margin-bottom: 1rem;
}
.cid-uCrXjHqs6p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCrXjHqs6p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCrXjHqs6p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCrXjHqs6p .mbr-section-btn {
  margin: 0;
}
.cid-uCrXjHqs6p .mbr-section-btn .btn {
  margin: 0;
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 60px;
  color: #777;
}
#custom-html-19 {
  /* Type valid CSS here */
}
#custom-html-19 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a p {
  font-size: 60px;
  color: #777;
}
.cid-uCs7JaE4FM {
  z-index: 1000;
  width: 100%;
}
.cid-uCs7JaE4FM nav.navbar {
  position: fixed;
}
.cid-uCs7JaE4FM .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: #ffffff;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCs7JaE4FM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCs7JaE4FM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCs7JaE4FM .dropdown-item:hover,
.cid-uCs7JaE4FM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCs7JaE4FM .dropdown-item:hover span {
  color: white;
}
.cid-uCs7JaE4FM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCs7JaE4FM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCs7JaE4FM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCs7JaE4FM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCs7JaE4FM .nav-link {
  position: relative;
}
.cid-uCs7JaE4FM .container {
  display: flex;
  margin: auto;
}
.cid-uCs7JaE4FM .dropdown-menu,
.cid-uCs7JaE4FM .navbar.opened {
  background: #ffffff !important;
}
.cid-uCs7JaE4FM .nav-item:focus,
.cid-uCs7JaE4FM .nav-link:focus {
  outline: none;
}
.cid-uCs7JaE4FM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCs7JaE4FM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCs7JaE4FM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCs7JaE4FM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCs7JaE4FM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCs7JaE4FM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCs7JaE4FM .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uCs7JaE4FM .navbar.opened {
  transition: all 0.3s;
}
.cid-uCs7JaE4FM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCs7JaE4FM .navbar .navbar-logo img {
  width: auto;
}
.cid-uCs7JaE4FM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCs7JaE4FM .navbar.collapsed {
  justify-content: center;
}
.cid-uCs7JaE4FM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCs7JaE4FM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCs7JaE4FM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCs7JaE4FM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCs7JaE4FM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCs7JaE4FM .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-uCs7JaE4FM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCs7JaE4FM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCs7JaE4FM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCs7JaE4FM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCs7JaE4FM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCs7JaE4FM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCs7JaE4FM .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-uCs7JaE4FM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCs7JaE4FM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCs7JaE4FM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCs7JaE4FM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCs7JaE4FM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCs7JaE4FM .navbar.navbar-short {
  min-height: auto;
}
.cid-uCs7JaE4FM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCs7JaE4FM .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uCs7JaE4FM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uCs7JaE4FM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCs7JaE4FM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCs7JaE4FM .dropdown-item.active,
.cid-uCs7JaE4FM .dropdown-item:active {
  background-color: transparent;
}
.cid-uCs7JaE4FM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCs7JaE4FM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCs7JaE4FM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCs7JaE4FM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCs7JaE4FM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCs7JaE4FM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCs7JaE4FM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCs7JaE4FM button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uCs7JaE4FM button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c21b17;
  transition: .2s transform;
}
.cid-uCs7JaE4FM button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uCs7JaE4FM button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uCs7JaE4FM button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCs7JaE4FM button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uCs7JaE4FM nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uCs7JaE4FM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCs7JaE4FM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCs7JaE4FM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCs7JaE4FM .navbar {
    height: 70px;
  }
  .cid-uCs7JaE4FM .navbar.opened {
    height: auto;
  }
  .cid-uCs7JaE4FM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCs7JaE4FM .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uCs7JaE4FM .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uCs7JaE4FM .social-list {
    justify-content: flex-start;
  }
}
.cid-uCs7JaE4FM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uCs7JaE4FM .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uCs7JaE4FM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uCs7JaE4FM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uCs7JaE4FM .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCs7JaE4FM .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uCs7JaE4FM .navbar-buttons .btn {
  margin: 0;
}
.cid-uCs7JaE4FM .navbar-collapse {
  width: 80%;
}
.cid-uCs7JaE4FM .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uCs7JaE4FM .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uCs7JaE4FM .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uCs7JaE4FM .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uCs7JaE4FM .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uCs7JaE4FM .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uCs7JaE4FM .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uCs7JaE4FM .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uCs7JaE4FM .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uCs7JaE4FM .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uCs7JaE4FM .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uCs7JaE4FM .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCs7JaE4FM .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uCs7JaE4FM .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uCs7JaE4FM .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uCs7JaE4FM .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uCs7JaE4FM .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uCs7JaE4FM .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uCs7JaE4FM .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uCs7JaE4FM .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uCs7JaE4FM .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uCs7JaE4FM .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCs7JaE4FM .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCs7JaE4FM .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uCs7JaE4FM .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uCsbwuLVtb {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #c21b17;
  overflow: hidden;
}
.cid-uCsbwuLVtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsbwuLVtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCsbwuLVtb .container {
    padding: 0 30px;
  }
}
.cid-uCsbwuLVtb .card {
  justify-content: center;
}
.cid-uCsbwuLVtb .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uCsbwuLVtb .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uCsbwuLVtb .content-wrapper {
    padding: 0;
  }
}
.cid-uCsbwuLVtb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uCsbwuLVtb .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uCsbwuLVtb .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #6a140f;
}
@media (max-width: 992px) {
  .cid-uCsbwuLVtb .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uCsbwuLVtb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCsbwuLVtb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uCsbwuLVtb .mbr-desc {
  color: #254b45;
}
.cid-uCsbwuLVtb .mbr-section-title {
  color: #254b45;
}
.cid-uCsbwuLVtb .mbr-text {
  color: #ffffff;
}
.cid-uCsbwuLVtb .mbr-desc,
.cid-uCsbwuLVtb .desc-wrapper {
  color: #6a140f;
}
.cid-uCsbwuLVtb .mbr-section-title,
.cid-uCsbwuLVtb .mbr-section-btn {
  color: #ffffff;
}
.cid-uCsdl1ptYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c21b17;
}
.cid-uCsdl1ptYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsdl1ptYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCsdl1ptYE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCsdl1ptYE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCsdl1ptYE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCsdl1ptYE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCsdl1ptYE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uCsdl1ptYE .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uCsdl1ptYE .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uCsdl1ptYE .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uCsdl1ptYE .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uCsdl1ptYE .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uCsdl1ptYE .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #000000;
  background-color: #000000;
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uCsdl1ptYE .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uCsdl1ptYE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCsdl1ptYE .mbr-text,
.cid-uCsdl1ptYE .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uCsdl1ptYE .mbr-desc,
.cid-uCsdl1ptYE .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uCsdl1ptYE .item-title {
  color: #ffffff;
}
.cid-uCsdl1ptYE .item-text {
  color: #ffffff;
}
.cid-uCsiSOhw9m {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCsiSOhw9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsiSOhw9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCsiSOhw9m .card-wrapper {
  width: 100%;
}
.cid-uCsiSOhw9m .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uCsiSOhw9m .image-wrapper {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uCsiSOhw9m .image-wrapper {
    margin-top: 24px;
  }
}
.cid-uCsiSOhw9m .image-wrapper img {
  max-width: 80px;
}
.cid-uCsiSOhw9m .card-title {
  color: #c21b17;
  margin-bottom: 0;
}
.cid-uCsiSOhw9m .card-text {
  color: #45494E;
  margin-bottom: 0;
  margin-top: 24px;
}
.cid-uCsizrCZmK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCsizrCZmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsizrCZmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCsizrCZmK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCsizrCZmK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCsizrCZmK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCsizrCZmK .container {
    padding: 0 20px;
  }
}
.cid-uCsizrCZmK .row {
  justify-content: center;
}
.cid-uCsizrCZmK .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCsizrCZmK .item {
    margin-bottom: 50px;
  }
}
.cid-uCsizrCZmK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uCsizrCZmK .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #c21b17;
}
.cid-uCsizrCZmK .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #c21b17;
}
.cid-uCsizrCZmK .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-uCsizrCZmK .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-uCsizrCZmK .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uCsizrCZmK .mbr-card-title {
  color: #1d1d1d;
}
.cid-uCsizrCZmK .mbr-card-title,
.cid-uCsizrCZmK .item-img {
  text-align: center;
  color: #c21b17;
}
.cid-uCsizrCZmK .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-uCs7JdnQv5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCs7JdnQv5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #e73f12;
}
.cid-uCs7JdnQv5 .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCs7JdnQv5 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCs7JdnQv5 .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCs7JdnQv5 .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-uCs7JdnQv5 .social_icons {
  text-align: center;
}
.cid-uCs7JdnQv5 .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCs7JdnQv5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCs7JdnQv5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCs7JdnQv5 .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCs7JdnQv5 .footer_timework {
    margin-top: 50px;
  }
  .cid-uCs7JdnQv5 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCs7JdnQv5 .mbr-text,
.cid-uCs7JdnQv5 .footer_logo,
.cid-uCs7JdnQv5 .social_icons {
  color: #ffffff;
}
#custom-html-1s {
  /* Type valid CSS here */
}
#custom-html-1s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1s p {
  font-size: 60px;
  color: #777;
}
#custom-html-1t {
  /* Type valid CSS here */
}
#custom-html-1t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1t p {
  font-size: 60px;
  color: #777;
}
#custom-html-1u {
  /* Type valid CSS here */
}
#custom-html-1u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1u p {
  font-size: 60px;
  color: #777;
}
.cid-uCDFoRHlh3 {
  z-index: 1000;
  width: 100%;
}
.cid-uCDFoRHlh3 nav.navbar {
  position: fixed;
}
.cid-uCDFoRHlh3 .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: #ffffff;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCDFoRHlh3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCDFoRHlh3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCDFoRHlh3 .dropdown-item:hover,
.cid-uCDFoRHlh3 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCDFoRHlh3 .dropdown-item:hover span {
  color: white;
}
.cid-uCDFoRHlh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCDFoRHlh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCDFoRHlh3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCDFoRHlh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCDFoRHlh3 .nav-link {
  position: relative;
}
.cid-uCDFoRHlh3 .container {
  display: flex;
  margin: auto;
}
.cid-uCDFoRHlh3 .dropdown-menu,
.cid-uCDFoRHlh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCDFoRHlh3 .nav-item:focus,
.cid-uCDFoRHlh3 .nav-link:focus {
  outline: none;
}
.cid-uCDFoRHlh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCDFoRHlh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCDFoRHlh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCDFoRHlh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCDFoRHlh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCDFoRHlh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCDFoRHlh3 .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uCDFoRHlh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCDFoRHlh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCDFoRHlh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCDFoRHlh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCDFoRHlh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uCDFoRHlh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCDFoRHlh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCDFoRHlh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uCDFoRHlh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCDFoRHlh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCDFoRHlh3 .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-uCDFoRHlh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCDFoRHlh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCDFoRHlh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCDFoRHlh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCDFoRHlh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCDFoRHlh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCDFoRHlh3 .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-uCDFoRHlh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCDFoRHlh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCDFoRHlh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCDFoRHlh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCDFoRHlh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uCDFoRHlh3 .navbar.navbar-short {
  min-height: auto;
}
.cid-uCDFoRHlh3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uCDFoRHlh3 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uCDFoRHlh3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uCDFoRHlh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCDFoRHlh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCDFoRHlh3 .dropdown-item.active,
.cid-uCDFoRHlh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCDFoRHlh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCDFoRHlh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCDFoRHlh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCDFoRHlh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCDFoRHlh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCDFoRHlh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCDFoRHlh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCDFoRHlh3 button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uCDFoRHlh3 button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c21b17;
  transition: .2s transform;
}
.cid-uCDFoRHlh3 button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uCDFoRHlh3 button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uCDFoRHlh3 button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCDFoRHlh3 button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uCDFoRHlh3 nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uCDFoRHlh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCDFoRHlh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCDFoRHlh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCDFoRHlh3 .navbar {
    height: 70px;
  }
  .cid-uCDFoRHlh3 .navbar.opened {
    height: auto;
  }
  .cid-uCDFoRHlh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCDFoRHlh3 .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uCDFoRHlh3 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uCDFoRHlh3 .social-list {
    justify-content: flex-start;
  }
}
.cid-uCDFoRHlh3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uCDFoRHlh3 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uCDFoRHlh3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uCDFoRHlh3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uCDFoRHlh3 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uCDFoRHlh3 .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uCDFoRHlh3 .navbar-buttons .btn {
  margin: 0;
}
.cid-uCDFoRHlh3 .navbar-collapse {
  width: 80%;
}
.cid-uCDFoRHlh3 .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
.cid-uCDFoRHlh3 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  column-gap: 0;
  align-items: center;
}
.cid-uCDFoRHlh3 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  width: auto;
}
.cid-uCDFoRHlh3 .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.cid-uCDFoRHlh3 .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uCDFoRHlh3 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: center !important;
}
.cid-uCDFoRHlh3 .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-uCDFoRHlh3 .navbar-collapse .nav-link {
  justify-content: center !important;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 0 10px !important;
  font-size: 90px !important;
  line-height: 1 !important;
  transition: .3s  all;
}
@media (min-width: 768px) {
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
.cid-uCDFoRHlh3 .navbar-collapse .nav-link:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
.cid-uCDFoRHlh3 .navbar-buttons {
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCDFoRHlh3 .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uCDFoRHlh3 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uCDFoRHlh3 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uCDFoRHlh3 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uCDFoRHlh3 .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uCDFoRHlh3 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uCDFoRHlh3 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link:hover {
    color: #000000 !important;
  }
  .cid-uCDFoRHlh3 .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link {
    background: linear-gradient(to right, #000000, #000000 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCDFoRHlh3 .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uCDFoRHlh3 .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uCDG4digns {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #e73f12;
}
.cid-uCDG4digns .mbr-overlay {
  background-color: #dfcefd;
  opacity: 0.4;
}
.cid-uCDG4digns .form-border {
  border: 2px solid #6a140f;
  border-radius: 3rem;
  padding: 8rem 10rem;
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .cid-uCDG4digns .form-border {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCDG4digns .form-border {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCDG4digns .container {
    padding: 0 1.5rem;
  }
}
.cid-uCDG4digns .mbr-section-title {
  transform: translateY(45%);
  color: #150d1d;
}
@media (max-width: 767px) {
  .cid-uCDG4digns .mbr-section-title {
    transform: translateY(0);
  }
}
.cid-uCDG4digns .col-auto {
  margin-right: 0;
  margin-left: auto;
}
.cid-uCDG4digns textarea {
  min-height: 200px;
}
.cid-uCDG4digns .form-control,
.cid-uCDG4digns .field-input {
  padding: 1rem;
  background-color: #e73f12;
  border-color: #6a140f !important;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
}
.cid-uCDG4digns .form-control::-webkit-input-placeholder,
.cid-uCDG4digns .field-input::-webkit-input-placeholder,
.cid-uCDG4digns .form-control::-webkit-input-placeholder,
.cid-uCDG4digns .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uCDG4digns .form-control:-moz-placeholder,
.cid-uCDG4digns .field-input:-moz-placeholder,
.cid-uCDG4digns .form-control:-moz-placeholder,
.cid-uCDG4digns .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-uCDG4digns .form-control:hover,
.cid-uCDG4digns .field-input:hover,
.cid-uCDG4digns .form-control:focus,
.cid-uCDG4digns .field-input:focus {
  background-color: #c21b17;
  border-color: #c21b17 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCDG4digns .form-control:hover::-webkit-input-placeholder,
.cid-uCDG4digns .field-input:hover::-webkit-input-placeholder,
.cid-uCDG4digns .form-control:focus::-webkit-input-placeholder,
.cid-uCDG4digns .field-input:focus::-webkit-input-placeholder,
.cid-uCDG4digns .form-control:hover::-webkit-input-placeholder,
.cid-uCDG4digns .field-input:hover::-webkit-input-placeholder,
.cid-uCDG4digns .form-control:focus::-webkit-input-placeholder,
.cid-uCDG4digns .field-input:focus::-webkit-input-placeholder {
  color: #150d1d;
}
.cid-uCDG4digns .form-control:hover:-moz-placeholder,
.cid-uCDG4digns .field-input:hover:-moz-placeholder,
.cid-uCDG4digns .form-control:focus:-moz-placeholder,
.cid-uCDG4digns .field-input:focus:-moz-placeholder,
.cid-uCDG4digns .form-control:hover:-moz-placeholder,
.cid-uCDG4digns .field-input:hover:-moz-placeholder,
.cid-uCDG4digns .form-control:focus:-moz-placeholder,
.cid-uCDG4digns .field-input:focus:-moz-placeholder {
  color: #150d1d;
}
.cid-uCDG4digns .jq-number__spin:hover,
.cid-uCDG4digns .jq-number__spin:focus {
  background-color: #c21b17;
  border-color: #c21b17 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uCDG4digns .jq-number__spin {
  background-color: #e73f12;
  border-color: #6a140f;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCDG4digns .jq-selectbox li,
.cid-uCDG4digns .jq-selectbox li {
  background-color: #e73f12;
  color: #ffffff;
}
.cid-uCDG4digns .jq-selectbox li:hover,
.cid-uCDG4digns .jq-selectbox li.selected {
  background-color: #c21b17;
  color: #ffffff;
}
.cid-uCDG4digns .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCDG4digns .jq-number__spin.minus:hover:after,
.cid-uCDG4digns .jq-number__spin.plus:hover:after {
  border-top-color: #e73f12;
  border-bottom-color: #e73f12;
}
.cid-uCDG4digns .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCDG4digns .jq-number__spin.minus:after,
.cid-uCDG4digns .jq-number__spin.plus:after {
  border-top-color: #c21b17;
  border-bottom-color: #c21b17;
}
.cid-uCDG4digns .btn {
  padding: 1rem 3rem;
}
.cid-uCDG4digns input::-webkit-clear-button {
  display: none;
}
.cid-uCDG4digns input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCDG4digns input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCDG4digns input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCDFoTFduE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCDFoTFduE .mbr-section-title {
  margin-bottom: 1rem;
  color: #e73f12;
}
.cid-uCDFoTFduE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-uCDFoTFduE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-uCDFoTFduE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-uCDFoTFduE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.cid-uCDFoTFduE .social_icons {
  text-align: center;
}
.cid-uCDFoTFduE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-uCDFoTFduE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCDFoTFduE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCDFoTFduE .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-uCDFoTFduE .footer_timework {
    margin-top: 50px;
  }
  .cid-uCDFoTFduE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uCDFoTFduE .mbr-text,
.cid-uCDFoTFduE .footer_logo,
.cid-uCDFoTFduE .social_icons {
  color: #ffffff;
}
#custom-html-2g {
  /* Type valid CSS here */
}
#custom-html-2g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2g p {
  font-size: 60px;
  color: #777;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2i p {
  font-size: 60px;
  color: #777;
}
