@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ed1c24 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #a1a1a1 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #af0e14 !important;
  border-color: #af0e14 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #af0e14 !important;
  border-color: #af0e14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f30000 !important;
  border-color: #f30000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a60000 !important;
  border-color: #a60000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a60000 !important;
  border-color: #a60000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7b7b7b !important;
  border-color: #7b7b7b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7b7b7b !important;
  border-color: #7b7b7b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #970c11;
  color: #970c11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8d0000;
  color: #8d0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f30000;
  border-color: #f30000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f30000 !important;
  border-color: #f30000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #6e6e6e;
  color: #6e6e6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed1c24 !important;
}
.text-secondary {
  color: #f30000 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #a1a1a1 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #970c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8d0000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6e6e6e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #a1a1a1;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed1c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1e1e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ed1c24;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ed1c24;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ed1c24;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1c24;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.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: #ed1c24 !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: #f30000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ed1c24' %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.3;
}
.cid-sgya3NGoMn {
  background-image: url("../../../assets/images/img-20190415-194232-1950x1191.jpg");
}
.cid-sgya3NGoMn H1 {
  text-align: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sgya3NGoMn H1 {
    font-size: 58px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgya3NGoMn H1 {
    font-size: 40px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shzkYT25Kd .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-shzkYT25Kd .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-shzkYT25Kd .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-shzkYT25Kd .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-shzkYT25Kd .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-shzkYT25Kd .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-shzkYT25Kd .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-shzkYT25Kd .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-shzkYT25Kd .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-shzkYT25Kd .hidden {
  display: none;
}
.cid-shzkYT25Kd H10 {
  color: #767676;
}
.cid-s6JKt0RCwV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6JKt0RCwV .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-s6JKt0RCwV .section-title {
    font-size: 25px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-s6JKt0RCwV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s6JKt0RCwV .inner-container {
    width: 90% !important;
  }
}
.cid-s6JBlPAUBp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s6JBlPAUBp .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-s6JBlPAUBp .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .cid-s6JBlPAUBp .mbr-figure {
    padding-right: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-s6JBlPAUBp .mbr-figure {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-s6JBlPAUBp .mbr-figure {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s6JBlPAUBp .mbr-text {
  padding-left: 0rem;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s6JBlPAUBp .mbr-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-s6JBlPAUBp .mbr-text {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0rem;
  }
}
.cid-s6JBlPAUBp .mbr-text,
.cid-s6JBlPAUBp .mbr-section-btn {
  color: #000000;
}
.cid-s6IKOnxkUV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s6IKOnxkUV .section-title {
  font-size: 28px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-s6IKOnxkUV .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-s6IKOnxkUV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s6IKOnxkUV .inner-container {
    width: 90% !important;
  }
}
.cid-sgl2ELBAo3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sgl2ELBAo3 .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-sgl2ELBAo3 .section-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sgl2ELBAo3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgl2ELBAo3 .inner-container {
    width: 100% !important;
  }
}
.cid-sgl2FEEZgQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sgl2FEEZgQ .card-box {
  padding: 0 2rem;
}
.cid-sgl2FEEZgQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgl2FEEZgQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgl2FEEZgQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sgl2FEEZgQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sgl2FEEZgQ .mbr-text {
  color: #767676;
}
.cid-sgl2FEEZgQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgl2FEEZgQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgl2FEEZgQ .card-title {
  text-align: center;
  color: #232323;
}
.cid-sgl2KRZs5T {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sgl2KRZs5T .card-box {
  padding: 0 2rem;
}
.cid-sgl2KRZs5T .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgl2KRZs5T .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgl2KRZs5T h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sgl2KRZs5T p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sgl2KRZs5T .mbr-text {
  color: #767676;
}
.cid-sgl2KRZs5T .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgl2KRZs5T .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgl2KRZs5T .card-title {
  text-align: center;
  color: #232323;
}
.cid-sgz1o4CGpm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgz1o4CGpm {
    padding-top: 0px;
    padding-bottom: 90px;
  }
}
.cid-sgz1o4CGpm H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sgz1o4CGpm H1 {
    font-size: 25px;
    text-align: center;
  }
}
.cid-s6JJ8RgrgX {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6JJ8RgrgX .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-s6JJ8RgrgX .section-title {
    font-size: 25px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-s6JJ8RgrgX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s6JJ8RgrgX .inner-container {
    width: 90% !important;
  }
}
.cid-sglqyQyEzG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sglqyQyEzG .mbr-text {
  color: #232323;
}
.cid-sglqyQyEzG h4 {
  text-align: center;
}
.cid-sglqyQyEzG p {
  text-align: center;
}
.cid-sglqyQyEzG .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sglqZ6V5RP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sglqZ6V5RP {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-sglqZ6V5RP .mbr-text {
  color: #232323;
}
.cid-sglqZ6V5RP h4 {
  text-align: center;
}
.cid-sglqZ6V5RP p {
  text-align: center;
}
.cid-sglqZ6V5RP .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sglqZ6V5RP .card-box3 {
  padding-top: 11px;
}
@media (max-width: 600px) {
  .cid-sglqZ6V5RP .card-box3 {
    padding-top: 2px;
  }
}
.cid-sglsp78xR3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sglsp78xR3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cid-sglsp78xR3 .btn {
    display: inline;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-sglsp78xR3 .btn {
    width: 80%;
  }
}
.cid-shyQ0IIgnf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shyQ0IIgnf .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shyQ0IIgnf .content {
    text-align: center;
  }
  .cid-shyQ0IIgnf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shyQ0IIgnf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shyQ0IIgnf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shyQ0IIgnf .media-wrap img {
  height: 6rem;
}
.cid-shyQ0IIgnf H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shyQ0IIgnf H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shyQ0IIgnf H5 {
    text-align: right;
  }
}
.cid-shyQ0IIgnf P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shyQ0IIgnf P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shyQ0IIgnf P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sglgDC2sox {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sglgDC2sox {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sglgDC2sox {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-sglgDC2sox .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-sglgDC2sox .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-sglgDC2sox .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-sglgDC2sox .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-sglgDC2sox .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-sglgDC2sox .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-s7rmIKpr15 {
  padding-top: 270px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/contactus-2000x1333.jpg");
}
@media (max-width: 767px) {
  .cid-s7rmIKpr15 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
}
.cid-s7rmIKpr15 H3 {
  text-align: center;
  font-size: 37px;
}
@media (max-width: 767px) {
  .cid-s7rmIKpr15 H3 {
    font-size: 32px;
    text-align: center;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-siagPKJ578 .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagPKJ578 .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagPKJ578 .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagPKJ578 .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagPKJ578 .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagPKJ578 .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagPKJ578 .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagPKJ578 .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagPKJ578 .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagPKJ578 .hidden {
  display: none;
}
.cid-siagPKJ578 H10 {
  color: #767676;
}
.cid-s7rmR52YcS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s7rmR52YcS .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7rmR52YcS .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-s7rmR52YcS .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-s7rmR52YcS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7rmR52YcS .inner-container {
    width: 90% !important;
  }
}
.cid-s7rnrtcPWX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s7rnrtcPWX {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.cid-s7rnrtcPWX .rowflexrev {
  display: -webkit-flex;
}
.cid-s7rnrtcPWX .title {
  margin-bottom: 2rem;
}
.cid-s7rnrtcPWX .mbr-section-subtitle {
  color: #767676;
}
.cid-s7rnrtcPWX textarea.form-control {
  min-height: 188px;
}
.cid-s7rnrtcPWX LABEL {
  color: #232323;
}
.cid-s7rnrtcPWX .btn-form:hover {
  color: white;
}
.cid-s7rnrtcPWX .mbr-section-terms {
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.cid-s7rnrtcPWX .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-shtxXzdZhl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-shtxXzdZhl div.b {
  padding-top: 2rem;
}
.cid-shtxXzdZhl .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shtxXzdZhl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-shtxXzdZhl .google-map {
  height: 25rem;
  position: relative;
}
.cid-shtxXzdZhl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-shtxXzdZhl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-shtxXzdZhl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-shtxXzdZhl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-shtxXzdZhl .google-map {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.cid-shtxXzdZhl div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 15px;
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shzbKZFOlZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzbKZFOlZ .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shzbKZFOlZ .content {
    text-align: center;
  }
  .cid-shzbKZFOlZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shzbKZFOlZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shzbKZFOlZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shzbKZFOlZ .media-wrap img {
  height: 6rem;
}
.cid-shzbKZFOlZ H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzbKZFOlZ H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzbKZFOlZ H5 {
    text-align: right;
  }
}
.cid-shzbKZFOlZ P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzbKZFOlZ P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzbKZFOlZ P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shzbLDUkSk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzbLDUkSk {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shzbLDUkSk {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shzbLDUkSk .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzbLDUkSk .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzbLDUkSk .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shzbLDUkSk .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzbLDUkSk .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzbLDUkSk .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-sgyWlvB0dS {
  padding-top: 270px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/127171499-138278678083899-6192281781955775890-n-960x720.jpg");
}
@media (max-width: 767px) {
  .cid-sgyWlvB0dS {
    padding-top: 225px;
    padding-bottom: 225px;
  }
}
.cid-sgyWlvB0dS H3 {
  text-align: center;
  font-size: 37px;
}
@media (max-width: 767px) {
  .cid-sgyWlvB0dS H3 {
    font-size: 32px;
    text-align: center;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-siaglLw8PM .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siaglLw8PM .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siaglLw8PM .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siaglLw8PM .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siaglLw8PM .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siaglLw8PM .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siaglLw8PM .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siaglLw8PM .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siaglLw8PM .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siaglLw8PM .hidden {
  display: none;
}
.cid-siaglLw8PM H10 {
  color: #767676;
}
.cid-sgz3kZzu0T {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sgz3kZzu0T .card-box {
  padding: 0 2rem;
}
.cid-sgz3kZzu0T .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgz3kZzu0T .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgz3kZzu0T h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sgz3kZzu0T p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sgz3kZzu0T .mbr-text {
  color: #767676;
}
.cid-sgz3kZzu0T .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgz3kZzu0T .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgz3kZzu0T .card-title {
  text-align: center;
  color: #232323;
}
.cid-sgz2RozOLq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgz2RozOLq .card-box {
  padding: 0 2rem;
}
.cid-sgz2RozOLq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgz2RozOLq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgz2RozOLq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sgz2RozOLq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sgz2RozOLq .mbr-text {
  color: #767676;
}
.cid-sgz2RozOLq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgz2RozOLq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgz2RozOLq .card-title {
  text-align: center;
  color: #232323;
}
.cid-shssjAZGka {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shssjAZGka .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shssjAZGka .section-title {
    font-size: 25px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shssjAZGka .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shssjAZGka .inner-container {
    width: 90% !important;
  }
}
.cid-shsskMAOXk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shsskMAOXk .mbr-text {
  color: #232323;
}
.cid-shsskMAOXk h4 {
  text-align: center;
}
.cid-shsskMAOXk p {
  text-align: center;
}
.cid-shsskMAOXk .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-shssln5vzd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shssln5vzd {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-shssln5vzd .mbr-text {
  color: #232323;
}
.cid-shssln5vzd h4 {
  text-align: center;
}
.cid-shssln5vzd p {
  text-align: center;
}
.cid-shssln5vzd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-shssln5vzd .card-box3 {
  padding-top: 11px;
}
@media (max-width: 600px) {
  .cid-shssln5vzd .card-box3 {
    padding-top: 2px;
  }
}
.cid-sgz4FqvUie {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sgz4FqvUie {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cid-sgz4FqvUie .btn {
    display: inline;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-sgz4FqvUie .btn {
    width: 80%;
  }
}
.cid-shyUlAz8Ix {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shyUlAz8Ix .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shyUlAz8Ix .content {
    text-align: center;
  }
  .cid-shyUlAz8Ix .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shyUlAz8Ix .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shyUlAz8Ix .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shyUlAz8Ix .media-wrap img {
  height: 6rem;
}
.cid-shyUlAz8Ix H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shyUlAz8Ix H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shyUlAz8Ix H5 {
    text-align: right;
  }
}
.cid-shyUlAz8Ix P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shyUlAz8Ix P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shyUlAz8Ix P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz7VyWgve {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz7VyWgve {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz7VyWgve {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz7VyWgve .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz7VyWgve .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz7VyWgve .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz7VyWgve .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz7VyWgve .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz7VyWgve .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-sgz9BhYYIg {
  padding-top: 270px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc02722-2000x1500.jpeg");
}
@media (max-width: 767px) {
  .cid-sgz9BhYYIg {
    padding-top: 225px;
    padding-bottom: 225px;
  }
}
.cid-sgz9BhYYIg H3 {
  text-align: center;
  font-size: 37px;
}
@media (max-width: 767px) {
  .cid-sgz9BhYYIg H3 {
    font-size: 32px;
    text-align: center;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-siahaiFV2S .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siahaiFV2S .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siahaiFV2S .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siahaiFV2S .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siahaiFV2S .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siahaiFV2S .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siahaiFV2S .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siahaiFV2S .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siahaiFV2S .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siahaiFV2S .hidden {
  display: none;
}
.cid-siahaiFV2S H10 {
  color: #767676;
}
.cid-shrUjvjJVB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shrUjvjJVB {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shrUjvjJVB .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shrUjvjJVB .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shrUjvjJVB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shrUjvjJVB .inner-container {
    width: 90% !important;
  }
}
.cid-sgDl8SYIGi {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgDl8SYIGi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgDl8SYIGi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgDl8SYIGi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgDl8SYIGi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgDl8SYIGi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-sgDl8SYIGi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgDl8SYIGi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgDl8SYIGi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgDl8SYIGi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shs0ikDikn {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shs0ikDikn {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shs0ikDikn .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shs0ikDikn .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shs0ikDikn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shs0ikDikn .inner-container {
    width: 90% !important;
  }
}
.cid-sht2s0wBMB {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sht2s0wBMB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sht2s0wBMB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sht2s0wBMB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sht2s0wBMB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sht2s0wBMB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-sht2s0wBMB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sht2s0wBMB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sht2s0wBMB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sht2s0wBMB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtB8wd3u9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shtB8wd3u9 {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shtB8wd3u9 .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shtB8wd3u9 .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shtB8wd3u9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shtB8wd3u9 .inner-container {
    width: 90% !important;
  }
}
.cid-shtBvuwiIw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-shtBvuwiIw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtBvuwiIw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtBvuwiIw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtBvuwiIw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtBvuwiIw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtBvuwiIw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtBvuwiIw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtBvuwiIw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtBvuwiIw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtBdEZJkd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shtBdEZJkd {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shtBdEZJkd .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shtBdEZJkd .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shtBdEZJkd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shtBdEZJkd .inner-container {
    width: 90% !important;
  }
}
.cid-shtEeALJy4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shtEeALJy4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtEeALJy4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtEeALJy4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtEeALJy4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtEeALJy4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtEeALJy4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtEeALJy4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtEeALJy4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtEeALJy4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtBhxrXJH {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shtBhxrXJH {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shtBhxrXJH .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shtBhxrXJH .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shtBhxrXJH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shtBhxrXJH .inner-container {
    width: 90% !important;
  }
}
.cid-shtGirhXH1 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-shtGirhXH1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtGirhXH1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtGirhXH1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtGirhXH1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtGirhXH1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtGirhXH1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtGirhXH1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtGirhXH1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtGirhXH1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtBnYsfPP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shtBnYsfPP {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shtBnYsfPP .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shtBnYsfPP .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shtBnYsfPP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shtBnYsfPP .inner-container {
    width: 90% !important;
  }
}
.cid-shtInckNs4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shtInckNs4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtInckNs4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtInckNs4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtInckNs4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtInckNs4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtInckNs4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtInckNs4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtInckNs4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtInckNs4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-si9XSvdjnR {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-si9XSvdjnR {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-si9XSvdjnR .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-si9XSvdjnR .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-si9XSvdjnR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-si9XSvdjnR .inner-container {
    width: 90% !important;
  }
}
.cid-sia92ayHYS {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sia92ayHYS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sia92ayHYS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sia92ayHYS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sia92ayHYS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sia92ayHYS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-sia92ayHYS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sia92ayHYS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sia92ayHYS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sia92ayHYS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtBpYhgSG {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shtBpYhgSG {
    padding-top: 90px;
    padding-bottom: 2px;
  }
}
.cid-shtBpYhgSG .section-title {
  font-size: 28px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shtBpYhgSG .section-title {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-shtBpYhgSG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shtBpYhgSG .inner-container {
    width: 90% !important;
  }
}
.cid-shtJnOBdk9 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shtJnOBdk9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtJnOBdk9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtJnOBdk9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtJnOBdk9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtJnOBdk9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-shtJnOBdk9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtJnOBdk9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtJnOBdk9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtJnOBdk9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #45505b) !important;
}
.cid-sgDnMm3n5v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgDnMm3n5v H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sgDnMm3n5v H1 {
    font-size: 25px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shzgSR8153 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzgSR8153 .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shzgSR8153 .content {
    text-align: center;
  }
  .cid-shzgSR8153 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shzgSR8153 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shzgSR8153 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shzgSR8153 .media-wrap img {
  height: 6rem;
}
.cid-shzgSR8153 H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzgSR8153 H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzgSR8153 H5 {
    text-align: right;
  }
}
.cid-shzgSR8153 P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzgSR8153 P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzgSR8153 P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shzgTPQ9dM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzgTPQ9dM {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shzgTPQ9dM {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shzgTPQ9dM .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzgTPQ9dM .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzgTPQ9dM .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shzgTPQ9dM .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzgTPQ9dM .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzgTPQ9dM .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-sgHwCiZk0T {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sgHwCiZk0T {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-sgHwCiZk0T .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-sgHwCiZk0T H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgHwCiZk0T H3 {
    font-size: 15px;
  }
}
.cid-sgHwCjkWjQ {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-sgHwCjkWjQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHwCjkWjQ H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgHwCjkWjQ H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagB0WR57 .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagB0WR57 .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagB0WR57 .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagB0WR57 .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagB0WR57 .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagB0WR57 .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagB0WR57 .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagB0WR57 .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagB0WR57 .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagB0WR57 .hidden {
  display: none;
}
.cid-siagB0WR57 H10 {
  color: #767676;
}
.cid-sgHwCjImRg {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHwCjImRg .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCjImRg .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHwCjImRg .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCjImRg .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHwCjImRg .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCjImRg .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCjImRg .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCjImRg .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCjImRg .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCjImRg .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHwCjImRg .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHwCjImRg .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCjImRg .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCjImRg .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHwCjImRg .mbr-text,
.cid-sgHwCjImRg .mbr-text2,
.cid-sgHwCjImRg .mbr-section-btn {
  color: #000000;
}
.cid-sgHwCkmIjc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sgHwCkmIjc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sgHwCkmIjc .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCkmIjc .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHwCkmIjc .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCkmIjc .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHwCkmIjc .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCkmIjc .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCkmIjc .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkmIjc .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCkmIjc .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCkmIjc .mbr-text {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkmIjc .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHwCkmIjc .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHwCkmIjc .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCkmIjc .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkmIjc .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHwCkmIjc .mbr-text,
.cid-sgHwCkmIjc .mbr-text2,
.cid-sgHwCkmIjc .mbr-section-btn {
  color: #000000;
}
.cid-sgHwCkObNe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHwCkObNe .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCkObNe .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHwCkObNe .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwCkObNe .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHwCkObNe .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCkObNe .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCkObNe .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkObNe .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHwCkObNe .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkObNe .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHwCkObNe .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHwCkObNe .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwCkObNe .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwCkObNe .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHwCkObNe .mbr-text,
.cid-sgHwCkObNe .mbr-text2,
.cid-sgHwCkObNe .mbr-section-btn {
  color: #000000;
}
.cid-sgHwClgul8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sgHwClgul8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sgHwClgul8 .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwClgul8 .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHwClgul8 .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHwClgul8 .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHwClgul8 .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHwClgul8 .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwClgul8 .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwClgul8 .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHwClgul8 .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwClgul8 .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHwClgul8 .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHwClgul8 .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHwClgul8 .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHwClgul8 .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHwClgul8 .mbr-text,
.cid-sgHwClgul8 .mbr-text2,
.cid-sgHwClgul8 .mbr-section-btn {
  color: #000000;
}
.cid-sgHwClHPIL {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHwClHPIL {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-sgHwClHPIL H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sgHwClHPIL H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shz6yodSOC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz6yodSOC .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shz6yodSOC .content {
    text-align: center;
  }
  .cid-shz6yodSOC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shz6yodSOC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shz6yodSOC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shz6yodSOC .media-wrap img {
  height: 6rem;
}
.cid-shz6yodSOC H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz6yodSOC H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz6yodSOC H5 {
    text-align: right;
  }
}
.cid-shz6yodSOC P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz6yodSOC P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz6yodSOC P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz8oEefRM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz8oEefRM {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz8oEefRM {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz8oEefRM .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8oEefRM .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8oEefRM .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz8oEefRM .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8oEefRM .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8oEefRM .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-sgHvc32mX7 {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sgHvc32mX7 {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-sgHvc32mX7 .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-sgHvc32mX7 H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgHvc32mX7 H3 {
    font-size: 15px;
  }
}
.cid-sgHvc3n5UE {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-sgHvc3n5UE .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHvc3n5UE H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgHvc3n5UE H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagw0yZrb .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagw0yZrb .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagw0yZrb .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagw0yZrb .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagw0yZrb .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagw0yZrb .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagw0yZrb .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagw0yZrb .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagw0yZrb .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagw0yZrb .hidden {
  display: none;
}
.cid-siagw0yZrb H10 {
  color: #767676;
}
.cid-sgHvc3JlDt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHvc3JlDt .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc3JlDt .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHvc3JlDt .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc3JlDt .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHvc3JlDt .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc3JlDt .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc3JlDt .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc3JlDt .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc3JlDt .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc3JlDt .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHvc3JlDt .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHvc3JlDt .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc3JlDt .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc3JlDt .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHvc3JlDt .mbr-text,
.cid-sgHvc3JlDt .mbr-text2,
.cid-sgHvc3JlDt .mbr-section-btn {
  color: #000000;
}
.cid-sgHvc4ms8j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sgHvc4ms8j .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sgHvc4ms8j .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc4ms8j .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHvc4ms8j .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc4ms8j .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHvc4ms8j .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc4ms8j .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc4ms8j .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4ms8j .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc4ms8j .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc4ms8j .mbr-text {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4ms8j .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHvc4ms8j .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHvc4ms8j .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc4ms8j .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4ms8j .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHvc4ms8j .mbr-text,
.cid-sgHvc4ms8j .mbr-text2,
.cid-sgHvc4ms8j .mbr-section-btn {
  color: #000000;
}
.cid-sgHvc4Pz5l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHvc4Pz5l .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc4Pz5l .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHvc4Pz5l .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc4Pz5l .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHvc4Pz5l .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc4Pz5l .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc4Pz5l .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4Pz5l .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc4Pz5l .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4Pz5l .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHvc4Pz5l .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHvc4Pz5l .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc4Pz5l .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc4Pz5l .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHvc4Pz5l .mbr-text,
.cid-sgHvc4Pz5l .mbr-text2,
.cid-sgHvc4Pz5l .mbr-section-btn {
  color: #000000;
}
.cid-sgHvc5hDUX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sgHvc5hDUX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sgHvc5hDUX .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc5hDUX .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sgHvc5hDUX .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sgHvc5hDUX .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sgHvc5hDUX .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc5hDUX .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc5hDUX .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc5hDUX .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sgHvc5hDUX .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc5hDUX .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sgHvc5hDUX .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sgHvc5hDUX .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHvc5hDUX .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHvc5hDUX .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sgHvc5hDUX .mbr-text,
.cid-sgHvc5hDUX .mbr-text2,
.cid-sgHvc5hDUX .mbr-section-btn {
  color: #000000;
}
.cid-sgHvc5JTmW {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sgHvc5JTmW {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-sgHvc5JTmW H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sgHvc5JTmW H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shz5oJQgH4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz5oJQgH4 .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shz5oJQgH4 .content {
    text-align: center;
  }
  .cid-shz5oJQgH4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shz5oJQgH4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shz5oJQgH4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shz5oJQgH4 .media-wrap img {
  height: 6rem;
}
.cid-shz5oJQgH4 H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz5oJQgH4 H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz5oJQgH4 H5 {
    text-align: right;
  }
}
.cid-shz5oJQgH4 P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz5oJQgH4 P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz5oJQgH4 P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz8kTA9IM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz8kTA9IM {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz8kTA9IM {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz8kTA9IM .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8kTA9IM .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8kTA9IM .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz8kTA9IM .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8kTA9IM .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8kTA9IM .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-sh6bztNVrd {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sh6bztNVrd {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-sh6bztNVrd .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-sh6bztNVrd H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6bztNVrd H3 {
    font-size: 15px;
  }
}
.cid-sh6bzu91TD {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-sh6bzu91TD .mbr-section-subtitle {
  color: #767676;
}
.cid-sh6bzu91TD H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6bzu91TD H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagFcadJw .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagFcadJw .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagFcadJw .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagFcadJw .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagFcadJw .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagFcadJw .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagFcadJw .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagFcadJw .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagFcadJw .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagFcadJw .hidden {
  display: none;
}
.cid-siagFcadJw H10 {
  color: #767676;
}
.cid-sh6bzvnUlM {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6bzvnUlM .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6bzvnUlM .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6bzvnUlM .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6bzvnUlM .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6bzvnUlM .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6bzvnUlM .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6bzvnUlM .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzvnUlM .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6bzvnUlM .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzvnUlM .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6bzvnUlM .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6bzvnUlM .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6bzvnUlM .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzvnUlM .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6bzvnUlM .mbr-text,
.cid-sh6bzvnUlM .mbr-text2,
.cid-sh6bzvnUlM .mbr-section-btn {
  color: #000000;
}
.cid-sh6bzwJUIn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sh6bzwJUIn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sh6bzwJUIn .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6bzwJUIn .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6bzwJUIn .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6bzwJUIn .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6bzwJUIn .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6bzwJUIn .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6bzwJUIn .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzwJUIn .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6bzwJUIn .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzwJUIn .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6bzwJUIn .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6bzwJUIn .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6bzwJUIn .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6bzwJUIn .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6bzwJUIn .mbr-text,
.cid-sh6bzwJUIn .mbr-text2,
.cid-sh6bzwJUIn .mbr-section-btn {
  color: #000000;
}
.cid-sh6bzxaE8t {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6bzxaE8t {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-sh6bzxaE8t H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sh6bzxaE8t H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shz7hqKYWE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz7hqKYWE .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shz7hqKYWE .content {
    text-align: center;
  }
  .cid-shz7hqKYWE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shz7hqKYWE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shz7hqKYWE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shz7hqKYWE .media-wrap img {
  height: 6rem;
}
.cid-shz7hqKYWE H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz7hqKYWE H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz7hqKYWE H5 {
    text-align: right;
  }
}
.cid-shz7hqKYWE P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz7hqKYWE P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz7hqKYWE P {
    text-align: right;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz8UWNMRk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz8UWNMRk {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz8UWNMRk {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz8UWNMRk .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8UWNMRk .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8UWNMRk .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz8UWNMRk .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8UWNMRk .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8UWNMRk .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-sh6gyepVdf {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sh6gyepVdf {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-sh6gyepVdf .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-sh6gyepVdf H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6gyepVdf H3 {
    font-size: 15px;
  }
}
.cid-sh6gyeIcip {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-sh6gyeIcip .mbr-section-subtitle {
  color: #767676;
}
.cid-sh6gyeIcip H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6gyeIcip H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagIiT5jw .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagIiT5jw .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagIiT5jw .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagIiT5jw .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagIiT5jw .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagIiT5jw .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagIiT5jw .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagIiT5jw .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagIiT5jw .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagIiT5jw .hidden {
  display: none;
}
.cid-siagIiT5jw H10 {
  color: #767676;
}
.cid-sh6gyf17vd {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6gyf17vd .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6gyf17vd .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6gyf17vd .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6gyf17vd .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6gyf17vd .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6gyf17vd .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6gyf17vd .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyf17vd .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6gyf17vd .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyf17vd .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6gyf17vd .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6gyf17vd .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6gyf17vd .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyf17vd .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6gyf17vd .mbr-text,
.cid-sh6gyf17vd .mbr-text2,
.cid-sh6gyf17vd .mbr-section-btn {
  color: #000000;
}
.cid-sh6gyfuV6T {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sh6gyfuV6T .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sh6gyfuV6T .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6gyfuV6T .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6gyfuV6T .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6gyfuV6T .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6gyfuV6T .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6gyfuV6T .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6gyfuV6T .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyfuV6T .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6gyfuV6T .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyfuV6T .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6gyfuV6T .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6gyfuV6T .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6gyfuV6T .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6gyfuV6T .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6gyfuV6T .mbr-text,
.cid-sh6gyfuV6T .mbr-text2,
.cid-sh6gyfuV6T .mbr-section-btn {
  color: #000000;
}
.cid-sh6gyfW7bP {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6gyfW7bP {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-sh6gyfW7bP H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sh6gyfW7bP H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shz9JJHO48 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz9JJHO48 .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shz9JJHO48 .content {
    text-align: center;
  }
  .cid-shz9JJHO48 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shz9JJHO48 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shz9JJHO48 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shz9JJHO48 .media-wrap img {
  height: 6rem;
}
.cid-shz9JJHO48 H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz9JJHO48 H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz9JJHO48 H5 {
    text-align: right;
  }
}
.cid-shz9JJHO48 P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz9JJHO48 P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz9JJHO48 P {
    text-align: right;
  }
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz9KoBnDa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz9KoBnDa {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz9KoBnDa {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz9KoBnDa .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz9KoBnDa .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz9KoBnDa .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz9KoBnDa .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz9KoBnDa .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz9KoBnDa .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-sh6h9i7nAG {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sh6h9i7nAG {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-sh6h9i7nAG .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-sh6h9i7nAG H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6h9i7nAG H3 {
    font-size: 15px;
  }
}
.cid-sh6h9irSLA {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-sh6h9irSLA .mbr-section-subtitle {
  color: #767676;
}
.cid-sh6h9irSLA H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sh6h9irSLA H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagLVtuAC .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagLVtuAC .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagLVtuAC .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagLVtuAC .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagLVtuAC .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagLVtuAC .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagLVtuAC .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagLVtuAC .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagLVtuAC .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagLVtuAC .hidden {
  display: none;
}
.cid-siagLVtuAC H10 {
  color: #767676;
}
.cid-sh6h9iMTOv {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6h9iMTOv .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6h9iMTOv .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6h9iMTOv .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6h9iMTOv .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6h9iMTOv .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6h9iMTOv .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6h9iMTOv .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9iMTOv .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6h9iMTOv .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9iMTOv .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6h9iMTOv .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6h9iMTOv .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6h9iMTOv .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9iMTOv .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6h9iMTOv .mbr-text,
.cid-sh6h9iMTOv .mbr-text2,
.cid-sh6h9iMTOv .mbr-section-btn {
  color: #000000;
}
.cid-sh6h9jbyse {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sh6h9jbyse .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sh6h9jbyse .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6h9jbyse .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-sh6h9jbyse .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-sh6h9jbyse .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-sh6h9jbyse .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-sh6h9jbyse .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6h9jbyse .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9jbyse .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-sh6h9jbyse .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9jbyse .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-sh6h9jbyse .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-sh6h9jbyse .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sh6h9jbyse .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sh6h9jbyse .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sh6h9jbyse .mbr-text,
.cid-sh6h9jbyse .mbr-text2,
.cid-sh6h9jbyse .mbr-section-btn {
  color: #000000;
}
.cid-sh6h9jGmqL {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sh6h9jGmqL {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-sh6h9jGmqL H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sh6h9jGmqL H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shzagxsdiB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzagxsdiB .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shzagxsdiB .content {
    text-align: center;
  }
  .cid-shzagxsdiB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shzagxsdiB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shzagxsdiB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shzagxsdiB .media-wrap img {
  height: 6rem;
}
.cid-shzagxsdiB H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzagxsdiB H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzagxsdiB H5 {
    text-align: right;
  }
}
.cid-shzagxsdiB P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shzagxsdiB P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shzagxsdiB P {
    text-align: right;
  }
}
.cid-shys57hQQs p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shys57hQQs .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shys57hQQs .navbar-fixed-top {
  padding-top: 0;
}
.cid-shys57hQQs .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shys57hQQs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shys57hQQs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shys57hQQs .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shys57hQQs .menu-content-top {
    display: none;
  }
  .cid-shys57hQQs .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shys57hQQs .dropdown-item {
  padding: 0;
}
.cid-shys57hQQs .dropdown-item,
.cid-shys57hQQs .brand-name {
  font-style: normal;
}
.cid-shys57hQQs .dropdown-item:hover,
.cid-shys57hQQs .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .nav-link {
  font-style: normal;
}
.cid-shys57hQQs .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shys57hQQs .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shys57hQQs .dropdown-item:active {
  background-color: transparent;
}
.cid-shys57hQQs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shys57hQQs .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shys57hQQs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shys57hQQs .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shys57hQQs .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .content-text {
  margin-bottom: 0;
}
.cid-shys57hQQs .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shys57hQQs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shys57hQQs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shys57hQQs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shys57hQQs .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shys57hQQs .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shys57hQQs .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shys57hQQs .nav-dropdown .link {
  font-weight: 400;
}
.cid-shys57hQQs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shys57hQQs .content-right-side {
  text-align: center;
}
.cid-shys57hQQs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shys57hQQs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shys57hQQs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shys57hQQs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shys57hQQs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shys57hQQs .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shys57hQQs .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing,
  .cid-shys57hQQs .navbar-collapse.show {
    display: block !important;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shys57hQQs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shys57hQQs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shys57hQQs img {
    height: 3.8rem !important;
  }
  .cid-shys57hQQs .btn {
    display: flex;
  }
  .cid-shys57hQQs button.navbar-toggler {
    display: block;
  }
  .cid-shys57hQQs .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shys57hQQs .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shys57hQQs .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shys57hQQs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shys57hQQs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shys57hQQs .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shys57hQQs .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shys57hQQs .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shys57hQQs .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shys57hQQs .navbar {
    display: block;
    padding: 0;
  }
  .cid-shys57hQQs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shys57hQQs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shys57hQQs .navbar-toggler {
    display: none;
  }
  .cid-shys57hQQs .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shys57hQQs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shys57hQQs .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shys57hQQs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shys57hQQs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shys57hQQs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shys57hQQs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shys57hQQs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shys57hQQs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shys57hQQs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shys57hQQs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shys57hQQs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shys57hQQs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shys57hQQs button.navbar-toggler:focus {
  outline: none;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shys57hQQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shys57hQQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shys57hQQs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shys57hQQs .collapsed .btn {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing,
.cid-shys57hQQs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shys57hQQs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shys57hQQs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shys57hQQs .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shys57hQQs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shys57hQQs .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shys57hQQs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shys57hQQs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shys57hQQs .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shys57hQQs .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shys57hQQs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shys57hQQs .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shys57hQQs .nav-link:focus {
  outline: none;
}
.cid-shys57hQQs .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shys57hQQs .dropdown-item.active,
.cid-shys57hQQs .dropdown-item:active {
  color: initial;
}
.cid-shys57hQQs .widget-title,
.cid-shys57hQQs .widget-icon {
  color: #e9e9e9;
}
.cid-shys57hQQs .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shys57hQQs .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shys57hQQs .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shys57hQQs button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shys57hQQs .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shys57hQQs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shys57hQQs P {
  color: #232323;
  text-align: center;
}
.cid-shys57hQQs DIV {
  color: #ffffff;
}
.cid-shyUcNucyo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shyUcNucyo {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shyUcNucyo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shyUcNucyo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shyUcNucyo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shyUcNucyo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shyUcNucyo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shyUcNucyo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shyUcNucyo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shyUcNucyo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shyUcNucyo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shyUcNucyo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shyUcNucyo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shzahpzfLm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shzahpzfLm {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shzahpzfLm {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shzahpzfLm .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzahpzfLm .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzahpzfLm .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shzahpzfLm .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shzahpzfLm .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shzahpzfLm .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-shz0FB0PdQ {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz0FB0PdQ {
    padding-top: 180px;
    padding-bottom: 0px;
  }
}
.cid-shz0FB0PdQ .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-shz0FB0PdQ H3 {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz0FB0PdQ H3 {
    font-size: 15px;
  }
}
.cid-shz0FBnXjN {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #232323;
}
.cid-shz0FBnXjN .mbr-section-subtitle {
  color: #767676;
}
.cid-shz0FBnXjN H2 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz0FBnXjN H2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }
}
.cid-siagseXAGC .progress-container {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 6px;
  background: transparent;
  top: 64px;
}
@media (max-width: 600px) {
  .cid-siagseXAGC .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagseXAGC .progress-bar {
    z-index: 200;
    position: fixed;
    top: 80px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagseXAGC .sticky2 {
    position: fixed;
    top: 80px;
    width: 100%;
  }
}
.cid-siagseXAGC .progress-bar {
  z-index: 200;
  height: 6px;
  background: #ed1c24;
  width: 0%;
}
@media (min-width: 600px) and (max-width: 991px) {
  .cid-siagseXAGC .progress-container {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 6px;
    background: transparent;
    top: 90px;
  }
  .cid-siagseXAGC .progress-bar {
    z-index: 200;
    position: fixed;
    top: 72px;
    height: 6px;
    background: #ed1c24;
    width: 0%;
  }
  .cid-siagseXAGC .sticky2 {
    position: fixed;
    top: 72px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .cid-siagseXAGC .sticky2 {
    position: fixed;
    top: 64px;
    width: 100%;
  }
}
.cid-siagseXAGC .hidden {
  display: none;
}
.cid-siagseXAGC H10 {
  color: #767676;
}
.cid-shz0FBH6QA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shz0FBH6QA .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FBH6QA .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shz0FBH6QA .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FBH6QA .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-shz0FBH6QA .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-shz0FBH6QA .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FBH6QA .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-shz0FBH6QA .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-shz0FBH6QA .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FBH6QA .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-shz0FBH6QA .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-shz0FBH6QA .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FBH6QA .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FBH6QA .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-shz0FBH6QA .mbr-text,
.cid-shz0FBH6QA .mbr-text2,
.cid-shz0FBH6QA .mbr-section-btn {
  color: #000000;
}
.cid-shz0FC8OZ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-shz0FC8OZ8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-shz0FC8OZ8 .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FC8OZ8 .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shz0FC8OZ8 .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FC8OZ8 .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-shz0FC8OZ8 .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-shz0FC8OZ8 .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FC8OZ8 .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FC8OZ8 .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-shz0FC8OZ8 .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FC8OZ8 .mbr-text {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FC8OZ8 .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-shz0FC8OZ8 .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-shz0FC8OZ8 .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FC8OZ8 .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FC8OZ8 .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-shz0FC8OZ8 .mbr-text,
.cid-shz0FC8OZ8 .mbr-text2,
.cid-shz0FC8OZ8 .mbr-section-btn {
  color: #000000;
}
.cid-shz0FCAXo0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shz0FCAXo0 .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FCAXo0 .media-container-row {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shz0FCAXo0 .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FCAXo0 .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-shz0FCAXo0 .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-shz0FCAXo0 .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FCAXo0 .mbr-figure {
    padding-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCAXo0 .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-shz0FCAXo0 .mbr-text {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCAXo0 .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-shz0FCAXo0 .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-shz0FCAXo0 .mbr-text2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FCAXo0 .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCAXo0 .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-shz0FCAXo0 .mbr-text,
.cid-shz0FCAXo0 .mbr-text2,
.cid-shz0FCAXo0 .mbr-section-btn {
  color: #000000;
}
.cid-shz0FCZ7Y5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-shz0FCZ7Y5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-shz0FCZ7Y5 .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FCZ7Y5 .media-container-row {
  padding: 30px;
  border: 2px solid #232323;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .cid-shz0FCZ7Y5 .media-container-row {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.cid-shz0FCZ7Y5 .responsive {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .cid-shz0FCZ7Y5 .responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cid-shz0FCZ7Y5 .mbr-figure {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FCZ7Y5 .mbr-figure {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCZ7Y5 .mbr-figure {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cid-shz0FCZ7Y5 .mbr-text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCZ7Y5 .mbr-text {
    text-align: justify;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-shz0FCZ7Y5 .mbr-text2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .cid-shz0FCZ7Y5 .mbr-text2 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-shz0FCZ7Y5 .mbr-text2 {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shz0FCZ7Y5 .mbr-text2 {
    text-align: center;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-shz0FCZ7Y5 .mbr-text,
.cid-shz0FCZ7Y5 .mbr-text2,
.cid-shz0FCZ7Y5 .mbr-section-btn {
  color: #000000;
}
.cid-shz0FDpXO1 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shz0FDpXO1 {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-shz0FDpXO1 H1 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-shz0FDpXO1 H1 {
    font-size: 30px;
    text-align: center;
  }
}
.cid-shz3SIZh7q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz3SIZh7q .colempty {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-shz3SIZh7q .content {
    text-align: center;
  }
  .cid-shz3SIZh7q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shz3SIZh7q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shz3SIZh7q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shz3SIZh7q .media-wrap img {
  height: 6rem;
}
.cid-shz3SIZh7q H5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz3SIZh7q H5 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz3SIZh7q H5 {
    text-align: right;
  }
}
.cid-shz3SIZh7q P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-shz3SIZh7q P {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shz3SIZh7q P {
    text-align: right;
  }
}
.cid-shz0FFqjNU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 768px) {
  .cid-shz0FFqjNU {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.cid-shz0FFqjNU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shz0FFqjNU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shz0FFqjNU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shz0FFqjNU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-shz0FFqjNU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-shz0FFqjNU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-shz0FFqjNU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shz0FFqjNU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-shz0FFqjNU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shz0FFqjNU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shz0FFqjNU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shz0FFqjNU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shz8gYyHJ8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shz8gYyHJ8 {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-shz8gYyHJ8 {
    padding-top: 0px;
    padding-bottom: 18px;
  }
}
.cid-shz8gYyHJ8 .alignleft {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8gYyHJ8 .alignleft {
    float: left;
    padding-left: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8gYyHJ8 .alignleft {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.cid-shz8gYyHJ8 .alignright {
  color: #ed1c24;
}
@media (min-width: 1200px) {
  .cid-shz8gYyHJ8 .alignright {
    float: right;
    padding-right: 215px;
  }
}
@media (max-width: 1200px) {
  .cid-shz8gYyHJ8 .alignright {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.cid-shz0FExPDq p {
  display: inline;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-shz0FExPDq .marquee-rtl {
    padding-right: 1%;
    padding-left: 52%;
    margin-right: 5.5em;
  }
}
.cid-shz0FExPDq .navbar {
  padding: 0.5rem 0;
  background: #fbfbfb;
  transition: none;
  min-height: 50px;
}
.cid-shz0FExPDq .navbar-fixed-top {
  padding-top: 0;
}
.cid-shz0FExPDq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shz0FExPDq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shz0FExPDq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shz0FExPDq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shz0FExPDq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shz0FExPDq .menu-content-top {
  background: #ed1c24;
  display: flex;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-shz0FExPDq .menu-content-top {
    display: none;
  }
  .cid-shz0FExPDq .menu-logo {
    display: block;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shz0FExPDq .navbar-logo {
    position: absolute;
    left: 10%;
  }
}
.cid-shz0FExPDq .dropdown-item {
  padding: 0;
}
.cid-shz0FExPDq .dropdown-item,
.cid-shz0FExPDq .brand-name {
  font-style: normal;
}
.cid-shz0FExPDq .dropdown-item:hover,
.cid-shz0FExPDq .brand-name:hover {
  color: #ed1c24 !important;
}
.cid-shz0FExPDq .nav-link {
  font-style: normal;
}
.cid-shz0FExPDq .nav-link:hover {
  color: #ed1c24 !important;
}
.cid-shz0FExPDq .dropdown-menu {
  background-color: #efefef;
  color: white;
}
.cid-shz0FExPDq .dropdown-item:active {
  background-color: transparent;
}
.cid-shz0FExPDq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shz0FExPDq .navbar-dropdown.bg-color.transparent.opened {
  background: #fbfbfb;
}
.cid-shz0FExPDq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shz0FExPDq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shz0FExPDq .dropdown-item:before {
  font-family: MbIcons !important;
  display: 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shz0FExPDq .content-text {
  margin-bottom: 0;
}
.cid-shz0FExPDq .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shz0FExPDq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed1c24;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shz0FExPDq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shz0FExPDq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shz0FExPDq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shz0FExPDq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shz0FExPDq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shz0FExPDq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shz0FExPDq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shz0FExPDq .nav-dropdown .link {
  font-weight: 400;
}
.cid-shz0FExPDq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shz0FExPDq .content-right-side {
  text-align: center;
}
.cid-shz0FExPDq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shz0FExPDq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shz0FExPDq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shz0FExPDq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shz0FExPDq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .cid-shz0FExPDq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-shz0FExPDq .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shz0FExPDq .navbar-collapse {
    padding-top: 1em;
    padding-bottom: 0;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing,
  .cid-shz0FExPDq .navbar-collapse.show {
    display: block !important;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing .navbar-nav,
  .cid-shz0FExPDq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shz0FExPDq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shz0FExPDq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing .navbar-buttons,
  .cid-shz0FExPDq .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shz0FExPDq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shz0FExPDq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shz0FExPDq img {
    height: 3.8rem !important;
  }
  .cid-shz0FExPDq .btn {
    display: flex;
  }
  .cid-shz0FExPDq button.navbar-toggler {
    display: block;
  }
  .cid-shz0FExPDq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shz0FExPDq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shz0FExPDq .dropdown .dropdown-item {
    background-color: #efefef;
  }
  .cid-shz0FExPDq .dropdown .dropdown-item:hover {
    background-color: #ed1c24 !important;
    color: white !important;
  }
  .cid-shz0FExPDq .dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shz0FExPDq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .cid-shz0FExPDq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shz0FExPDq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shz0FExPDq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .cid-shz0FExPDq .navbar .menu-content-top {
    display: flex;
    height: 40px;
  }
  .cid-shz0FExPDq .content-right-side {
    text-align: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shz0FExPDq .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shz0FExPDq .navbar {
    display: block;
    padding: 0;
  }
  .cid-shz0FExPDq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    margin-right: 40px;
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shz0FExPDq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shz0FExPDq .navbar-toggler {
    display: none;
  }
  .cid-shz0FExPDq .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-shz0FExPDq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shz0FExPDq .btn {
  display: inline;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shz0FExPDq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shz0FExPDq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shz0FExPDq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shz0FExPDq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shz0FExPDq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shz0FExPDq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shz0FExPDq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shz0FExPDq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shz0FExPDq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shz0FExPDq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shz0FExPDq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shz0FExPDq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shz0FExPDq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shz0FExPDq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shz0FExPDq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shz0FExPDq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-shz0FExPDq button.navbar-toggler:focus {
  outline: none;
}
.cid-shz0FExPDq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed1c24;
}
.cid-shz0FExPDq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shz0FExPDq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shz0FExPDq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shz0FExPDq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shz0FExPDq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shz0FExPDq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shz0FExPDq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shz0FExPDq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shz0FExPDq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shz0FExPDq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shz0FExPDq .collapsed .btn {
  display: inline;
}
.cid-shz0FExPDq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing,
.cid-shz0FExPDq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shz0FExPDq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shz0FExPDq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shz0FExPDq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shz0FExPDq .collapsed .navbar-collapse.show .navbar-buttons {
  display: inline;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shz0FExPDq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shz0FExPDq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shz0FExPDq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shz0FExPDq .collapsed button.navbar-toggler {
  display: inline;
}
.cid-shz0FExPDq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shz0FExPDq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-shz0FExPDq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shz0FExPDq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shz0FExPDq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shz0FExPDq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shz0FExPDq .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-shz0FExPDq .dropdown-item {
    border-bottom: 0px solid #000000;
  }
  .cid-shz0FExPDq .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #000000;
  }
}
.cid-shz0FExPDq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shz0FExPDq .nav-link:focus {
  outline: none;
}
.cid-shz0FExPDq .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
}
.cid-shz0FExPDq .dropdown-item.active,
.cid-shz0FExPDq .dropdown-item:active {
  color: initial;
}
.cid-shz0FExPDq .widget-title,
.cid-shz0FExPDq .widget-icon {
  color: #e9e9e9;
}
.cid-shz0FExPDq .widget-text {
  color: #000000;
}
@media (max-width: 599px) {
  .cid-shz0FExPDq .navbar {
    padding-top: .5em;
    padding-bottom: 1em;
  }
  .cid-shz0FExPDq .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shz0FExPDq button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shz0FExPDq .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shz0FExPDq .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-shz0FExPDq P {
  color: #232323;
  text-align: center;
}
.cid-shz0FExPDq DIV {
  color: #ffffff;
}
