body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.225rem;
}
.display-2 {
  font-family: 'Bungee Hairline', display;
  font-size: 4.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.00625rem;
}
.display-4 {
  font-family: 'Bungee Hairline', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4625rem;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.715rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.7rem;
    font-size: calc( 1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.8rem;
    font-size: calc( 1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #5c6064 !important;
}
.bg-info {
  background-color: #a2a4a7 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a2a4a7 !important;
  border-color: #a2a4a7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #76787c !important;
  border-color: #76787c !important;
}
.btn-success,
.btn-success:active {
  background-color: #5c6064 !important;
  border-color: #5c6064 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #323537 !important;
  border-color: #323537 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ff0000;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff0000;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff0000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ff0000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #ff0000;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #000000;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #000000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #000000;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a2a4a7;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a2a4a7;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a2a4a7;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a2a4a7;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a2a4a7 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #a2a4a7;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a2a4a7 !important;
  border-color: #a2a4a7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #5c6064;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #5c6064;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #5c6064;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #5c6064;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5c6064 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #5c6064;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5c6064 !important;
  border-color: #5c6064 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ff0000;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff0000;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff0000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ff0000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #ff0000;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #5c6064 !important;
}
.text-info {
  color: #a2a4a7 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2b2d2f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6e7175 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !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: #151618 !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: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a2a4a7;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ca0a4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e4e4e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbd5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bungee Hairline', display;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bungee Hairline', display;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !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: #000000 !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='%23ff0000' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-tfwmgSK1xV {
  z-index: 1000;
  width: 100%;
}
.cid-tfwmgSK1xV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfwmgSK1xV .dropdown-menu {
  padding: 0;
}
.cid-tfwmgSK1xV .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .dropdown-item {
    text-align: left !important;
  }
}
.cid-tfwmgSK1xV .dropdown-item:hover {
  background-position: right !important;
}
.cid-tfwmgSK1xV .dropdown-item:hover:after {
  color: #ff0000;
}
.cid-tfwmgSK1xV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfwmgSK1xV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfwmgSK1xV .nav-link {
  position: relative;
}
.cid-tfwmgSK1xV .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .container {
    flex-wrap: wrap;
  }
}
.cid-tfwmgSK1xV .dropdown-menu,
.cid-tfwmgSK1xV .navbar.opened {
  background: #ffffff !important;
}
.cid-tfwmgSK1xV .nav-item:focus,
.cid-tfwmgSK1xV .nav-link:focus {
  outline: none;
}
.cid-tfwmgSK1xV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfwmgSK1xV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfwmgSK1xV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfwmgSK1xV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfwmgSK1xV .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-tfwmgSK1xV .navbar.opened {
  transition: all 0.3s;
}
.cid-tfwmgSK1xV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfwmgSK1xV .navbar .navbar-logo img {
  width: auto;
}
.cid-tfwmgSK1xV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfwmgSK1xV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfwmgSK1xV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfwmgSK1xV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfwmgSK1xV .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-tfwmgSK1xV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfwmgSK1xV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfwmgSK1xV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfwmgSK1xV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfwmgSK1xV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfwmgSK1xV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfwmgSK1xV .navbar .navbar-short {
  position: fixed !important;
}
.cid-tfwmgSK1xV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-tfwmgSK1xV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfwmgSK1xV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-tfwmgSK1xV .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwmgSK1xV .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .navbar-brand {
    display: none;
  }
}
.cid-tfwmgSK1xV .dropdown-item.active,
.cid-tfwmgSK1xV .dropdown-item:active {
  background-color: transparent;
}
.cid-tfwmgSK1xV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfwmgSK1xV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfwmgSK1xV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfwmgSK1xV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfwmgSK1xV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfwmgSK1xV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfwmgSK1xV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfwmgSK1xV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfwmgSK1xV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-tfwmgSK1xV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfwmgSK1xV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwmgSK1xV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwmgSK1xV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfwmgSK1xV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwmgSK1xV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfwmgSK1xV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfwmgSK1xV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwmgSK1xV .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tfwmgSK1xV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfwmgSK1xV .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-tfwmgSK1xV .navbar {
    height: 70px;
  }
  .cid-tfwmgSK1xV .navbar.opened {
    height: auto;
  }
  .cid-tfwmgSK1xV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfwmgSK1xV .navbar-short {
  background-color: #ffffff !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-tfwmgSK1xV .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-tfwmgSK1xV .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-tfwmgSK1xV .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-tfwmgSK1xV .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwmgSK1xV .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-tfwmgSK1xV .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tfwmgSK1xV .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwmgSK1xV .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-tfwmgSK1xV .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-tfwmgSK1xV .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-tfwmgSK1xV .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-tfwmgSK1xV .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-tfwmgSK1xV .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfwmgSK1xV .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tfwmgSK1xV .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas {
  background-color: #ffffff;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ff0000;
}
.cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-tfwmgSK1xV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-tfwmgSK1xV nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-tfwmgSK1xV .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-tfwmgSK1xV .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-tfwmgSK1xV .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-tfwmgSK1xV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .image-wrapper {
    display: none;
  }
}
.cid-tfwmgSK1xV .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #ff0000;
}
@media (max-width: 991px) {
  .cid-tfwmgSK1xV .offcanvas-body {
    max-width: 100%;
  }
}
.cid-tfwmgSK1xV .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-tfwmgSK1xV .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwmgSK1xV .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwmgSK1xV .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwmgSK1xV .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwmgSK1xV .navbar-nav {
  display: flex !important;
}
.cid-tfwmgSK1xV .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-tfwmgSK1xV .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-tfwmgSK1xV .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ff0000 !important;
}
.cid-tfwmgSK1xV .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tfwmgSK1xV .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-tfwmgSK1xV .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwmgSK1xV .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwmgSK1xV .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwmgSK1xV .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwmgSK1xV .offcanvas_text {
  width: 60%;
}
.cid-tfwmgSK1xV .mbr-text {
  color: #FFFFFF;
}
.cid-tfwmgSK1xV .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-tfwmgSK1xV .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-tfwmgSK1xV .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwmgSK1xV .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tfwmgSK1xV .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-tfwmgSK1xV .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tfwmgSK1xV .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uBlKFr7N58 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uBlKFr7N58 .row {
  justify-content: flex-start;
}
.cid-uBlKFr7N58 .mbr-section-title {
  color: #ff0000;
}
.cid-uBlKFr7N58 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uBlKFr7N58 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBlKFr7N58 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uBlKFr7N58 .mbr-text {
  margin-top: 36px;
  color: #59626d;
}
@media (max-width: 991px) {
  .cid-uBlKFr7N58 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uBlKFr7N58 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uScrGvbQZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-uScrGvbQZ2 .row {
  justify-content: flex-start;
}
.cid-uScrGvbQZ2 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uScrGvbQZ2 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uScrGvbQZ2 .mbr-section-title {
  color: #ff0000;
  text-align: center;
}
.cid-uScrGvbQZ2 .mbr-section-subtitle {
  color: #45494E;
}
.cid-uScrGvbQZ2 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uScrGvbQZ2 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uScrGvbQZ2 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uScrGvbQZ2 .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uScrGvbQZ2 .item-title {
  color: #59626d;
}
.cid-uScrGvbQZ2 .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uScrGvbQZ2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uScrGvbQZ2 .mbr-text {
  color: #7a7e82;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uScrGvbQZ2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-uScrGvbQZ2 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uScrGvbQZ2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uScrGvbQZ2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uScrGvbQZ2 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uBUf0bcp3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBUf0bcp3B .row {
  justify-content: flex-start;
}
.cid-uBUf0bcp3B .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uBUf0bcp3B .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uBUf0bcp3B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBUf0bcp3B .mbr-section-subtitle {
  color: #45494E;
}
.cid-uBUf0bcp3B .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uBUf0bcp3B .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uBUf0bcp3B .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uBUf0bcp3B .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBUf0bcp3B .item-title {
  color: #45494E;
}
.cid-uBUf0bcp3B .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uBUf0bcp3B .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBUf0bcp3B .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uBUf0bcp3B .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 33.333%;
  background-color: #ffffff;
}
.cid-uBUf0bcp3B .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uBUf0bcp3B .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBUf0bcp3B .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uBUf0bcp3B .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uBUf13Allx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBUf13Allx .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-uBUf13Allx .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-uBUf13Allx .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-uBUf13Allx .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-uBUf13Allx .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-uBUf13Allx .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-uBUf13Allx .mbr-section-title {
  color: #ff0000;
}
.cid-uBUf13Allx .mbr-section-subtitle {
  color: #45494E;
}
.cid-uBUf13Allx .item-col {
  order: 1;
}
.cid-uBUf13Allx .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uBUf13Allx .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-uBUf13Allx .item {
    margin-bottom: 52px;
  }
}
.cid-uBUf13Allx .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-uBUf13Allx .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-uBUf13Allx .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-uBUf13Allx .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-uBUf13Allx .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uBUf13Allx .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-uBUf13Allx .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120%;
}
.cid-uBUf13Allx .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uBUf13Allx .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBUf13Allx .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uBUf13Allx .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uBlLE8tnrG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .container {
    padding: 0 16px;
  }
}
.cid-uBlLE8tnrG .row {
  justify-content: center;
}
.cid-uBlLE8tnrG .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .content-wrapper {
    display: block;
  }
}
.cid-uBlLE8tnrG .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uBlLE8tnrG .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uBlLE8tnrG .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBlLE8tnrG .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uBlLE8tnrG .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uBlLE8tnrG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uBlLE8tnrG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBlLE8tnrG .embla__slide .slide-content {
  width: 100%;
}
.cid-uBlLE8tnrG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uBlLE8tnrG .embla__button--next,
.cid-uBlLE8tnrG .embla__button--prev {
  display: flex;
}
.cid-uBlLE8tnrG .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ff0000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uBlLE8tnrG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBlLE8tnrG .embla__button:hover {
  opacity: .5;
}
.cid-uBlLE8tnrG .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uBlLE8tnrG .embla__button.embla__button--next {
  right: 32px;
}
.cid-uBlLE8tnrG .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uBlLE8tnrG .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uBlLE8tnrG .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uBlLE8tnrG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBlLE8tnrG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBlLE8tnrG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBlLE8tnrG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBlLE8tnrG .mbr-desc {
  color: #59626d;
}
.cid-tfwtH0EgU2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1078.png");
}
.cid-tfwtH0EgU2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-tfwtH0EgU2 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tfwtH0EgU2 .mbr-section-title {
  color: #45494E;
}
.cid-tfwtH0EgU2 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tfwtH0EgU2 .form-container {
  display: flex;
  width: 100%;
}
.cid-tfwtH0EgU2 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwtH0EgU2 form {
  width: 100%;
}
.cid-tfwtH0EgU2 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tfwtH0EgU2 form h5 {
  margin: 40px 0 20px;
}
.cid-tfwtH0EgU2 form p {
  color: #45494E;
}
.cid-tfwtH0EgU2 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tfwtH0EgU2 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tfwtH0EgU2 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tfwtH0EgU2 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tfwtH0EgU2 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form select {
  color: #A2A4A7 !important;
}
.cid-tfwtH0EgU2 form textarea {
  height: 250px !important;
}
.cid-tfwtH0EgU2 form input:active,
.cid-tfwtH0EgU2 form textarea:active,
.cid-tfwtH0EgU2 form input:focus,
.cid-tfwtH0EgU2 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tfwtH0EgU2 form input:active::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form textarea:active::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form input:focus::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active::-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:active::-moz-placeholder,
.cid-tfwtH0EgU2 form input:focus::-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active:-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:active:-moz-placeholder,
.cid-tfwtH0EgU2 form input:focus:-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active:-ms-input-placeholder,
.cid-tfwtH0EgU2 form textarea:active:-ms-input-placeholder,
.cid-tfwtH0EgU2 form input:focus:-ms-input-placeholder,
.cid-tfwtH0EgU2 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tfwtH0EgU2 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tfwtH0EgU2 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tfwtH0EgU2 form .form-control-label {
  width: 100%;
}
.cid-tfwtH0EgU2 form .form-check-label {
  margin-bottom: 10px;
}
.cid-tfwtH0EgU2 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tfwtH0EgU2 form .form-check-input:focus,
.cid-tfwtH0EgU2 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tfwtH0EgU2 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwtH0EgU2 H5 {
  color: #ff0000;
  text-align: left;
}
.cid-tfwqqhobjV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f0e4e5;
}
.cid-tfwqqhobjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqqhobjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqqhobjV .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-tfwqqhobjV .content-container {
    flex-direction: column;
  }
}
.cid-tfwqqhobjV .icons-menu {
  display: flex;
}
.cid-tfwqqhobjV .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tfwqqhobjV .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-tfwqqhobjV .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ff0000;
  transition: .3s all;
}
.cid-tfwqqhobjV .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-tfwqqhobjV .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ff0000;
  transition: .3s all;
}
.cid-tfwqqhobjV .iconfont-wrapper:hover {
  background-color: #ff0000;
}
.cid-tfwqqhobjV .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-tfwqp3gOSX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tfwqp3gOSX .mbr-text {
  color: #FFFFFF;
}
.cid-uSfaD1PrQK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfaD1PrQK .dropdown-menu {
  padding: 0;
}
.cid-uSfaD1PrQK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uSfaD1PrQK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uSfaD1PrQK .dropdown-item:hover:after {
  color: #ff0000;
}
.cid-uSfaD1PrQK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSfaD1PrQK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSfaD1PrQK .nav-link {
  position: relative;
}
.cid-uSfaD1PrQK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .container {
    flex-wrap: wrap;
  }
}
.cid-uSfaD1PrQK .dropdown-menu,
.cid-uSfaD1PrQK .navbar.opened {
  background: #ffffff !important;
}
.cid-uSfaD1PrQK .nav-item:focus,
.cid-uSfaD1PrQK .nav-link:focus {
  outline: none;
}
.cid-uSfaD1PrQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfaD1PrQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfaD1PrQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfaD1PrQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfaD1PrQK .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-uSfaD1PrQK .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfaD1PrQK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSfaD1PrQK .navbar .navbar-logo img {
  width: auto;
}
.cid-uSfaD1PrQK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfaD1PrQK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfaD1PrQK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfaD1PrQK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSfaD1PrQK .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-uSfaD1PrQK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfaD1PrQK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSfaD1PrQK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSfaD1PrQK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSfaD1PrQK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfaD1PrQK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSfaD1PrQK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uSfaD1PrQK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSfaD1PrQK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uSfaD1PrQK .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfaD1PrQK .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .navbar-brand {
    display: none;
  }
}
.cid-uSfaD1PrQK .dropdown-item.active,
.cid-uSfaD1PrQK .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfaD1PrQK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSfaD1PrQK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfaD1PrQK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfaD1PrQK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSfaD1PrQK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfaD1PrQK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfaD1PrQK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSfaD1PrQK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSfaD1PrQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-uSfaD1PrQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfaD1PrQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfaD1PrQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfaD1PrQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfaD1PrQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfaD1PrQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfaD1PrQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfaD1PrQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfaD1PrQK .navbar-dropdown {
  padding: 0;
}
.cid-uSfaD1PrQK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfaD1PrQK .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-uSfaD1PrQK .navbar {
    height: 70px;
  }
  .cid-uSfaD1PrQK .navbar.opened {
    height: auto;
  }
  .cid-uSfaD1PrQK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfaD1PrQK .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uSfaD1PrQK .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uSfaD1PrQK .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uSfaD1PrQK .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uSfaD1PrQK .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uSfaD1PrQK .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uSfaD1PrQK .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uSfaD1PrQK .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uSfaD1PrQK .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uSfaD1PrQK .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-uSfaD1PrQK .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uSfaD1PrQK .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uSfaD1PrQK .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uSfaD1PrQK .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uSfaD1PrQK .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSfaD1PrQK .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas {
  background-color: #ffffff;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ff0000;
}
.cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uSfaD1PrQK .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uSfaD1PrQK nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uSfaD1PrQK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uSfaD1PrQK .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uSfaD1PrQK .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uSfaD1PrQK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .image-wrapper {
    display: none;
  }
}
.cid-uSfaD1PrQK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #ff0000;
}
@media (max-width: 991px) {
  .cid-uSfaD1PrQK .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uSfaD1PrQK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uSfaD1PrQK .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfaD1PrQK .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD1PrQK .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uSfaD1PrQK .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uSfaD1PrQK .navbar-nav {
  display: flex !important;
}
.cid-uSfaD1PrQK .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uSfaD1PrQK .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uSfaD1PrQK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ff0000 !important;
}
.cid-uSfaD1PrQK .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uSfaD1PrQK .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uSfaD1PrQK .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfaD1PrQK .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD1PrQK .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uSfaD1PrQK .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uSfaD1PrQK .offcanvas_text {
  width: 60%;
}
.cid-uSfaD1PrQK .mbr-text {
  color: #FFFFFF;
}
.cid-uSfaD1PrQK .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uSfaD1PrQK .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uSfaD1PrQK .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uSfaD1PrQK .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uSfaD1PrQK .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uSfaD1PrQK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uSfaD1PrQK .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uSfaD2JTYb {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSfaD2JTYb .row {
  justify-content: flex-start;
}
.cid-uSfaD2JTYb .mbr-section-title {
  color: #ff0000;
}
.cid-uSfaD2JTYb .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uSfaD2JTYb .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD2JTYb .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uSfaD2JTYb .mbr-text {
  margin-top: 36px;
  color: #59626d;
}
@media (max-width: 991px) {
  .cid-uSfaD2JTYb .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD2JTYb .mbr-text {
    margin-top: 20px;
  }
}
.cid-uSfaD306kr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-uSfaD306kr .row {
  justify-content: flex-start;
}
.cid-uSfaD306kr .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uSfaD306kr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uSfaD306kr .mbr-section-title {
  color: #ff0000;
  text-align: center;
}
.cid-uSfaD306kr .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfaD306kr .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uSfaD306kr .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD306kr .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uSfaD306kr .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uSfaD306kr .item-title {
  color: #59626d;
}
.cid-uSfaD306kr .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uSfaD306kr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSfaD306kr .mbr-text {
  color: #7a7e82;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uSfaD306kr .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-uSfaD306kr .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfaD306kr .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfaD306kr .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uSfaD306kr .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfaD3oSfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSfaD3oSfJ .row {
  justify-content: flex-start;
}
.cid-uSfaD3oSfJ .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uSfaD3oSfJ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uSfaD3oSfJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfaD3oSfJ .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfaD3oSfJ .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uSfaD3oSfJ .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD3oSfJ .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uSfaD3oSfJ .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uSfaD3oSfJ .item-title {
  color: #45494E;
}
.cid-uSfaD3oSfJ .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uSfaD3oSfJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSfaD3oSfJ .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uSfaD3oSfJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 33.333%;
  background-color: #ffffff;
}
.cid-uSfaD3oSfJ .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfaD3oSfJ .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfaD3oSfJ .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uSfaD3oSfJ .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfaD3LXA2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfaD3LXA2 .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-uSfaD3LXA2 .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-uSfaD3LXA2 .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-uSfaD3LXA2 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-uSfaD3LXA2 .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-uSfaD3LXA2 .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-uSfaD3LXA2 .mbr-section-title {
  color: #ff0000;
}
.cid-uSfaD3LXA2 .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfaD3LXA2 .item-col {
  order: 1;
}
.cid-uSfaD3LXA2 .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uSfaD3LXA2 .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-uSfaD3LXA2 .item {
    margin-bottom: 52px;
  }
}
.cid-uSfaD3LXA2 .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-uSfaD3LXA2 .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-uSfaD3LXA2 .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-uSfaD3LXA2 .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-uSfaD3LXA2 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uSfaD3LXA2 .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-uSfaD3LXA2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120%;
}
.cid-uSfaD3LXA2 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfaD3LXA2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfaD3LXA2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uSfaD3LXA2 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfaD47dDX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .container {
    padding: 0 16px;
  }
}
.cid-uSfaD47dDX .row {
  justify-content: center;
}
.cid-uSfaD47dDX .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .content-wrapper {
    display: block;
  }
}
.cid-uSfaD47dDX .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uSfaD47dDX .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uSfaD47dDX .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uSfaD47dDX .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uSfaD47dDX .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uSfaD47dDX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSfaD47dDX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSfaD47dDX .embla__slide .slide-content {
  width: 100%;
}
.cid-uSfaD47dDX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uSfaD47dDX .embla__button--next,
.cid-uSfaD47dDX .embla__button--prev {
  display: flex;
}
.cid-uSfaD47dDX .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ff0000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSfaD47dDX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSfaD47dDX .embla__button:hover {
  opacity: .5;
}
.cid-uSfaD47dDX .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uSfaD47dDX .embla__button.embla__button--next {
  right: 32px;
}
.cid-uSfaD47dDX .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uSfaD47dDX .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uSfaD47dDX .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uSfaD47dDX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSfaD47dDX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSfaD47dDX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSfaD47dDX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSfaD47dDX .mbr-desc {
  color: #59626d;
}
.cid-uSfaD4GDmx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1078.png");
}
.cid-uSfaD4GDmx .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uSfaD4GDmx .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uSfaD4GDmx .mbr-section-title {
  color: #45494E;
}
.cid-uSfaD4GDmx .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uSfaD4GDmx .form-container {
  display: flex;
  width: 100%;
}
.cid-uSfaD4GDmx .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uSfaD4GDmx form {
  width: 100%;
}
.cid-uSfaD4GDmx form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uSfaD4GDmx form h5 {
  margin: 40px 0 20px;
}
.cid-uSfaD4GDmx form p {
  color: #45494E;
}
.cid-uSfaD4GDmx form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uSfaD4GDmx form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uSfaD4GDmx form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uSfaD4GDmx form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uSfaD4GDmx form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form select {
  color: #A2A4A7 !important;
}
.cid-uSfaD4GDmx form textarea {
  height: 250px !important;
}
.cid-uSfaD4GDmx form input:active,
.cid-uSfaD4GDmx form textarea:active,
.cid-uSfaD4GDmx form input:focus,
.cid-uSfaD4GDmx form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uSfaD4GDmx form input:active::-webkit-input-placeholder,
.cid-uSfaD4GDmx form textarea:active::-webkit-input-placeholder,
.cid-uSfaD4GDmx form input:focus::-webkit-input-placeholder,
.cid-uSfaD4GDmx form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form input:active::-moz-placeholder,
.cid-uSfaD4GDmx form textarea:active::-moz-placeholder,
.cid-uSfaD4GDmx form input:focus::-moz-placeholder,
.cid-uSfaD4GDmx form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form input:active:-moz-placeholder,
.cid-uSfaD4GDmx form textarea:active:-moz-placeholder,
.cid-uSfaD4GDmx form input:focus:-moz-placeholder,
.cid-uSfaD4GDmx form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form input:active:-ms-input-placeholder,
.cid-uSfaD4GDmx form textarea:active:-ms-input-placeholder,
.cid-uSfaD4GDmx form input:focus:-ms-input-placeholder,
.cid-uSfaD4GDmx form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfaD4GDmx form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uSfaD4GDmx form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uSfaD4GDmx form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uSfaD4GDmx form .form-control-label {
  width: 100%;
}
.cid-uSfaD4GDmx form .form-check-label {
  margin-bottom: 10px;
}
.cid-uSfaD4GDmx form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uSfaD4GDmx form .form-check-input:focus,
.cid-uSfaD4GDmx form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uSfaD4GDmx form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uSfaD4GDmx H5 {
  color: #ffffff;
}
.cid-uSfaD511B8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f0e4e5;
}
.cid-uSfaD511B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfaD511B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfaD511B8 .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uSfaD511B8 .content-container {
    flex-direction: column;
  }
}
.cid-uSfaD511B8 .icons-menu {
  display: flex;
}
.cid-uSfaD511B8 .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uSfaD511B8 .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uSfaD511B8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ff0000;
  transition: .3s all;
}
.cid-uSfaD511B8 .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uSfaD511B8 .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ff0000;
  transition: .3s all;
}
.cid-uSfaD511B8 .iconfont-wrapper:hover {
  background-color: #ff0000;
}
.cid-uSfaD511B8 .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uSfaD5rwMr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-uSfaD5rwMr .mbr-text {
  color: #FFFFFF;
}
.cid-uSfZ8MiMjB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfZ8MiMjB .dropdown-menu {
  padding: 0;
}
.cid-uSfZ8MiMjB .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .dropdown-item {
    text-align: left !important;
  }
}
.cid-uSfZ8MiMjB .dropdown-item:hover {
  background-position: right !important;
}
.cid-uSfZ8MiMjB .dropdown-item:hover:after {
  color: #ff0000;
}
.cid-uSfZ8MiMjB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSfZ8MiMjB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSfZ8MiMjB .nav-link {
  position: relative;
}
.cid-uSfZ8MiMjB .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .container {
    flex-wrap: wrap;
  }
}
.cid-uSfZ8MiMjB .dropdown-menu,
.cid-uSfZ8MiMjB .navbar.opened {
  background: #ffffff !important;
}
.cid-uSfZ8MiMjB .nav-item:focus,
.cid-uSfZ8MiMjB .nav-link:focus {
  outline: none;
}
.cid-uSfZ8MiMjB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfZ8MiMjB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfZ8MiMjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfZ8MiMjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfZ8MiMjB .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-uSfZ8MiMjB .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfZ8MiMjB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSfZ8MiMjB .navbar .navbar-logo img {
  width: auto;
}
.cid-uSfZ8MiMjB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfZ8MiMjB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfZ8MiMjB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfZ8MiMjB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSfZ8MiMjB .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-uSfZ8MiMjB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfZ8MiMjB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSfZ8MiMjB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSfZ8MiMjB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSfZ8MiMjB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfZ8MiMjB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSfZ8MiMjB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uSfZ8MiMjB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSfZ8MiMjB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uSfZ8MiMjB .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfZ8MiMjB .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .navbar-brand {
    display: none;
  }
}
.cid-uSfZ8MiMjB .dropdown-item.active,
.cid-uSfZ8MiMjB .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfZ8MiMjB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSfZ8MiMjB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfZ8MiMjB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfZ8MiMjB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSfZ8MiMjB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfZ8MiMjB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfZ8MiMjB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSfZ8MiMjB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSfZ8MiMjB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-uSfZ8MiMjB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfZ8MiMjB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfZ8MiMjB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfZ8MiMjB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfZ8MiMjB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfZ8MiMjB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfZ8MiMjB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfZ8MiMjB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfZ8MiMjB .navbar-dropdown {
  padding: 0;
}
.cid-uSfZ8MiMjB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfZ8MiMjB .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-uSfZ8MiMjB .navbar {
    height: 70px;
  }
  .cid-uSfZ8MiMjB .navbar.opened {
    height: auto;
  }
  .cid-uSfZ8MiMjB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfZ8MiMjB .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uSfZ8MiMjB .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uSfZ8MiMjB .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uSfZ8MiMjB .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uSfZ8MiMjB .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uSfZ8MiMjB .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uSfZ8MiMjB .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uSfZ8MiMjB .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uSfZ8MiMjB .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uSfZ8MiMjB .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uSfZ8MiMjB .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas {
  background-color: #ffffff;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ff0000;
}
.cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uSfZ8MiMjB .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uSfZ8MiMjB nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uSfZ8MiMjB .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uSfZ8MiMjB .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uSfZ8MiMjB .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uSfZ8MiMjB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .image-wrapper {
    display: none;
  }
}
.cid-uSfZ8MiMjB .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #ff0000;
}
@media (max-width: 991px) {
  .cid-uSfZ8MiMjB .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uSfZ8MiMjB .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uSfZ8MiMjB .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfZ8MiMjB .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8MiMjB .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uSfZ8MiMjB .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uSfZ8MiMjB .navbar-nav {
  display: flex !important;
}
.cid-uSfZ8MiMjB .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uSfZ8MiMjB .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uSfZ8MiMjB .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #ff0000 !important;
}
.cid-uSfZ8MiMjB .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uSfZ8MiMjB .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uSfZ8MiMjB .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uSfZ8MiMjB .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8MiMjB .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uSfZ8MiMjB .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uSfZ8MiMjB .offcanvas_text {
  width: 60%;
}
.cid-uSfZ8MiMjB .mbr-text {
  color: #FFFFFF;
}
.cid-uSfZ8MiMjB .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uSfZ8MiMjB .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uSfZ8MiMjB .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uSfZ8MiMjB .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uSfZ8MiMjB .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uSfZ8MiMjB .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uSfZ8MiMjB .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uSfZ8NCyM4 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSfZ8NCyM4 .row {
  justify-content: flex-start;
}
.cid-uSfZ8NCyM4 .mbr-section-title {
  color: #ff0000;
}
.cid-uSfZ8NCyM4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uSfZ8NCyM4 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8NCyM4 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uSfZ8NCyM4 .mbr-text {
  margin-top: 36px;
  color: #59626d;
}
@media (max-width: 991px) {
  .cid-uSfZ8NCyM4 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8NCyM4 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uSfZ8NVdjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-uSfZ8NVdjM .row {
  justify-content: flex-start;
}
.cid-uSfZ8NVdjM .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uSfZ8NVdjM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uSfZ8NVdjM .mbr-section-title {
  color: #ff0000;
  text-align: center;
}
.cid-uSfZ8NVdjM .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfZ8NVdjM .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uSfZ8NVdjM .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8NVdjM .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uSfZ8NVdjM .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uSfZ8NVdjM .item-title {
  color: #59626d;
}
.cid-uSfZ8NVdjM .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uSfZ8NVdjM .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSfZ8NVdjM .mbr-text {
  color: #7a7e82;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uSfZ8NVdjM .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-uSfZ8NVdjM .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfZ8NVdjM .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfZ8NVdjM .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uSfZ8NVdjM .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfZ8Ojq2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSfZ8Ojq2P .row {
  justify-content: flex-start;
}
.cid-uSfZ8Ojq2P .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uSfZ8Ojq2P .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uSfZ8Ojq2P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfZ8Ojq2P .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfZ8Ojq2P .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uSfZ8Ojq2P .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8Ojq2P .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uSfZ8Ojq2P .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uSfZ8Ojq2P .item-title {
  color: #45494E;
}
.cid-uSfZ8Ojq2P .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uSfZ8Ojq2P .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSfZ8Ojq2P .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-uSfZ8Ojq2P .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 33.333%;
  background-color: #ffffff;
}
.cid-uSfZ8Ojq2P .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfZ8Ojq2P .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfZ8Ojq2P .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uSfZ8Ojq2P .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfZ8OLHmf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfZ8OLHmf .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-uSfZ8OLHmf .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-uSfZ8OLHmf .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-uSfZ8OLHmf .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-uSfZ8OLHmf .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8OLHmf .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-uSfZ8OLHmf .mbr-section-title {
  color: #ff0000;
}
.cid-uSfZ8OLHmf .mbr-section-subtitle {
  color: #45494E;
}
.cid-uSfZ8OLHmf .item-col {
  order: 1;
}
.cid-uSfZ8OLHmf .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uSfZ8OLHmf .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-uSfZ8OLHmf .item {
    margin-bottom: 52px;
  }
}
.cid-uSfZ8OLHmf .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-uSfZ8OLHmf .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-uSfZ8OLHmf .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-uSfZ8OLHmf .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-uSfZ8OLHmf .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uSfZ8OLHmf .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-uSfZ8OLHmf .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120%;
}
.cid-uSfZ8OLHmf .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uSfZ8OLHmf .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfZ8OLHmf .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uSfZ8OLHmf .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uSfZ8P9T73 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .container {
    padding: 0 16px;
  }
}
.cid-uSfZ8P9T73 .row {
  justify-content: center;
}
.cid-uSfZ8P9T73 .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .content-wrapper {
    display: block;
  }
}
.cid-uSfZ8P9T73 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uSfZ8P9T73 .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uSfZ8P9T73 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uSfZ8P9T73 .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uSfZ8P9T73 .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uSfZ8P9T73 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSfZ8P9T73 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSfZ8P9T73 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSfZ8P9T73 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uSfZ8P9T73 .embla__button--next,
.cid-uSfZ8P9T73 .embla__button--prev {
  display: flex;
}
.cid-uSfZ8P9T73 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ff0000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSfZ8P9T73 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSfZ8P9T73 .embla__button:hover {
  opacity: .5;
}
.cid-uSfZ8P9T73 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uSfZ8P9T73 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uSfZ8P9T73 .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uSfZ8P9T73 .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uSfZ8P9T73 .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uSfZ8P9T73 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSfZ8P9T73 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSfZ8P9T73 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSfZ8P9T73 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSfZ8P9T73 .mbr-desc {
  color: #59626d;
}
.cid-uSfZ8PNEt0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1078.png");
}
.cid-uSfZ8PNEt0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-uSfZ8PNEt0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uSfZ8PNEt0 .mbr-section-title {
  color: #45494E;
}
.cid-uSfZ8PNEt0 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uSfZ8PNEt0 .form-container {
  display: flex;
  width: 100%;
}
.cid-uSfZ8PNEt0 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uSfZ8PNEt0 form {
  width: 100%;
}
.cid-uSfZ8PNEt0 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uSfZ8PNEt0 form h5 {
  margin: 40px 0 20px;
}
.cid-uSfZ8PNEt0 form p {
  color: #45494E;
}
.cid-uSfZ8PNEt0 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uSfZ8PNEt0 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uSfZ8PNEt0 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uSfZ8PNEt0 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uSfZ8PNEt0 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form select {
  color: #A2A4A7 !important;
}
.cid-uSfZ8PNEt0 form textarea {
  height: 250px !important;
}
.cid-uSfZ8PNEt0 form input:active,
.cid-uSfZ8PNEt0 form textarea:active,
.cid-uSfZ8PNEt0 form input:focus,
.cid-uSfZ8PNEt0 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uSfZ8PNEt0 form input:active::-webkit-input-placeholder,
.cid-uSfZ8PNEt0 form textarea:active::-webkit-input-placeholder,
.cid-uSfZ8PNEt0 form input:focus::-webkit-input-placeholder,
.cid-uSfZ8PNEt0 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form input:active::-moz-placeholder,
.cid-uSfZ8PNEt0 form textarea:active::-moz-placeholder,
.cid-uSfZ8PNEt0 form input:focus::-moz-placeholder,
.cid-uSfZ8PNEt0 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form input:active:-moz-placeholder,
.cid-uSfZ8PNEt0 form textarea:active:-moz-placeholder,
.cid-uSfZ8PNEt0 form input:focus:-moz-placeholder,
.cid-uSfZ8PNEt0 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form input:active:-ms-input-placeholder,
.cid-uSfZ8PNEt0 form textarea:active:-ms-input-placeholder,
.cid-uSfZ8PNEt0 form input:focus:-ms-input-placeholder,
.cid-uSfZ8PNEt0 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uSfZ8PNEt0 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uSfZ8PNEt0 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uSfZ8PNEt0 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uSfZ8PNEt0 form .form-control-label {
  width: 100%;
}
.cid-uSfZ8PNEt0 form .form-check-label {
  margin-bottom: 10px;
}
.cid-uSfZ8PNEt0 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uSfZ8PNEt0 form .form-check-input:focus,
.cid-uSfZ8PNEt0 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uSfZ8PNEt0 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uSfZ8PNEt0 H5 {
  color: #ffffff;
}
.cid-uSfZ8Q8Etn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f0e4e5;
}
.cid-uSfZ8Q8Etn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfZ8Q8Etn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfZ8Q8Etn .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-uSfZ8Q8Etn .content-container {
    flex-direction: column;
  }
}
.cid-uSfZ8Q8Etn .icons-menu {
  display: flex;
}
.cid-uSfZ8Q8Etn .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uSfZ8Q8Etn .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-uSfZ8Q8Etn .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ff0000;
  transition: .3s all;
}
.cid-uSfZ8Q8Etn .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-uSfZ8Q8Etn .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ff0000;
  transition: .3s all;
}
.cid-uSfZ8Q8Etn .iconfont-wrapper:hover {
  background-color: #ff0000;
}
.cid-uSfZ8Q8Etn .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-uSfZ8QD2Fn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-uSfZ8QD2Fn .mbr-text {
  color: #FFFFFF;
}
