.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 7.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.125rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.11rem;
    font-size: calc( 3.205rem + (7.3 - 3.205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.205rem + (7.3 - 3.205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.11rem;
    font-size: calc( 3.205rem + (7.3 - 3.205) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.205rem + (7.3 - 3.205) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #20437d !important;
}
.bg-success {
  background-color: #20437d !important;
}
.bg-info {
  background-color: #f58383 !important;
}
.bg-warning {
  background-color: #a3b7bc !important;
}
.bg-danger {
  background-color: #001d52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #20437d !important;
  border-color: #20437d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a59a6 !important;
  border-color: #2a59a6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a59a6 !important;
  border-color: #2a59a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f58383 !important;
  border-color: #f58383 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f9b2b2 !important;
  border-color: #f9b2b2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f9b2b2 !important;
  border-color: #f9b2b2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20437d !important;
  border-color: #20437d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a59a6 !important;
  border-color: #2a59a6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a59a6 !important;
  border-color: #2a59a6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a3b7bc !important;
  border-color: #a3b7bc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c1ced1 !important;
  border-color: #c1ced1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c1ced1 !important;
  border-color: #c1ced1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #001d52 !important;
  border-color: #001d52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #002f85 !important;
  border-color: #002f85 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #002f85 !important;
  border-color: #002f85 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #20437d;
  color: #20437d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1e38 !important;
  background-color: transparent !important;
  border-color: #0e1e38 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #20437d !important;
  border-color: #20437d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f58383;
  color: #f58383;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ef3333 !important;
  background-color: transparent !important;
  border-color: #ef3333 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f58383 !important;
  border-color: #f58383 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20437d;
  color: #20437d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e1e38 !important;
  background-color: transparent !important;
  border-color: #0e1e38 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20437d !important;
  border-color: #20437d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a3b7bc;
  color: #a3b7bc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #719097 !important;
  background-color: transparent !important;
  border-color: #719097 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a3b7bc !important;
  border-color: #a3b7bc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #001d52;
  color: #001d52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #001d52 !important;
  border-color: #001d52 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #20437d !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #20437d !important;
}
.text-info {
  color: #f58383 !important;
}
.text-warning {
  color: #a3b7bc !important;
}
.text-danger {
  color: #001d52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b172c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b172c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ed2525 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #698890 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #20437d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f58383;
}
.alert-warning {
  background-color: #a3b7bc;
}
.alert-danger {
  background-color: #001d52;
}
.mbr-gallery-filter li.active .btn {
  background-color: #20437d;
  border-color: #20437d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #20437d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4b7ed1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #edf1f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #397fff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #20437d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #20437d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #20437d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #20437d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #20437d;
  border-bottom-color: #20437d;
}
.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: #20437d !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: #f92c50 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2320437d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVcuiX1jM5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcuiX1jM5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVcuiX1jM5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uVcuiX1jM5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-content-top {
  background: #232323;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uVcuiX1jM5 .dropdown-item:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .nav-link,
.cid-uVcuiX1jM5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uVcuiX1jM5 .nav-link:hover,
.cid-uVcuiX1jM5 .brand-name:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .dropdown-menu {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .dropdown-item:active {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcuiX1jM5 .nav-item {
  position: relative;
}
.cid-uVcuiX1jM5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uVcuiX1jM5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .content-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #20437d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcuiX1jM5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcuiX1jM5 .content-right-side {
  text-align: center;
}
.cid-uVcuiX1jM5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcuiX1jM5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcuiX1jM5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcuiX1jM5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uVcuiX1jM5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .info-widget:first-child {
  margin-left: 0;
}
.cid-uVcuiX1jM5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcuiX1jM5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcuiX1jM5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uVcuiX1jM5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #a6a99c;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uVcuiX1jM5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcuiX1jM5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcuiX1jM5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVcuiX1jM5 .navbar-toggler {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uVcuiX1jM5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVcuiX1jM5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uVcuiX1jM5 .btn-sm {
  padding: 13px 29px;
}
.cid-uVcuiX1jM5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcuiX1jM5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcuiX1jM5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .btn {
  display: flex;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcuiX1jM5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVcuiX1jM5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .menu-content-top {
    display: flex;
  }
  .cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uVcuiX1jM5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uVcuiX1jM5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uVcuiX1jM5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing,
  .cid-uVcuiX1jM5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #20437d;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcuiX1jM5 img {
    height: 3.8rem !important;
  }
  .cid-uVcuiX1jM5 .btn {
    display: flex;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uVcuiX1jM5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcuiX1jM5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVcuiX1jM5 .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .navbar-toggler {
  position: relative;
}
.cid-uVcuiX1jM5 .widget-title,
.cid-uVcuiX1jM5 .widget-icon {
  color: #f7f7f7;
}
.cid-uVcuiX1jM5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uVcuiX1jM5 .menu-content-top,
  .cid-uVcuiX1jM5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    align-self: center;
  }
  .cid-uVcuiX1jM5 .btn {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .widget-icon {
    padding-right: 0;
  }
}
.cid-uVcuiX1jM5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVcuiX1jM5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-uVcu4rSSPb {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVcu4rSSPb {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.cid-uVcu4rSSPb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uVcu4rSSPb H1 {
  color: #20437d;
  text-align: center;
}
.cid-uVcu4rSSPb .mbr-text,
.cid-uVcu4rSSPb .mbr-section-btn {
  color: #132c70;
}
.cid-uVcu4rSSPb H3 {
  color: #132c70;
}
.cid-uVcu4rSSPb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVcu4rSSPb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uVcu4rSSPb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uVcu4rSSPb .link:hover {
  color: #20437d !important;
}
.cid-uVcu4rSSPb .link:hover .link-ico {
  color: #20437d !important;
  padding-left: 10px;
}
.cid-uVcu4rSSPb DIV {
  color: #57468b;
}
.cid-uVcu4rSSPb .text-1 {
  line-height: 1;
}
.cid-uVcu4rSSPb .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uVcu4rSSPb .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-uVcu4rSSPb .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-uVcu4rSSPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVcu4rSSPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYqTazZpr7 {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/website-ufo.jpg");
}
.cid-uYqTazZpr7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uYqTazZpr7 {
    align-items: flex-end;
  }
  .cid-uYqTazZpr7 .row {
    justify-content: center;
  }
  .cid-uYqTazZpr7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYqTazZpr7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYqTazZpr7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYqTazZpr7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYqTazZpr7 .content-wrap {
    width: 100%;
  }
}
.cid-uYqTazZpr7 .mbr-section-title,
.cid-uYqTazZpr7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uYqTazZpr7 .mbr-text,
.cid-uYqTazZpr7 .mbr-section-btn {
  text-align: center;
}
.cid-uYqTazZpr7 .mbr-section-title {
  color: #ffffff;
}
.cid-uYrxiR30m4 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uYrxiR30m4 {
    align-items: flex-start;
  }
  .cid-uYrxiR30m4 .row {
    justify-content: center;
  }
}
.cid-uYrxiR30m4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYrxiR30m4 .mbr-text,
.cid-uYrxiR30m4 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYrxiR30m4 .mbr-section-title,
.cid-uYrxiR30m4 .line {
  color: #232323;
}
.cid-uYrxiR30m4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYrxiR30m4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYrxiR30m4 .mbr-section-subtitle,
.cid-uYrxiR30m4 .align {
  text-align: left;
  color: #232323;
}
.cid-uT1E03ojlH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uT1E03ojlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1E03ojlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT1E03ojlH .container {
    padding: 0 16px;
  }
}
.cid-uT1E03ojlH .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uT1E03ojlH .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uT1E03ojlH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-uT1E03ojlH .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uT1E03ojlH .item .item-wrapper:hover .item-img img,
.cid-uT1E03ojlH .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-uT1E03ojlH .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uT1E03ojlH .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-uT1E03ojlH .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uT1E03ojlH .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-uT1E03ojlH .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-uT1E03ojlH .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-uT1E03ojlH .item a {
  display: block;
}
.cid-uT1E03ojlH .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uT1E03ojlH .mbr-section-title {
  color: #1c1c1c;
}
.cid-uT1E03ojlH .card-title {
  color: #ffffff;
}
.cid-uVuQwZMsPH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-uVuQwZMsPH .justify-content-center {
  align-items: center;
}
.cid-uVuQwZMsPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuQwZMsPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVuQwZMsPH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVuQwZMsPH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVuQwZMsPH .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uVuQwZMsPH .content-head {
  max-width: 800px;
}
.cid-uVuQwZMsPH .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-uVuQwZMsPH .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uT1Jrtr2Ul {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uT1Jrtr2Ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1Jrtr2Ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT1Jrtr2Ul .container {
    padding: 0 16px;
  }
}
.cid-uT1Jrtr2Ul .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uT1Jrtr2Ul .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uT1Jrtr2Ul .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-uT1Jrtr2Ul .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uT1Jrtr2Ul .item .item-wrapper:hover .item-img img,
.cid-uT1Jrtr2Ul .item .item-wrapper:focus .item-img img {
  transform: scale(1.08);
}
.cid-uT1Jrtr2Ul .item .item-wrapper .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uT1Jrtr2Ul .item .item-wrapper .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-uT1Jrtr2Ul .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uT1Jrtr2Ul .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-uT1Jrtr2Ul .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-uT1Jrtr2Ul .item .item-wrapper .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-uT1Jrtr2Ul .item a {
  display: block;
}
.cid-uT1Jrtr2Ul .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uT1Jrtr2Ul .mbr-section-title {
  color: #1c1c1c;
}
.cid-uT1Jrtr2Ul .card-title {
  color: #232323;
}
.cid-uVuNT6rIF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVuNT6rIF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuNT6rIF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVuNT6rIF6 .row {
  flex-direction: row-reverse;
}
.cid-v0nFMuLRrF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0nFMuLRrF .row {
  flex-direction: row-reverse;
}
.cid-v0nFMuLRrF .justify-content-center {
  align-items: center;
}
.cid-v0nFMuLRrF .mbr-section-title {
  text-align: center;
}
.cid-v0nFMuLRrF .mbr-text,
.cid-v0nFMuLRrF .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0nFMuLRrF .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0nFMuLRrF .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0nFMuLRrF .item-wrapper {
    padding: 4rem;
  }
}
.cid-uWdLbwBUxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdLbwBUxz .mbr-text {
  color: #f6f6ef;
}
.cid-uVcuiX1jM5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcuiX1jM5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVcuiX1jM5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uVcuiX1jM5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-content-top {
  background: #232323;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uVcuiX1jM5 .dropdown-item:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .nav-link,
.cid-uVcuiX1jM5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uVcuiX1jM5 .nav-link:hover,
.cid-uVcuiX1jM5 .brand-name:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .dropdown-menu {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .dropdown-item:active {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcuiX1jM5 .nav-item {
  position: relative;
}
.cid-uVcuiX1jM5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uVcuiX1jM5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .content-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #20437d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcuiX1jM5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcuiX1jM5 .content-right-side {
  text-align: center;
}
.cid-uVcuiX1jM5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcuiX1jM5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcuiX1jM5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcuiX1jM5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uVcuiX1jM5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .info-widget:first-child {
  margin-left: 0;
}
.cid-uVcuiX1jM5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcuiX1jM5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcuiX1jM5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uVcuiX1jM5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #a6a99c;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uVcuiX1jM5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcuiX1jM5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcuiX1jM5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVcuiX1jM5 .navbar-toggler {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uVcuiX1jM5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVcuiX1jM5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uVcuiX1jM5 .btn-sm {
  padding: 13px 29px;
}
.cid-uVcuiX1jM5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcuiX1jM5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcuiX1jM5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .btn {
  display: flex;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcuiX1jM5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVcuiX1jM5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .menu-content-top {
    display: flex;
  }
  .cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uVcuiX1jM5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uVcuiX1jM5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uVcuiX1jM5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing,
  .cid-uVcuiX1jM5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #20437d;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcuiX1jM5 img {
    height: 3.8rem !important;
  }
  .cid-uVcuiX1jM5 .btn {
    display: flex;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uVcuiX1jM5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcuiX1jM5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVcuiX1jM5 .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .navbar-toggler {
  position: relative;
}
.cid-uVcuiX1jM5 .widget-title,
.cid-uVcuiX1jM5 .widget-icon {
  color: #f7f7f7;
}
.cid-uVcuiX1jM5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uVcuiX1jM5 .menu-content-top,
  .cid-uVcuiX1jM5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    align-self: center;
  }
  .cid-uVcuiX1jM5 .btn {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .widget-icon {
    padding-right: 0;
  }
}
.cid-uVcuiX1jM5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVcuiX1jM5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-uVvqACBYDN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVvqACBYDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvqACBYDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvqACBYDN .mbr-section-title {
  color: #d70000;
}
.cid-uYufeam0RY {
  display: flex;
  padding-top: 120px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uYufeam0RY {
    align-items: flex-start;
  }
  .cid-uYufeam0RY .row {
    justify-content: center;
  }
}
.cid-uYufeam0RY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYufeam0RY .mbr-text,
.cid-uYufeam0RY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYufeam0RY .mbr-section-title,
.cid-uYufeam0RY .line {
  color: #232323;
}
.cid-uYufeam0RY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYufeam0RY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYufeam0RY .mbr-section-subtitle,
.cid-uYufeam0RY .align {
  text-align: left;
  color: #232323;
}
.cid-uVvH3CyRnf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVvH3CyRnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvH3CyRnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvH3CyRnf .mbr-section-title {
  color: #d70000;
}
.cid-uVvHHL5wiV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVvHHL5wiV .container {
    max-width: 1162px;
  }
}
.cid-uVvHHL5wiV img,
.cid-uVvHHL5wiV .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVvHHL5wiV .item-img {
  height: 100%;
}
.cid-uVvHHL5wiV .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVvHHL5wiV .item-wrapper {
  position: relative;
}
.cid-uVvHHL5wiV .item:focus,
.cid-uVvHHL5wiV span:focus {
  outline: none;
}
.cid-uVvHHL5wiV .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVvHHL5wiV .mbr-text {
  font-weight: 600;
}
.cid-uVvHHL5wiV .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVvHHL5wiV .mbr-text,
.cid-uVvHHL5wiV .mbr-section-btn {
  text-align: left;
}
.cid-uVvHHL5wiV .btn {
  border-radius: 50px;
}
.cid-uVvHHL5wiV .btn:hover,
.cid-uVvHHL5wiV .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVThG8rJ8X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVThG8rJ8X .content-head {
  max-width: 800px;
}
.cid-uVwX4BJmYB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVwX4BJmYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVwX4BJmYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVwX4BJmYB .mbr-section-title {
  color: #d70000;
}
.cid-uVwXki8vVD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVwXki8vVD .container {
    max-width: 1162px;
  }
}
.cid-uVwXki8vVD img,
.cid-uVwXki8vVD .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVwXki8vVD .item-img {
  height: 100%;
}
.cid-uVwXki8vVD .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVwXki8vVD .item-wrapper {
  position: relative;
}
.cid-uVwXki8vVD .item:focus,
.cid-uVwXki8vVD span:focus {
  outline: none;
}
.cid-uVwXki8vVD .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVwXki8vVD .mbr-text {
  font-weight: 600;
}
.cid-uVwXki8vVD .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVwXki8vVD .mbr-text,
.cid-uVwXki8vVD .mbr-section-btn {
  text-align: left;
}
.cid-uVwXki8vVD .btn {
  border-radius: 50px;
}
.cid-uVwXki8vVD .btn:hover,
.cid-uVwXki8vVD .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiu3JcQX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiu3JcQX .content-head {
  max-width: 800px;
}
.cid-uVx5NX1Xlc {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVx5NX1Xlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx5NX1Xlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx5NX1Xlc .mbr-section-title {
  color: #d70000;
}
.cid-uVx5W2hb6I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVx5W2hb6I .container {
    max-width: 1162px;
  }
}
.cid-uVx5W2hb6I img,
.cid-uVx5W2hb6I .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVx5W2hb6I .item-img {
  height: 100%;
}
.cid-uVx5W2hb6I .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVx5W2hb6I .item-wrapper {
  position: relative;
}
.cid-uVx5W2hb6I .item:focus,
.cid-uVx5W2hb6I span:focus {
  outline: none;
}
.cid-uVx5W2hb6I .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVx5W2hb6I .mbr-text {
  font-weight: 600;
}
.cid-uVx5W2hb6I .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVx5W2hb6I .mbr-text,
.cid-uVx5W2hb6I .mbr-section-btn {
  text-align: left;
}
.cid-uVx5W2hb6I .btn {
  border-radius: 50px;
}
.cid-uVx5W2hb6I .btn:hover,
.cid-uVx5W2hb6I .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiveap8b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiveap8b .content-head {
  max-width: 800px;
}
.cid-uVCvd5P5Fn {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVCvd5P5Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCvd5P5Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCvd5P5Fn .mbr-section-title {
  color: #d70000;
}
.cid-uVCvgUxgyb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVCvgUxgyb .container {
    max-width: 1162px;
  }
}
.cid-uVCvgUxgyb img,
.cid-uVCvgUxgyb .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVCvgUxgyb .item-img {
  height: 100%;
}
.cid-uVCvgUxgyb .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVCvgUxgyb .item-wrapper {
  position: relative;
}
.cid-uVCvgUxgyb .item:focus,
.cid-uVCvgUxgyb span:focus {
  outline: none;
}
.cid-uVCvgUxgyb .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVCvgUxgyb .mbr-text {
  font-weight: 600;
}
.cid-uVCvgUxgyb .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVCvgUxgyb .mbr-text,
.cid-uVCvgUxgyb .mbr-section-btn {
  text-align: left;
}
.cid-uVCvgUxgyb .btn {
  border-radius: 50px;
}
.cid-uVCvgUxgyb .btn:hover,
.cid-uVCvgUxgyb .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiwkUWG2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiwkUWG2 .content-head {
  max-width: 800px;
}
.cid-uVTdyq5zjZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTdyq5zjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTdyq5zjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTdyq5zjZ .mbr-section-title {
  color: #d70000;
}
.cid-uVTdG0YzTK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTdG0YzTK .container {
    max-width: 1162px;
  }
}
.cid-uVTdG0YzTK img,
.cid-uVTdG0YzTK .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTdG0YzTK .item-img {
  height: 100%;
}
.cid-uVTdG0YzTK .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTdG0YzTK .item-wrapper {
  position: relative;
}
.cid-uVTdG0YzTK .item:focus,
.cid-uVTdG0YzTK span:focus {
  outline: none;
}
.cid-uVTdG0YzTK .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTdG0YzTK .mbr-text {
  font-weight: 600;
}
.cid-uVTdG0YzTK .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTdG0YzTK .mbr-text,
.cid-uVTdG0YzTK .mbr-section-btn {
  text-align: left;
}
.cid-uVTdG0YzTK .btn {
  border-radius: 50px;
}
.cid-uVTdG0YzTK .btn:hover,
.cid-uVTdG0YzTK .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTixNXXzb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVTixNXXzb .content-head {
  max-width: 800px;
}
.cid-uVTdWUty2A {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTdWUty2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTdWUty2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTdWUty2A .mbr-section-title {
  color: #d70000;
}
.cid-uVTdYF0bDd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTdYF0bDd .container {
    max-width: 1162px;
  }
}
.cid-uVTdYF0bDd img,
.cid-uVTdYF0bDd .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTdYF0bDd .item-img {
  height: 100%;
}
.cid-uVTdYF0bDd .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTdYF0bDd .item-wrapper {
  position: relative;
}
.cid-uVTdYF0bDd .item:focus,
.cid-uVTdYF0bDd span:focus {
  outline: none;
}
.cid-uVTdYF0bDd .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTdYF0bDd .mbr-text {
  font-weight: 600;
}
.cid-uVTdYF0bDd .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTdYF0bDd .mbr-text,
.cid-uVTdYF0bDd .mbr-section-btn {
  text-align: left;
}
.cid-uVTdYF0bDd .btn {
  border-radius: 50px;
}
.cid-uVTdYF0bDd .btn:hover,
.cid-uVTdYF0bDd .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiyYbAMc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiyYbAMc .content-head {
  max-width: 800px;
}
.cid-uVTeaiAKKa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTeaiAKKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTeaiAKKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTeaiAKKa .mbr-section-title {
  color: #d70000;
}
.cid-uVTeeluJtg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTeeluJtg .container {
    max-width: 1162px;
  }
}
.cid-uVTeeluJtg img,
.cid-uVTeeluJtg .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTeeluJtg .item-img {
  height: 100%;
}
.cid-uVTeeluJtg .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTeeluJtg .item-wrapper {
  position: relative;
}
.cid-uVTeeluJtg .item:focus,
.cid-uVTeeluJtg span:focus {
  outline: none;
}
.cid-uVTeeluJtg .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTeeluJtg .mbr-text {
  font-weight: 600;
}
.cid-uVTeeluJtg .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTeeluJtg .mbr-text,
.cid-uVTeeluJtg .mbr-section-btn {
  text-align: left;
}
.cid-uVTeeluJtg .btn {
  border-radius: 50px;
}
.cid-uVTeeluJtg .btn:hover,
.cid-uVTeeluJtg .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiAbcO74 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiAbcO74 .content-head {
  max-width: 800px;
}
.cid-uVTeyanFi5 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTeyanFi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTeyanFi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTeyanFi5 .mbr-section-title {
  color: #d70000;
}
.cid-uVTewkdf3J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTewkdf3J .container {
    max-width: 1162px;
  }
}
.cid-uVTewkdf3J img,
.cid-uVTewkdf3J .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTewkdf3J .item-img {
  height: 100%;
}
.cid-uVTewkdf3J .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTewkdf3J .item-wrapper {
  position: relative;
}
.cid-uVTewkdf3J .item:focus,
.cid-uVTewkdf3J span:focus {
  outline: none;
}
.cid-uVTewkdf3J .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTewkdf3J .mbr-text {
  font-weight: 600;
}
.cid-uVTewkdf3J .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTewkdf3J .mbr-text,
.cid-uVTewkdf3J .mbr-section-btn {
  text-align: left;
}
.cid-uVTewkdf3J .btn {
  border-radius: 50px;
}
.cid-uVTewkdf3J .btn:hover,
.cid-uVTewkdf3J .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiBljNQb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiBljNQb .content-head {
  max-width: 800px;
}
.cid-uVTmShaZRQ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTmShaZRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTmShaZRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTmShaZRQ .mbr-section-title {
  color: #d70000;
}
.cid-uVTmTL1c9O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTmTL1c9O .container {
    max-width: 1162px;
  }
}
.cid-uVTmTL1c9O img,
.cid-uVTmTL1c9O .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTmTL1c9O .item-img {
  height: 100%;
}
.cid-uVTmTL1c9O .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTmTL1c9O .item-wrapper {
  position: relative;
}
.cid-uVTmTL1c9O .item:focus,
.cid-uVTmTL1c9O span:focus {
  outline: none;
}
.cid-uVTmTL1c9O .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTmTL1c9O .mbr-text {
  font-weight: 600;
}
.cid-uVTmTL1c9O .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTmTL1c9O .mbr-text,
.cid-uVTmTL1c9O .mbr-section-btn {
  text-align: left;
}
.cid-uVTmTL1c9O .btn {
  border-radius: 50px;
}
.cid-uVTmTL1c9O .btn:hover,
.cid-uVTmTL1c9O .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTmVlFdQQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTmVlFdQQ .content-head {
  max-width: 800px;
}
.cid-uVTeNtJZWH {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTeNtJZWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTeNtJZWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTeNtJZWH .mbr-section-title {
  color: #d70000;
}
.cid-uVTeR57MxN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTeR57MxN .container {
    max-width: 1162px;
  }
}
.cid-uVTeR57MxN img,
.cid-uVTeR57MxN .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTeR57MxN .item-img {
  height: 100%;
}
.cid-uVTeR57MxN .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTeR57MxN .item-wrapper {
  position: relative;
}
.cid-uVTeR57MxN .item:focus,
.cid-uVTeR57MxN span:focus {
  outline: none;
}
.cid-uVTeR57MxN .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTeR57MxN .mbr-text {
  font-weight: 600;
}
.cid-uVTeR57MxN .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTeR57MxN .mbr-text,
.cid-uVTeR57MxN .mbr-section-btn {
  text-align: left;
}
.cid-uVTeR57MxN .btn {
  border-radius: 50px;
}
.cid-uVTeR57MxN .btn:hover,
.cid-uVTeR57MxN .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiCw2YbD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiCw2YbD .content-head {
  max-width: 800px;
}
.cid-uVTf3uWsy9 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTf3uWsy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTf3uWsy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTf3uWsy9 .mbr-section-title {
  color: #d70000;
}
.cid-uVTf5kvRHH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTf5kvRHH .container {
    max-width: 1162px;
  }
}
.cid-uVTf5kvRHH img,
.cid-uVTf5kvRHH .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTf5kvRHH .item-img {
  height: 100%;
}
.cid-uVTf5kvRHH .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTf5kvRHH .item-wrapper {
  position: relative;
}
.cid-uVTf5kvRHH .item:focus,
.cid-uVTf5kvRHH span:focus {
  outline: none;
}
.cid-uVTf5kvRHH .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTf5kvRHH .mbr-text {
  font-weight: 600;
}
.cid-uVTf5kvRHH .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTf5kvRHH .mbr-text,
.cid-uVTf5kvRHH .mbr-section-btn {
  text-align: left;
}
.cid-uVTf5kvRHH .btn {
  border-radius: 50px;
}
.cid-uVTf5kvRHH .btn:hover,
.cid-uVTf5kvRHH .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiDzuVk8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiDzuVk8 .content-head {
  max-width: 800px;
}
.cid-uVTfhvGKMp {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTfhvGKMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTfhvGKMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTfhvGKMp .mbr-section-title {
  color: #d70000;
}
.cid-uVTfl4TOgN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTfl4TOgN .container {
    max-width: 1162px;
  }
}
.cid-uVTfl4TOgN img,
.cid-uVTfl4TOgN .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTfl4TOgN .item-img {
  height: 100%;
}
.cid-uVTfl4TOgN .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTfl4TOgN .item-wrapper {
  position: relative;
}
.cid-uVTfl4TOgN .item:focus,
.cid-uVTfl4TOgN span:focus {
  outline: none;
}
.cid-uVTfl4TOgN .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTfl4TOgN .mbr-text {
  font-weight: 600;
}
.cid-uVTfl4TOgN .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTfl4TOgN .mbr-text,
.cid-uVTfl4TOgN .mbr-section-btn {
  text-align: left;
}
.cid-uVTfl4TOgN .btn {
  border-radius: 50px;
}
.cid-uVTfl4TOgN .btn:hover,
.cid-uVTfl4TOgN .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiEDu2EW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiEDu2EW .content-head {
  max-width: 800px;
}
.cid-uVTfwGrbDi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTfwGrbDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTfwGrbDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTfwGrbDi .mbr-section-title {
  color: #d70000;
}
.cid-uVTfyouDnk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTfyouDnk .container {
    max-width: 1162px;
  }
}
.cid-uVTfyouDnk img,
.cid-uVTfyouDnk .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTfyouDnk .item-img {
  height: 100%;
}
.cid-uVTfyouDnk .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTfyouDnk .item-wrapper {
  position: relative;
}
.cid-uVTfyouDnk .item:focus,
.cid-uVTfyouDnk span:focus {
  outline: none;
}
.cid-uVTfyouDnk .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTfyouDnk .mbr-text {
  font-weight: 600;
}
.cid-uVTfyouDnk .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTfyouDnk .mbr-text,
.cid-uVTfyouDnk .mbr-section-btn {
  text-align: left;
}
.cid-uVTfyouDnk .btn {
  border-radius: 50px;
}
.cid-uVTfyouDnk .btn:hover,
.cid-uVTfyouDnk .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiFGJBxu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiFGJBxu .content-head {
  max-width: 800px;
}
.cid-uVTfL85lls {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVTfL85lls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTfL85lls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTfL85lls .mbr-section-title {
  color: #d70000;
}
.cid-uVTfMq1ayt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .cid-uVTfMq1ayt .container {
    max-width: 1162px;
  }
}
.cid-uVTfMq1ayt img,
.cid-uVTfMq1ayt .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uVTfMq1ayt .item-img {
  height: 100%;
}
.cid-uVTfMq1ayt .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-uVTfMq1ayt .item-wrapper {
  position: relative;
}
.cid-uVTfMq1ayt .item:focus,
.cid-uVTfMq1ayt span:focus {
  outline: none;
}
.cid-uVTfMq1ayt .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uVTfMq1ayt .mbr-text {
  font-weight: 600;
}
.cid-uVTfMq1ayt .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-uVTfMq1ayt .mbr-text,
.cid-uVTfMq1ayt .mbr-section-btn {
  text-align: left;
}
.cid-uVTfMq1ayt .btn {
  border-radius: 50px;
}
.cid-uVTfMq1ayt .btn:hover,
.cid-uVTfMq1ayt .btn:focus {
  border-color: #0e61dd !important;
  background-color: #0e61dd !important;
}
.cid-uVTiGN1o2c {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uVTiGN1o2c .content-head {
  max-width: 800px;
}
.cid-uWdLbwBUxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdLbwBUxz .mbr-text {
  color: #f6f6ef;
}
.cid-uVcuiX1jM5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcuiX1jM5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVcuiX1jM5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uVcuiX1jM5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-content-top {
  background: #232323;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uVcuiX1jM5 .dropdown-item:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .nav-link,
.cid-uVcuiX1jM5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uVcuiX1jM5 .nav-link:hover,
.cid-uVcuiX1jM5 .brand-name:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .dropdown-menu {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .dropdown-item:active {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcuiX1jM5 .nav-item {
  position: relative;
}
.cid-uVcuiX1jM5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uVcuiX1jM5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .content-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #20437d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcuiX1jM5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcuiX1jM5 .content-right-side {
  text-align: center;
}
.cid-uVcuiX1jM5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcuiX1jM5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcuiX1jM5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcuiX1jM5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uVcuiX1jM5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .info-widget:first-child {
  margin-left: 0;
}
.cid-uVcuiX1jM5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcuiX1jM5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcuiX1jM5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uVcuiX1jM5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #a6a99c;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uVcuiX1jM5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcuiX1jM5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcuiX1jM5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVcuiX1jM5 .navbar-toggler {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uVcuiX1jM5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVcuiX1jM5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uVcuiX1jM5 .btn-sm {
  padding: 13px 29px;
}
.cid-uVcuiX1jM5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcuiX1jM5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcuiX1jM5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .btn {
  display: flex;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcuiX1jM5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVcuiX1jM5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .menu-content-top {
    display: flex;
  }
  .cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uVcuiX1jM5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uVcuiX1jM5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uVcuiX1jM5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing,
  .cid-uVcuiX1jM5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #20437d;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcuiX1jM5 img {
    height: 3.8rem !important;
  }
  .cid-uVcuiX1jM5 .btn {
    display: flex;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uVcuiX1jM5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcuiX1jM5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVcuiX1jM5 .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .navbar-toggler {
  position: relative;
}
.cid-uVcuiX1jM5 .widget-title,
.cid-uVcuiX1jM5 .widget-icon {
  color: #f7f7f7;
}
.cid-uVcuiX1jM5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uVcuiX1jM5 .menu-content-top,
  .cid-uVcuiX1jM5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    align-self: center;
  }
  .cid-uVcuiX1jM5 .btn {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .widget-icon {
    padding-right: 0;
  }
}
.cid-uVcuiX1jM5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVcuiX1jM5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-uVuZcxH3Fz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVuZcxH3Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuZcxH3Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVuZcxH3Fz .mbr-section-title {
  color: #d70000;
}
.cid-uVvqWuFu1A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVvqWuFu1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvqWuFu1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvqWuFu1A .mbr-section-title {
  color: #d70000;
}
.cid-uYufxXmE8s {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uYufxXmE8s {
    align-items: flex-start;
  }
  .cid-uYufxXmE8s .row {
    justify-content: center;
  }
}
.cid-uYufxXmE8s .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYufxXmE8s .mbr-text,
.cid-uYufxXmE8s .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYufxXmE8s .mbr-section-title,
.cid-uYufxXmE8s .line {
  color: #232323;
}
.cid-uYufxXmE8s h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYufxXmE8s h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYufxXmE8s .mbr-section-subtitle,
.cid-uYufxXmE8s .align {
  text-align: left;
  color: #232323;
}
.cid-uT1m7dbepZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uT1m7dbepZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT1m7dbepZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT1m7dbepZ .card-wrapper {
  background-color: #000000;
  padding: 1rem 2rem;
}
.cid-uT1m7dbepZ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uT1m7dbepZ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #20437d;
  padding: 4px;
}
.cid-uT1m7dbepZ .google-map [data-state-details] {
  color: #b4b4b4;
  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-uT1m7dbepZ .google-map[data-state] {
  background: #fffff5;
}
.cid-uT1m7dbepZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uT1m7dbepZ .content-head {
  max-width: 800px;
}
.cid-uT1m7dbepZ .card-title,
.cid-uT1m7dbepZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-uT1m7dbepZ .card-text,
.cid-uT1m7dbepZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uT1m7dbepZ .mbr-desc,
.cid-uT1m7dbepZ .desc-wrapper {
  color: #fdfde1;
}
.cid-uT1m7dbepZ .mbr-section-title {
  color: #d70000;
  text-align: center;
}
.cid-uVvbZOKrYR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uVvbZOKrYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvbZOKrYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvbZOKrYR .row {
  justify-content: center;
}
.cid-uVvbZOKrYR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVvbZOKrYR .item {
    margin-bottom: 1rem;
  }
}
.cid-uVvbZOKrYR .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVvbZOKrYR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVvbZOKrYR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uVvbZOKrYR .content-head {
  max-width: 800px;
}
.cid-uVvbZOKrYR .card-title {
  color: #d70000;
}
.cid-uTjdcw1FBY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTjdcw1FBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTjdcw1FBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdLbwBUxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdLbwBUxz .mbr-text {
  color: #f6f6ef;
}
.cid-uVcuiX1jM5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcuiX1jM5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVcuiX1jM5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uVcuiX1jM5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-content-top {
  background: #232323;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uVcuiX1jM5 .dropdown-item:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .nav-link,
.cid-uVcuiX1jM5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uVcuiX1jM5 .nav-link:hover,
.cid-uVcuiX1jM5 .brand-name:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .dropdown-menu {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .dropdown-item:active {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcuiX1jM5 .nav-item {
  position: relative;
}
.cid-uVcuiX1jM5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uVcuiX1jM5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .content-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #20437d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcuiX1jM5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcuiX1jM5 .content-right-side {
  text-align: center;
}
.cid-uVcuiX1jM5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcuiX1jM5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcuiX1jM5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcuiX1jM5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uVcuiX1jM5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .info-widget:first-child {
  margin-left: 0;
}
.cid-uVcuiX1jM5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcuiX1jM5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcuiX1jM5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uVcuiX1jM5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #a6a99c;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uVcuiX1jM5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcuiX1jM5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcuiX1jM5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVcuiX1jM5 .navbar-toggler {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uVcuiX1jM5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVcuiX1jM5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uVcuiX1jM5 .btn-sm {
  padding: 13px 29px;
}
.cid-uVcuiX1jM5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcuiX1jM5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcuiX1jM5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .btn {
  display: flex;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcuiX1jM5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVcuiX1jM5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .menu-content-top {
    display: flex;
  }
  .cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uVcuiX1jM5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uVcuiX1jM5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uVcuiX1jM5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing,
  .cid-uVcuiX1jM5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #20437d;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcuiX1jM5 img {
    height: 3.8rem !important;
  }
  .cid-uVcuiX1jM5 .btn {
    display: flex;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uVcuiX1jM5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcuiX1jM5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVcuiX1jM5 .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .navbar-toggler {
  position: relative;
}
.cid-uVcuiX1jM5 .widget-title,
.cid-uVcuiX1jM5 .widget-icon {
  color: #f7f7f7;
}
.cid-uVcuiX1jM5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uVcuiX1jM5 .menu-content-top,
  .cid-uVcuiX1jM5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    align-self: center;
  }
  .cid-uVcuiX1jM5 .btn {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .widget-icon {
    padding-right: 0;
  }
}
.cid-uVcuiX1jM5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVcuiX1jM5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-uVvrjEeolg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVvrjEeolg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvrjEeolg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvrjEeolg .mbr-section-title {
  color: #d70000;
}
.cid-uWdKaCuqNg {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWdKaCuqNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKaCuqNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYufERhIDZ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uYufERhIDZ {
    align-items: flex-start;
  }
  .cid-uYufERhIDZ .row {
    justify-content: center;
  }
}
.cid-uYufERhIDZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYufERhIDZ .mbr-text,
.cid-uYufERhIDZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYufERhIDZ .mbr-section-title,
.cid-uYufERhIDZ .line {
  color: #232323;
}
.cid-uYufERhIDZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYufERhIDZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYufERhIDZ .mbr-section-subtitle,
.cid-uYufERhIDZ .align {
  text-align: left;
  color: #232323;
}
.cid-uWdKdwCAjr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWdKdwCAjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKdwCAjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdKdwCAjr .mbr-section-title {
  color: #d70000;
}
.cid-uYqYdSnifA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uYqYdSnifA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYqYdSnifA img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYqYdSnifA img {
    height: 300px;
  }
}
.cid-uYqYdSnifA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYqYdSnifA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYry7wcqT5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uYry7wcqT5 .item-wrapper {
  width: 100%;
}
.cid-uYry7wcqT5 .row {
  align-items: center;
  justify-content: center;
}
.cid-uYry7wcqT5 .b {
  margin-bottom: 30px;
}
.cid-uYry7wcqT5 img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uYry7wcqT5 .b,
  .cid-uYry7wcqT5 .t {
    margin-bottom: 20px;
  }
}
.cid-uWdKkaNgye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uWdKkaNgye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKkaNgye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWdKkaNgye .container {
    padding: 0 16px;
  }
}
.cid-uWdKkaNgye .row {
  margin: 0 -20px;
}
.cid-uWdKkaNgye .item {
  padding: 0 20px;
}
.cid-uWdKkaNgye .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWdKkaNgye .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWdKlSouQr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uWdKlSouQr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWdKlSouQr img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWdKlSouQr img {
    height: 300px;
  }
}
.cid-uWdKlSouQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKlSouQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdLbwBUxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdLbwBUxz .mbr-text {
  color: #f6f6ef;
}
.cid-uVcuiX1jM5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVcuiX1jM5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVcuiX1jM5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uVcuiX1jM5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVcuiX1jM5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .menu-content-top {
  background: #232323;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uVcuiX1jM5 .dropdown-item:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .nav-link,
.cid-uVcuiX1jM5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uVcuiX1jM5 .nav-link:hover,
.cid-uVcuiX1jM5 .brand-name:hover {
  color: #a6a99c !important;
}
.cid-uVcuiX1jM5 .dropdown-menu {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .dropdown-item:active {
  background-color: #f7f7f7;
}
.cid-uVcuiX1jM5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVcuiX1jM5 .nav-item {
  position: relative;
}
.cid-uVcuiX1jM5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uVcuiX1jM5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .content-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #20437d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVcuiX1jM5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVcuiX1jM5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVcuiX1jM5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVcuiX1jM5 .content-right-side {
  text-align: center;
}
.cid-uVcuiX1jM5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVcuiX1jM5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVcuiX1jM5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVcuiX1jM5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uVcuiX1jM5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .info-widget:first-child {
  margin-left: 0;
}
.cid-uVcuiX1jM5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVcuiX1jM5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVcuiX1jM5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVcuiX1jM5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uVcuiX1jM5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uVcuiX1jM5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #a6a99c;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uVcuiX1jM5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uVcuiX1jM5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVcuiX1jM5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uVcuiX1jM5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVcuiX1jM5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVcuiX1jM5 .navbar-toggler {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uVcuiX1jM5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVcuiX1jM5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uVcuiX1jM5 .btn-sm {
  padding: 13px 29px;
}
.cid-uVcuiX1jM5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVcuiX1jM5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uVcuiX1jM5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uVcuiX1jM5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVcuiX1jM5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVcuiX1jM5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uVcuiX1jM5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVcuiX1jM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVcuiX1jM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVcuiX1jM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .btn {
  display: flex;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVcuiX1jM5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVcuiX1jM5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVcuiX1jM5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVcuiX1jM5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVcuiX1jM5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVcuiX1jM5 .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-uVcuiX1jM5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVcuiX1jM5 .menu-content-top {
    display: flex;
  }
  .cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uVcuiX1jM5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uVcuiX1jM5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uVcuiX1jM5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uVcuiX1jM5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing,
  .cid-uVcuiX1jM5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #20437d;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVcuiX1jM5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVcuiX1jM5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVcuiX1jM5 img {
    height: 3.8rem !important;
  }
  .cid-uVcuiX1jM5 .btn {
    display: flex;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uVcuiX1jM5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVcuiX1jM5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVcuiX1jM5 .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-uVcuiX1jM5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVcuiX1jM5 .nav-link:focus {
  outline: none;
}
.cid-uVcuiX1jM5 .navbar-toggler {
  position: relative;
}
.cid-uVcuiX1jM5 .widget-title,
.cid-uVcuiX1jM5 .widget-icon {
  color: #f7f7f7;
}
.cid-uVcuiX1jM5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uVcuiX1jM5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uVcuiX1jM5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uVcuiX1jM5 .menu-content-top,
  .cid-uVcuiX1jM5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uVcuiX1jM5 button.navbar-toggler {
    align-self: center;
  }
  .cid-uVcuiX1jM5 .btn {
    margin-left: 0;
  }
  .cid-uVcuiX1jM5 .widget-icon {
    padding-right: 0;
  }
}
.cid-uVcuiX1jM5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uVcuiX1jM5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVcuiX1jM5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uVcuiX1jM5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-uVvqM5eClu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVvqM5eClu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvqM5eClu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvqM5eClu .mbr-section-title {
  color: #d70000;
}
.cid-uWdKWAAjAf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWdKWAAjAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKWAAjAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYufrrjxdx {
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uYufrrjxdx {
    align-items: flex-start;
  }
  .cid-uYufrrjxdx .row {
    justify-content: center;
  }
}
.cid-uYufrrjxdx .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYufrrjxdx .mbr-text,
.cid-uYufrrjxdx .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uYufrrjxdx .mbr-section-title,
.cid-uYufrrjxdx .line {
  color: #232323;
}
.cid-uYufrrjxdx h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYufrrjxdx h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYufrrjxdx .mbr-section-subtitle,
.cid-uYufrrjxdx .align {
  text-align: left;
  color: #232323;
}
.cid-uVvEAn4AKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVvEAn4AKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvEAn4AKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvEAn4AKv .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVvEAn4AKv .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uVvEAn4AKv .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVvEAn4AKv .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uVvEAn4AKv .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7f7f7;
  border: 3px solid #20437d;
  box-shadow: 4px 4px 0 0 #20437d;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uVvEAn4AKv .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uVvEAn4AKv .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVvEAn4AKv .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVvEAn4AKv .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVvEAn4AKv .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uVvEAn4AKv .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-uVvEAn4AKv .mbr-section-title,
.cid-uVvEAn4AKv .mbr-section-btn {
  color: #d52a04;
}
.cid-uWdLbwBUxz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdLbwBUxz .mbr-text {
  color: #f6f6ef;
}
