body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.75rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #760d03 !important;
}
.bg-success {
  background-color: #efefef !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #760d03 !important;
  border-color: #760d03 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b0501 !important;
  border-color: #2b0501 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b0501 !important;
  border-color: #2b0501 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #760d03 !important;
  border-color: #760d03 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2b0501 !important;
  border-color: #2b0501 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b0501 !important;
  border-color: #2b0501 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #130200;
  color: #130200;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #760d03;
  border-color: #760d03;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #760d03 !important;
  border-color: #760d03 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #130200;
  color: #130200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #760d03;
  border-color: #760d03;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #760d03 !important;
  border-color: #760d03 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #760d03 !important;
}
.text-secondary {
  color: #760d03 !important;
}
.text-success {
  color: #efefef !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #130200 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bcbcbc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #760d03;
  border-color: #760d03;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #760d03;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f21b06;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #760d03;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #760d03;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #760d03;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #760d03;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #760d03;
  border-bottom-color: #760d03;
}
.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: #760d03 !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: #760d03 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23760d03' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uK0CknT6Ue {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK0CknT6Ue h2 {
  text-align: left;
}
.cid-uK0CknT6Ue h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uK0CknT6Ue p {
  color: #767676;
  text-align: left;
}
.cid-uK0CknT6Ue .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uK0CknT6Ue .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uK0CknT6Ue .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uK0CknT6Ue .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0CknT6Ue .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uK0CknT6Ue .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uK0CknT6Ue .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uK0CknT6Ue .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uK0CknT6Ue .card-img span {
    font-size: 40px !important;
  }
}
.cid-uK0DTiK699 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uK0DTiK699 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0DTiK699 .section-text {
  padding: 2rem 0;
}
.cid-uK0DTiK699 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0DTiK699 .inner-container {
    width: 100% !important;
  }
}
.cid-uK0DV2mvjj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uK0DV2mvjj .card-box {
  padding: 0 2rem;
}
.cid-uK0DV2mvjj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uK0DV2mvjj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uK0DV2mvjj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uK0DV2mvjj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uK0DV2mvjj .mbr-text {
  color: #ffffff;
}
.cid-uK0DV2mvjj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uK0DV2mvjj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uK0DV2mvjj .card-title {
  color: #ffffff;
}
.cid-uK0DVIegKX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uK0DVIegKX .card-box {
  padding: 0 2rem;
}
.cid-uK0DVIegKX .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uK0DVIegKX .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uK0DVIegKX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uK0DVIegKX p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uK0DVIegKX .mbr-text {
  color: #ffffff;
}
.cid-uK0DVIegKX .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uK0DVIegKX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uK0DVIegKX .card-title {
  color: #ffffff;
}
.cid-shxcQLNond {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shxcQLNond .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-shxcQLNond .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-shxcQLNond .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-shxcQLNond .separline {
  position: relative;
}
.cid-shxcQLNond .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-shxcQLNond .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-shxcQLNond .mbr-step-text {
  color: #232323;
}
.cid-sxZoeUs9EE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sxZoeUs9EE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sxZoeUs9EE .section-text {
  padding: 2rem 0;
}
.cid-sxZoeUs9EE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sxZoeUs9EE .inner-container {
    width: 100% !important;
  }
}
.cid-sxZofIWdUk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sxZofIWdUk .card {
  align-self: stretch;
}
.cid-sxZofIWdUk .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sxZofIWdUk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sxZofIWdUk p {
  color: #767676;
  text-align: left;
}
.cid-sxZofIWdUk .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sxZofIWdUk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sxZofIWdUk .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sxZofIWdUk .card-title {
  text-align: center;
}
.cid-sMPk5MffRw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPk5MffRw .mbr-section-subtitle {
  color: #767676;
}
.cid-sMPksTDgs1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPksTDgs1 .counter-container {
  color: #767676;
}
.cid-sMPksTDgs1 .counter-container ol {
  margin-bottom: 0;
}
.cid-sMPksTDgs1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sz1mUtmVAl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sz1mUtmVAl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sz1mUtmVAl .content {
    text-align: center;
  }
  .cid-sz1mUtmVAl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sz1mUtmVAl .img-logo img {
  height: 6rem;
}
.cid-sz1mUtmVAl .form-group,
.cid-sz1mUtmVAl .input-group-btn {
  padding: 0;
}
.cid-sz1mUtmVAl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sz1mUtmVAl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sz1mUtmVAl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sz1mUtmVAl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sz1mUtmVAl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sz1mUtmVAl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sz1mUtmVAl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sz1mUtmVAl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sz1mUtmVAl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz1mUtmVAl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz1mUtmVAl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sz1mUtmVAl .foot-logo {
    text-align: center !important;
  }
  .cid-sz1mUtmVAl .foot-title {
    text-align: center !important;
  }
  .cid-sz1mUtmVAl .mbr-text {
    text-align: center !important;
  }
  .cid-sz1mUtmVAl .form-group {
    margin: 0;
  }
}
.cid-sz1mUtmVAl .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7rMZxedhK {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/security-monitoring-canada-2000x1125.jpg");
}
.cid-sc4OdLOZZK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sc4OdLOZZK .mbr-text {
  color: #ffffff;
}
.cid-sc4ORDVr6D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc4ORDVr6D h2 {
  text-align: center;
}
.cid-sc4ORDVr6D h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sc4ORDVr6D p {
  color: #767676;
}
.cid-sc4ORDVr6D img {
  object-fit: cover;
}
.cid-sc4ORDVr6D .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sc4ORDVr6D .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sc4ORDVr6D .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sc4ORDVr6D .mbr-section-subtitle {
  color: #767676;
}
.cid-sc4ORDVr6D .card-title {
  font-weight: 500;
}
.cid-sc4ORDVr6D .card-img {
  text-align: inherit;
}
.cid-sc4ORDVr6D .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sc4ORDVr6D .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sc4ORDVr6D .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sc4ORDVr6D .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sc4ORDVr6D .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sc4ORDVr6D .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sc4ORDVr6D .mbr-section-title {
  text-align: center;
}
.cid-ub5E7gC7qy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ub5E7gC7qy .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ub5E7gC7qy .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-ub5E7gC7qy .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ub5E7gC7qy .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #760d03;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ub5E7gC7qy .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-ub5E7gC7qy .cards-block {
    border-top: 2px solid #760d03;
  }
}
.cid-ub5E7gC7qy .cards-block .card {
  border-bottom: 2px solid #760d03;
  border-radius: 0;
}
.cid-ub5E7gC7qy .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-ub5E7gC7qy .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ub5E7gC7qy .media-block {
    padding-left: 2rem;
  }
}
.cid-ub5E7gC7qy .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-ub5E7gC7qy .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-ub5E7gC7qy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sdClOzUAIf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sdClOzUAIf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sdClOzUAIf .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #128405;
}
@media (max-width: 767px) {
  .cid-sdClOzUAIf .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sdClOzUAIf .separline {
  position: relative;
}
.cid-sdClOzUAIf .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #128405;
}
@media (max-width: 767px) {
  .cid-sdClOzUAIf .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sdClOzUAIf .mbr-step-text {
  color: #232323;
}
.cid-sxZb2YV5Vy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sxZb2YV5Vy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sxZb2YV5Vy .section-text {
  padding: 2rem 0;
}
.cid-sxZb2YV5Vy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sxZb2YV5Vy .inner-container {
    width: 100% !important;
  }
}
.cid-sz1mc55183 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1mc55183 .card {
  align-self: stretch;
}
.cid-sz1mc55183 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1mc55183 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1mc55183 p {
  color: #767676;
  text-align: left;
}
.cid-sz1mc55183 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1mc55183 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1mc55183 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1mc55183 .card-title {
  text-align: center;
}
.cid-sz1mc55183 P {
  text-align: center;
}
.cid-sxZb5BURnf {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sxZb5BURnf .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9RiaEJWE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9RiaEJWE .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9RiaEJWE img,
.cid-ud9RiaEJWE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9RiaEJWE .item:focus,
.cid-ud9RiaEJWE span:focus {
  outline: none;
}
.cid-ud9RiaEJWE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9RiaEJWE .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9RiaEJWE h5,
.cid-ud9RiaEJWE h6 {
  margin: 0;
}
.cid-ud9RiaEJWE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9RiaEJWE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9RiaEJWE .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9RiaEJWE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9RiaEJWE .item-wrapper {
    height: auto;
  }
}
.cid-ud9RiaEJWE .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9RiaEJWE .item-title {
  text-align: center;
}
.cid-ud9RiaEJWE .item-subtitle {
  text-align: center;
}
.cid-ud9RiaEJWE .mbr-text,
.cid-ud9RiaEJWE .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9RiaEJWE .content-head {
  max-width: 800px;
}
.cid-ud9RiaEJWE .mbr-section-subtitle,
.cid-ud9RiaEJWE .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9RjuaYhi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9RjuaYhi .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9RjuaYhi img,
.cid-ud9RjuaYhi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9RjuaYhi .item:focus,
.cid-ud9RjuaYhi span:focus {
  outline: none;
}
.cid-ud9RjuaYhi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9RjuaYhi .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9RjuaYhi h5,
.cid-ud9RjuaYhi h6 {
  margin: 0;
}
.cid-ud9RjuaYhi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9RjuaYhi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9RjuaYhi .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9RjuaYhi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9RjuaYhi .item-wrapper {
    height: auto;
  }
}
.cid-ud9RjuaYhi .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9RjuaYhi .item-title {
  text-align: center;
}
.cid-ud9RjuaYhi .item-subtitle {
  text-align: center;
}
.cid-ud9RjuaYhi .mbr-text,
.cid-ud9RjuaYhi .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9RjuaYhi .content-head {
  max-width: 800px;
}
.cid-ud9RjuaYhi .mbr-section-subtitle,
.cid-ud9RjuaYhi .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uLtRBpGcQK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLtRBpGcQK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLtRBpGcQK .content {
    text-align: center;
  }
  .cid-uLtRBpGcQK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uLtRBpGcQK .img-logo img {
  height: 6rem;
}
.cid-uLtRBpGcQK .form-group,
.cid-uLtRBpGcQK .input-group-btn {
  padding: 0;
}
.cid-uLtRBpGcQK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uLtRBpGcQK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uLtRBpGcQK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLtRBpGcQK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLtRBpGcQK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uLtRBpGcQK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLtRBpGcQK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLtRBpGcQK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLtRBpGcQK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLtRBpGcQK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLtRBpGcQK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uLtRBpGcQK .foot-logo {
    text-align: center !important;
  }
  .cid-uLtRBpGcQK .foot-title {
    text-align: center !important;
  }
  .cid-uLtRBpGcQK .mbr-text {
    text-align: center !important;
  }
  .cid-uLtRBpGcQK .form-group {
    margin: 0;
  }
}
.cid-uLtRBpGcQK .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-shwPpn6m9N {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/toronto-security-company-canada.webp");
}
.cid-shwPpn6m9N .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shwPpn6m9N .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shwPpn6m9N .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKR1GKPi2v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKR1GKPi2v .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKR1GKPi2v .section-text {
  padding: 2rem 0;
}
.cid-uKR1GKPi2v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKR1GKPi2v .inner-container {
    width: 100% !important;
  }
}
.cid-uKR1I1NIxi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKR1I1NIxi .card-box {
  padding: 0 2rem;
}
.cid-uKR1I1NIxi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKR1I1NIxi .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKR1I1NIxi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKR1I1NIxi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKR1I1NIxi .mbr-text {
  color: #ffffff;
}
.cid-uKR1I1NIxi .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKR1I1NIxi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKR1I1NIxi .card-title {
  color: #ffffff;
}
.cid-uKR1K0tsl5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKR1K0tsl5 .card-box {
  padding: 0 2rem;
}
.cid-uKR1K0tsl5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKR1K0tsl5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKR1K0tsl5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKR1K0tsl5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKR1K0tsl5 .mbr-text {
  color: #ffffff;
}
.cid-uKR1K0tsl5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKR1K0tsl5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKR1K0tsl5 .card-title {
  color: #ffffff;
}
.cid-ubs3h37u7Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #767676);
}
.cid-ubs3h37u7Z .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubs3i0eYTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs3i0eYTY .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs3i0eYTY img,
.cid-ubs3i0eYTY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs3i0eYTY .item:focus,
.cid-ubs3i0eYTY span:focus {
  outline: none;
}
.cid-ubs3i0eYTY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs3i0eYTY .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs3i0eYTY h5,
.cid-ubs3i0eYTY h6 {
  margin: 0;
}
.cid-ubs3i0eYTY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs3i0eYTY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs3i0eYTY .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs3i0eYTY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs3i0eYTY .item-wrapper {
    height: auto;
  }
}
.cid-ubs3i0eYTY .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs3i0eYTY .item-title {
  text-align: center;
}
.cid-ubs3i0eYTY .item-subtitle {
  text-align: center;
}
.cid-ubs3i0eYTY .mbr-text,
.cid-ubs3i0eYTY .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs3i0eYTY .content-head {
  max-width: 800px;
}
.cid-ubs3i0eYTY .mbr-section-subtitle,
.cid-ubs3i0eYTY .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubs3iJvpMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs3iJvpMm .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs3iJvpMm img,
.cid-ubs3iJvpMm .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs3iJvpMm .item:focus,
.cid-ubs3iJvpMm span:focus {
  outline: none;
}
.cid-ubs3iJvpMm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs3iJvpMm .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs3iJvpMm h5,
.cid-ubs3iJvpMm h6 {
  margin: 0;
}
.cid-ubs3iJvpMm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs3iJvpMm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs3iJvpMm .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs3iJvpMm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs3iJvpMm .item-wrapper {
    height: auto;
  }
}
.cid-ubs3iJvpMm .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs3iJvpMm .item-title {
  text-align: center;
}
.cid-ubs3iJvpMm .item-subtitle {
  text-align: center;
}
.cid-ubs3iJvpMm .mbr-text,
.cid-ubs3iJvpMm .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs3iJvpMm .content-head {
  max-width: 800px;
}
.cid-ubs3iJvpMm .mbr-section-subtitle,
.cid-ubs3iJvpMm .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-shwPpogdMC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shwPpogdMC .title {
  padding-bottom: 2.5rem;
}
.cid-shwPpogdMC .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-shwPpogdMC .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-shwPpogdMC .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-shwPpogdMC .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-shwPpogdMC .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shwPpogdMC .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-shwPpogdMC .wrapper {
    flex-wrap: wrap;
  }
  .cid-shwPpogdMC .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shwPpogdMC .wrapper .b-info {
  width: 100%;
}
.cid-uKUE8kqLbV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uKUE8kqLbV .btn {
  margin: 0 0 .5rem 0;
}
.cid-shwPppwOEh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uKUDPmsnnl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKUDPmsnnl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKUDPmsnnl .content {
    text-align: center;
  }
  .cid-uKUDPmsnnl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKUDPmsnnl .img-logo img {
  height: 6rem;
}
.cid-uKUDPmsnnl .form-group,
.cid-uKUDPmsnnl .input-group-btn {
  padding: 0;
}
.cid-uKUDPmsnnl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKUDPmsnnl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKUDPmsnnl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKUDPmsnnl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKUDPmsnnl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKUDPmsnnl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKUDPmsnnl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKUDPmsnnl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKUDPmsnnl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKUDPmsnnl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKUDPmsnnl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKUDPmsnnl .foot-logo {
    text-align: center !important;
  }
  .cid-uKUDPmsnnl .foot-title {
    text-align: center !important;
  }
  .cid-uKUDPmsnnl .mbr-text {
    text-align: center !important;
  }
  .cid-uKUDPmsnnl .form-group {
    margin: 0;
  }
}
.cid-uKUDPmsnnl .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-shwUayt4E0 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cold-lake-security-download-960x540.jpg");
}
.cid-shwUayt4E0 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shwUayt4E0 .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shwUayt4E0 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6Giofmyj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6Giofmyj .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Giofmyj .section-text {
  padding: 2rem 0;
}
.cid-uL6Giofmyj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6Giofmyj .inner-container {
    width: 100% !important;
  }
}
.cid-uL6GjKmlts {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6GjKmlts .card-box {
  padding: 0 2rem;
}
.cid-uL6GjKmlts .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6GjKmlts .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6GjKmlts h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6GjKmlts p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6GjKmlts .mbr-text {
  color: #ffffff;
}
.cid-uL6GjKmlts .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6GjKmlts .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6GjKmlts .card-title {
  color: #ffffff;
}
.cid-uL6GkhjDjh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6GkhjDjh .card-box {
  padding: 0 2rem;
}
.cid-uL6GkhjDjh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6GkhjDjh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6GkhjDjh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6GkhjDjh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6GkhjDjh .mbr-text {
  color: #ffffff;
}
.cid-uL6GkhjDjh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6GkhjDjh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6GkhjDjh .card-title {
  color: #ffffff;
}
.cid-uL6GlamrwX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sMpOZqwLFg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sMpOZqwLFg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMpOZqwLFg .section-text {
  padding: 2rem 0;
}
.cid-sMpOZqwLFg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sMpOZqwLFg .inner-container {
    width: 100% !important;
  }
}
.cid-ubu4i9wYeB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubu4i9wYeB .card {
  align-self: stretch;
}
.cid-ubu4i9wYeB .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubu4i9wYeB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubu4i9wYeB p {
  color: #767676;
  text-align: left;
}
.cid-ubu4i9wYeB .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubu4i9wYeB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubu4i9wYeB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubu4i9wYeB .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubu4i9wYeB P {
  color: #ffffff;
}
.cid-ubu4kclFxu {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubu4kclFxu .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubu4mYPqd4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu4mYPqd4 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu4mYPqd4 img,
.cid-ubu4mYPqd4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu4mYPqd4 .item:focus,
.cid-ubu4mYPqd4 span:focus {
  outline: none;
}
.cid-ubu4mYPqd4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu4mYPqd4 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu4mYPqd4 h5,
.cid-ubu4mYPqd4 h6 {
  margin: 0;
}
.cid-ubu4mYPqd4 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu4mYPqd4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu4mYPqd4 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu4mYPqd4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu4mYPqd4 .item-wrapper {
    height: auto;
  }
}
.cid-ubu4mYPqd4 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu4mYPqd4 .item-title {
  text-align: center;
}
.cid-ubu4mYPqd4 .item-subtitle {
  text-align: center;
}
.cid-ubu4mYPqd4 .mbr-text,
.cid-ubu4mYPqd4 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu4mYPqd4 .content-head {
  max-width: 800px;
}
.cid-ubu4mYPqd4 .mbr-section-subtitle,
.cid-ubu4mYPqd4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubu4poQH2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu4poQH2z .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu4poQH2z img,
.cid-ubu4poQH2z .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu4poQH2z .item:focus,
.cid-ubu4poQH2z span:focus {
  outline: none;
}
.cid-ubu4poQH2z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu4poQH2z .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu4poQH2z h5,
.cid-ubu4poQH2z h6 {
  margin: 0;
}
.cid-ubu4poQH2z .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu4poQH2z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu4poQH2z .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu4poQH2z .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu4poQH2z .item-wrapper {
    height: auto;
  }
}
.cid-ubu4poQH2z .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu4poQH2z .item-title {
  text-align: center;
}
.cid-ubu4poQH2z .item-subtitle {
  text-align: center;
}
.cid-ubu4poQH2z .mbr-text,
.cid-ubu4poQH2z .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu4poQH2z .content-head {
  max-width: 800px;
}
.cid-ubu4poQH2z .mbr-section-subtitle,
.cid-ubu4poQH2z .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6GmHW55P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6GmHW55P .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6GmHW55P .content {
    text-align: center;
  }
  .cid-uL6GmHW55P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6GmHW55P .img-logo img {
  height: 6rem;
}
.cid-uL6GmHW55P .form-group,
.cid-uL6GmHW55P .input-group-btn {
  padding: 0;
}
.cid-uL6GmHW55P .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6GmHW55P .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6GmHW55P .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6GmHW55P .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6GmHW55P .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6GmHW55P .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6GmHW55P .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6GmHW55P .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6GmHW55P .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6GmHW55P .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6GmHW55P .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6GmHW55P .foot-logo {
    text-align: center !important;
  }
  .cid-uL6GmHW55P .foot-title {
    text-align: center !important;
  }
  .cid-uL6GmHW55P .mbr-text {
    text-align: center !important;
  }
  .cid-uL6GmHW55P .form-group {
    margin: 0;
  }
}
.cid-uL6GmHW55P .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-shwWSjgiWK {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1024px-downtown-900x478.jpg");
}
.cid-shwWSjgiWK .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shwWSjgiWK .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shwWSjgiWK .media-container-column {
    padding: 1rem !important;
  }
}
.cid-shwWSjgiWK .mbr-text,
.cid-shwWSjgiWK .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Iqq4iQm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6Iqq4iQm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Iqq4iQm .section-text {
  padding: 2rem 0;
}
.cid-uL6Iqq4iQm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6Iqq4iQm .inner-container {
    width: 100% !important;
  }
}
.cid-uL6IrtJDZI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6IrtJDZI .card-box {
  padding: 0 2rem;
}
.cid-uL6IrtJDZI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6IrtJDZI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6IrtJDZI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6IrtJDZI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6IrtJDZI .mbr-text {
  color: #ffffff;
}
.cid-uL6IrtJDZI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6IrtJDZI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6IrtJDZI .card-title {
  color: #ffffff;
}
.cid-uL6Is7r0Ab {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6Is7r0Ab .card-box {
  padding: 0 2rem;
}
.cid-uL6Is7r0Ab .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6Is7r0Ab .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6Is7r0Ab h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6Is7r0Ab p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6Is7r0Ab .mbr-text {
  color: #ffffff;
}
.cid-uL6Is7r0Ab .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6Is7r0Ab .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6Is7r0Ab .card-title {
  color: #ffffff;
}
.cid-uL6JiSD9fq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-ubxDxlVuGU {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubxDxlVuGU .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubxDyKXB8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxDyKXB8m .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxDyKXB8m img,
.cid-ubxDyKXB8m .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxDyKXB8m .item:focus,
.cid-ubxDyKXB8m span:focus {
  outline: none;
}
.cid-ubxDyKXB8m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxDyKXB8m .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxDyKXB8m h5,
.cid-ubxDyKXB8m h6 {
  margin: 0;
}
.cid-ubxDyKXB8m .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxDyKXB8m .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxDyKXB8m .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxDyKXB8m .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxDyKXB8m .item-wrapper {
    height: auto;
  }
}
.cid-ubxDyKXB8m .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxDyKXB8m .item-title {
  text-align: center;
}
.cid-ubxDyKXB8m .item-subtitle {
  text-align: center;
}
.cid-ubxDyKXB8m .mbr-text,
.cid-ubxDyKXB8m .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxDyKXB8m .content-head {
  max-width: 800px;
}
.cid-ubxDyKXB8m .mbr-section-subtitle,
.cid-ubxDyKXB8m .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubxDzzcYj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxDzzcYj7 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxDzzcYj7 img,
.cid-ubxDzzcYj7 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxDzzcYj7 .item:focus,
.cid-ubxDzzcYj7 span:focus {
  outline: none;
}
.cid-ubxDzzcYj7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxDzzcYj7 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxDzzcYj7 h5,
.cid-ubxDzzcYj7 h6 {
  margin: 0;
}
.cid-ubxDzzcYj7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxDzzcYj7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxDzzcYj7 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxDzzcYj7 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxDzzcYj7 .item-wrapper {
    height: auto;
  }
}
.cid-ubxDzzcYj7 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxDzzcYj7 .item-title {
  text-align: center;
}
.cid-ubxDzzcYj7 .item-subtitle {
  text-align: center;
}
.cid-ubxDzzcYj7 .mbr-text,
.cid-ubxDzzcYj7 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxDzzcYj7 .content-head {
  max-width: 800px;
}
.cid-ubxDzzcYj7 .mbr-section-subtitle,
.cid-ubxDzzcYj7 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sMpz19lWaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sMpz19lWaK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMpz19lWaK .section-text {
  padding: 2rem 0;
}
.cid-sMpz19lWaK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sMpz19lWaK .inner-container {
    width: 100% !important;
  }
}
.cid-sMpw9k5MO1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sMpw9k5MO1 .card {
  align-self: stretch;
}
.cid-sMpw9k5MO1 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sMpw9k5MO1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sMpw9k5MO1 p {
  color: #767676;
  text-align: left;
}
.cid-sMpw9k5MO1 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sMpw9k5MO1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sMpw9k5MO1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sMpw9k5MO1 .card-title {
  text-align: center;
}
.cid-sMpux1DLay {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMpux1DLay .mbr-section-subtitle {
  color: #767676;
}
.cid-sMpv7m0G9b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sMpv7m0G9b .counter-container {
  color: #767676;
}
.cid-sMpv7m0G9b .counter-container ol {
  margin-bottom: 0;
}
.cid-sMpv7m0G9b .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6Jkw4nol {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6Jkw4nol .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6Jkw4nol .content {
    text-align: center;
  }
  .cid-uL6Jkw4nol .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6Jkw4nol .img-logo img {
  height: 6rem;
}
.cid-uL6Jkw4nol .form-group,
.cid-uL6Jkw4nol .input-group-btn {
  padding: 0;
}
.cid-uL6Jkw4nol .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6Jkw4nol .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6Jkw4nol .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6Jkw4nol .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6Jkw4nol .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6Jkw4nol .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6Jkw4nol .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6Jkw4nol .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6Jkw4nol .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6Jkw4nol .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6Jkw4nol .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6Jkw4nol .foot-logo {
    text-align: center !important;
  }
  .cid-uL6Jkw4nol .foot-title {
    text-align: center !important;
  }
  .cid-uL6Jkw4nol .mbr-text {
    text-align: center !important;
  }
  .cid-uL6Jkw4nol .form-group {
    margin: 0;
  }
}
.cid-uL6Jkw4nol .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sdsXjvpHuM {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/calgary-ab-securityservicescompany-meta-1680x606.jpg");
}
.cid-sdsXjvpHuM .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sdsXjvpHuM .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sdsXjvpHuM .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6gwSna2S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6gwSna2S .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6gwSna2S .section-text {
  padding: 2rem 0;
}
.cid-uL6gwSna2S .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6gwSna2S .inner-container {
    width: 100% !important;
  }
}
.cid-uL6gxIPtrK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6gxIPtrK .card-box {
  padding: 0 2rem;
}
.cid-uL6gxIPtrK .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6gxIPtrK .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6gxIPtrK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6gxIPtrK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6gxIPtrK .mbr-text {
  color: #ffffff;
}
.cid-uL6gxIPtrK .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6gxIPtrK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6gxIPtrK .card-title {
  color: #ffffff;
}
.cid-uL6gyEfGer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6gyEfGer .card-box {
  padding: 0 2rem;
}
.cid-uL6gyEfGer .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6gyEfGer .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6gyEfGer h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6gyEfGer p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6gyEfGer .mbr-text {
  color: #ffffff;
}
.cid-uL6gyEfGer .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6gyEfGer .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6gyEfGer .card-title {
  color: #ffffff;
}
.cid-sdsXjwfFJZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdsXjwfFJZ .title {
  padding-bottom: 2.5rem;
}
.cid-sdsXjwfFJZ .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sdsXjwfFJZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sdsXjwfFJZ .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sdsXjwfFJZ .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sdsXjwfFJZ .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sdsXjwfFJZ .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sdsXjwfFJZ .wrapper {
    flex-wrap: wrap;
  }
  .cid-sdsXjwfFJZ .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdsXjwfFJZ .wrapper .b-info {
  width: 100%;
}
.cid-ubsqE7uCOb {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubsqE7uCOb .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsqFJ2zpQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsqFJ2zpQ .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsqFJ2zpQ img,
.cid-ubsqFJ2zpQ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsqFJ2zpQ .item:focus,
.cid-ubsqFJ2zpQ span:focus {
  outline: none;
}
.cid-ubsqFJ2zpQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsqFJ2zpQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsqFJ2zpQ h5,
.cid-ubsqFJ2zpQ h6 {
  margin: 0;
}
.cid-ubsqFJ2zpQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsqFJ2zpQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsqFJ2zpQ .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsqFJ2zpQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsqFJ2zpQ .item-wrapper {
    height: auto;
  }
}
.cid-ubsqFJ2zpQ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsqFJ2zpQ .item-title {
  text-align: center;
}
.cid-ubsqFJ2zpQ .item-subtitle {
  text-align: center;
}
.cid-ubsqFJ2zpQ .mbr-text,
.cid-ubsqFJ2zpQ .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsqFJ2zpQ .content-head {
  max-width: 800px;
}
.cid-ubsqFJ2zpQ .mbr-section-subtitle,
.cid-ubsqFJ2zpQ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsqHdmCvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsqHdmCvW .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsqHdmCvW img,
.cid-ubsqHdmCvW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsqHdmCvW .item:focus,
.cid-ubsqHdmCvW span:focus {
  outline: none;
}
.cid-ubsqHdmCvW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsqHdmCvW .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsqHdmCvW h5,
.cid-ubsqHdmCvW h6 {
  margin: 0;
}
.cid-ubsqHdmCvW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsqHdmCvW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsqHdmCvW .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsqHdmCvW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsqHdmCvW .item-wrapper {
    height: auto;
  }
}
.cid-ubsqHdmCvW .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsqHdmCvW .item-title {
  text-align: center;
}
.cid-ubsqHdmCvW .item-subtitle {
  text-align: center;
}
.cid-ubsqHdmCvW .mbr-text,
.cid-ubsqHdmCvW .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsqHdmCvW .content-head {
  max-width: 800px;
}
.cid-ubsqHdmCvW .mbr-section-subtitle,
.cid-ubsqHdmCvW .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sMpy4caXHF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sMpy4caXHF .mbr-section-subtitle {
  color: #767676;
}
.cid-sMpy4caXHF H2 {
  color: #ffffff;
}
.cid-ubsqO5EzBr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubsqO5EzBr .card {
  align-self: stretch;
}
.cid-ubsqO5EzBr .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubsqO5EzBr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubsqO5EzBr p {
  color: #767676;
  text-align: left;
}
.cid-ubsqO5EzBr .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubsqO5EzBr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubsqO5EzBr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubsqO5EzBr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubsqO5EzBr P {
  color: #ffffff;
}
.cid-sMpg6G05E1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sMpg6G05E1 .counter-container {
  color: #767676;
}
.cid-sMpg6G05E1 .counter-container ol {
  margin-bottom: 0;
}
.cid-sMpg6G05E1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6gD7mXH0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6gD7mXH0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6gD7mXH0 .content {
    text-align: center;
  }
  .cid-uL6gD7mXH0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6gD7mXH0 .img-logo img {
  height: 6rem;
}
.cid-uL6gD7mXH0 .form-group,
.cid-uL6gD7mXH0 .input-group-btn {
  padding: 0;
}
.cid-uL6gD7mXH0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6gD7mXH0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6gD7mXH0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6gD7mXH0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6gD7mXH0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6gD7mXH0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6gD7mXH0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6gD7mXH0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6gD7mXH0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6gD7mXH0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6gD7mXH0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6gD7mXH0 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6gD7mXH0 .foot-title {
    text-align: center !important;
  }
  .cid-uL6gD7mXH0 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6gD7mXH0 .form-group {
    margin: 0;
  }
}
.cid-uL6gD7mXH0 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-scPhgjfDex {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/vancouver-security-company-1000x555.jpg");
}
.cid-scPhgjfDex .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-scPhgjfDex .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-scPhgjfDex .media-container-column {
    padding: 1rem !important;
  }
}
.cid-scPhgjfDex H1 {
  color: #ffffff;
}
.cid-uL2VXrPG4V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL2VXrPG4V .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL2VXrPG4V .section-text {
  padding: 2rem 0;
}
.cid-uL2VXrPG4V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL2VXrPG4V .inner-container {
    width: 100% !important;
  }
}
.cid-uL2W2mEDSA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL2W2mEDSA .card-box {
  padding: 0 2rem;
}
.cid-uL2W2mEDSA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL2W2mEDSA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL2W2mEDSA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL2W2mEDSA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL2W2mEDSA .mbr-text {
  color: #ffffff;
}
.cid-uL2W2mEDSA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL2W2mEDSA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL2W2mEDSA .card-title {
  color: #ffffff;
}
.cid-uL2W3T7mHB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL2W3T7mHB .card-box {
  padding: 0 2rem;
}
.cid-uL2W3T7mHB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL2W3T7mHB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL2W3T7mHB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL2W3T7mHB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL2W3T7mHB .mbr-text {
  color: #ffffff;
}
.cid-uL2W3T7mHB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL2W3T7mHB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL2W3T7mHB .card-title {
  color: #ffffff;
}
.cid-ubsi0sdlDy {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #767676);
}
.cid-ubsi0sdlDy .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsi26GWm1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsi26GWm1 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsi26GWm1 img,
.cid-ubsi26GWm1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsi26GWm1 .item:focus,
.cid-ubsi26GWm1 span:focus {
  outline: none;
}
.cid-ubsi26GWm1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsi26GWm1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsi26GWm1 h5,
.cid-ubsi26GWm1 h6 {
  margin: 0;
}
.cid-ubsi26GWm1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsi26GWm1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsi26GWm1 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsi26GWm1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsi26GWm1 .item-wrapper {
    height: auto;
  }
}
.cid-ubsi26GWm1 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsi26GWm1 .item-title {
  text-align: center;
}
.cid-ubsi26GWm1 .item-subtitle {
  text-align: center;
}
.cid-ubsi26GWm1 .mbr-text,
.cid-ubsi26GWm1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsi26GWm1 .content-head {
  max-width: 800px;
}
.cid-ubsi26GWm1 .mbr-section-subtitle,
.cid-ubsi26GWm1 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsi2N1Wfz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsi2N1Wfz .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsi2N1Wfz img,
.cid-ubsi2N1Wfz .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsi2N1Wfz .item:focus,
.cid-ubsi2N1Wfz span:focus {
  outline: none;
}
.cid-ubsi2N1Wfz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsi2N1Wfz .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsi2N1Wfz h5,
.cid-ubsi2N1Wfz h6 {
  margin: 0;
}
.cid-ubsi2N1Wfz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsi2N1Wfz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsi2N1Wfz .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsi2N1Wfz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsi2N1Wfz .item-wrapper {
    height: auto;
  }
}
.cid-ubsi2N1Wfz .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsi2N1Wfz .item-title {
  text-align: center;
}
.cid-ubsi2N1Wfz .item-subtitle {
  text-align: center;
}
.cid-ubsi2N1Wfz .mbr-text,
.cid-ubsi2N1Wfz .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsi2N1Wfz .content-head {
  max-width: 800px;
}
.cid-ubsi2N1Wfz .mbr-section-subtitle,
.cid-ubsi2N1Wfz .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL2WqKnd4f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL2Ws08u7O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL2Ws08u7O .title {
  padding-bottom: 2.5rem;
}
.cid-uL2Ws08u7O .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uL2Ws08u7O .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uL2Ws08u7O .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uL2Ws08u7O .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uL2Ws08u7O .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL2Ws08u7O .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uL2Ws08u7O .wrapper {
    flex-wrap: wrap;
  }
  .cid-uL2Ws08u7O .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL2Ws08u7O .wrapper .b-info {
  width: 100%;
}
.cid-uL2WtEjY43 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL2WtEjY43 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL2WtEjY43 .content {
    text-align: center;
  }
  .cid-uL2WtEjY43 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL2WtEjY43 .img-logo img {
  height: 6rem;
}
.cid-uL2WtEjY43 .form-group,
.cid-uL2WtEjY43 .input-group-btn {
  padding: 0;
}
.cid-uL2WtEjY43 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL2WtEjY43 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL2WtEjY43 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL2WtEjY43 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL2WtEjY43 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL2WtEjY43 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL2WtEjY43 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL2WtEjY43 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL2WtEjY43 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL2WtEjY43 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL2WtEjY43 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL2WtEjY43 .foot-logo {
    text-align: center !important;
  }
  .cid-uL2WtEjY43 .foot-title {
    text-align: center !important;
  }
  .cid-uL2WtEjY43 .mbr-text {
    text-align: center !important;
  }
  .cid-uL2WtEjY43 .form-group {
    margin: 0;
  }
}
.cid-uL2WtEjY43 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-scPb8Vmxvc {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/buildings-security-canada-1000x667.jpg");
}
.cid-scPb8Vmxvc .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-scPb8Vmxvc .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-scPb8Vmxvc .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOz0Jo0bL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOz0Jo0bL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOz0Jo0bL .section-text {
  padding: 2rem 0;
}
.cid-uKOz0Jo0bL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOz0Jo0bL .inner-container {
    width: 100% !important;
  }
}
.cid-uKOz20DnW9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOz20DnW9 .card-box {
  padding: 0 2rem;
}
.cid-uKOz20DnW9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOz20DnW9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOz20DnW9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOz20DnW9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOz20DnW9 .mbr-text {
  color: #ffffff;
}
.cid-uKOz20DnW9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOz20DnW9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOz20DnW9 .card-title {
  color: #ffffff;
}
.cid-uKOz2DcfQ3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOz2DcfQ3 .card-box {
  padding: 0 2rem;
}
.cid-uKOz2DcfQ3 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOz2DcfQ3 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOz2DcfQ3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOz2DcfQ3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOz2DcfQ3 .mbr-text {
  color: #ffffff;
}
.cid-uKOz2DcfQ3 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOz2DcfQ3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOz2DcfQ3 .card-title {
  color: #ffffff;
}
.cid-sy1phKR2cI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sy1phKR2cI .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sy1phKR2cI .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sy1phKR2cI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sy1phKR2cI .inner-container {
    width: 100% !important;
  }
}
.cid-scPb8Yp9id {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scPb8Yp9id .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scPb8Yp9id .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-scPb8Yp9id .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-scPb8Yp9id .separline {
  position: relative;
}
.cid-scPb8Yp9id .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-scPb8Yp9id .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-scPb8Yp9id .mbr-step-text {
  color: #232323;
}
.cid-ubmIiIt0d3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubmIiIt0d3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubrUQwjt2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrUQwjt2b .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrUQwjt2b img,
.cid-ubrUQwjt2b .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrUQwjt2b .item:focus,
.cid-ubrUQwjt2b span:focus {
  outline: none;
}
.cid-ubrUQwjt2b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrUQwjt2b .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrUQwjt2b h5,
.cid-ubrUQwjt2b h6 {
  margin: 0;
}
.cid-ubrUQwjt2b .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrUQwjt2b .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrUQwjt2b .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrUQwjt2b .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrUQwjt2b .item-wrapper {
    height: auto;
  }
}
.cid-ubrUQwjt2b .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrUQwjt2b .item-title {
  text-align: center;
}
.cid-ubrUQwjt2b .item-subtitle {
  text-align: center;
}
.cid-ubrUQwjt2b .mbr-text,
.cid-ubrUQwjt2b .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrUQwjt2b .content-head {
  max-width: 800px;
}
.cid-ubrUQwjt2b .mbr-section-subtitle,
.cid-ubrUQwjt2b .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubrUSB1SZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrUSB1SZ5 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrUSB1SZ5 img,
.cid-ubrUSB1SZ5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrUSB1SZ5 .item:focus,
.cid-ubrUSB1SZ5 span:focus {
  outline: none;
}
.cid-ubrUSB1SZ5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrUSB1SZ5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrUSB1SZ5 h5,
.cid-ubrUSB1SZ5 h6 {
  margin: 0;
}
.cid-ubrUSB1SZ5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrUSB1SZ5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrUSB1SZ5 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrUSB1SZ5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrUSB1SZ5 .item-wrapper {
    height: auto;
  }
}
.cid-ubrUSB1SZ5 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrUSB1SZ5 .item-title {
  text-align: center;
}
.cid-ubrUSB1SZ5 .item-subtitle {
  text-align: center;
}
.cid-ubrUSB1SZ5 .mbr-text,
.cid-ubrUSB1SZ5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrUSB1SZ5 .content-head {
  max-width: 800px;
}
.cid-ubrUSB1SZ5 .mbr-section-subtitle,
.cid-ubrUSB1SZ5 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-scPb90bRsn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-scPb90bRsn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scPb90bRsn .section-text {
  padding: 2rem 0;
}
.cid-scPb90bRsn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scPb90bRsn .inner-container {
    width: 100% !important;
  }
}
.cid-sz1quuAnvZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1quuAnvZ .card {
  align-self: stretch;
}
.cid-sz1quuAnvZ .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1quuAnvZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1quuAnvZ p {
  color: #767676;
  text-align: left;
}
.cid-sz1quuAnvZ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1quuAnvZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1quuAnvZ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1quuAnvZ .card-title {
  text-align: center;
}
.cid-uKOz76fvwy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOz76fvwy .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOz76fvwy .content {
    text-align: center;
  }
  .cid-uKOz76fvwy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOz76fvwy .img-logo img {
  height: 6rem;
}
.cid-uKOz76fvwy .form-group,
.cid-uKOz76fvwy .input-group-btn {
  padding: 0;
}
.cid-uKOz76fvwy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOz76fvwy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOz76fvwy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOz76fvwy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOz76fvwy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOz76fvwy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOz76fvwy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOz76fvwy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOz76fvwy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOz76fvwy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOz76fvwy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOz76fvwy .foot-logo {
    text-align: center !important;
  }
  .cid-uKOz76fvwy .foot-title {
    text-align: center !important;
  }
  .cid-uKOz76fvwy .mbr-text {
    text-align: center !important;
  }
  .cid-uKOz76fvwy .form-group {
    margin: 0;
  }
}
.cid-uKOz76fvwy .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s8sZkfKKkH {
  background-image: url("../../../assets/images/oilfield-security-fort-mcmurray-2000x1121.jpg");
}
.cid-s8sZkfKKkH .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s8sZkfKKkH .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-s8sZkfKKkH .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOycIP3eS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOycIP3eS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOycIP3eS .section-text {
  padding: 2rem 0;
}
.cid-uKOycIP3eS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOycIP3eS .inner-container {
    width: 100% !important;
  }
}
.cid-uKOyapXNfo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOyapXNfo .card-box {
  padding: 0 2rem;
}
.cid-uKOyapXNfo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOyapXNfo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOyapXNfo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOyapXNfo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOyapXNfo .mbr-text {
  color: #ffffff;
}
.cid-uKOyapXNfo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOyapXNfo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOyapXNfo .card-title {
  color: #ffffff;
}
.cid-uKOydASM7z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOydASM7z .card-box {
  padding: 0 2rem;
}
.cid-uKOydASM7z .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOydASM7z .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOydASM7z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOydASM7z p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOydASM7z .mbr-text {
  color: #ffffff;
}
.cid-uKOydASM7z .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOydASM7z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOydASM7z .card-title {
  color: #ffffff;
}
.cid-ubnVy6TA4h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ubnVy6TA4h .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubnVy6TA4h .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ubnVy6TA4h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubnVy6TA4h .inner-container {
    width: 100% !important;
  }
}
.cid-scPayYsw6n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scPayYsw6n .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scPayYsw6n .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-scPayYsw6n .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-scPayYsw6n .separline {
  position: relative;
}
.cid-scPayYsw6n .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-scPayYsw6n .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-scPayYsw6n .mbr-step-text {
  color: #232323;
}
.cid-ubnVIBjgSn {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnVIBjgSn .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnVLbHqlr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnVLbHqlr .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnVLbHqlr img,
.cid-ubnVLbHqlr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnVLbHqlr .item:focus,
.cid-ubnVLbHqlr span:focus {
  outline: none;
}
.cid-ubnVLbHqlr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnVLbHqlr .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnVLbHqlr h5,
.cid-ubnVLbHqlr h6 {
  margin: 0;
}
.cid-ubnVLbHqlr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnVLbHqlr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnVLbHqlr .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnVLbHqlr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnVLbHqlr .item-wrapper {
    height: auto;
  }
}
.cid-ubnVLbHqlr .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnVLbHqlr .item-title {
  text-align: center;
}
.cid-ubnVLbHqlr .item-subtitle {
  text-align: center;
}
.cid-ubnVLbHqlr .mbr-text,
.cid-ubnVLbHqlr .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnVLbHqlr .content-head {
  max-width: 800px;
}
.cid-ubnVLbHqlr .mbr-section-subtitle,
.cid-ubnVLbHqlr .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnVMbsFuY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnVMbsFuY .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnVMbsFuY img,
.cid-ubnVMbsFuY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnVMbsFuY .item:focus,
.cid-ubnVMbsFuY span:focus {
  outline: none;
}
.cid-ubnVMbsFuY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnVMbsFuY .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnVMbsFuY h5,
.cid-ubnVMbsFuY h6 {
  margin: 0;
}
.cid-ubnVMbsFuY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnVMbsFuY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnVMbsFuY .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnVMbsFuY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnVMbsFuY .item-wrapper {
    height: auto;
  }
}
.cid-ubnVMbsFuY .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnVMbsFuY .item-title {
  text-align: center;
}
.cid-ubnVMbsFuY .item-subtitle {
  text-align: center;
}
.cid-ubnVMbsFuY .mbr-text,
.cid-ubnVMbsFuY .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnVMbsFuY .content-head {
  max-width: 800px;
}
.cid-ubnVMbsFuY .mbr-section-subtitle,
.cid-ubnVMbsFuY .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-scPaG0anI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-scPaG0anI4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scPaG0anI4 .section-text {
  padding: 2rem 0;
}
.cid-scPaG0anI4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scPaG0anI4 .inner-container {
    width: 100% !important;
  }
}
.cid-sz1q9MnUqy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1q9MnUqy .card {
  align-self: stretch;
}
.cid-sz1q9MnUqy .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1q9MnUqy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1q9MnUqy p {
  color: #767676;
  text-align: left;
}
.cid-sz1q9MnUqy .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1q9MnUqy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1q9MnUqy .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1q9MnUqy .card-title {
  text-align: center;
}
.cid-uKOyqLL0jK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOyqLL0jK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOyqLL0jK .content {
    text-align: center;
  }
  .cid-uKOyqLL0jK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOyqLL0jK .img-logo img {
  height: 6rem;
}
.cid-uKOyqLL0jK .form-group,
.cid-uKOyqLL0jK .input-group-btn {
  padding: 0;
}
.cid-uKOyqLL0jK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOyqLL0jK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOyqLL0jK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOyqLL0jK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOyqLL0jK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOyqLL0jK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOyqLL0jK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOyqLL0jK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOyqLL0jK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOyqLL0jK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOyqLL0jK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOyqLL0jK .foot-logo {
    text-align: center !important;
  }
  .cid-uKOyqLL0jK .foot-title {
    text-align: center !important;
  }
  .cid-uKOyqLL0jK .mbr-text {
    text-align: center !important;
  }
  .cid-uKOyqLL0jK .form-group {
    margin: 0;
  }
}
.cid-uKOyqLL0jK .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7WQwOaV08 {
  background-image: url("../../../assets/images/dealership-security-calgary-ssg-2000x1121.jpg");
}
.cid-s7WQwOaV08 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s7WQwOaV08 .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-s7WQwOaV08 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOxjGNpyg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOxjGNpyg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOxjGNpyg .section-text {
  padding: 2rem 0;
}
.cid-uKOxjGNpyg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOxjGNpyg .inner-container {
    width: 100% !important;
  }
}
.cid-uKOxm2ye2n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOxm2ye2n .card-box {
  padding: 0 2rem;
}
.cid-uKOxm2ye2n .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOxm2ye2n .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOxm2ye2n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOxm2ye2n p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOxm2ye2n .mbr-text {
  color: #ffffff;
}
.cid-uKOxm2ye2n .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOxm2ye2n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOxm2ye2n .card-title {
  color: #ffffff;
}
.cid-uKOxpc8kGa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOxpc8kGa .card-box {
  padding: 0 2rem;
}
.cid-uKOxpc8kGa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOxpc8kGa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOxpc8kGa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOxpc8kGa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOxpc8kGa .mbr-text {
  color: #ffffff;
}
.cid-uKOxpc8kGa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOxpc8kGa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOxpc8kGa .card-title {
  color: #ffffff;
}
.cid-ubnUkpwlR5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ubnUkpwlR5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubnUkpwlR5 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ubnUkpwlR5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubnUkpwlR5 .inner-container {
    width: 100% !important;
  }
}
.cid-scP53yp9Pz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scP53yp9Pz .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scP53yp9Pz .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-scP53yp9Pz .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-scP53yp9Pz .separline {
  position: relative;
}
.cid-scP53yp9Pz .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-scP53yp9Pz .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-scP53yp9Pz .mbr-step-text {
  color: #232323;
}
.cid-scP8HUrlpc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-scP8HUrlpc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scP8HUrlpc .section-text {
  padding: 2rem 0;
}
.cid-scP8HUrlpc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scP8HUrlpc .inner-container {
    width: 100% !important;
  }
}
.cid-sz1plEj5E5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1plEj5E5 .card {
  align-self: stretch;
}
.cid-sz1plEj5E5 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1plEj5E5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1plEj5E5 p {
  color: #767676;
  text-align: left;
}
.cid-sz1plEj5E5 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1plEj5E5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1plEj5E5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1plEj5E5 .card-title {
  text-align: center;
}
.cid-ubnUsl8XGn {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnUsl8XGn .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnUteV0Cg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnUteV0Cg .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnUteV0Cg img,
.cid-ubnUteV0Cg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnUteV0Cg .item:focus,
.cid-ubnUteV0Cg span:focus {
  outline: none;
}
.cid-ubnUteV0Cg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnUteV0Cg .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnUteV0Cg h5,
.cid-ubnUteV0Cg h6 {
  margin: 0;
}
.cid-ubnUteV0Cg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnUteV0Cg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnUteV0Cg .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnUteV0Cg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnUteV0Cg .item-wrapper {
    height: auto;
  }
}
.cid-ubnUteV0Cg .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnUteV0Cg .item-title {
  text-align: center;
}
.cid-ubnUteV0Cg .item-subtitle {
  text-align: center;
}
.cid-ubnUteV0Cg .mbr-text,
.cid-ubnUteV0Cg .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnUteV0Cg .content-head {
  max-width: 800px;
}
.cid-ubnUteV0Cg .mbr-section-subtitle,
.cid-ubnUteV0Cg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnUtVFzXb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnUtVFzXb .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnUtVFzXb img,
.cid-ubnUtVFzXb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnUtVFzXb .item:focus,
.cid-ubnUtVFzXb span:focus {
  outline: none;
}
.cid-ubnUtVFzXb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnUtVFzXb .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnUtVFzXb h5,
.cid-ubnUtVFzXb h6 {
  margin: 0;
}
.cid-ubnUtVFzXb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnUtVFzXb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnUtVFzXb .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnUtVFzXb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnUtVFzXb .item-wrapper {
    height: auto;
  }
}
.cid-ubnUtVFzXb .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnUtVFzXb .item-title {
  text-align: center;
}
.cid-ubnUtVFzXb .item-subtitle {
  text-align: center;
}
.cid-ubnUtVFzXb .mbr-text,
.cid-ubnUtVFzXb .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnUtVFzXb .content-head {
  max-width: 800px;
}
.cid-ubnUtVFzXb .mbr-section-subtitle,
.cid-ubnUtVFzXb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sMPnFRdSOd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPnFRdSOd .mbr-section-subtitle {
  color: #767676;
}
.cid-sMPnGOSsXp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPnGOSsXp .counter-container {
  color: #767676;
}
.cid-sMPnGOSsXp .counter-container ol {
  margin-bottom: 0;
}
.cid-sMPnGOSsXp .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKOxu8YO8x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOxu8YO8x .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOxu8YO8x .content {
    text-align: center;
  }
  .cid-uKOxu8YO8x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOxu8YO8x .img-logo img {
  height: 6rem;
}
.cid-uKOxu8YO8x .form-group,
.cid-uKOxu8YO8x .input-group-btn {
  padding: 0;
}
.cid-uKOxu8YO8x .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOxu8YO8x .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOxu8YO8x .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOxu8YO8x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOxu8YO8x .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOxu8YO8x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOxu8YO8x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOxu8YO8x .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOxu8YO8x .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOxu8YO8x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOxu8YO8x .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOxu8YO8x .foot-logo {
    text-align: center !important;
  }
  .cid-uKOxu8YO8x .foot-title {
    text-align: center !important;
  }
  .cid-uKOxu8YO8x .mbr-text {
    text-align: center !important;
  }
  .cid-uKOxu8YO8x .form-group {
    margin: 0;
  }
}
.cid-uKOxu8YO8x .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7WQ7kooSb {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/calgary-construction-security-company-2000x1331.jpg");
}
.cid-s7WQ7kooSb .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s7WQ7kooSb .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-s7WQ7kooSb .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOwyHbjH8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOwyHbjH8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOwyHbjH8 .section-text {
  padding: 2rem 0;
}
.cid-uKOwyHbjH8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOwyHbjH8 .inner-container {
    width: 100% !important;
  }
}
.cid-uKOwA3052R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOwA3052R .card-box {
  padding: 0 2rem;
}
.cid-uKOwA3052R .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOwA3052R .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOwA3052R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOwA3052R p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOwA3052R .mbr-text {
  color: #ffffff;
}
.cid-uKOwA3052R .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOwA3052R .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOwA3052R .card-title {
  color: #ffffff;
}
.cid-uKOwABHTdR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOwABHTdR .card-box {
  padding: 0 2rem;
}
.cid-uKOwABHTdR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOwABHTdR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOwABHTdR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOwABHTdR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOwABHTdR .mbr-text {
  color: #ffffff;
}
.cid-uKOwABHTdR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOwABHTdR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOwABHTdR .card-title {
  color: #ffffff;
}
.cid-ubnn2fw9QY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ubnn2fw9QY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubnn2fw9QY .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ubnn2fw9QY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubnn2fw9QY .inner-container {
    width: 100% !important;
  }
}
.cid-sdCq2VueNT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdCq2VueNT .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sdCq2VueNT .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sdCq2VueNT .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sdCq2VueNT .separline {
  position: relative;
}
.cid-sdCq2VueNT .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sdCq2VueNT .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sdCq2VueNT .mbr-step-text {
  color: #232323;
}
.cid-sc5t6c0QU8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sc5t6c0QU8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc5t6c0QU8 .section-text {
  padding: 2rem 0;
}
.cid-sc5t6c0QU8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc5t6c0QU8 .inner-container {
    width: 100% !important;
  }
}
.cid-sz1n4fIIlh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1n4fIIlh .card {
  align-self: stretch;
}
.cid-sz1n4fIIlh .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1n4fIIlh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1n4fIIlh p {
  color: #767676;
  text-align: left;
}
.cid-sz1n4fIIlh .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1n4fIIlh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1n4fIIlh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1n4fIIlh .card-title {
  text-align: center;
}
.cid-ubnTES0aXJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnTES0aXJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnTFEXF0K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnTFEXF0K .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnTFEXF0K img,
.cid-ubnTFEXF0K .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnTFEXF0K .item:focus,
.cid-ubnTFEXF0K span:focus {
  outline: none;
}
.cid-ubnTFEXF0K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnTFEXF0K .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnTFEXF0K h5,
.cid-ubnTFEXF0K h6 {
  margin: 0;
}
.cid-ubnTFEXF0K .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnTFEXF0K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnTFEXF0K .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnTFEXF0K .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnTFEXF0K .item-wrapper {
    height: auto;
  }
}
.cid-ubnTFEXF0K .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnTFEXF0K .item-title {
  text-align: center;
}
.cid-ubnTFEXF0K .item-subtitle {
  text-align: center;
}
.cid-ubnTFEXF0K .mbr-text,
.cid-ubnTFEXF0K .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnTFEXF0K .content-head {
  max-width: 800px;
}
.cid-ubnTFEXF0K .mbr-section-subtitle,
.cid-ubnTFEXF0K .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnTGmPE76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnTGmPE76 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnTGmPE76 img,
.cid-ubnTGmPE76 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnTGmPE76 .item:focus,
.cid-ubnTGmPE76 span:focus {
  outline: none;
}
.cid-ubnTGmPE76 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnTGmPE76 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnTGmPE76 h5,
.cid-ubnTGmPE76 h6 {
  margin: 0;
}
.cid-ubnTGmPE76 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnTGmPE76 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnTGmPE76 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnTGmPE76 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnTGmPE76 .item-wrapper {
    height: auto;
  }
}
.cid-ubnTGmPE76 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnTGmPE76 .item-title {
  text-align: center;
}
.cid-ubnTGmPE76 .item-subtitle {
  text-align: center;
}
.cid-ubnTGmPE76 .mbr-text,
.cid-ubnTGmPE76 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnTGmPE76 .content-head {
  max-width: 800px;
}
.cid-ubnTGmPE76 .mbr-section-subtitle,
.cid-ubnTGmPE76 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sMPhb9cCrR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPhb9cCrR .mbr-section-subtitle {
  color: #767676;
}
.cid-sMPhpyozvi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPhpyozvi .counter-container {
  color: #767676;
}
.cid-sMPhpyozvi .counter-container ol {
  margin-bottom: 0;
}
.cid-sMPhpyozvi .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKOwRBhUtP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOwRBhUtP .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOwRBhUtP .content {
    text-align: center;
  }
  .cid-uKOwRBhUtP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOwRBhUtP .img-logo img {
  height: 6rem;
}
.cid-uKOwRBhUtP .form-group,
.cid-uKOwRBhUtP .input-group-btn {
  padding: 0;
}
.cid-uKOwRBhUtP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOwRBhUtP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOwRBhUtP .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOwRBhUtP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOwRBhUtP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOwRBhUtP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOwRBhUtP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOwRBhUtP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOwRBhUtP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOwRBhUtP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOwRBhUtP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOwRBhUtP .foot-logo {
    text-align: center !important;
  }
  .cid-uKOwRBhUtP .foot-title {
    text-align: center !important;
  }
  .cid-uKOwRBhUtP .mbr-text {
    text-align: center !important;
  }
  .cid-uKOwRBhUtP .form-group {
    margin: 0;
  }
}
.cid-uKOwRBhUtP .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sefCEq1RH9 {
  background-image: url("../../../assets/images/government-infrastructure-security-2000x1334.jpg");
}
.cid-sefCEq1RH9 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sefCEq1RH9 .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-sefCEq1RH9 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uJZXiycnyG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uJZXiycnyG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJZXiycnyG .section-text {
  padding: 2rem 0;
}
.cid-uJZXiycnyG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uJZXiycnyG .inner-container {
    width: 100% !important;
  }
}
.cid-uJZXjOrd7D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uJZXjOrd7D .card-box {
  padding: 0 2rem;
}
.cid-uJZXjOrd7D .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uJZXjOrd7D .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uJZXjOrd7D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uJZXjOrd7D p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uJZXjOrd7D .mbr-text {
  color: #ffffff;
}
.cid-uJZXjOrd7D .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJZXjOrd7D .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJZXjOrd7D .card-title {
  color: #ffffff;
}
.cid-uJZXkTnivU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uJZXkTnivU .card-box {
  padding: 0 2rem;
}
.cid-uJZXkTnivU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uJZXkTnivU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uJZXkTnivU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uJZXkTnivU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uJZXkTnivU .mbr-text {
  color: #ffffff;
}
.cid-uJZXkTnivU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJZXkTnivU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJZXkTnivU .card-title {
  color: #ffffff;
}
.cid-ubnS5lrns8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubnS5lrns8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubnS5lrns8 .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ubnS5lrns8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubnS5lrns8 .inner-container {
    width: 100% !important;
  }
}
.cid-sefCEtjp0t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sefCEtjp0t .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sefCEtjp0t .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sefCEtjp0t .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sefCEtjp0t .separline {
  position: relative;
}
.cid-sefCEtjp0t .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sefCEtjp0t .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sefCEtjp0t .mbr-step-text {
  color: #232323;
}
.cid-sefCExMkKr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sefCExMkKr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sefCExMkKr .section-text {
  padding: 2rem 0;
}
.cid-sefCExMkKr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sefCExMkKr .inner-container {
    width: 100% !important;
  }
}
.cid-sz1mAFirWc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1mAFirWc .card {
  align-self: stretch;
}
.cid-sz1mAFirWc .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1mAFirWc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1mAFirWc p {
  color: #767676;
  text-align: left;
}
.cid-sz1mAFirWc .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1mAFirWc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1mAFirWc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1mAFirWc .card-title {
  text-align: center;
}
.cid-ubnSLi6jaz {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnSLi6jaz .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnSHndJZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnSHndJZf .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnSHndJZf img,
.cid-ubnSHndJZf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnSHndJZf .item:focus,
.cid-ubnSHndJZf span:focus {
  outline: none;
}
.cid-ubnSHndJZf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnSHndJZf .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnSHndJZf h5,
.cid-ubnSHndJZf h6 {
  margin: 0;
}
.cid-ubnSHndJZf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnSHndJZf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnSHndJZf .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnSHndJZf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnSHndJZf .item-wrapper {
    height: auto;
  }
}
.cid-ubnSHndJZf .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnSHndJZf .item-title {
  text-align: center;
}
.cid-ubnSHndJZf .item-subtitle {
  text-align: center;
}
.cid-ubnSHndJZf .mbr-text,
.cid-ubnSHndJZf .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnSHndJZf .content-head {
  max-width: 800px;
}
.cid-ubnSHndJZf .mbr-section-subtitle,
.cid-ubnSHndJZf .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnSI6rcKd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnSI6rcKd .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnSI6rcKd img,
.cid-ubnSI6rcKd .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnSI6rcKd .item:focus,
.cid-ubnSI6rcKd span:focus {
  outline: none;
}
.cid-ubnSI6rcKd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnSI6rcKd .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnSI6rcKd h5,
.cid-ubnSI6rcKd h6 {
  margin: 0;
}
.cid-ubnSI6rcKd .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnSI6rcKd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnSI6rcKd .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnSI6rcKd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnSI6rcKd .item-wrapper {
    height: auto;
  }
}
.cid-ubnSI6rcKd .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnSI6rcKd .item-title {
  text-align: center;
}
.cid-ubnSI6rcKd .item-subtitle {
  text-align: center;
}
.cid-ubnSI6rcKd .mbr-text,
.cid-ubnSI6rcKd .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnSI6rcKd .content-head {
  max-width: 800px;
}
.cid-ubnSI6rcKd .mbr-section-subtitle,
.cid-ubnSI6rcKd .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uJZXtvcT3k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJZXtvcT3k .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJZXtvcT3k .content {
    text-align: center;
  }
  .cid-uJZXtvcT3k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJZXtvcT3k .img-logo img {
  height: 6rem;
}
.cid-uJZXtvcT3k .form-group,
.cid-uJZXtvcT3k .input-group-btn {
  padding: 0;
}
.cid-uJZXtvcT3k .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJZXtvcT3k .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJZXtvcT3k .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJZXtvcT3k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJZXtvcT3k .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJZXtvcT3k .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJZXtvcT3k .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJZXtvcT3k .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJZXtvcT3k .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJZXtvcT3k .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJZXtvcT3k .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJZXtvcT3k .foot-logo {
    text-align: center !important;
  }
  .cid-uJZXtvcT3k .foot-title {
    text-align: center !important;
  }
  .cid-uJZXtvcT3k .mbr-text {
    text-align: center !important;
  }
  .cid-uJZXtvcT3k .form-group {
    margin: 0;
  }
}
.cid-uJZXtvcT3k .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7WP38yH5W {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/calgary-condo-security-guard-2000x1333.jpg");
}
.cid-s7WP38yH5W .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s7WP38yH5W .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-s7WP38yH5W .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uK0z1tYv6x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uK0z1tYv6x .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0z1tYv6x .section-text {
  padding: 2rem 0;
}
.cid-uK0z1tYv6x .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0z1tYv6x .inner-container {
    width: 100% !important;
  }
}
.cid-uK0z2r0pAF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uK0z2r0pAF .card-box {
  padding: 0 2rem;
}
.cid-uK0z2r0pAF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uK0z2r0pAF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uK0z2r0pAF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uK0z2r0pAF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uK0z2r0pAF .mbr-text {
  color: #ffffff;
}
.cid-uK0z2r0pAF .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uK0z2r0pAF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uK0z2r0pAF .card-title {
  color: #ffffff;
}
.cid-uK0z3mbrmh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uK0z3mbrmh .card-box {
  padding: 0 2rem;
}
.cid-uK0z3mbrmh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uK0z3mbrmh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uK0z3mbrmh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uK0z3mbrmh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uK0z3mbrmh .mbr-text {
  color: #ffffff;
}
.cid-uK0z3mbrmh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uK0z3mbrmh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uK0z3mbrmh .card-title {
  color: #ffffff;
}
.cid-ubmLUYnVyB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ubmLUYnVyB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmLUYnVyB .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ubmLUYnVyB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmLUYnVyB .inner-container {
    width: 100% !important;
  }
}
.cid-sc5wD7EiZu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sc5wD7EiZu .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sc5wD7EiZu .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sc5wD7EiZu .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sc5wD7EiZu .separline {
  position: relative;
}
.cid-sc5wD7EiZu .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sc5wD7EiZu .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sc5wD7EiZu .mbr-step-text {
  color: #232323;
}
.cid-sc5wICkcmS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sc5wICkcmS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc5wICkcmS .section-text {
  padding: 2rem 0;
}
.cid-sc5wICkcmS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc5wICkcmS .inner-container {
    width: 100% !important;
  }
}
.cid-sz1mwdHlDz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1mwdHlDz .card {
  align-self: stretch;
}
.cid-sz1mwdHlDz .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1mwdHlDz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1mwdHlDz p {
  color: #767676;
  text-align: left;
}
.cid-sz1mwdHlDz .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1mwdHlDz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1mwdHlDz .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1mwdHlDz .card-title {
  text-align: center;
}
.cid-sMPiR48bzO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPiR48bzO .mbr-section-subtitle {
  color: #767676;
}
.cid-sMPiSfOGN7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMPiSfOGN7 .counter-container {
  color: #767676;
}
.cid-sMPiSfOGN7 .counter-container ol {
  margin-bottom: 0;
}
.cid-sMPiSfOGN7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ubnT3CTELn {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnT3CTELn .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnT5aqCGS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnT5aqCGS .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnT5aqCGS img,
.cid-ubnT5aqCGS .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnT5aqCGS .item:focus,
.cid-ubnT5aqCGS span:focus {
  outline: none;
}
.cid-ubnT5aqCGS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnT5aqCGS .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnT5aqCGS h5,
.cid-ubnT5aqCGS h6 {
  margin: 0;
}
.cid-ubnT5aqCGS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnT5aqCGS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnT5aqCGS .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnT5aqCGS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnT5aqCGS .item-wrapper {
    height: auto;
  }
}
.cid-ubnT5aqCGS .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnT5aqCGS .item-title {
  text-align: center;
}
.cid-ubnT5aqCGS .item-subtitle {
  text-align: center;
}
.cid-ubnT5aqCGS .mbr-text,
.cid-ubnT5aqCGS .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnT5aqCGS .content-head {
  max-width: 800px;
}
.cid-ubnT5aqCGS .mbr-section-subtitle,
.cid-ubnT5aqCGS .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnT5V3k6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnT5V3k6l .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnT5V3k6l img,
.cid-ubnT5V3k6l .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnT5V3k6l .item:focus,
.cid-ubnT5V3k6l span:focus {
  outline: none;
}
.cid-ubnT5V3k6l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnT5V3k6l .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnT5V3k6l h5,
.cid-ubnT5V3k6l h6 {
  margin: 0;
}
.cid-ubnT5V3k6l .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnT5V3k6l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnT5V3k6l .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnT5V3k6l .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnT5V3k6l .item-wrapper {
    height: auto;
  }
}
.cid-ubnT5V3k6l .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnT5V3k6l .item-title {
  text-align: center;
}
.cid-ubnT5V3k6l .item-subtitle {
  text-align: center;
}
.cid-ubnT5V3k6l .mbr-text,
.cid-ubnT5V3k6l .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnT5V3k6l .content-head {
  max-width: 800px;
}
.cid-ubnT5V3k6l .mbr-section-subtitle,
.cid-ubnT5V3k6l .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uK0AqtJxGr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uK0AqtJxGr .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uK0AqtJxGr .content {
    text-align: center;
  }
  .cid-uK0AqtJxGr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uK0AqtJxGr .img-logo img {
  height: 6rem;
}
.cid-uK0AqtJxGr .form-group,
.cid-uK0AqtJxGr .input-group-btn {
  padding: 0;
}
.cid-uK0AqtJxGr .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uK0AqtJxGr .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uK0AqtJxGr .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uK0AqtJxGr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uK0AqtJxGr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uK0AqtJxGr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uK0AqtJxGr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uK0AqtJxGr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uK0AqtJxGr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uK0AqtJxGr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uK0AqtJxGr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uK0AqtJxGr .foot-logo {
    text-align: center !important;
  }
  .cid-uK0AqtJxGr .foot-title {
    text-align: center !important;
  }
  .cid-uK0AqtJxGr .mbr-text {
    text-align: center !important;
  }
  .cid-uK0AqtJxGr .form-group {
    margin: 0;
  }
}
.cid-uK0AqtJxGr .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7GJDJJdtX {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/adobestock-828895740.jpeg-2000x874.jpg");
}
.cid-s7GJDJJdtX .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s7GJDJJdtX .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-s7GJDJJdtX .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uIYsuxNfkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIYsuxNfkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYsuxNfkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYsuxNfkG .row {
  margin: 0 -8px;
}
.cid-uIYsuxNfkG .row .card {
  padding: 0 8px;
}
.cid-uIYsuxNfkG .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px) {
  .cid-uIYsuxNfkG .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIYsuxNfkG .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uIYsuxNfkG .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIYsuxNfkG .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIYsuxNfkG .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uIYsuxNfkG .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYsuxNfkG .image-wrapper {
  height: 100%;
}
.cid-uIYsuxNfkG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIYsuxNfkG .image-wrapper img {
    height: 300px;
  }
}
.cid-uIYsuxNfkG .mbr-section-title {
  color: #2c2c26;
}
.cid-uIYsuxNfkG .mbr-text,
.cid-uIYsuxNfkG .text-wrapper {
  color: #63635d;
}
.cid-uIYuqG5zPP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIYuqG5zPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYuqG5zPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYuqG5zPP .row {
  margin: 0 -8px;
}
.cid-uIYuqG5zPP .row .card {
  padding: 0 8px;
}
.cid-uIYuqG5zPP .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px) {
  .cid-uIYuqG5zPP .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIYuqG5zPP .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uIYuqG5zPP .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIYuqG5zPP .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIYuqG5zPP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uIYuqG5zPP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIYuqG5zPP .image-wrapper {
  height: 100%;
}
.cid-uIYuqG5zPP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIYuqG5zPP .image-wrapper img {
    height: 300px;
  }
}
.cid-uIYuqG5zPP .mbr-section-title {
  color: #2c2c26;
}
.cid-uIYuqG5zPP .mbr-text,
.cid-uIYuqG5zPP .text-wrapper {
  color: #63635d;
}
.cid-uIYnxw1PfV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uIYnxw1PfV .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uIYnxw1PfV .photo-split {
  padding: 0;
}
.cid-uIYnxw1PfV .photo-split img {
  width: 100%;
}
.cid-uIYnxw1PfV .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uIYnxw1PfV .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uIYnxw1PfV .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uIYnxw1PfV .counter-container ul li:before {
  color: #128405;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uIYnxw1PfV .wrap-block {
  padding: 3rem 3rem;
}
.cid-uIYnxw1PfV .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uIYnxw1PfV .wrap-block ul li {
  display: inline-block;
}
.cid-uIYnxw1PfV .wrap-block ul li span {
  text-align: center;
}
.cid-uIYnxw1PfV .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uIYnxw1PfV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uIYnxw1PfV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uIYnxw1PfV .mbr-list,
.cid-uIYnxw1PfV .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uIYnxw1PfV .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIYnxw1PfV .mbr-section-title,
  .cid-uIYnxw1PfV .mbr-section-subtitle,
  .cid-uIYnxw1PfV .mbr-text {
    text-align: center !important;
  }
  .cid-uIYnxw1PfV .social-list {
    text-align: center !important;
  }
}
.cid-uIYnxw1PfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYnxw1PfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYnxw1PfV .mbr-section-title {
  color: #ffffff;
}
.cid-uIYnxw1PfV .mbr-list,
.cid-uIYnxw1PfV .social-media {
  color: #ffffff;
}
.cid-uIYnxw1PfV .mbr-text {
  color: #ffffff;
}
.cid-sc4JBPBS1Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sc4JBPBS1Q .mbr-text {
  color: #efefef;
}
.cid-sdCnPNCdM5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdCnPNCdM5 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sdCnPNCdM5 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
@media (max-width: 767px) {
  .cid-sdCnPNCdM5 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sdCnPNCdM5 .separline {
  position: relative;
}
.cid-sdCnPNCdM5 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-sdCnPNCdM5 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sdCnPNCdM5 .mbr-step-text {
  color: #232323;
}
.cid-sdCnUGS7mW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdCnUGS7mW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdCnUGS7mW .section-text {
  padding: 2rem 0;
}
.cid-sdCnUGS7mW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdCnUGS7mW .inner-container {
    width: 100% !important;
  }
}
.cid-sz1mrxOlKK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1mrxOlKK .card {
  align-self: stretch;
}
.cid-sz1mrxOlKK .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1mrxOlKK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1mrxOlKK p {
  color: #767676;
  text-align: left;
}
.cid-sz1mrxOlKK .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1mrxOlKK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1mrxOlKK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1mrxOlKK .card-title {
  text-align: center;
}
.cid-ud9RtSmFSA {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ud9RtSmFSA .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9RvxpF9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9RvxpF9a .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9RvxpF9a img,
.cid-ud9RvxpF9a .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9RvxpF9a .item:focus,
.cid-ud9RvxpF9a span:focus {
  outline: none;
}
.cid-ud9RvxpF9a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9RvxpF9a .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9RvxpF9a h5,
.cid-ud9RvxpF9a h6 {
  margin: 0;
}
.cid-ud9RvxpF9a .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9RvxpF9a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9RvxpF9a .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9RvxpF9a .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9RvxpF9a .item-wrapper {
    height: auto;
  }
}
.cid-ud9RvxpF9a .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9RvxpF9a .item-title {
  text-align: center;
}
.cid-ud9RvxpF9a .item-subtitle {
  text-align: center;
}
.cid-ud9RvxpF9a .mbr-text,
.cid-ud9RvxpF9a .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9RvxpF9a .content-head {
  max-width: 800px;
}
.cid-ud9RvxpF9a .mbr-section-subtitle,
.cid-ud9RvxpF9a .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9RweixqW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9RweixqW .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9RweixqW img,
.cid-ud9RweixqW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9RweixqW .item:focus,
.cid-ud9RweixqW span:focus {
  outline: none;
}
.cid-ud9RweixqW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9RweixqW .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9RweixqW h5,
.cid-ud9RweixqW h6 {
  margin: 0;
}
.cid-ud9RweixqW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9RweixqW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9RweixqW .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9RweixqW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9RweixqW .item-wrapper {
    height: auto;
  }
}
.cid-ud9RweixqW .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9RweixqW .item-title {
  text-align: center;
}
.cid-ud9RweixqW .item-subtitle {
  text-align: center;
}
.cid-ud9RweixqW .mbr-text,
.cid-ud9RweixqW .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9RweixqW .content-head {
  max-width: 800px;
}
.cid-ud9RweixqW .mbr-section-subtitle,
.cid-ud9RweixqW .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uIYqWcbFfG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIYqWcbFfG .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIYqWcbFfG .content {
    text-align: center;
  }
  .cid-uIYqWcbFfG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIYqWcbFfG .img-logo img {
  height: 6rem;
}
.cid-uIYqWcbFfG .form-group,
.cid-uIYqWcbFfG .input-group-btn {
  padding: 0;
}
.cid-uIYqWcbFfG .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIYqWcbFfG .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIYqWcbFfG .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIYqWcbFfG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIYqWcbFfG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIYqWcbFfG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIYqWcbFfG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIYqWcbFfG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIYqWcbFfG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIYqWcbFfG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIYqWcbFfG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIYqWcbFfG .foot-logo {
    text-align: center !important;
  }
  .cid-uIYqWcbFfG .foot-title {
    text-align: center !important;
  }
  .cid-uIYqWcbFfG .mbr-text {
    text-align: center !important;
  }
  .cid-uIYqWcbFfG .form-group {
    margin: 0;
  }
}
.cid-uIYqWcbFfG .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s8sWkQxq8I {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/adobestock-497787618-1000x328.jpg-1000x328.jpg");
}
.cid-sc4G1vCp6J {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sc4G1vCp6J .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sc4G1vCp6J .mbr-content-text {
  color: #767676;
}
.cid-sc4G1vCp6J .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sc4G1vCp6J .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sc4G1vCp6J .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sc4G1vCp6J .img-text {
  color: #232323;
  text-align: center;
}
.cid-sc4G1vCp6J H4 {
  color: #5b686b;
}
.cid-sc4ILr2Mlo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-sc4ILr2Mlo .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc4ILr2Mlo .section-text {
  padding: 2rem 0;
}
.cid-sc4ILr2Mlo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc4ILr2Mlo .inner-container {
    width: 100% !important;
  }
}
.cid-uH3e0lRn2d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uH3e0lRn2d .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uH3e0lRn2d .content {
    text-align: center;
  }
  .cid-uH3e0lRn2d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uH3e0lRn2d .img-logo img {
  height: 6rem;
}
.cid-uH3e0lRn2d .form-group,
.cid-uH3e0lRn2d .input-group-btn {
  padding: 0;
}
.cid-uH3e0lRn2d .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uH3e0lRn2d .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uH3e0lRn2d .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uH3e0lRn2d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uH3e0lRn2d .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uH3e0lRn2d .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uH3e0lRn2d .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uH3e0lRn2d .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uH3e0lRn2d .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uH3e0lRn2d .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uH3e0lRn2d .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uH3e0lRn2d .foot-logo {
    text-align: center !important;
  }
  .cid-uH3e0lRn2d .foot-title {
    text-align: center !important;
  }
  .cid-uH3e0lRn2d .mbr-text {
    text-align: center !important;
  }
  .cid-uH3e0lRn2d .form-group {
    margin: 0;
  }
}
.cid-uH3e0lRn2d .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s8sT6Qt4hX {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/security-systems.png-1000x381.png");
}
.cid-s8sT6Qt4hX H3 {
  text-align: center;
}
.cid-sdCg2F7Psl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sdCg2F7Psl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sdCg2F7Psl p {
  color: #767676;
  text-align: left;
}
.cid-sdCg2F7Psl .card-box {
  padding-top: 2rem;
}
.cid-sdCg2F7Psl .card-wrapper {
  height: 100%;
}
.cid-sdChRyy4kH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/security-monitoring-canada-1-2000x1125.jpg");
}
.cid-sdChRyy4kH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sdChRyy4kH .mbr-content-text {
  color: #232323;
}
.cid-sdChRyy4kH .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sdChRyy4kH .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sdChRyy4kH .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sdChRyy4kH .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sdChRyy4kH .media-block {
    padding-right: 2rem;
  }
}
.cid-sdChRyy4kH .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sdChRyy4kH .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sdChRyy4kH .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sdChRyy4kH .mbr-section-title {
  color: #232323;
}
.cid-sdChRyy4kH .count {
  color: #232323;
}
.cid-sdCl4kRx9l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdCl4kRx9l .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sdCl4kRx9l .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sdCl4kRx9l .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sdCl4kRx9l .separline {
  position: relative;
}
.cid-sdCl4kRx9l .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sdCl4kRx9l .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sdCl4kRx9l .mbr-step-text {
  color: #232323;
}
.cid-sxZfhPyaiF {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sxZfhPyaiF .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9TDDslda {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9TDDslda .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9TDDslda img,
.cid-ud9TDDslda .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9TDDslda .item:focus,
.cid-ud9TDDslda span:focus {
  outline: none;
}
.cid-ud9TDDslda .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9TDDslda .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9TDDslda h5,
.cid-ud9TDDslda h6 {
  margin: 0;
}
.cid-ud9TDDslda .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9TDDslda .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9TDDslda .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9TDDslda .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9TDDslda .item-wrapper {
    height: auto;
  }
}
.cid-ud9TDDslda .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9TDDslda .item-title {
  text-align: center;
}
.cid-ud9TDDslda .item-subtitle {
  text-align: center;
}
.cid-ud9TDDslda .mbr-text,
.cid-ud9TDDslda .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9TDDslda .content-head {
  max-width: 800px;
}
.cid-ud9TDDslda .mbr-section-subtitle,
.cid-ud9TDDslda .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9TEco88V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9TEco88V .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9TEco88V img,
.cid-ud9TEco88V .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9TEco88V .item:focus,
.cid-ud9TEco88V span:focus {
  outline: none;
}
.cid-ud9TEco88V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9TEco88V .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9TEco88V h5,
.cid-ud9TEco88V h6 {
  margin: 0;
}
.cid-ud9TEco88V .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9TEco88V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9TEco88V .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9TEco88V .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9TEco88V .item-wrapper {
    height: auto;
  }
}
.cid-ud9TEco88V .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9TEco88V .item-title {
  text-align: center;
}
.cid-ud9TEco88V .item-subtitle {
  text-align: center;
}
.cid-ud9TEco88V .mbr-text,
.cid-ud9TEco88V .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9TEco88V .content-head {
  max-width: 800px;
}
.cid-ud9TEco88V .mbr-section-subtitle,
.cid-ud9TEco88V .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sdCl72JRGL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sdCl72JRGL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdCl72JRGL .section-text {
  padding: 2rem 0;
}
.cid-sdCl72JRGL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdCl72JRGL .inner-container {
    width: 100% !important;
  }
}
.cid-sz1miUjbqo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1miUjbqo .card {
  align-self: stretch;
}
.cid-sz1miUjbqo .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1miUjbqo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1miUjbqo p {
  color: #767676;
  text-align: left;
}
.cid-sz1miUjbqo .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1miUjbqo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1miUjbqo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1miUjbqo .card-title {
  text-align: center;
}
.cid-uJUzESHSm4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJUzESHSm4 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJUzESHSm4 .content {
    text-align: center;
  }
  .cid-uJUzESHSm4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJUzESHSm4 .img-logo img {
  height: 6rem;
}
.cid-uJUzESHSm4 .form-group,
.cid-uJUzESHSm4 .input-group-btn {
  padding: 0;
}
.cid-uJUzESHSm4 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJUzESHSm4 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJUzESHSm4 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJUzESHSm4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJUzESHSm4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJUzESHSm4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJUzESHSm4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJUzESHSm4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJUzESHSm4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJUzESHSm4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJUzESHSm4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJUzESHSm4 .foot-logo {
    text-align: center !important;
  }
  .cid-uJUzESHSm4 .foot-title {
    text-align: center !important;
  }
  .cid-uJUzESHSm4 .mbr-text {
    text-align: center !important;
  }
  .cid-uJUzESHSm4 .form-group {
    margin: 0;
  }
}
.cid-uJUzESHSm4 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sGnuSCdsEn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-uJUzTcE43l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJUzTcE43l .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJUzTcE43l .content {
    text-align: center;
  }
  .cid-uJUzTcE43l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJUzTcE43l .img-logo img {
  height: 6rem;
}
.cid-uJUzTcE43l .form-group,
.cid-uJUzTcE43l .input-group-btn {
  padding: 0;
}
.cid-uJUzTcE43l .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJUzTcE43l .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJUzTcE43l .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJUzTcE43l .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJUzTcE43l .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJUzTcE43l .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJUzTcE43l .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJUzTcE43l .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJUzTcE43l .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJUzTcE43l .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJUzTcE43l .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJUzTcE43l .foot-logo {
    text-align: center !important;
  }
  .cid-uJUzTcE43l .foot-title {
    text-align: center !important;
  }
  .cid-uJUzTcE43l .mbr-text {
    text-align: center !important;
  }
  .cid-uJUzTcE43l .form-group {
    margin: 0;
  }
}
.cid-uJUzTcE43l .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sx58n7zHoL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx58n7zHoL .title {
  padding-bottom: 2.5rem;
}
.cid-sx58n7zHoL .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sx58n7zHoL .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sx58n7zHoL .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sx58n7zHoL .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sx58n7zHoL .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sx58n7zHoL .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sx58n7zHoL .wrapper {
    flex-wrap: wrap;
  }
  .cid-sx58n7zHoL .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sx58n7zHoL .wrapper .b-info {
  width: 100%;
}
.cid-sx58n7zHoL .mbr-section-subtitle {
  text-align: center;
}
.cid-ubxSnm9P51 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ubxSnm9P51 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubxSnm9P51 H4 {
  color: #ffffff;
}
.cid-sx58n9QOcM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uKR13BStOi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKR13BStOi .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKR13BStOi .content {
    text-align: center;
  }
  .cid-uKR13BStOi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKR13BStOi .img-logo img {
  height: 6rem;
}
.cid-uKR13BStOi .form-group,
.cid-uKR13BStOi .input-group-btn {
  padding: 0;
}
.cid-uKR13BStOi .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKR13BStOi .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKR13BStOi .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKR13BStOi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKR13BStOi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKR13BStOi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKR13BStOi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKR13BStOi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKR13BStOi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKR13BStOi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKR13BStOi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKR13BStOi .foot-logo {
    text-align: center !important;
  }
  .cid-uKR13BStOi .foot-title {
    text-align: center !important;
  }
  .cid-uKR13BStOi .mbr-text {
    text-align: center !important;
  }
  .cid-uKR13BStOi .form-group {
    margin: 0;
  }
}
.cid-uKR13BStOi .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sz1Pbm9l3L {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/uav-security-patrols.jpeg-1-2000x1430.jpeg");
}
.cid-sz1PbozX5M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sz1PbozX5M h2 {
  text-align: center;
}
.cid-sz1PbozX5M h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sz1PbozX5M p {
  color: #767676;
}
.cid-sz1PbozX5M img {
  object-fit: cover;
}
.cid-sz1PbozX5M .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sz1PbozX5M .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sz1PbozX5M .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sz1PbozX5M .mbr-section-subtitle {
  color: #767676;
}
.cid-sz1PbozX5M .card-title {
  font-weight: 500;
}
.cid-sz1PbozX5M .card-img {
  text-align: inherit;
}
.cid-sz1PbozX5M .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sz1PbozX5M .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sz1PbozX5M .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sz1PbozX5M .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sz1PbozX5M .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sz1PbozX5M .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sz1PbozX5M .mbr-section-title {
  text-align: center;
}
.cid-sz1PbsOCKF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sz1PbsOCKF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sz1PbsOCKF .section-text {
  padding: 2rem 0;
}
.cid-sz1PbsOCKF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sz1PbsOCKF .inner-container {
    width: 100% !important;
  }
}
.cid-sz1PbtseB9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1PbtseB9 .counter-container {
  color: #767676;
}
.cid-sz1PbtseB9 .counter-container ul {
  margin-bottom: 0;
}
.cid-sz1PbtseB9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sz1PbtseB9 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #128405;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-sz1PbtseB9 .mbr-text UL {
  text-align: left;
}
.cid-sz1PbvPXNR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sz1PbvPXNR .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sz1PbvPXNR .section-text {
  padding: 2rem 0;
}
.cid-sz1PbvPXNR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sz1PbvPXNR .inner-container {
    width: 100% !important;
  }
}
.cid-sz1PbwxxhP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1PbwxxhP .card {
  align-self: stretch;
}
.cid-sz1PbwxxhP .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1PbwxxhP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1PbwxxhP p {
  color: #767676;
  text-align: left;
}
.cid-sz1PbwxxhP .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1PbwxxhP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1PbwxxhP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1PbwxxhP .card-title {
  text-align: center;
}
.cid-sz1PbxLKaw {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sz1PbxLKaw .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9Teiq4tz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9Teiq4tz .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9Teiq4tz img,
.cid-ud9Teiq4tz .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9Teiq4tz .item:focus,
.cid-ud9Teiq4tz span:focus {
  outline: none;
}
.cid-ud9Teiq4tz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9Teiq4tz .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9Teiq4tz h5,
.cid-ud9Teiq4tz h6 {
  margin: 0;
}
.cid-ud9Teiq4tz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9Teiq4tz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9Teiq4tz .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9Teiq4tz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9Teiq4tz .item-wrapper {
    height: auto;
  }
}
.cid-ud9Teiq4tz .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9Teiq4tz .item-title {
  text-align: center;
}
.cid-ud9Teiq4tz .item-subtitle {
  text-align: center;
}
.cid-ud9Teiq4tz .mbr-text,
.cid-ud9Teiq4tz .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9Teiq4tz .content-head {
  max-width: 800px;
}
.cid-ud9Teiq4tz .mbr-section-subtitle,
.cid-ud9Teiq4tz .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9TeUtHax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9TeUtHax .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9TeUtHax img,
.cid-ud9TeUtHax .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9TeUtHax .item:focus,
.cid-ud9TeUtHax span:focus {
  outline: none;
}
.cid-ud9TeUtHax .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9TeUtHax .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9TeUtHax h5,
.cid-ud9TeUtHax h6 {
  margin: 0;
}
.cid-ud9TeUtHax .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9TeUtHax .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9TeUtHax .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9TeUtHax .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9TeUtHax .item-wrapper {
    height: auto;
  }
}
.cid-ud9TeUtHax .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9TeUtHax .item-title {
  text-align: center;
}
.cid-ud9TeUtHax .item-subtitle {
  text-align: center;
}
.cid-ud9TeUtHax .mbr-text,
.cid-ud9TeUtHax .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9TeUtHax .content-head {
  max-width: 800px;
}
.cid-ud9TeUtHax .mbr-section-subtitle,
.cid-ud9TeUtHax .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uJCtvaAY06 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJCtvaAY06 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJCtvaAY06 .content {
    text-align: center;
  }
  .cid-uJCtvaAY06 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJCtvaAY06 .img-logo img {
  height: 6rem;
}
.cid-uJCtvaAY06 .form-group,
.cid-uJCtvaAY06 .input-group-btn {
  padding: 0;
}
.cid-uJCtvaAY06 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJCtvaAY06 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJCtvaAY06 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJCtvaAY06 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJCtvaAY06 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJCtvaAY06 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJCtvaAY06 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJCtvaAY06 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJCtvaAY06 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJCtvaAY06 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJCtvaAY06 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJCtvaAY06 .foot-logo {
    text-align: center !important;
  }
  .cid-uJCtvaAY06 .foot-title {
    text-align: center !important;
  }
  .cid-uJCtvaAY06 .mbr-text {
    text-align: center !important;
  }
  .cid-uJCtvaAY06 .form-group {
    margin: 0;
  }
}
.cid-uJCtvaAY06 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sEzQSzRoMz {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/first-security-protection-business-solutions-cctv-3-900x480.jpg");
}
.cid-sEzQSzRoMz .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sEzQSzRoMz .media-container-column {
  background-color: #760d03;
}
@media (max-width: 767px) {
  .cid-sEzQSzRoMz .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sEzQSCv2CU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEzQSCv2CU .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sEzQSCv2CU .section-text {
  padding: 2rem 0;
  color: #128405;
}
.cid-sEzQSCv2CU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sEzQSCv2CU .inner-container {
    width: 100% !important;
  }
}
.cid-sEzQSBn95L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/careers-background-1-1366x768.jpg");
}
.cid-sEzQSBn95L P {
  color: #767676;
}
.cid-sEzQSBn95L H1 {
  color: #ffffff;
}
.cid-sEzQSBn95L .mbr-text,
.cid-sEzQSBn95L .mbr-section-btn {
  color: #ffffff;
}
.cid-sEzQSDjiet {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sEzQSDjiet h3 {
  text-align: center;
}
.cid-sEzQSDjiet .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-sEzQSDjiet .mbr-content-text {
  color: #767676;
}
.cid-sEzQSDjiet .panel-item {
  background: #ffffff;
}
.cid-sEzQSDjiet .card {
  word-wrap: break-word;
}
.cid-sEzQSDjiet .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sEzQSDjiet .mbr-section-title {
  color: #ffffff;
}
.cid-sEzQSDjiet H3 {
  text-align: center;
}
.cid-sEzQSFyj7s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEzQSFyj7s .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sEzQSFyj7s .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sEzQSFyj7s .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sEzQSFyj7s .separline {
  position: relative;
}
.cid-sEzQSFyj7s .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sEzQSFyj7s .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sEzQSFyj7s .mbr-step-text {
  color: #232323;
}
.cid-sEzQSHsGdS {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #760d03);
}
.cid-sEzQSHsGdS .btn {
  margin: 0 0 .5rem 0;
}
.cid-sEzQSIvz3G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEzQSIvz3G .card-img {
  background-color: #fff;
}
.cid-sEzQSIvz3G .card {
  align-self: stretch;
}
.cid-sEzQSIvz3G .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sEzQSIvz3G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sEzQSIvz3G p {
  text-align: left;
}
.cid-sEzQSIvz3G .mbr-text {
  color: #767676;
}
.cid-sEzQSIvz3G .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sEzQSIvz3G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sEzQSIvz3G .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sEzQSKEP9i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sEzQSKEP9i .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sEzQSKEP9i .section-text {
  padding: 2rem 0;
}
.cid-sEzQSKEP9i .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sEzQSKEP9i .inner-container {
    width: 100% !important;
  }
}
.cid-sEzQSLBm2G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEzQSLBm2G .card {
  align-self: stretch;
}
.cid-sEzQSLBm2G .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sEzQSLBm2G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sEzQSLBm2G p {
  color: #767676;
  text-align: left;
}
.cid-sEzQSLBm2G .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sEzQSLBm2G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sEzQSLBm2G .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sEzQSLBm2G .card-title {
  text-align: center;
}
.cid-uGG6HvksNR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGG6HvksNR .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uGG6HvksNR .content {
    text-align: center;
  }
  .cid-uGG6HvksNR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGG6HvksNR .img-logo img {
  height: 6rem;
}
.cid-uGG6HvksNR .form-group,
.cid-uGG6HvksNR .input-group-btn {
  padding: 0;
}
.cid-uGG6HvksNR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uGG6HvksNR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uGG6HvksNR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uGG6HvksNR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGG6HvksNR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uGG6HvksNR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGG6HvksNR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uGG6HvksNR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGG6HvksNR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGG6HvksNR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGG6HvksNR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uGG6HvksNR .foot-logo {
    text-align: center !important;
  }
  .cid-uGG6HvksNR .foot-title {
    text-align: center !important;
  }
  .cid-uGG6HvksNR .mbr-text {
    text-align: center !important;
  }
  .cid-uGG6HvksNR .form-group {
    margin: 0;
  }
}
.cid-uGG6HvksNR .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s7pcFhkZeH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/adobestock-1043027527.jpeg-2000x1121.jpg");
}
.cid-s7pcFhkZeH .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s7pcFhkZeH .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-s7pcFhkZeH .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sy1BK7lGZV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sy1BK7lGZV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sy1BK7lGZV .section-text {
  padding: 2rem 0;
}
.cid-sy1BK7lGZV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sy1BK7lGZV .inner-container {
    width: 100% !important;
  }
}
.cid-uay4bW1Ar6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uay4bW1Ar6 .card-box {
  padding: 0 2rem;
}
.cid-uay4bW1Ar6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uay4bW1Ar6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uay4bW1Ar6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uay4bW1Ar6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uay4bW1Ar6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uay4bW1Ar6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uay4bW1Ar6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uay4bW1Ar6 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaycG1v7HL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uaycG1v7HL .card-box {
  padding: 0 2rem;
}
.cid-uaycG1v7HL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uaycG1v7HL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uaycG1v7HL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaycG1v7HL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaycG1v7HL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uaycG1v7HL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uaycG1v7HL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uaycG1v7HL .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-shFrLOzYxH {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-shFrLOzYxH .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnvCTbsfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnvCTbsfg .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnvCTbsfg img,
.cid-ubnvCTbsfg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnvCTbsfg .item:focus,
.cid-ubnvCTbsfg span:focus {
  outline: none;
}
.cid-ubnvCTbsfg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnvCTbsfg .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnvCTbsfg h5,
.cid-ubnvCTbsfg h6 {
  margin: 0;
}
.cid-ubnvCTbsfg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnvCTbsfg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnvCTbsfg .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnvCTbsfg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnvCTbsfg .item-wrapper {
    height: auto;
  }
}
.cid-ubnvCTbsfg .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnvCTbsfg .item-title {
  text-align: center;
}
.cid-ubnvCTbsfg .item-subtitle {
  text-align: center;
}
.cid-ubnvCTbsfg .mbr-text,
.cid-ubnvCTbsfg .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnvCTbsfg .content-head {
  max-width: 800px;
}
.cid-ubnvCTbsfg .mbr-section-subtitle,
.cid-ubnvCTbsfg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnMScANET {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnMScANET .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnMScANET img,
.cid-ubnMScANET .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnMScANET .item:focus,
.cid-ubnMScANET span:focus {
  outline: none;
}
.cid-ubnMScANET .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnMScANET .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnMScANET h5,
.cid-ubnMScANET h6 {
  margin: 0;
}
.cid-ubnMScANET .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnMScANET .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnMScANET .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnMScANET .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnMScANET .item-wrapper {
    height: auto;
  }
}
.cid-ubnMScANET .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnMScANET .item-title {
  text-align: right;
}
.cid-ubnMScANET .item-subtitle {
  text-align: center;
}
.cid-ubnMScANET .mbr-text,
.cid-ubnMScANET .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnMScANET .content-head {
  max-width: 800px;
}
.cid-ubnMScANET .mbr-section-subtitle,
.cid-ubnMScANET .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ub6SHD3gR0 {
  background-color: #073b4c;
  overflow: hidden;
  position: relative;
}
.cid-ub6SHD3gR0 img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub6SHD3gR0 img {
    display: none;
  }
}
.cid-ub6SHD3gR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub6SHD3gR0 .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-ub6SHD3gR0 .container {
    padding: 0 22px;
  }
}
.cid-ub6SHD3gR0 .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-ub6SHD3gR0 .row .card,
.cid-ub6SHD3gR0 .row .item {
  padding: 0 6px;
}
.cid-ub6SHD3gR0 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ub6SHD3gR0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ub6SHD3gR0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-ub6SHD3gR0 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ub6SHD3gR0 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-ub6SHD3gR0 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #760d03;
}
.cid-ub6SHD3gR0 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ub6SHD3gR0 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ub6SHD3gR0 .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-ub6SHD3gR0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ub6SHD3gR0 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-ub6SHD3gR0 .mbr-section-title {
  color: #ffffff;
}
.cid-ub6SHD3gR0 .mbr-desc {
  color: #000000;
}
.cid-ub6SHD3gR0 .card-title {
  color: #000000;
}
.cid-ub6SHD3gR0 .card-text {
  color: #ffffff;
}
.cid-ub6SHD3gR0 .mbr-desc,
.cid-ub6SHD3gR0 .mbr-section-btn {
  color: #ffffff;
}
.cid-s8tc41sg7q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tc41sg7q .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8tc41sg7q .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-s8tc41sg7q .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-s8tc41sg7q .separline {
  position: relative;
}
.cid-s8tc41sg7q .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s8tc41sg7q .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-s8tc41sg7q .mbr-step-text {
  color: #232323;
}
.cid-s8tLGNFkXg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-s8tLGNFkXg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8tLGNFkXg .section-text {
  padding: 2rem 0;
}
.cid-s8tLGNFkXg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8tLGNFkXg .inner-container {
    width: 100% !important;
  }
}
.cid-sz1lMgx1Cl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sz1lMgx1Cl .card {
  align-self: stretch;
}
.cid-sz1lMgx1Cl .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-sz1lMgx1Cl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1lMgx1Cl p {
  color: #767676;
  text-align: left;
}
.cid-sz1lMgx1Cl .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1lMgx1Cl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1lMgx1Cl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1lMgx1Cl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sz1lMgx1Cl P {
  color: #ffffff;
}
.cid-sMq3YMTLQM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMq3YMTLQM .mbr-section-subtitle {
  color: #767676;
}
.cid-sMq432EhNM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMq432EhNM .counter-container {
  color: #767676;
}
.cid-sMq432EhNM .counter-container ol {
  margin-bottom: 0;
}
.cid-sMq432EhNM .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s8t2eS6t4U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-s8t2eS6t4U .title {
  margin-bottom: 2rem;
}
.cid-s8t2eS6t4U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s8t2eS6t4U a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8t2eS6t4U a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s8t2eS6t4U textarea.form-control {
  min-height: 188px;
}
.cid-s8t2eS6t4U H2 {
  color: #ffffff;
}
.cid-s7quW1x3OR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7quW1x3OR .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7quW1x3OR .content {
    text-align: center;
  }
  .cid-s7quW1x3OR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7quW1x3OR .img-logo img {
  height: 6rem;
}
.cid-s7quW1x3OR .form-group,
.cid-s7quW1x3OR .input-group-btn {
  padding: 0;
}
.cid-s7quW1x3OR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-s7quW1x3OR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-s7quW1x3OR .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7quW1x3OR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7quW1x3OR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s7quW1x3OR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7quW1x3OR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s7quW1x3OR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7quW1x3OR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7quW1x3OR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7quW1x3OR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s7quW1x3OR .foot-logo {
    text-align: center !important;
  }
  .cid-s7quW1x3OR .foot-title {
    text-align: center !important;
  }
  .cid-s7quW1x3OR .mbr-text {
    text-align: center !important;
  }
  .cid-s7quW1x3OR .form-group {
    margin: 0;
  }
}
.cid-s7quW1x3OR .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uJBuYi3nH2 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uJBuYi3nH2 h2 {
  text-align: left;
}
.cid-uJBuYi3nH2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uJBuYi3nH2 p {
  color: #767676;
  text-align: left;
}
.cid-uJBuYi3nH2 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uJBuYi3nH2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uJBuYi3nH2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJBuYi3nH2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uJBuYi3nH2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uJBuYi3nH2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uJBuYi3nH2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJBuYi3nH2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uJBuYi3nH2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uJBuYi3nH2 .mbr-text {
  color: #ffffff;
}
.cid-uJBuYi3nH2 H4 {
  color: #ffffff;
}
.cid-uJBuYi3nH2 P {
  color: #ffffff;
}
.cid-uJBuYi3nH2 H2 {
  color: #ffffff;
}
.cid-sGnsGUnvEe {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGnsGUnvEe h2 {
  text-align: center;
}
.cid-sGnsGUnvEe h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sGnsGUnvEe p {
  color: #767676;
}
.cid-sGnsGUnvEe img {
  object-fit: cover;
}
.cid-sGnsGUnvEe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sGnsGUnvEe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGnsGUnvEe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sGnsGUnvEe .mbr-section-subtitle {
  color: #767676;
}
.cid-sGnsGUnvEe .card-title {
  font-weight: 500;
}
.cid-sGnsGUnvEe .card-img {
  text-align: inherit;
}
.cid-sGnsGUnvEe .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sGnsGUnvEe .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sGnsGUnvEe .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sGnsGUnvEe .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sGnsGUnvEe .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sGnsGUnvEe .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sGnsGUnvEe .mbr-crt-title {
  color: #1ba81c;
}
.cid-uJBzBAtWwq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uJBzBAtWwq .mbr-section-subtitle {
  color: #efefef;
}
.cid-uJBzBAtWwq H2 {
  color: #ffffff;
}
.cid-sGnsGW1FRp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGnsGW1FRp .counter-container {
  color: #767676;
}
.cid-sGnsGW1FRp .counter-container ul {
  margin-bottom: 0;
}
.cid-sGnsGW1FRp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sGnsGW1FRp .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #128405;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sGnsGW1FRp .mbr-text {
  color: #232323;
}
.cid-sGnsGWQOTf {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sGnsGWQOTf .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9SkLcblG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9SkLcblG .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9SkLcblG img,
.cid-ud9SkLcblG .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9SkLcblG .item:focus,
.cid-ud9SkLcblG span:focus {
  outline: none;
}
.cid-ud9SkLcblG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9SkLcblG .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9SkLcblG h5,
.cid-ud9SkLcblG h6 {
  margin: 0;
}
.cid-ud9SkLcblG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9SkLcblG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9SkLcblG .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9SkLcblG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9SkLcblG .item-wrapper {
    height: auto;
  }
}
.cid-ud9SkLcblG .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9SkLcblG .item-title {
  text-align: center;
}
.cid-ud9SkLcblG .item-subtitle {
  text-align: center;
}
.cid-ud9SkLcblG .mbr-text,
.cid-ud9SkLcblG .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9SkLcblG .content-head {
  max-width: 800px;
}
.cid-ud9SkLcblG .mbr-section-subtitle,
.cid-ud9SkLcblG .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9SlMylUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9SlMylUT .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9SlMylUT img,
.cid-ud9SlMylUT .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9SlMylUT .item:focus,
.cid-ud9SlMylUT span:focus {
  outline: none;
}
.cid-ud9SlMylUT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9SlMylUT .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9SlMylUT h5,
.cid-ud9SlMylUT h6 {
  margin: 0;
}
.cid-ud9SlMylUT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9SlMylUT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9SlMylUT .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9SlMylUT .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9SlMylUT .item-wrapper {
    height: auto;
  }
}
.cid-ud9SlMylUT .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9SlMylUT .item-title {
  text-align: center;
}
.cid-ud9SlMylUT .item-subtitle {
  text-align: center;
}
.cid-ud9SlMylUT .mbr-text,
.cid-ud9SlMylUT .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9SlMylUT .content-head {
  max-width: 800px;
}
.cid-ud9SlMylUT .mbr-section-subtitle,
.cid-ud9SlMylUT .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sGnsH0VYGI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGnsH0VYGI .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sGnsH0VYGI .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sGnsH0VYGI .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sGnsH0VYGI .separline {
  position: relative;
}
.cid-sGnsH0VYGI .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sGnsH0VYGI .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sGnsH0VYGI .mbr-step-text {
  color: #232323;
}
.cid-sGnsH3mnVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sGnsH3mnVY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sGnsH3mnVY .section-text {
  padding: 2rem 0;
}
.cid-sGnsH3mnVY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sGnsH3mnVY .inner-container {
    width: 100% !important;
  }
}
.cid-sGnsH4jle9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sGnsH4jle9 .card {
  align-self: stretch;
}
.cid-sGnsH4jle9 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGnsH4jle9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGnsH4jle9 p {
  color: #767676;
  text-align: left;
}
.cid-sGnsH4jle9 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGnsH4jle9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGnsH4jle9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGnsH4jle9 .card-title {
  text-align: center;
}
.cid-uJBAeudPyL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJBAeudPyL .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJBAeudPyL .content {
    text-align: center;
  }
  .cid-uJBAeudPyL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJBAeudPyL .img-logo img {
  height: 6rem;
}
.cid-uJBAeudPyL .form-group,
.cid-uJBAeudPyL .input-group-btn {
  padding: 0;
}
.cid-uJBAeudPyL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJBAeudPyL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJBAeudPyL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJBAeudPyL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJBAeudPyL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJBAeudPyL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJBAeudPyL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJBAeudPyL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJBAeudPyL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJBAeudPyL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJBAeudPyL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJBAeudPyL .foot-logo {
    text-align: center !important;
  }
  .cid-uJBAeudPyL .foot-title {
    text-align: center !important;
  }
  .cid-uJBAeudPyL .mbr-text {
    text-align: center !important;
  }
  .cid-uJBAeudPyL .form-group {
    margin: 0;
  }
}
.cid-uJBAeudPyL .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uJZS5G0U5F {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJZS5G0U5F h3 {
  text-align: center;
}
.cid-uJZS5G0U5F .pie_progress {
  padding-top: 1rem;
  position: relative;
  width: 100px !important;
  height: 100px !important;
}
.cid-uJZS5G0U5F .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-uJZS5G0U5F p {
  line-height: 1.6;
}
.cid-uJZS5G0U5F svg {
  width: 100px;
  height: 100px;
}
@media (min-width: 1600px) {
  .cid-uJZS5G0U5F .img-col {
    padding-right: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uJZS5G0U5F .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uJZS5G0U5F .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
@media (min-width: 1600px) {
  .cid-uJZS5G0U5F .item {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJZS5G0U5F .item {
    padding-bottom: 2rem;
  }
}
.cid-uJZS5G0U5F .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-uJZS5G0U5F .wrap {
  width: 200px;
  margin: 0;
  margin-left: 0;
  height: 130px !important;
  margin-right: auto;
}
.cid-uJZS5G0U5F .mbr-section-subtitle {
  color: #383838;
  text-align: left;
}
.cid-uJZS5G0U5F .pie_progress__number {
  text-align: center !important;
}
.cid-uJZS5G0U5F .card-title {
  margin-bottom: 0;
}
.cid-uJZS5G0U5F .svg-gradient {
  position: absolute;
}
.cid-uJZS5G0U5F ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJZS5G0U5F .card {
    flex-basis: 50%;
  }
}
.cid-uJZS5G0U5F H4 {
  color: #232323;
}
.cid-uJZS5G0U5F .mbr-section-title {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uJZS5G0U5F .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uJZS5G0U5F .content {
    padding-left: 0rem;
  }
  .cid-uJZS5G0U5F .wrap {
    width: 100px;
  }
}
.cid-uJZS5G0U5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJZS5G0U5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJZS5G0U5F .card-text1 {
  text-align: left;
}
.cid-uJZUvJUNAI {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uJZUvJUNAI .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uJZUvJUNAI .main .mbr-section-btn {
  text-align: right;
}
.cid-uJZUvJUNAI .btn {
  margin: 0 0 .5rem 0;
}
.cid-sGnu7pIUhM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGnu7pIUhM .counter-container {
  color: #767676;
}
.cid-sGnu7pIUhM .counter-container ul {
  margin-bottom: 0;
}
.cid-sGnu7pIUhM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sGnu7pIUhM .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #128405;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sGnu7pIUhM .mbr-text {
  color: #232323;
}
.cid-sGnu7qt1Qi {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sGnu7qt1Qi .btn {
  margin: 0 0 .5rem 0;
}
.cid-ud9SWojyzn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9SWojyzn .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9SWojyzn img,
.cid-ud9SWojyzn .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9SWojyzn .item:focus,
.cid-ud9SWojyzn span:focus {
  outline: none;
}
.cid-ud9SWojyzn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9SWojyzn .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9SWojyzn h5,
.cid-ud9SWojyzn h6 {
  margin: 0;
}
.cid-ud9SWojyzn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9SWojyzn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9SWojyzn .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9SWojyzn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9SWojyzn .item-wrapper {
    height: auto;
  }
}
.cid-ud9SWojyzn .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9SWojyzn .item-title {
  text-align: center;
}
.cid-ud9SWojyzn .item-subtitle {
  text-align: center;
}
.cid-ud9SWojyzn .mbr-text,
.cid-ud9SWojyzn .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9SWojyzn .content-head {
  max-width: 800px;
}
.cid-ud9SWojyzn .mbr-section-subtitle,
.cid-ud9SWojyzn .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ud9SX5Japm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud9SX5Japm .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ud9SX5Japm img,
.cid-ud9SX5Japm .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ud9SX5Japm .item:focus,
.cid-ud9SX5Japm span:focus {
  outline: none;
}
.cid-ud9SX5Japm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud9SX5Japm .item {
    margin-bottom: 1rem;
  }
}
.cid-ud9SX5Japm h5,
.cid-ud9SX5Japm h6 {
  margin: 0;
}
.cid-ud9SX5Japm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ud9SX5Japm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ud9SX5Japm .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ud9SX5Japm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ud9SX5Japm .item-wrapper {
    height: auto;
  }
}
.cid-ud9SX5Japm .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ud9SX5Japm .item-title {
  text-align: center;
}
.cid-ud9SX5Japm .item-subtitle {
  text-align: center;
}
.cid-ud9SX5Japm .mbr-text,
.cid-ud9SX5Japm .item .mbr-section-btn {
  text-align: center;
}
.cid-ud9SX5Japm .content-head {
  max-width: 800px;
}
.cid-ud9SX5Japm .mbr-section-subtitle,
.cid-ud9SX5Japm .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sGnu7tNEyi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGnu7tNEyi .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sGnu7tNEyi .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sGnu7tNEyi .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sGnu7tNEyi .separline {
  position: relative;
}
.cid-sGnu7tNEyi .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sGnu7tNEyi .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sGnu7tNEyi .mbr-step-text {
  color: #232323;
}
.cid-sGnu7w6M3B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-sGnu7w6M3B .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sGnu7w6M3B .section-text {
  padding: 2rem 0;
}
.cid-sGnu7w6M3B .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sGnu7w6M3B .inner-container {
    width: 100% !important;
  }
}
.cid-sGnu7x4Iu4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sGnu7x4Iu4 .card {
  align-self: stretch;
}
.cid-sGnu7x4Iu4 .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGnu7x4Iu4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGnu7x4Iu4 p {
  color: #767676;
  text-align: left;
}
.cid-sGnu7x4Iu4 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGnu7x4Iu4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGnu7x4Iu4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGnu7x4Iu4 .card-title {
  text-align: center;
}
.cid-uJZUUooaS4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJZUUooaS4 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJZUUooaS4 .content {
    text-align: center;
  }
  .cid-uJZUUooaS4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJZUUooaS4 .img-logo img {
  height: 6rem;
}
.cid-uJZUUooaS4 .form-group,
.cid-uJZUUooaS4 .input-group-btn {
  padding: 0;
}
.cid-uJZUUooaS4 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uJZUUooaS4 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uJZUUooaS4 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJZUUooaS4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJZUUooaS4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJZUUooaS4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJZUUooaS4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJZUUooaS4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJZUUooaS4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJZUUooaS4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJZUUooaS4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uJZUUooaS4 .foot-logo {
    text-align: center !important;
  }
  .cid-uJZUUooaS4 .foot-title {
    text-align: center !important;
  }
  .cid-uJZUUooaS4 .mbr-text {
    text-align: center !important;
  }
  .cid-uJZUUooaS4 .form-group {
    margin: 0;
  }
}
.cid-uJZUUooaS4 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUew4w32wy {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cold-lake-security-download-960x540.jpg");
}
.cid-sUew4w32wy .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUew4w32wy .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUew4w32wy .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6F5Rzasr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6F5Rzasr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6F5Rzasr .section-text {
  padding: 2rem 0;
}
.cid-uL6F5Rzasr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6F5Rzasr .inner-container {
    width: 100% !important;
  }
}
.cid-uL6F6CLAW0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6F6CLAW0 .card-box {
  padding: 0 2rem;
}
.cid-uL6F6CLAW0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6F6CLAW0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6F6CLAW0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6F6CLAW0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6F6CLAW0 .mbr-text {
  color: #ffffff;
}
.cid-uL6F6CLAW0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6F6CLAW0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6F6CLAW0 .card-title {
  color: #ffffff;
}
.cid-uL6F7glBUg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6F7glBUg .card-box {
  padding: 0 2rem;
}
.cid-uL6F7glBUg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6F7glBUg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6F7glBUg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6F7glBUg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6F7glBUg .mbr-text {
  color: #ffffff;
}
.cid-uL6F7glBUg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6F7glBUg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6F7glBUg .card-title {
  color: #ffffff;
}
.cid-uL6F8x8wnl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sUew4Ea7HU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUew4Ea7HU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUew4Ea7HU .section-text {
  padding: 2rem 0;
}
.cid-sUew4Ea7HU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUew4Ea7HU .inner-container {
    width: 100% !important;
  }
}
.cid-ubu1YaXtgE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubu1YaXtgE .card {
  align-self: stretch;
}
.cid-ubu1YaXtgE .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubu1YaXtgE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubu1YaXtgE p {
  color: #767676;
  text-align: left;
}
.cid-ubu1YaXtgE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubu1YaXtgE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubu1YaXtgE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubu1YaXtgE .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubu1YaXtgE P {
  color: #ffffff;
}
.cid-ubu2kuuuH8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubu2kuuuH8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubu2mon3UC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu2mon3UC .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu2mon3UC img,
.cid-ubu2mon3UC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu2mon3UC .item:focus,
.cid-ubu2mon3UC span:focus {
  outline: none;
}
.cid-ubu2mon3UC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu2mon3UC .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu2mon3UC h5,
.cid-ubu2mon3UC h6 {
  margin: 0;
}
.cid-ubu2mon3UC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu2mon3UC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu2mon3UC .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu2mon3UC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu2mon3UC .item-wrapper {
    height: auto;
  }
}
.cid-ubu2mon3UC .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu2mon3UC .item-title {
  text-align: center;
}
.cid-ubu2mon3UC .item-subtitle {
  text-align: center;
}
.cid-ubu2mon3UC .mbr-text,
.cid-ubu2mon3UC .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu2mon3UC .content-head {
  max-width: 800px;
}
.cid-ubu2mon3UC .mbr-section-subtitle,
.cid-ubu2mon3UC .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubu2nL7L0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu2nL7L0M .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu2nL7L0M img,
.cid-ubu2nL7L0M .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu2nL7L0M .item:focus,
.cid-ubu2nL7L0M span:focus {
  outline: none;
}
.cid-ubu2nL7L0M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu2nL7L0M .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu2nL7L0M h5,
.cid-ubu2nL7L0M h6 {
  margin: 0;
}
.cid-ubu2nL7L0M .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu2nL7L0M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu2nL7L0M .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu2nL7L0M .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu2nL7L0M .item-wrapper {
    height: auto;
  }
}
.cid-ubu2nL7L0M .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu2nL7L0M .item-title {
  text-align: center;
}
.cid-ubu2nL7L0M .item-subtitle {
  text-align: center;
}
.cid-ubu2nL7L0M .mbr-text,
.cid-ubu2nL7L0M .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu2nL7L0M .content-head {
  max-width: 800px;
}
.cid-ubu2nL7L0M .mbr-section-subtitle,
.cid-ubu2nL7L0M .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6Fb5mvv5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6Fb5mvv5 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6Fb5mvv5 .content {
    text-align: center;
  }
  .cid-uL6Fb5mvv5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6Fb5mvv5 .img-logo img {
  height: 6rem;
}
.cid-uL6Fb5mvv5 .form-group,
.cid-uL6Fb5mvv5 .input-group-btn {
  padding: 0;
}
.cid-uL6Fb5mvv5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6Fb5mvv5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6Fb5mvv5 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6Fb5mvv5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6Fb5mvv5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6Fb5mvv5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6Fb5mvv5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6Fb5mvv5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6Fb5mvv5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6Fb5mvv5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6Fb5mvv5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6Fb5mvv5 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6Fb5mvv5 .foot-title {
    text-align: center !important;
  }
  .cid-uL6Fb5mvv5 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6Fb5mvv5 .form-group {
    margin: 0;
  }
}
.cid-uL6Fb5mvv5 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUexjrzgbO {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/okotoks-secuirtyservices-1500x1000.jpg");
}
.cid-sUexjrzgbO .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUexjrzgbO .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUexjrzgbO .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6yKy5a1U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6yKy5a1U .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6yKy5a1U .section-text {
  padding: 2rem 0;
}
.cid-uL6yKy5a1U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6yKy5a1U .inner-container {
    width: 100% !important;
  }
}
.cid-uL6yMl7c4r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6yMl7c4r .card-box {
  padding: 0 2rem;
}
.cid-uL6yMl7c4r .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6yMl7c4r .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6yMl7c4r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6yMl7c4r p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6yMl7c4r .mbr-text {
  color: #ffffff;
}
.cid-uL6yMl7c4r .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6yMl7c4r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6yMl7c4r .card-title {
  color: #ffffff;
}
.cid-uL6yMZSkqb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6yMZSkqb .card-box {
  padding: 0 2rem;
}
.cid-uL6yMZSkqb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6yMZSkqb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6yMZSkqb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6yMZSkqb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6yMZSkqb .mbr-text {
  color: #ffffff;
}
.cid-uL6yMZSkqb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6yMZSkqb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6yMZSkqb .card-title {
  color: #ffffff;
}
.cid-sUexjCFXGZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUexjCFXGZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUexjCFXGZ .section-text {
  padding: 2rem 0;
}
.cid-sUexjCFXGZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUexjCFXGZ .inner-container {
    width: 100% !important;
  }
}
.cid-ubsuTiY1C8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubsuTiY1C8 .card {
  align-self: stretch;
}
.cid-ubsuTiY1C8 .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubsuTiY1C8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubsuTiY1C8 p {
  color: #767676;
  text-align: left;
}
.cid-ubsuTiY1C8 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubsuTiY1C8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubsuTiY1C8 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubsuTiY1C8 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubsuTiY1C8 P {
  color: #ffffff;
}
.cid-uL6yUJG2ZZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL6yUJG2ZZ .title {
  padding-bottom: 2.5rem;
}
.cid-uL6yUJG2ZZ .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uL6yUJG2ZZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uL6yUJG2ZZ .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uL6yUJG2ZZ .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uL6yUJG2ZZ .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6yUJG2ZZ .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uL6yUJG2ZZ .wrapper {
    flex-wrap: wrap;
  }
  .cid-uL6yUJG2ZZ .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL6yUJG2ZZ .wrapper .b-info {
  width: 100%;
}
.cid-uL6yP7fhK4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-ubsvcuGt57 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubsvcuGt57 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsvettcqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsvettcqf .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsvettcqf img,
.cid-ubsvettcqf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsvettcqf .item:focus,
.cid-ubsvettcqf span:focus {
  outline: none;
}
.cid-ubsvettcqf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsvettcqf .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsvettcqf h5,
.cid-ubsvettcqf h6 {
  margin: 0;
}
.cid-ubsvettcqf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsvettcqf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsvettcqf .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsvettcqf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsvettcqf .item-wrapper {
    height: auto;
  }
}
.cid-ubsvettcqf .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsvettcqf .item-title {
  text-align: center;
}
.cid-ubsvettcqf .item-subtitle {
  text-align: center;
}
.cid-ubsvettcqf .mbr-text,
.cid-ubsvettcqf .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsvettcqf .content-head {
  max-width: 800px;
}
.cid-ubsvettcqf .mbr-section-subtitle,
.cid-ubsvettcqf .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsvgkpRJS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsvgkpRJS .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsvgkpRJS img,
.cid-ubsvgkpRJS .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsvgkpRJS .item:focus,
.cid-ubsvgkpRJS span:focus {
  outline: none;
}
.cid-ubsvgkpRJS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsvgkpRJS .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsvgkpRJS h5,
.cid-ubsvgkpRJS h6 {
  margin: 0;
}
.cid-ubsvgkpRJS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsvgkpRJS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsvgkpRJS .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsvgkpRJS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsvgkpRJS .item-wrapper {
    height: auto;
  }
}
.cid-ubsvgkpRJS .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsvgkpRJS .item-title {
  text-align: center;
}
.cid-ubsvgkpRJS .item-subtitle {
  text-align: center;
}
.cid-ubsvgkpRJS .mbr-text,
.cid-ubsvgkpRJS .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsvgkpRJS .content-head {
  max-width: 800px;
}
.cid-ubsvgkpRJS .mbr-section-subtitle,
.cid-ubsvgkpRJS .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6yW8DvQ1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6yW8DvQ1 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6yW8DvQ1 .content {
    text-align: center;
  }
  .cid-uL6yW8DvQ1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6yW8DvQ1 .img-logo img {
  height: 6rem;
}
.cid-uL6yW8DvQ1 .form-group,
.cid-uL6yW8DvQ1 .input-group-btn {
  padding: 0;
}
.cid-uL6yW8DvQ1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6yW8DvQ1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6yW8DvQ1 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6yW8DvQ1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6yW8DvQ1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6yW8DvQ1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6yW8DvQ1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6yW8DvQ1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6yW8DvQ1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6yW8DvQ1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6yW8DvQ1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6yW8DvQ1 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6yW8DvQ1 .foot-title {
    text-align: center !important;
  }
  .cid-uL6yW8DvQ1 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6yW8DvQ1 .form-group {
    margin: 0;
  }
}
.cid-uL6yW8DvQ1 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUeOVazvTh {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/high-river-security-company-750x318.jpg");
}
.cid-sUeOVazvTh .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUeOVazvTh .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUeOVazvTh .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6BIptV0r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6BIptV0r .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6BIptV0r .section-text {
  padding: 2rem 0;
}
.cid-uL6BIptV0r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6BIptV0r .inner-container {
    width: 100% !important;
  }
}
.cid-uL6BJmVz86 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6BJmVz86 .card-box {
  padding: 0 2rem;
}
.cid-uL6BJmVz86 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6BJmVz86 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6BJmVz86 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6BJmVz86 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6BJmVz86 .mbr-text {
  color: #ffffff;
}
.cid-uL6BJmVz86 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6BJmVz86 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6BJmVz86 .card-title {
  color: #ffffff;
}
.cid-uL6BJTtIqv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6BJTtIqv .card-box {
  padding: 0 2rem;
}
.cid-uL6BJTtIqv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6BJTtIqv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6BJTtIqv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6BJTtIqv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6BJTtIqv .mbr-text {
  color: #ffffff;
}
.cid-uL6BJTtIqv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6BJTtIqv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6BJTtIqv .card-title {
  color: #ffffff;
}
.cid-uL6ChcSLkf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL6ChcSLkf .title {
  padding-bottom: 2.5rem;
}
.cid-uL6ChcSLkf .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uL6ChcSLkf .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uL6ChcSLkf .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uL6ChcSLkf .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uL6ChcSLkf .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6ChcSLkf .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uL6ChcSLkf .wrapper {
    flex-wrap: wrap;
  }
  .cid-uL6ChcSLkf .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL6ChcSLkf .wrapper .b-info {
  width: 100%;
}
.cid-ubsxypOYZj {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubsxypOYZj .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsxAzr4o1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsxAzr4o1 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsxAzr4o1 img,
.cid-ubsxAzr4o1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsxAzr4o1 .item:focus,
.cid-ubsxAzr4o1 span:focus {
  outline: none;
}
.cid-ubsxAzr4o1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsxAzr4o1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsxAzr4o1 h5,
.cid-ubsxAzr4o1 h6 {
  margin: 0;
}
.cid-ubsxAzr4o1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsxAzr4o1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsxAzr4o1 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsxAzr4o1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsxAzr4o1 .item-wrapper {
    height: auto;
  }
}
.cid-ubsxAzr4o1 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsxAzr4o1 .item-title {
  text-align: center;
}
.cid-ubsxAzr4o1 .item-subtitle {
  text-align: center;
}
.cid-ubsxAzr4o1 .mbr-text,
.cid-ubsxAzr4o1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsxAzr4o1 .content-head {
  max-width: 800px;
}
.cid-ubsxAzr4o1 .mbr-section-subtitle,
.cid-ubsxAzr4o1 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsxC02N9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsxC02N9g .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsxC02N9g img,
.cid-ubsxC02N9g .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsxC02N9g .item:focus,
.cid-ubsxC02N9g span:focus {
  outline: none;
}
.cid-ubsxC02N9g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsxC02N9g .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsxC02N9g h5,
.cid-ubsxC02N9g h6 {
  margin: 0;
}
.cid-ubsxC02N9g .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsxC02N9g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsxC02N9g .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsxC02N9g .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsxC02N9g .item-wrapper {
    height: auto;
  }
}
.cid-ubsxC02N9g .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsxC02N9g .item-title {
  text-align: center;
}
.cid-ubsxC02N9g .item-subtitle {
  text-align: center;
}
.cid-ubsxC02N9g .mbr-text,
.cid-ubsxC02N9g .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsxC02N9g .content-head {
  max-width: 800px;
}
.cid-ubsxC02N9g .mbr-section-subtitle,
.cid-ubsxC02N9g .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sUeOVgW90T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUeOVgW90T .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUeOVgW90T .section-text {
  padding: 2rem 0;
}
.cid-sUeOVgW90T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUeOVgW90T .inner-container {
    width: 100% !important;
  }
}
.cid-ubsxxjv9G9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubsxxjv9G9 .card {
  align-self: stretch;
}
.cid-ubsxxjv9G9 .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubsxxjv9G9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubsxxjv9G9 p {
  color: #767676;
  text-align: left;
}
.cid-ubsxxjv9G9 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubsxxjv9G9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubsxxjv9G9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubsxxjv9G9 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubsxxjv9G9 P {
  color: #ffffff;
}
.cid-uL6ClcfStZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6ClcfStZ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6ClcfStZ .content {
    text-align: center;
  }
  .cid-uL6ClcfStZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6ClcfStZ .img-logo img {
  height: 6rem;
}
.cid-uL6ClcfStZ .form-group,
.cid-uL6ClcfStZ .input-group-btn {
  padding: 0;
}
.cid-uL6ClcfStZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6ClcfStZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6ClcfStZ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6ClcfStZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6ClcfStZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6ClcfStZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6ClcfStZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6ClcfStZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6ClcfStZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6ClcfStZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6ClcfStZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6ClcfStZ .foot-logo {
    text-align: center !important;
  }
  .cid-uL6ClcfStZ .foot-title {
    text-align: center !important;
  }
  .cid-uL6ClcfStZ .mbr-text {
    text-align: center !important;
  }
  .cid-uL6ClcfStZ .form-group {
    margin: 0;
  }
}
.cid-uL6ClcfStZ .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUePN1kynt {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/securityservices-grandeprairie-winter-1920x686.png");
}
.cid-sUePN1kynt .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUePN1kynt .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUePN1kynt .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6CHL5rhc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6CHL5rhc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6CHL5rhc .section-text {
  padding: 2rem 0;
}
.cid-uL6CHL5rhc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6CHL5rhc .inner-container {
    width: 100% !important;
  }
}
.cid-uL6CIpWPZh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6CIpWPZh .card-box {
  padding: 0 2rem;
}
.cid-uL6CIpWPZh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6CIpWPZh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6CIpWPZh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6CIpWPZh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6CIpWPZh .mbr-text {
  color: #ffffff;
}
.cid-uL6CIpWPZh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6CIpWPZh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6CIpWPZh .card-title {
  color: #ffffff;
}
.cid-uL6CIPWppP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6CIPWppP .card-box {
  padding: 0 2rem;
}
.cid-uL6CIPWppP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6CIPWppP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6CIPWppP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6CIPWppP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6CIPWppP .mbr-text {
  color: #ffffff;
}
.cid-uL6CIPWppP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6CIPWppP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6CIPWppP .card-title {
  color: #ffffff;
}
.cid-uL6DlGGSJI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sUePN9KZ1H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUePN9KZ1H .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUePN9KZ1H .section-text {
  padding: 2rem 0;
}
.cid-sUePN9KZ1H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUePN9KZ1H .inner-container {
    width: 100% !important;
  }
}
.cid-ubtc7kXVQE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubtc7kXVQE .card {
  align-self: stretch;
}
.cid-ubtc7kXVQE .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubtc7kXVQE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubtc7kXVQE p {
  color: #767676;
  text-align: left;
}
.cid-ubtc7kXVQE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubtc7kXVQE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubtc7kXVQE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubtc7kXVQE .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubtc7kXVQE P {
  color: #ffffff;
}
.cid-ubtc64TfaQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubtc64TfaQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubtcbPHhfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubtcbPHhfO .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubtcbPHhfO img,
.cid-ubtcbPHhfO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubtcbPHhfO .item:focus,
.cid-ubtcbPHhfO span:focus {
  outline: none;
}
.cid-ubtcbPHhfO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubtcbPHhfO .item {
    margin-bottom: 1rem;
  }
}
.cid-ubtcbPHhfO h5,
.cid-ubtcbPHhfO h6 {
  margin: 0;
}
.cid-ubtcbPHhfO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubtcbPHhfO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubtcbPHhfO .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubtcbPHhfO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubtcbPHhfO .item-wrapper {
    height: auto;
  }
}
.cid-ubtcbPHhfO .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubtcbPHhfO .item-title {
  text-align: center;
}
.cid-ubtcbPHhfO .item-subtitle {
  text-align: center;
}
.cid-ubtcbPHhfO .mbr-text,
.cid-ubtcbPHhfO .item .mbr-section-btn {
  text-align: center;
}
.cid-ubtcbPHhfO .content-head {
  max-width: 800px;
}
.cid-ubtcbPHhfO .mbr-section-subtitle,
.cid-ubtcbPHhfO .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubtccYxSe6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubtccYxSe6 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubtccYxSe6 img,
.cid-ubtccYxSe6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubtccYxSe6 .item:focus,
.cid-ubtccYxSe6 span:focus {
  outline: none;
}
.cid-ubtccYxSe6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubtccYxSe6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubtccYxSe6 h5,
.cid-ubtccYxSe6 h6 {
  margin: 0;
}
.cid-ubtccYxSe6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubtccYxSe6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubtccYxSe6 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubtccYxSe6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubtccYxSe6 .item-wrapper {
    height: auto;
  }
}
.cid-ubtccYxSe6 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubtccYxSe6 .item-title {
  text-align: center;
}
.cid-ubtccYxSe6 .item-subtitle {
  text-align: center;
}
.cid-ubtccYxSe6 .mbr-text,
.cid-ubtccYxSe6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubtccYxSe6 .content-head {
  max-width: 800px;
}
.cid-ubtccYxSe6 .mbr-section-subtitle,
.cid-ubtccYxSe6 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6CLadbq6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6CLadbq6 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6CLadbq6 .content {
    text-align: center;
  }
  .cid-uL6CLadbq6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6CLadbq6 .img-logo img {
  height: 6rem;
}
.cid-uL6CLadbq6 .form-group,
.cid-uL6CLadbq6 .input-group-btn {
  padding: 0;
}
.cid-uL6CLadbq6 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6CLadbq6 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6CLadbq6 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6CLadbq6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6CLadbq6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6CLadbq6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6CLadbq6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6CLadbq6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6CLadbq6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6CLadbq6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6CLadbq6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6CLadbq6 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6CLadbq6 .foot-title {
    text-align: center !important;
  }
  .cid-uL6CLadbq6 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6CLadbq6 .form-group {
    margin: 0;
  }
}
.cid-uL6CLadbq6 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUeReR22g4 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/securityservices-lethbridge-1575x884.jpg");
}
.cid-sUeReR22g4 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUeReR22g4 .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUeReR22g4 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6DBQPimx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6DBQPimx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6DBQPimx .section-text {
  padding: 2rem 0;
}
.cid-uL6DBQPimx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6DBQPimx .inner-container {
    width: 100% !important;
  }
}
.cid-uL6DD2wjJC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6DD2wjJC .card-box {
  padding: 0 2rem;
}
.cid-uL6DD2wjJC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6DD2wjJC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6DD2wjJC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6DD2wjJC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6DD2wjJC .mbr-text {
  color: #ffffff;
}
.cid-uL6DD2wjJC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6DD2wjJC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6DD2wjJC .card-title {
  color: #ffffff;
}
.cid-uL6DDVdZpm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6DDVdZpm .card-box {
  padding: 0 2rem;
}
.cid-uL6DDVdZpm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6DDVdZpm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6DDVdZpm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6DDVdZpm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6DDVdZpm .mbr-text {
  color: #ffffff;
}
.cid-uL6DDVdZpm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6DDVdZpm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6DDVdZpm .card-title {
  color: #ffffff;
}
.cid-uL6DGcfKXS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-ubtWAr0fvX {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubtWAr0fvX .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubtWU61lvZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubtWU61lvZ .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubtWU61lvZ img,
.cid-ubtWU61lvZ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubtWU61lvZ .item:focus,
.cid-ubtWU61lvZ span:focus {
  outline: none;
}
.cid-ubtWU61lvZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubtWU61lvZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ubtWU61lvZ h5,
.cid-ubtWU61lvZ h6 {
  margin: 0;
}
.cid-ubtWU61lvZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubtWU61lvZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubtWU61lvZ .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubtWU61lvZ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubtWU61lvZ .item-wrapper {
    height: auto;
  }
}
.cid-ubtWU61lvZ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubtWU61lvZ .item-title {
  text-align: center;
}
.cid-ubtWU61lvZ .item-subtitle {
  text-align: center;
}
.cid-ubtWU61lvZ .mbr-text,
.cid-ubtWU61lvZ .item .mbr-section-btn {
  text-align: center;
}
.cid-ubtWU61lvZ .content-head {
  max-width: 800px;
}
.cid-ubtWU61lvZ .mbr-section-subtitle,
.cid-ubtWU61lvZ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubtWVJBDWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubtWVJBDWx .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubtWVJBDWx img,
.cid-ubtWVJBDWx .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubtWVJBDWx .item:focus,
.cid-ubtWVJBDWx span:focus {
  outline: none;
}
.cid-ubtWVJBDWx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubtWVJBDWx .item {
    margin-bottom: 1rem;
  }
}
.cid-ubtWVJBDWx h5,
.cid-ubtWVJBDWx h6 {
  margin: 0;
}
.cid-ubtWVJBDWx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubtWVJBDWx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubtWVJBDWx .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubtWVJBDWx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubtWVJBDWx .item-wrapper {
    height: auto;
  }
}
.cid-ubtWVJBDWx .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubtWVJBDWx .item-title {
  text-align: center;
}
.cid-ubtWVJBDWx .item-subtitle {
  text-align: center;
}
.cid-ubtWVJBDWx .mbr-text,
.cid-ubtWVJBDWx .item .mbr-section-btn {
  text-align: center;
}
.cid-ubtWVJBDWx .content-head {
  max-width: 800px;
}
.cid-ubtWVJBDWx .mbr-section-subtitle,
.cid-ubtWVJBDWx .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sUeReZzADn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUeReZzADn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUeReZzADn .section-text {
  padding: 2rem 0;
}
.cid-sUeReZzADn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUeReZzADn .inner-container {
    width: 100% !important;
  }
}
.cid-ubtWuSv1cv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubtWuSv1cv .card {
  align-self: stretch;
}
.cid-ubtWuSv1cv .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubtWuSv1cv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubtWuSv1cv p {
  color: #767676;
  text-align: left;
}
.cid-ubtWuSv1cv .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubtWuSv1cv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubtWuSv1cv .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubtWuSv1cv .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubtWuSv1cv P {
  color: #ffffff;
}
.cid-uL6DIqrzDz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6DIqrzDz .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6DIqrzDz .content {
    text-align: center;
  }
  .cid-uL6DIqrzDz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6DIqrzDz .img-logo img {
  height: 6rem;
}
.cid-uL6DIqrzDz .form-group,
.cid-uL6DIqrzDz .input-group-btn {
  padding: 0;
}
.cid-uL6DIqrzDz .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6DIqrzDz .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6DIqrzDz .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6DIqrzDz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6DIqrzDz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6DIqrzDz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6DIqrzDz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6DIqrzDz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6DIqrzDz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6DIqrzDz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6DIqrzDz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6DIqrzDz .foot-logo {
    text-align: center !important;
  }
  .cid-uL6DIqrzDz .foot-title {
    text-align: center !important;
  }
  .cid-uL6DIqrzDz .mbr-text {
    text-align: center !important;
  }
  .cid-uL6DIqrzDz .form-group {
    margin: 0;
  }
}
.cid-uL6DIqrzDz .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUeRZYa2QV {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/securityservices-medicine-hat-1000x609.jpg");
}
.cid-sUeRZYa2QV .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUeRZYa2QV .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUeRZYa2QV .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6EfebXar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6EfebXar .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6EfebXar .section-text {
  padding: 2rem 0;
}
.cid-uL6EfebXar .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6EfebXar .inner-container {
    width: 100% !important;
  }
}
.cid-uL6Eg8L5Li {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6Eg8L5Li .card-box {
  padding: 0 2rem;
}
.cid-uL6Eg8L5Li .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6Eg8L5Li .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6Eg8L5Li h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6Eg8L5Li p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6Eg8L5Li .mbr-text {
  color: #ffffff;
}
.cid-uL6Eg8L5Li .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6Eg8L5Li .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6Eg8L5Li .card-title {
  color: #ffffff;
}
.cid-uL6EgxW28w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6EgxW28w .card-box {
  padding: 0 2rem;
}
.cid-uL6EgxW28w .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6EgxW28w .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6EgxW28w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6EgxW28w p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6EgxW28w .mbr-text {
  color: #ffffff;
}
.cid-uL6EgxW28w .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6EgxW28w .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6EgxW28w .card-title {
  color: #ffffff;
}
.cid-uL6Ei3jGpY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sUeS06iGeQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUeS06iGeQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUeS06iGeQ .section-text {
  padding: 2rem 0;
}
.cid-sUeS06iGeQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUeS06iGeQ .inner-container {
    width: 100% !important;
  }
}
.cid-ubu0tIQmgu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubu0tIQmgu .card {
  align-self: stretch;
}
.cid-ubu0tIQmgu .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubu0tIQmgu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubu0tIQmgu p {
  color: #767676;
  text-align: left;
}
.cid-ubu0tIQmgu .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubu0tIQmgu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubu0tIQmgu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubu0tIQmgu .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubu0tIQmgu P {
  color: #ffffff;
}
.cid-ubu0dSBotl {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubu0dSBotl .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubu0gnnj3Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu0gnnj3Y .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu0gnnj3Y img,
.cid-ubu0gnnj3Y .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu0gnnj3Y .item:focus,
.cid-ubu0gnnj3Y span:focus {
  outline: none;
}
.cid-ubu0gnnj3Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu0gnnj3Y .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu0gnnj3Y h5,
.cid-ubu0gnnj3Y h6 {
  margin: 0;
}
.cid-ubu0gnnj3Y .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu0gnnj3Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu0gnnj3Y .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu0gnnj3Y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu0gnnj3Y .item-wrapper {
    height: auto;
  }
}
.cid-ubu0gnnj3Y .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu0gnnj3Y .item-title {
  text-align: center;
}
.cid-ubu0gnnj3Y .item-subtitle {
  text-align: center;
}
.cid-ubu0gnnj3Y .mbr-text,
.cid-ubu0gnnj3Y .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu0gnnj3Y .content-head {
  max-width: 800px;
}
.cid-ubu0gnnj3Y .mbr-section-subtitle,
.cid-ubu0gnnj3Y .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubu0hSMV2u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu0hSMV2u .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu0hSMV2u img,
.cid-ubu0hSMV2u .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu0hSMV2u .item:focus,
.cid-ubu0hSMV2u span:focus {
  outline: none;
}
.cid-ubu0hSMV2u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu0hSMV2u .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu0hSMV2u h5,
.cid-ubu0hSMV2u h6 {
  margin: 0;
}
.cid-ubu0hSMV2u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu0hSMV2u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu0hSMV2u .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu0hSMV2u .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu0hSMV2u .item-wrapper {
    height: auto;
  }
}
.cid-ubu0hSMV2u .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu0hSMV2u .item-title {
  text-align: center;
}
.cid-ubu0hSMV2u .item-subtitle {
  text-align: center;
}
.cid-ubu0hSMV2u .mbr-text,
.cid-ubu0hSMV2u .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu0hSMV2u .content-head {
  max-width: 800px;
}
.cid-ubu0hSMV2u .mbr-section-subtitle,
.cid-ubu0hSMV2u .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6EjCwwr8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6EjCwwr8 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6EjCwwr8 .content {
    text-align: center;
  }
  .cid-uL6EjCwwr8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6EjCwwr8 .img-logo img {
  height: 6rem;
}
.cid-uL6EjCwwr8 .form-group,
.cid-uL6EjCwwr8 .input-group-btn {
  padding: 0;
}
.cid-uL6EjCwwr8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6EjCwwr8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6EjCwwr8 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6EjCwwr8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6EjCwwr8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6EjCwwr8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6EjCwwr8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6EjCwwr8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6EjCwwr8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6EjCwwr8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6EjCwwr8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6EjCwwr8 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6EjCwwr8 .foot-title {
    text-align: center !important;
  }
  .cid-uL6EjCwwr8 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6EjCwwr8 .form-group {
    margin: 0;
  }
}
.cid-uL6EjCwwr8 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUMMskUMvg {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/st-alberta-securityservicescompanies-1-1020x573.jpg");
}
.cid-sUMMskUMvg .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUMMskUMvg .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUMMskUMvg .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sUMMskUMvg .mbr-text,
.cid-sUMMskUMvg .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6XClmfId {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6XClmfId .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6XClmfId .section-text {
  padding: 2rem 0;
}
.cid-uL6XClmfId .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6XClmfId .inner-container {
    width: 100% !important;
  }
}
.cid-uL6XD403nU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6XD403nU .card-box {
  padding: 0 2rem;
}
.cid-uL6XD403nU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6XD403nU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6XD403nU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6XD403nU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6XD403nU .mbr-text {
  color: #ffffff;
}
.cid-uL6XD403nU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6XD403nU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6XD403nU .card-title {
  color: #ffffff;
}
.cid-uL6XDzTb3E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6XDzTb3E .card-box {
  padding: 0 2rem;
}
.cid-uL6XDzTb3E .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6XDzTb3E .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6XDzTb3E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6XDzTb3E p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6XDzTb3E .mbr-text {
  color: #ffffff;
}
.cid-uL6XDzTb3E .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6XDzTb3E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6XDzTb3E .card-title {
  color: #ffffff;
}
.cid-uL6XFkkiAs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-ubxKVTvoXU {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubxKVTvoXU .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubxKXX1A25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxKXX1A25 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxKXX1A25 img,
.cid-ubxKXX1A25 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxKXX1A25 .item:focus,
.cid-ubxKXX1A25 span:focus {
  outline: none;
}
.cid-ubxKXX1A25 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxKXX1A25 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxKXX1A25 h5,
.cid-ubxKXX1A25 h6 {
  margin: 0;
}
.cid-ubxKXX1A25 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxKXX1A25 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxKXX1A25 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxKXX1A25 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxKXX1A25 .item-wrapper {
    height: auto;
  }
}
.cid-ubxKXX1A25 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxKXX1A25 .item-title {
  text-align: center;
}
.cid-ubxKXX1A25 .item-subtitle {
  text-align: center;
}
.cid-ubxKXX1A25 .mbr-text,
.cid-ubxKXX1A25 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxKXX1A25 .content-head {
  max-width: 800px;
}
.cid-ubxKXX1A25 .mbr-section-subtitle,
.cid-ubxKXX1A25 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubxKYVnQcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxKYVnQcm .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxKYVnQcm img,
.cid-ubxKYVnQcm .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxKYVnQcm .item:focus,
.cid-ubxKYVnQcm span:focus {
  outline: none;
}
.cid-ubxKYVnQcm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxKYVnQcm .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxKYVnQcm h5,
.cid-ubxKYVnQcm h6 {
  margin: 0;
}
.cid-ubxKYVnQcm .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxKYVnQcm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxKYVnQcm .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxKYVnQcm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxKYVnQcm .item-wrapper {
    height: auto;
  }
}
.cid-ubxKYVnQcm .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxKYVnQcm .item-title {
  text-align: center;
}
.cid-ubxKYVnQcm .item-subtitle {
  text-align: center;
}
.cid-ubxKYVnQcm .mbr-text,
.cid-ubxKYVnQcm .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxKYVnQcm .content-head {
  max-width: 800px;
}
.cid-ubxKYVnQcm .mbr-section-subtitle,
.cid-ubxKYVnQcm .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sUMMssptE2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUMMssptE2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUMMssptE2 .section-text {
  padding: 2rem 0;
}
.cid-sUMMssptE2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUMMssptE2 .inner-container {
    width: 100% !important;
  }
}
.cid-sUMMsthAOX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUMMsthAOX .card {
  align-self: stretch;
}
.cid-sUMMsthAOX .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUMMsthAOX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUMMsthAOX p {
  color: #767676;
  text-align: left;
}
.cid-sUMMsthAOX .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUMMsthAOX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUMMsthAOX .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUMMsthAOX .card-title {
  text-align: center;
}
.cid-sUMMsuR7IO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUMMsuR7IO .mbr-section-subtitle {
  color: #767676;
}
.cid-sUMMsw3AkD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUMMsw3AkD .counter-container {
  color: #767676;
}
.cid-sUMMsw3AkD .counter-container ol {
  margin-bottom: 0;
}
.cid-sUMMsw3AkD .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6XGdqmmk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6XGdqmmk .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6XGdqmmk .content {
    text-align: center;
  }
  .cid-uL6XGdqmmk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6XGdqmmk .img-logo img {
  height: 6rem;
}
.cid-uL6XGdqmmk .form-group,
.cid-uL6XGdqmmk .input-group-btn {
  padding: 0;
}
.cid-uL6XGdqmmk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6XGdqmmk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6XGdqmmk .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6XGdqmmk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6XGdqmmk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6XGdqmmk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6XGdqmmk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6XGdqmmk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6XGdqmmk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6XGdqmmk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6XGdqmmk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6XGdqmmk .foot-logo {
    text-align: center !important;
  }
  .cid-uL6XGdqmmk .foot-title {
    text-align: center !important;
  }
  .cid-uL6XGdqmmk .mbr-text {
    text-align: center !important;
  }
  .cid-uL6XGdqmmk .form-group {
    margin: 0;
  }
}
.cid-uL6XGdqmmk .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUMNYAO3uU {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sherwood-park-securityservicescompany-800x533.jpg");
}
.cid-sUMNYAO3uU .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUMNYAO3uU .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUMNYAO3uU .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sUMNYAO3uU .mbr-text,
.cid-sUMNYAO3uU .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Yv7TrA7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6Yv7TrA7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Yv7TrA7 .section-text {
  padding: 2rem 0;
}
.cid-uL6Yv7TrA7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6Yv7TrA7 .inner-container {
    width: 100% !important;
  }
}
.cid-uL6YvQCTI5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6YvQCTI5 .card-box {
  padding: 0 2rem;
}
.cid-uL6YvQCTI5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6YvQCTI5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6YvQCTI5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6YvQCTI5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6YvQCTI5 .mbr-text {
  color: #ffffff;
}
.cid-uL6YvQCTI5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6YvQCTI5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6YvQCTI5 .card-title {
  color: #ffffff;
}
.cid-uL6Ywizo1W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6Ywizo1W .card-box {
  padding: 0 2rem;
}
.cid-uL6Ywizo1W .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6Ywizo1W .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6Ywizo1W h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6Ywizo1W p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6Ywizo1W .mbr-text {
  color: #ffffff;
}
.cid-uL6Ywizo1W .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6Ywizo1W .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6Ywizo1W .card-title {
  color: #ffffff;
}
.cid-uL6Yz1Rov0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sUMNYHeoKX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUMNYHeoKX .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUMNYHeoKX .section-text {
  padding: 2rem 0;
}
.cid-sUMNYHeoKX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUMNYHeoKX .inner-container {
    width: 100% !important;
  }
}
.cid-sUMNYI8cXo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUMNYI8cXo .card {
  align-self: stretch;
}
.cid-sUMNYI8cXo .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUMNYI8cXo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUMNYI8cXo p {
  color: #767676;
  text-align: left;
}
.cid-sUMNYI8cXo .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUMNYI8cXo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUMNYI8cXo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUMNYI8cXo .card-title {
  text-align: center;
}
.cid-uL6YCX8iGY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uL6YCX8iGY .btn {
  margin: 0 0 .5rem 0;
}
.cid-uL6YF4iYKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6YF4iYKl .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uL6YF4iYKl img,
.cid-uL6YF4iYKl .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uL6YF4iYKl .item:focus,
.cid-uL6YF4iYKl span:focus {
  outline: none;
}
.cid-uL6YF4iYKl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6YF4iYKl .item {
    margin-bottom: 1rem;
  }
}
.cid-uL6YF4iYKl h5,
.cid-uL6YF4iYKl h6 {
  margin: 0;
}
.cid-uL6YF4iYKl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uL6YF4iYKl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL6YF4iYKl .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uL6YF4iYKl .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uL6YF4iYKl .item-wrapper {
    height: auto;
  }
}
.cid-uL6YF4iYKl .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uL6YF4iYKl .item-title {
  text-align: center;
}
.cid-uL6YF4iYKl .item-subtitle {
  text-align: center;
}
.cid-uL6YF4iYKl .mbr-text,
.cid-uL6YF4iYKl .item .mbr-section-btn {
  text-align: center;
}
.cid-uL6YF4iYKl .content-head {
  max-width: 800px;
}
.cid-uL6YF4iYKl .mbr-section-subtitle,
.cid-uL6YF4iYKl .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6YFxvfbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6YFxvfbs .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uL6YFxvfbs img,
.cid-uL6YFxvfbs .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uL6YFxvfbs .item:focus,
.cid-uL6YFxvfbs span:focus {
  outline: none;
}
.cid-uL6YFxvfbs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6YFxvfbs .item {
    margin-bottom: 1rem;
  }
}
.cid-uL6YFxvfbs h5,
.cid-uL6YFxvfbs h6 {
  margin: 0;
}
.cid-uL6YFxvfbs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uL6YFxvfbs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL6YFxvfbs .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uL6YFxvfbs .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uL6YFxvfbs .item-wrapper {
    height: auto;
  }
}
.cid-uL6YFxvfbs .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uL6YFxvfbs .item-title {
  text-align: center;
}
.cid-uL6YFxvfbs .item-subtitle {
  text-align: center;
}
.cid-uL6YFxvfbs .mbr-text,
.cid-uL6YFxvfbs .item .mbr-section-btn {
  text-align: center;
}
.cid-uL6YFxvfbs .content-head {
  max-width: 800px;
}
.cid-uL6YFxvfbs .mbr-section-subtitle,
.cid-uL6YFxvfbs .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sUMNYJU9i4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUMNYJU9i4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sUMNYKS84M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUMNYKS84M .counter-container {
  color: #767676;
}
.cid-sUMNYKS84M .counter-container ol {
  margin-bottom: 0;
}
.cid-sUMNYKS84M .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6YGDnOJe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6YGDnOJe .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6YGDnOJe .content {
    text-align: center;
  }
  .cid-uL6YGDnOJe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6YGDnOJe .img-logo img {
  height: 6rem;
}
.cid-uL6YGDnOJe .form-group,
.cid-uL6YGDnOJe .input-group-btn {
  padding: 0;
}
.cid-uL6YGDnOJe .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6YGDnOJe .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6YGDnOJe .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6YGDnOJe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6YGDnOJe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6YGDnOJe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6YGDnOJe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6YGDnOJe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6YGDnOJe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6YGDnOJe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6YGDnOJe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6YGDnOJe .foot-logo {
    text-align: center !important;
  }
  .cid-uL6YGDnOJe .foot-title {
    text-align: center !important;
  }
  .cid-uL6YGDnOJe .mbr-text {
    text-align: center !important;
  }
  .cid-uL6YGDnOJe .form-group {
    margin: 0;
  }
}
.cid-uL6YGDnOJe .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUPmCLvfAJ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/adobestock-508097809.jpeg-2000x667.jpg");
}
.cid-sUPmCMluCn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sUPmCMluCn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sUPmCMluCn .mbr-content-text {
  color: #767676;
}
.cid-sUPmCMluCn .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sUPmCMluCn .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sUPmCMluCn .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sUPmCMluCn .img-text {
  color: #0f7699;
  text-align: center;
}
.cid-sUPmCMluCn H4 {
  color: #5b686b;
}
.cid-sUPmCO3FGK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-sUPmCO3FGK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUPmCO3FGK .section-text {
  padding: 2rem 0;
}
.cid-sUPmCO3FGK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUPmCO3FGK .inner-container {
    width: 100% !important;
  }
}
.cid-sUPoBXc2Jd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUPoBXc2Jd .card {
  align-self: stretch;
}
.cid-sUPoBXc2Jd .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUPoBXc2Jd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUPoBXc2Jd p {
  color: #767676;
  text-align: left;
}
.cid-sUPoBXc2Jd .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUPoBXc2Jd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUPoBXc2Jd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUPoBXc2Jd .card-title {
  text-align: center;
}
.cid-uIt0Z6ZKsq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt0Z6ZKsq .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt0Z6ZKsq .content {
    text-align: center;
  }
  .cid-uIt0Z6ZKsq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt0Z6ZKsq .img-logo img {
  height: 6rem;
}
.cid-uIt0Z6ZKsq .form-group,
.cid-uIt0Z6ZKsq .input-group-btn {
  padding: 0;
}
.cid-uIt0Z6ZKsq .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt0Z6ZKsq .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt0Z6ZKsq .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt0Z6ZKsq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt0Z6ZKsq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt0Z6ZKsq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt0Z6ZKsq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt0Z6ZKsq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt0Z6ZKsq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt0Z6ZKsq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt0Z6ZKsq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt0Z6ZKsq .foot-logo {
    text-align: center !important;
  }
  .cid-uIt0Z6ZKsq .foot-title {
    text-align: center !important;
  }
  .cid-uIt0Z6ZKsq .mbr-text {
    text-align: center !important;
  }
  .cid-uIt0Z6ZKsq .form-group {
    margin: 0;
  }
}
.cid-uIt0Z6ZKsq .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUTnxK6Z5z {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/security-banner1-940x385.jpg");
}
.cid-sUTnxK6Z5z H2 {
  text-align: center;
}
.cid-sUTsIXlf5z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #118406;
}
.cid-sUTsIXlf5z .mbr-section-subtitle {
  color: #767676;
}
.cid-sUTsIXlf5z H2 {
  color: #ffffff;
}
.cid-sUTnxQNgfH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUTnxQNgfH .card {
  align-self: stretch;
}
.cid-sUTnxQNgfH .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUTnxQNgfH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUTnxQNgfH p {
  color: #767676;
  text-align: left;
}
.cid-sUTnxQNgfH .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUTnxQNgfH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUTnxQNgfH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUTnxQNgfH .card-title {
  text-align: left;
}
.cid-uIt8ZRylPi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt8ZRylPi .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8ZRylPi .content {
    text-align: center;
  }
  .cid-uIt8ZRylPi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt8ZRylPi .img-logo img {
  height: 6rem;
}
.cid-uIt8ZRylPi .form-group,
.cid-uIt8ZRylPi .input-group-btn {
  padding: 0;
}
.cid-uIt8ZRylPi .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt8ZRylPi .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt8ZRylPi .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8ZRylPi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt8ZRylPi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt8ZRylPi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt8ZRylPi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt8ZRylPi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt8ZRylPi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt8ZRylPi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt8ZRylPi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt8ZRylPi .foot-logo {
    text-align: center !important;
  }
  .cid-uIt8ZRylPi .foot-title {
    text-align: center !important;
  }
  .cid-uIt8ZRylPi .mbr-text {
    text-align: center !important;
  }
  .cid-uIt8ZRylPi .form-group {
    margin: 0;
  }
}
.cid-uIt8ZRylPi .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUYBbzjKkK {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/acheson-alberta-securityservicescompany-600x398.jpg");
}
.cid-sUYBbzjKkK .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUYBbzjKkK .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUYBbzjKkK .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sUYBbzjKkK .mbr-text,
.cid-sUYBbzjKkK .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6VkGFCKa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6VkGFCKa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6VkGFCKa .section-text {
  padding: 2rem 0;
}
.cid-uL6VkGFCKa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6VkGFCKa .inner-container {
    width: 100% !important;
  }
}
.cid-uL6VlokrYa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6VlokrYa .card-box {
  padding: 0 2rem;
}
.cid-uL6VlokrYa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6VlokrYa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6VlokrYa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6VlokrYa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6VlokrYa .mbr-text {
  color: #ffffff;
}
.cid-uL6VlokrYa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6VlokrYa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6VlokrYa .card-title {
  color: #ffffff;
}
.cid-uL6VlVTlGj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6VlVTlGj .card-box {
  padding: 0 2rem;
}
.cid-uL6VlVTlGj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6VlVTlGj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6VlVTlGj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6VlVTlGj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6VlVTlGj .mbr-text {
  color: #ffffff;
}
.cid-uL6VlVTlGj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6VlVTlGj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6VlVTlGj .card-title {
  color: #ffffff;
}
.cid-uL6W2EdCG6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uL6W2EdCG6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uL6W4vlKtP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6W4vlKtP .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uL6W4vlKtP img,
.cid-uL6W4vlKtP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uL6W4vlKtP .item:focus,
.cid-uL6W4vlKtP span:focus {
  outline: none;
}
.cid-uL6W4vlKtP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6W4vlKtP .item {
    margin-bottom: 1rem;
  }
}
.cid-uL6W4vlKtP h5,
.cid-uL6W4vlKtP h6 {
  margin: 0;
}
.cid-uL6W4vlKtP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uL6W4vlKtP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL6W4vlKtP .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uL6W4vlKtP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uL6W4vlKtP .item-wrapper {
    height: auto;
  }
}
.cid-uL6W4vlKtP .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uL6W4vlKtP .item-title {
  text-align: center;
}
.cid-uL6W4vlKtP .item-subtitle {
  text-align: center;
}
.cid-uL6W4vlKtP .mbr-text,
.cid-uL6W4vlKtP .item .mbr-section-btn {
  text-align: center;
}
.cid-uL6W4vlKtP .content-head {
  max-width: 800px;
}
.cid-uL6W4vlKtP .mbr-section-subtitle,
.cid-uL6W4vlKtP .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6W594wpG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6W594wpG .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uL6W594wpG img,
.cid-uL6W594wpG .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uL6W594wpG .item:focus,
.cid-uL6W594wpG span:focus {
  outline: none;
}
.cid-uL6W594wpG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6W594wpG .item {
    margin-bottom: 1rem;
  }
}
.cid-uL6W594wpG h5,
.cid-uL6W594wpG h6 {
  margin: 0;
}
.cid-uL6W594wpG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uL6W594wpG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL6W594wpG .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uL6W594wpG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uL6W594wpG .item-wrapper {
    height: auto;
  }
}
.cid-uL6W594wpG .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uL6W594wpG .item-title {
  text-align: center;
}
.cid-uL6W594wpG .item-subtitle {
  text-align: center;
}
.cid-uL6W594wpG .mbr-text,
.cid-uL6W594wpG .item .mbr-section-btn {
  text-align: center;
}
.cid-uL6W594wpG .content-head {
  max-width: 800px;
}
.cid-uL6W594wpG .mbr-section-subtitle,
.cid-uL6W594wpG .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6VmI2HUp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sUYBbG4I4H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUYBbG4I4H .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUYBbG4I4H .section-text {
  padding: 2rem 0;
}
.cid-sUYBbG4I4H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUYBbG4I4H .inner-container {
    width: 100% !important;
  }
}
.cid-sUYBbHg8It {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUYBbHg8It .card {
  align-self: stretch;
}
.cid-sUYBbHg8It .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUYBbHg8It h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUYBbHg8It p {
  color: #767676;
  text-align: left;
}
.cid-sUYBbHg8It .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUYBbHg8It .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUYBbHg8It .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUYBbHg8It .card-title {
  text-align: center;
}
.cid-sUYBbJSkXZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUYBbJSkXZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sUYBbKL0mP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUYBbKL0mP .counter-container {
  color: #767676;
}
.cid-sUYBbKL0mP .counter-container ol {
  margin-bottom: 0;
}
.cid-sUYBbKL0mP .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6VnZDisE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6VnZDisE .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6VnZDisE .content {
    text-align: center;
  }
  .cid-uL6VnZDisE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6VnZDisE .img-logo img {
  height: 6rem;
}
.cid-uL6VnZDisE .form-group,
.cid-uL6VnZDisE .input-group-btn {
  padding: 0;
}
.cid-uL6VnZDisE .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6VnZDisE .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6VnZDisE .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6VnZDisE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6VnZDisE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6VnZDisE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6VnZDisE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6VnZDisE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6VnZDisE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6VnZDisE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6VnZDisE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6VnZDisE .foot-logo {
    text-align: center !important;
  }
  .cid-uL6VnZDisE .foot-title {
    text-align: center !important;
  }
  .cid-uL6VnZDisE .mbr-text {
    text-align: center !important;
  }
  .cid-uL6VnZDisE .form-group {
    margin: 0;
  }
}
.cid-uL6VnZDisE .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUZriDPJwD {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/securitycompany-red-deer-aerial-downtown-1024x683.jpg");
}
.cid-sUZriDPJwD .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUZriDPJwD .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUZriDPJwD .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sUZriDPJwD .mbr-text,
.cid-sUZriDPJwD .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6WzaCxVS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6WzaCxVS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6WzaCxVS .section-text {
  padding: 2rem 0;
}
.cid-uL6WzaCxVS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6WzaCxVS .inner-container {
    width: 100% !important;
  }
}
.cid-uL6WAeYTIV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6WAeYTIV .card-box {
  padding: 0 2rem;
}
.cid-uL6WAeYTIV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6WAeYTIV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6WAeYTIV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6WAeYTIV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6WAeYTIV .mbr-text {
  color: #ffffff;
}
.cid-uL6WAeYTIV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6WAeYTIV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6WAeYTIV .card-title {
  color: #ffffff;
}
.cid-uL6WAU1j7D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6WAU1j7D .card-box {
  padding: 0 2rem;
}
.cid-uL6WAU1j7D .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6WAU1j7D .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6WAU1j7D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6WAU1j7D p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6WAU1j7D .mbr-text {
  color: #ffffff;
}
.cid-uL6WAU1j7D .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6WAU1j7D .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6WAU1j7D .card-title {
  color: #ffffff;
}
.cid-uL6Xc7ktFk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-ubxIX2pfe3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubxIX2pfe3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubxIY7cNMc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxIY7cNMc .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxIY7cNMc img,
.cid-ubxIY7cNMc .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxIY7cNMc .item:focus,
.cid-ubxIY7cNMc span:focus {
  outline: none;
}
.cid-ubxIY7cNMc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxIY7cNMc .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxIY7cNMc h5,
.cid-ubxIY7cNMc h6 {
  margin: 0;
}
.cid-ubxIY7cNMc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxIY7cNMc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxIY7cNMc .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxIY7cNMc .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxIY7cNMc .item-wrapper {
    height: auto;
  }
}
.cid-ubxIY7cNMc .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxIY7cNMc .item-title {
  text-align: center;
}
.cid-ubxIY7cNMc .item-subtitle {
  text-align: center;
}
.cid-ubxIY7cNMc .mbr-text,
.cid-ubxIY7cNMc .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxIY7cNMc .content-head {
  max-width: 800px;
}
.cid-ubxIY7cNMc .mbr-section-subtitle,
.cid-ubxIY7cNMc .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubxIYSLM3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubxIYSLM3V .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubxIYSLM3V img,
.cid-ubxIYSLM3V .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubxIYSLM3V .item:focus,
.cid-ubxIYSLM3V span:focus {
  outline: none;
}
.cid-ubxIYSLM3V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxIYSLM3V .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxIYSLM3V h5,
.cid-ubxIYSLM3V h6 {
  margin: 0;
}
.cid-ubxIYSLM3V .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubxIYSLM3V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxIYSLM3V .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubxIYSLM3V .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubxIYSLM3V .item-wrapper {
    height: auto;
  }
}
.cid-ubxIYSLM3V .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubxIYSLM3V .item-title {
  text-align: center;
}
.cid-ubxIYSLM3V .item-subtitle {
  text-align: center;
}
.cid-ubxIYSLM3V .mbr-text,
.cid-ubxIYSLM3V .item .mbr-section-btn {
  text-align: center;
}
.cid-ubxIYSLM3V .content-head {
  max-width: 800px;
}
.cid-ubxIYSLM3V .mbr-section-subtitle,
.cid-ubxIYSLM3V .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sUZriNtIVb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sUZriNtIVb .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sUZriNtIVb .section-text {
  padding: 2rem 0;
}
.cid-sUZriNtIVb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUZriNtIVb .inner-container {
    width: 100% !important;
  }
}
.cid-sUZriOL0iG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUZriOL0iG .card {
  align-self: stretch;
}
.cid-sUZriOL0iG .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sUZriOL0iG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sUZriOL0iG p {
  color: #767676;
  text-align: left;
}
.cid-sUZriOL0iG .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sUZriOL0iG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sUZriOL0iG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sUZriOL0iG .card-title {
  text-align: center;
}
.cid-sUZriQUnDx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUZriQUnDx .mbr-section-subtitle {
  color: #767676;
}
.cid-sUZriS7Izu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sUZriS7Izu .counter-container {
  color: #767676;
}
.cid-sUZriS7Izu .counter-container ol {
  margin-bottom: 0;
}
.cid-sUZriS7Izu .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6XeaoEQo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6XeaoEQo .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6XeaoEQo .content {
    text-align: center;
  }
  .cid-uL6XeaoEQo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6XeaoEQo .img-logo img {
  height: 6rem;
}
.cid-uL6XeaoEQo .form-group,
.cid-uL6XeaoEQo .input-group-btn {
  padding: 0;
}
.cid-uL6XeaoEQo .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6XeaoEQo .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6XeaoEQo .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6XeaoEQo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6XeaoEQo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6XeaoEQo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6XeaoEQo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6XeaoEQo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6XeaoEQo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6XeaoEQo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6XeaoEQo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6XeaoEQo .foot-logo {
    text-align: center !important;
  }
  .cid-uL6XeaoEQo .foot-title {
    text-align: center !important;
  }
  .cid-uL6XeaoEQo .mbr-text {
    text-align: center !important;
  }
  .cid-uL6XeaoEQo .form-group {
    margin: 0;
  }
}
.cid-uL6XeaoEQo .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUZxKXocYA {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/richmond-security-services-1996x1322.png");
}
.cid-sUZxKXocYA .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUZxKXocYA .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUZxKXocYA .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL3pa1JkOK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL3pa1JkOK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL3pa1JkOK .section-text {
  padding: 2rem 0;
}
.cid-uL3pa1JkOK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL3pa1JkOK .inner-container {
    width: 100% !important;
  }
}
.cid-uL3pbqsWFe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL3pbqsWFe .card-box {
  padding: 0 2rem;
}
.cid-uL3pbqsWFe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL3pbqsWFe .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL3pbqsWFe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL3pbqsWFe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL3pbqsWFe .mbr-text {
  color: #ffffff;
}
.cid-uL3pbqsWFe .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL3pbqsWFe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL3pbqsWFe .card-title {
  color: #ffffff;
}
.cid-uL3pbVgu46 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL3pbVgu46 .card-box {
  padding: 0 2rem;
}
.cid-uL3pbVgu46 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL3pbVgu46 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL3pbVgu46 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL3pbVgu46 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL3pbVgu46 .mbr-text {
  color: #ffffff;
}
.cid-uL3pbVgu46 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL3pbVgu46 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL3pbVgu46 .card-title {
  color: #ffffff;
}
.cid-ubsnVMnVLd {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubsnVMnVLd .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsnY5ZRDC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsnY5ZRDC .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsnY5ZRDC img,
.cid-ubsnY5ZRDC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsnY5ZRDC .item:focus,
.cid-ubsnY5ZRDC span:focus {
  outline: none;
}
.cid-ubsnY5ZRDC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsnY5ZRDC .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsnY5ZRDC h5,
.cid-ubsnY5ZRDC h6 {
  margin: 0;
}
.cid-ubsnY5ZRDC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsnY5ZRDC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsnY5ZRDC .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsnY5ZRDC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsnY5ZRDC .item-wrapper {
    height: auto;
  }
}
.cid-ubsnY5ZRDC .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsnY5ZRDC .item-title {
  text-align: center;
}
.cid-ubsnY5ZRDC .item-subtitle {
  text-align: center;
}
.cid-ubsnY5ZRDC .mbr-text,
.cid-ubsnY5ZRDC .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsnY5ZRDC .content-head {
  max-width: 800px;
}
.cid-ubsnY5ZRDC .mbr-section-subtitle,
.cid-ubsnY5ZRDC .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsnYUxhab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsnYUxhab .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsnYUxhab img,
.cid-ubsnYUxhab .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsnYUxhab .item:focus,
.cid-ubsnYUxhab span:focus {
  outline: none;
}
.cid-ubsnYUxhab .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsnYUxhab .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsnYUxhab h5,
.cid-ubsnYUxhab h6 {
  margin: 0;
}
.cid-ubsnYUxhab .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsnYUxhab .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsnYUxhab .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsnYUxhab .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsnYUxhab .item-wrapper {
    height: auto;
  }
}
.cid-ubsnYUxhab .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsnYUxhab .item-title {
  text-align: center;
}
.cid-ubsnYUxhab .item-subtitle {
  text-align: center;
}
.cid-ubsnYUxhab .mbr-text,
.cid-ubsnYUxhab .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsnYUxhab .content-head {
  max-width: 800px;
}
.cid-ubsnYUxhab .mbr-section-subtitle,
.cid-ubsnYUxhab .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL3pj78yTP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL3plQrH3n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL3plQrH3n .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL3plQrH3n .content {
    text-align: center;
  }
  .cid-uL3plQrH3n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL3plQrH3n .img-logo img {
  height: 6rem;
}
.cid-uL3plQrH3n .form-group,
.cid-uL3plQrH3n .input-group-btn {
  padding: 0;
}
.cid-uL3plQrH3n .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL3plQrH3n .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL3plQrH3n .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL3plQrH3n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL3plQrH3n .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL3plQrH3n .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL3plQrH3n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL3plQrH3n .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL3plQrH3n .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL3plQrH3n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL3plQrH3n .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL3plQrH3n .foot-logo {
    text-align: center !important;
  }
  .cid-uL3plQrH3n .foot-title {
    text-align: center !important;
  }
  .cid-uL3plQrH3n .mbr-text {
    text-align: center !important;
  }
  .cid-uL3plQrH3n .form-group {
    margin: 0;
  }
}
.cid-uL3plQrH3n .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2fdZgVST {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/secrity-company-mississauga-1000x667.jpg");
}
.cid-sV2fdZgVST .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2fdZgVST .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2fdZgVST .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL1cJZiA3D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL1cJZiA3D .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL1cJZiA3D .section-text {
  padding: 2rem 0;
}
.cid-uL1cJZiA3D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL1cJZiA3D .inner-container {
    width: 100% !important;
  }
}
.cid-uL1cLoF5do {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL1cLoF5do .card-box {
  padding: 0 2rem;
}
.cid-uL1cLoF5do .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1cLoF5do .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1cLoF5do h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1cLoF5do p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1cLoF5do .mbr-text {
  color: #ffffff;
}
.cid-uL1cLoF5do .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1cLoF5do .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1cLoF5do .card-title {
  color: #ffffff;
}
.cid-uL1cM2WomD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL1cM2WomD .card-box {
  padding: 0 2rem;
}
.cid-uL1cM2WomD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1cM2WomD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1cM2WomD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1cM2WomD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1cM2WomD .mbr-text {
  color: #ffffff;
}
.cid-uL1cM2WomD .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1cM2WomD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1cM2WomD .card-title {
  color: #ffffff;
}
.cid-ubs5kudGPj {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubs5kudGPj .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubs5liyee9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs5liyee9 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs5liyee9 img,
.cid-ubs5liyee9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs5liyee9 .item:focus,
.cid-ubs5liyee9 span:focus {
  outline: none;
}
.cid-ubs5liyee9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs5liyee9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs5liyee9 h5,
.cid-ubs5liyee9 h6 {
  margin: 0;
}
.cid-ubs5liyee9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs5liyee9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs5liyee9 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs5liyee9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs5liyee9 .item-wrapper {
    height: auto;
  }
}
.cid-ubs5liyee9 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs5liyee9 .item-title {
  text-align: center;
}
.cid-ubs5liyee9 .item-subtitle {
  text-align: center;
}
.cid-ubs5liyee9 .mbr-text,
.cid-ubs5liyee9 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs5liyee9 .content-head {
  max-width: 800px;
}
.cid-ubs5liyee9 .mbr-section-subtitle,
.cid-ubs5liyee9 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubs5m72ckl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs5m72ckl .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs5m72ckl img,
.cid-ubs5m72ckl .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs5m72ckl .item:focus,
.cid-ubs5m72ckl span:focus {
  outline: none;
}
.cid-ubs5m72ckl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs5m72ckl .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs5m72ckl h5,
.cid-ubs5m72ckl h6 {
  margin: 0;
}
.cid-ubs5m72ckl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs5m72ckl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs5m72ckl .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs5m72ckl .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs5m72ckl .item-wrapper {
    height: auto;
  }
}
.cid-ubs5m72ckl .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs5m72ckl .item-title {
  text-align: center;
}
.cid-ubs5m72ckl .item-subtitle {
  text-align: center;
}
.cid-ubs5m72ckl .mbr-text,
.cid-ubs5m72ckl .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs5m72ckl .content-head {
  max-width: 800px;
}
.cid-ubs5m72ckl .mbr-section-subtitle,
.cid-ubs5m72ckl .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL1dIymifz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sV2fe5QoZm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV2fe5QoZm .title {
  padding-bottom: 2.5rem;
}
.cid-sV2fe5QoZm .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sV2fe5QoZm .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sV2fe5QoZm .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sV2fe5QoZm .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sV2fe5QoZm .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sV2fe5QoZm .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sV2fe5QoZm .wrapper {
    flex-wrap: wrap;
  }
  .cid-sV2fe5QoZm .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV2fe5QoZm .wrapper .b-info {
  width: 100%;
}
.cid-uL1cOCHnss {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL1cOCHnss .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1cOCHnss .content {
    text-align: center;
  }
  .cid-uL1cOCHnss .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL1cOCHnss .img-logo img {
  height: 6rem;
}
.cid-uL1cOCHnss .form-group,
.cid-uL1cOCHnss .input-group-btn {
  padding: 0;
}
.cid-uL1cOCHnss .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL1cOCHnss .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL1cOCHnss .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1cOCHnss .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL1cOCHnss .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL1cOCHnss .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL1cOCHnss .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL1cOCHnss .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL1cOCHnss .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL1cOCHnss .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL1cOCHnss .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL1cOCHnss .foot-logo {
    text-align: center !important;
  }
  .cid-uL1cOCHnss .foot-title {
    text-align: center !important;
  }
  .cid-uL1cOCHnss .mbr-text {
    text-align: center !important;
  }
  .cid-uL1cOCHnss .form-group {
    margin: 0;
  }
}
.cid-uL1cOCHnss .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2i4D8X4c {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/brampton-on-securityservicescompany-1180x400.jpg");
}
.cid-sV2i4D8X4c .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2i4D8X4c .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2i4D8X4c .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL1eM7dbnJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL1eM7dbnJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL1eM7dbnJ .section-text {
  padding: 2rem 0;
}
.cid-uL1eM7dbnJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL1eM7dbnJ .inner-container {
    width: 100% !important;
  }
}
.cid-uL1eNdu7w6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL1eNdu7w6 .card-box {
  padding: 0 2rem;
}
.cid-uL1eNdu7w6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1eNdu7w6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1eNdu7w6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1eNdu7w6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1eNdu7w6 .mbr-text {
  color: #ffffff;
}
.cid-uL1eNdu7w6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1eNdu7w6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1eNdu7w6 .card-title {
  color: #ffffff;
}
.cid-uL1ePmNdWA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL1ePmNdWA .card-box {
  padding: 0 2rem;
}
.cid-uL1ePmNdWA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1ePmNdWA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1ePmNdWA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1ePmNdWA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1ePmNdWA .mbr-text {
  color: #ffffff;
}
.cid-uL1ePmNdWA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1ePmNdWA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1ePmNdWA .card-title {
  color: #ffffff;
}
.cid-ubs7sXRTfC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #767676);
}
.cid-ubs7sXRTfC .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubs7uwEwOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs7uwEwOr .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs7uwEwOr img,
.cid-ubs7uwEwOr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs7uwEwOr .item:focus,
.cid-ubs7uwEwOr span:focus {
  outline: none;
}
.cid-ubs7uwEwOr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs7uwEwOr .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs7uwEwOr h5,
.cid-ubs7uwEwOr h6 {
  margin: 0;
}
.cid-ubs7uwEwOr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs7uwEwOr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs7uwEwOr .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs7uwEwOr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs7uwEwOr .item-wrapper {
    height: auto;
  }
}
.cid-ubs7uwEwOr .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs7uwEwOr .item-title {
  text-align: center;
}
.cid-ubs7uwEwOr .item-subtitle {
  text-align: center;
}
.cid-ubs7uwEwOr .mbr-text,
.cid-ubs7uwEwOr .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs7uwEwOr .content-head {
  max-width: 800px;
}
.cid-ubs7uwEwOr .mbr-section-subtitle,
.cid-ubs7uwEwOr .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubs7vhv7tf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs7vhv7tf .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs7vhv7tf img,
.cid-ubs7vhv7tf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs7vhv7tf .item:focus,
.cid-ubs7vhv7tf span:focus {
  outline: none;
}
.cid-ubs7vhv7tf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs7vhv7tf .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs7vhv7tf h5,
.cid-ubs7vhv7tf h6 {
  margin: 0;
}
.cid-ubs7vhv7tf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs7vhv7tf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs7vhv7tf .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs7vhv7tf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs7vhv7tf .item-wrapper {
    height: auto;
  }
}
.cid-ubs7vhv7tf .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs7vhv7tf .item-title {
  text-align: center;
}
.cid-ubs7vhv7tf .item-subtitle {
  text-align: center;
}
.cid-ubs7vhv7tf .mbr-text,
.cid-ubs7vhv7tf .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs7vhv7tf .content-head {
  max-width: 800px;
}
.cid-ubs7vhv7tf .mbr-section-subtitle,
.cid-ubs7vhv7tf .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL1eRBk0tk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL1eRBk0tk .title {
  padding-bottom: 2.5rem;
}
.cid-uL1eRBk0tk .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uL1eRBk0tk .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uL1eRBk0tk .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uL1eRBk0tk .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uL1eRBk0tk .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL1eRBk0tk .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uL1eRBk0tk .wrapper {
    flex-wrap: wrap;
  }
  .cid-uL1eRBk0tk .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL1eRBk0tk .wrapper .b-info {
  width: 100%;
}
.cid-uL1eVoeXsi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL1eTUeWLy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL1eTUeWLy .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1eTUeWLy .content {
    text-align: center;
  }
  .cid-uL1eTUeWLy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL1eTUeWLy .img-logo img {
  height: 6rem;
}
.cid-uL1eTUeWLy .form-group,
.cid-uL1eTUeWLy .input-group-btn {
  padding: 0;
}
.cid-uL1eTUeWLy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL1eTUeWLy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL1eTUeWLy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1eTUeWLy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL1eTUeWLy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL1eTUeWLy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL1eTUeWLy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL1eTUeWLy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL1eTUeWLy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL1eTUeWLy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL1eTUeWLy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL1eTUeWLy .foot-logo {
    text-align: center !important;
  }
  .cid-uL1eTUeWLy .foot-title {
    text-align: center !important;
  }
  .cid-uL1eTUeWLy .mbr-text {
    text-align: center !important;
  }
  .cid-uL1eTUeWLy .form-group {
    margin: 0;
  }
}
.cid-uL1eTUeWLy .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2pVQn7vL {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cambridge-on-securitycompany-1023x575.jpg");
}
.cid-sV2pVQn7vL .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2pVQn7vL .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2pVQn7vL .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL1lBh8EHC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL1lBh8EHC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL1lBh8EHC .section-text {
  padding: 2rem 0;
}
.cid-uL1lBh8EHC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL1lBh8EHC .inner-container {
    width: 100% !important;
  }
}
.cid-uL1lCQ8mXM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL1lCQ8mXM .card-box {
  padding: 0 2rem;
}
.cid-uL1lCQ8mXM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1lCQ8mXM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1lCQ8mXM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1lCQ8mXM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1lCQ8mXM .mbr-text {
  color: #ffffff;
}
.cid-uL1lCQ8mXM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1lCQ8mXM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1lCQ8mXM .card-title {
  color: #ffffff;
}
.cid-uL1lDLdBKG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL1lDLdBKG .card-box {
  padding: 0 2rem;
}
.cid-uL1lDLdBKG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1lDLdBKG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1lDLdBKG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1lDLdBKG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1lDLdBKG .mbr-text {
  color: #ffffff;
}
.cid-uL1lDLdBKG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1lDLdBKG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1lDLdBKG .card-title {
  color: #ffffff;
}
.cid-ubsb6ZuD9H {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #767676);
}
.cid-ubsb6ZuD9H .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubsb8OTfYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsb8OTfYP .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsb8OTfYP img,
.cid-ubsb8OTfYP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsb8OTfYP .item:focus,
.cid-ubsb8OTfYP span:focus {
  outline: none;
}
.cid-ubsb8OTfYP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsb8OTfYP .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsb8OTfYP h5,
.cid-ubsb8OTfYP h6 {
  margin: 0;
}
.cid-ubsb8OTfYP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsb8OTfYP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsb8OTfYP .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsb8OTfYP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsb8OTfYP .item-wrapper {
    height: auto;
  }
}
.cid-ubsb8OTfYP .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsb8OTfYP .item-title {
  text-align: center;
}
.cid-ubsb8OTfYP .item-subtitle {
  text-align: center;
}
.cid-ubsb8OTfYP .mbr-text,
.cid-ubsb8OTfYP .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsb8OTfYP .content-head {
  max-width: 800px;
}
.cid-ubsb8OTfYP .mbr-section-subtitle,
.cid-ubsb8OTfYP .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsb83iPhb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsb83iPhb .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsb83iPhb img,
.cid-ubsb83iPhb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsb83iPhb .item:focus,
.cid-ubsb83iPhb span:focus {
  outline: none;
}
.cid-ubsb83iPhb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsb83iPhb .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsb83iPhb h5,
.cid-ubsb83iPhb h6 {
  margin: 0;
}
.cid-ubsb83iPhb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsb83iPhb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsb83iPhb .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsb83iPhb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsb83iPhb .item-wrapper {
    height: auto;
  }
}
.cid-ubsb83iPhb .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsb83iPhb .item-title {
  text-align: center;
}
.cid-ubsb83iPhb .item-subtitle {
  text-align: center;
}
.cid-ubsb83iPhb .mbr-text,
.cid-ubsb83iPhb .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsb83iPhb .content-head {
  max-width: 800px;
}
.cid-ubsb83iPhb .mbr-section-subtitle,
.cid-ubsb83iPhb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL1lH2CDBT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uL1lH2CDBT .title {
  padding-bottom: 2.5rem;
}
.cid-uL1lH2CDBT .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uL1lH2CDBT .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uL1lH2CDBT .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uL1lH2CDBT .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uL1lH2CDBT .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL1lH2CDBT .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uL1lH2CDBT .wrapper {
    flex-wrap: wrap;
  }
  .cid-uL1lH2CDBT .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL1lH2CDBT .wrapper .b-info {
  width: 100%;
}
.cid-uL1lFsfG9O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL1lVcBBGa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL1lVcBBGa .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1lVcBBGa .content {
    text-align: center;
  }
  .cid-uL1lVcBBGa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL1lVcBBGa .img-logo img {
  height: 6rem;
}
.cid-uL1lVcBBGa .form-group,
.cid-uL1lVcBBGa .input-group-btn {
  padding: 0;
}
.cid-uL1lVcBBGa .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL1lVcBBGa .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL1lVcBBGa .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1lVcBBGa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL1lVcBBGa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL1lVcBBGa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL1lVcBBGa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL1lVcBBGa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL1lVcBBGa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL1lVcBBGa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL1lVcBBGa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL1lVcBBGa .foot-logo {
    text-align: center !important;
  }
  .cid-uL1lVcBBGa .foot-title {
    text-align: center !important;
  }
  .cid-uL1lVcBBGa .mbr-text {
    text-align: center !important;
  }
  .cid-uL1lVcBBGa .form-group {
    margin: 0;
  }
}
.cid-uL1lVcBBGa .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2rpuseFm {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/security-company-chilliwack-bc-mt-cheam-2104m-sharp-peak-on-left.-16132353992-800x533.jpg");
}
.cid-sV2rpuseFm .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2rpuseFm .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2rpuseFm .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6dTHewXZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6dTHewXZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6dTHewXZ .section-text {
  padding: 2rem 0;
}
.cid-uL6dTHewXZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6dTHewXZ .inner-container {
    width: 100% !important;
  }
}
.cid-uL6dV5FVI0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6dV5FVI0 .card-box {
  padding: 0 2rem;
}
.cid-uL6dV5FVI0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6dV5FVI0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6dV5FVI0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6dV5FVI0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6dV5FVI0 .mbr-text {
  color: #ffffff;
}
.cid-uL6dV5FVI0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6dV5FVI0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6dV5FVI0 .card-title {
  color: #ffffff;
}
.cid-uL6dVDeXzj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6dVDeXzj .card-box {
  padding: 0 2rem;
}
.cid-uL6dVDeXzj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6dVDeXzj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6dVDeXzj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6dVDeXzj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6dVDeXzj .mbr-text {
  color: #ffffff;
}
.cid-uL6dVDeXzj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6dVDeXzj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6dVDeXzj .card-title {
  color: #ffffff;
}
.cid-ubspmPCZwu {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubspmPCZwu .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubspoBwOJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubspoBwOJx .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubspoBwOJx img,
.cid-ubspoBwOJx .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubspoBwOJx .item:focus,
.cid-ubspoBwOJx span:focus {
  outline: none;
}
.cid-ubspoBwOJx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubspoBwOJx .item {
    margin-bottom: 1rem;
  }
}
.cid-ubspoBwOJx h5,
.cid-ubspoBwOJx h6 {
  margin: 0;
}
.cid-ubspoBwOJx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubspoBwOJx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubspoBwOJx .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubspoBwOJx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubspoBwOJx .item-wrapper {
    height: auto;
  }
}
.cid-ubspoBwOJx .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubspoBwOJx .item-title {
  text-align: center;
}
.cid-ubspoBwOJx .item-subtitle {
  text-align: center;
}
.cid-ubspoBwOJx .mbr-text,
.cid-ubspoBwOJx .item .mbr-section-btn {
  text-align: center;
}
.cid-ubspoBwOJx .content-head {
  max-width: 800px;
}
.cid-ubspoBwOJx .mbr-section-subtitle,
.cid-ubspoBwOJx .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubsppqs1AN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubsppqs1AN .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubsppqs1AN img,
.cid-ubsppqs1AN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubsppqs1AN .item:focus,
.cid-ubsppqs1AN span:focus {
  outline: none;
}
.cid-ubsppqs1AN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubsppqs1AN .item {
    margin-bottom: 1rem;
  }
}
.cid-ubsppqs1AN h5,
.cid-ubsppqs1AN h6 {
  margin: 0;
}
.cid-ubsppqs1AN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubsppqs1AN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubsppqs1AN .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubsppqs1AN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubsppqs1AN .item-wrapper {
    height: auto;
  }
}
.cid-ubsppqs1AN .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubsppqs1AN .item-title {
  text-align: center;
}
.cid-ubsppqs1AN .item-subtitle {
  text-align: center;
}
.cid-ubsppqs1AN .mbr-text,
.cid-ubsppqs1AN .item .mbr-section-btn {
  text-align: center;
}
.cid-ubsppqs1AN .content-head {
  max-width: 800px;
}
.cid-ubsppqs1AN .mbr-section-subtitle,
.cid-ubsppqs1AN .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL6e1VeBKC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL6dXiI7F1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6dXiI7F1 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6dXiI7F1 .content {
    text-align: center;
  }
  .cid-uL6dXiI7F1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6dXiI7F1 .img-logo img {
  height: 6rem;
}
.cid-uL6dXiI7F1 .form-group,
.cid-uL6dXiI7F1 .input-group-btn {
  padding: 0;
}
.cid-uL6dXiI7F1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6dXiI7F1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6dXiI7F1 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6dXiI7F1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6dXiI7F1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6dXiI7F1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6dXiI7F1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6dXiI7F1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6dXiI7F1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6dXiI7F1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6dXiI7F1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6dXiI7F1 .foot-logo {
    text-align: center !important;
  }
  .cid-uL6dXiI7F1 .foot-title {
    text-align: center !important;
  }
  .cid-uL6dXiI7F1 .mbr-text {
    text-align: center !important;
  }
  .cid-uL6dXiI7F1 .form-group {
    margin: 0;
  }
}
.cid-uL6dXiI7F1 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2sr3KIuQ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banff-alberta-securitycompany-1140x530.jpg");
}
.cid-sV2sr3KIuQ .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2sr3KIuQ .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2sr3KIuQ .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6xvKz3yL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6xvKz3yL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6xvKz3yL .section-text {
  padding: 2rem 0;
}
.cid-uL6xvKz3yL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6xvKz3yL .inner-container {
    width: 100% !important;
  }
}
.cid-uL6xybLwGU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6xybLwGU .card-box {
  padding: 0 2rem;
}
.cid-uL6xybLwGU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6xybLwGU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6xybLwGU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6xybLwGU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6xybLwGU .mbr-text {
  color: #ffffff;
}
.cid-uL6xybLwGU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6xybLwGU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6xybLwGU .card-title {
  color: #ffffff;
}
.cid-uL6xyPaDt5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6xyPaDt5 .card-box {
  padding: 0 2rem;
}
.cid-uL6xyPaDt5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6xyPaDt5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6xyPaDt5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6xyPaDt5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6xyPaDt5 .mbr-text {
  color: #ffffff;
}
.cid-uL6xyPaDt5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6xyPaDt5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6xyPaDt5 .card-title {
  color: #ffffff;
}
.cid-sV2srbqZLI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV2srbqZLI .title {
  padding-bottom: 2.5rem;
}
.cid-sV2srbqZLI .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sV2srbqZLI .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-sV2srbqZLI .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-sV2srbqZLI .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-sV2srbqZLI .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sV2srbqZLI .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-sV2srbqZLI .wrapper {
    flex-wrap: wrap;
  }
  .cid-sV2srbqZLI .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV2srbqZLI .wrapper .b-info {
  width: 100%;
}
.cid-ubstqVSBwv {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubstqVSBwv .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubstt8bKCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubstt8bKCs .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubstt8bKCs img,
.cid-ubstt8bKCs .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubstt8bKCs .item:focus,
.cid-ubstt8bKCs span:focus {
  outline: none;
}
.cid-ubstt8bKCs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubstt8bKCs .item {
    margin-bottom: 1rem;
  }
}
.cid-ubstt8bKCs h5,
.cid-ubstt8bKCs h6 {
  margin: 0;
}
.cid-ubstt8bKCs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubstt8bKCs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubstt8bKCs .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubstt8bKCs .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubstt8bKCs .item-wrapper {
    height: auto;
  }
}
.cid-ubstt8bKCs .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubstt8bKCs .item-title {
  text-align: center;
}
.cid-ubstt8bKCs .item-subtitle {
  text-align: center;
}
.cid-ubstt8bKCs .mbr-text,
.cid-ubstt8bKCs .item .mbr-section-btn {
  text-align: center;
}
.cid-ubstt8bKCs .content-head {
  max-width: 800px;
}
.cid-ubstt8bKCs .mbr-section-subtitle,
.cid-ubstt8bKCs .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubstuizxQ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubstuizxQ6 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubstuizxQ6 img,
.cid-ubstuizxQ6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubstuizxQ6 .item:focus,
.cid-ubstuizxQ6 span:focus {
  outline: none;
}
.cid-ubstuizxQ6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubstuizxQ6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubstuizxQ6 h5,
.cid-ubstuizxQ6 h6 {
  margin: 0;
}
.cid-ubstuizxQ6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubstuizxQ6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubstuizxQ6 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubstuizxQ6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubstuizxQ6 .item-wrapper {
    height: auto;
  }
}
.cid-ubstuizxQ6 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubstuizxQ6 .item-title {
  text-align: center;
}
.cid-ubstuizxQ6 .item-subtitle {
  text-align: center;
}
.cid-ubstuizxQ6 .mbr-text,
.cid-ubstuizxQ6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubstuizxQ6 .content-head {
  max-width: 800px;
}
.cid-ubstuizxQ6 .mbr-section-subtitle,
.cid-ubstuizxQ6 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sV2srhkNpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #118406;
}
.cid-sV2srhkNpK .mbr-section-subtitle {
  color: #767676;
}
.cid-sV2srhkNpK H2 {
  color: #ffffff;
}
.cid-ubstnCPI02 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubstnCPI02 .card {
  align-self: stretch;
}
.cid-ubstnCPI02 .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-ubstnCPI02 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubstnCPI02 p {
  color: #767676;
  text-align: left;
}
.cid-ubstnCPI02 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubstnCPI02 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubstnCPI02 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubstnCPI02 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubstnCPI02 P {
  color: #ffffff;
}
.cid-sV2srkldXk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV2srkldXk .mbr-section-subtitle {
  color: #767676;
}
.cid-sV2srlnFxM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sV2srlnFxM .counter-container {
  color: #767676;
}
.cid-sV2srlnFxM .counter-container ol {
  margin-bottom: 0;
}
.cid-sV2srlnFxM .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uLdduTeEq0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLdduTeEq0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLdduTeEq0 .content {
    text-align: center;
  }
  .cid-uLdduTeEq0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uLdduTeEq0 .img-logo img {
  height: 6rem;
}
.cid-uLdduTeEq0 .form-group,
.cid-uLdduTeEq0 .input-group-btn {
  padding: 0;
}
.cid-uLdduTeEq0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uLdduTeEq0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uLdduTeEq0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLdduTeEq0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLdduTeEq0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uLdduTeEq0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLdduTeEq0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLdduTeEq0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLdduTeEq0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLdduTeEq0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLdduTeEq0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uLdduTeEq0 .foot-logo {
    text-align: center !important;
  }
  .cid-uLdduTeEq0 .foot-title {
    text-align: center !important;
  }
  .cid-uLdduTeEq0 .mbr-text {
    text-align: center !important;
  }
  .cid-uLdduTeEq0 .form-group {
    margin: 0;
  }
}
.cid-uLdduTeEq0 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uiNHKsEf6A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uiNHKsEf6A .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uiNHKsEf6A .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #760d03;
}
@media (max-width: 767px) {
  .cid-uiNHKsEf6A .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uiNHKsEf6A .separline {
  position: relative;
}
.cid-uiNHKsEf6A .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #760d03;
}
@media (max-width: 767px) {
  .cid-uiNHKsEf6A .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uIyMc7VcKg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIyMc7VcKg .counter-container {
  color: #767676;
}
.cid-uIyMc7VcKg .counter-container ul {
  margin-bottom: 0;
}
.cid-uIyMc7VcKg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uIyMc7VcKg .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uIt78qCNKK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt78qCNKK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt78qCNKK .content {
    text-align: center;
  }
  .cid-uIt78qCNKK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt78qCNKK .img-logo img {
  height: 6rem;
}
.cid-uIt78qCNKK .form-group,
.cid-uIt78qCNKK .input-group-btn {
  padding: 0;
}
.cid-uIt78qCNKK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt78qCNKK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt78qCNKK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt78qCNKK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt78qCNKK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt78qCNKK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt78qCNKK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt78qCNKK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt78qCNKK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt78qCNKK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt78qCNKK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt78qCNKK .foot-logo {
    text-align: center !important;
  }
  .cid-uIt78qCNKK .foot-title {
    text-align: center !important;
  }
  .cid-uIt78qCNKK .mbr-text {
    text-align: center !important;
  }
  .cid-uIt78qCNKK .form-group {
    margin: 0;
  }
}
.cid-uIt78qCNKK .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uIyNJBieA9 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uIyNJBieA9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIyNJBieA9 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uIyNJBieA9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIyNJBieA9 .inner-container {
    width: 100% !important;
  }
}
.cid-uIyNqsyn28 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uIyNqsyn28 .counter-container {
  color: #767676;
}
.cid-uIyNqsyn28 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uIyNqsyn28 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIyNqsyn28 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uIyNqsyn28 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uIyP6DG6q1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #727272;
}
.cid-uIyP6DG6q1 .counter-container {
  color: #767676;
}
.cid-uIyP6DG6q1 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uIyP6DG6q1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIyP6DG6q1 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uIyP6DG6q1 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uIyP6DG6q1 .mbr-text {
  color: #ffffff;
}
.cid-uIt8gBq7ld {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt8gBq7ld .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8gBq7ld .content {
    text-align: center;
  }
  .cid-uIt8gBq7ld .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt8gBq7ld .img-logo img {
  height: 6rem;
}
.cid-uIt8gBq7ld .form-group,
.cid-uIt8gBq7ld .input-group-btn {
  padding: 0;
}
.cid-uIt8gBq7ld .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt8gBq7ld .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt8gBq7ld .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8gBq7ld .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt8gBq7ld .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt8gBq7ld .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt8gBq7ld .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt8gBq7ld .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt8gBq7ld .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt8gBq7ld .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt8gBq7ld .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt8gBq7ld .foot-logo {
    text-align: center !important;
  }
  .cid-uIt8gBq7ld .foot-title {
    text-align: center !important;
  }
  .cid-uIt8gBq7ld .mbr-text {
    text-align: center !important;
  }
  .cid-uIt8gBq7ld .form-group {
    margin: 0;
  }
}
.cid-uIt8gBq7ld .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubfqdgkAgU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3-1900x1200.jpg");
}
.cid-uIt7tJw5Eb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt7tJw5Eb .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt7tJw5Eb .content {
    text-align: center;
  }
  .cid-uIt7tJw5Eb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt7tJw5Eb .img-logo img {
  height: 6rem;
}
.cid-uIt7tJw5Eb .form-group,
.cid-uIt7tJw5Eb .input-group-btn {
  padding: 0;
}
.cid-uIt7tJw5Eb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt7tJw5Eb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt7tJw5Eb .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt7tJw5Eb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt7tJw5Eb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt7tJw5Eb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt7tJw5Eb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt7tJw5Eb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt7tJw5Eb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt7tJw5Eb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt7tJw5Eb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt7tJw5Eb .foot-logo {
    text-align: center !important;
  }
  .cid-uIt7tJw5Eb .foot-title {
    text-align: center !important;
  }
  .cid-uIt7tJw5Eb .mbr-text {
    text-align: center !important;
  }
  .cid-uIt7tJw5Eb .form-group {
    margin: 0;
  }
}
.cid-uIt7tJw5Eb .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uLdfonmj9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLdfonmj9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdfonmj9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdfonmj9W .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLdfonmj9W .content-wrapper {
  margin: 0 -8px;
}
.cid-uLdfonmj9W .content-wrapper .card {
  padding: 0 8px;
}
.cid-uLdfonmj9W .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uLdfonmj9W .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .image-wrapper img {
    height: 300px;
  }
}
.cid-uLdfonmj9W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uLdfonmj9W .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLdfonmj9W .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uLdfonmj9W .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLdfonmj9W .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uLdfonmj9W .card-title {
  color: #2c2c26;
}
.cid-uLdfonmj9W .card-text {
  color: #63635d;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uIW370fo5V {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIW370fo5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW370fo5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW370fo5V .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uIW370fo5V .footer-col {
    flex-direction: column;
  }
}
.cid-uIW370fo5V .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIW370fo5V .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIW370fo5V .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIW370fo5V .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uIW370fo5V .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIW370fo5V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIW370fo5V .item-wrap {
  transition: all 300ms ease;
}
.cid-uIW370fo5V .item-wrap:hover,
.cid-uIW370fo5V .item-wrap:focus {
  cursor: pointer;
}
.cid-uIW370fo5V .soc-item {
  margin: 8px;
}
.cid-uIW370fo5V .soc-item a:hover .mbr-iconfont,
.cid-uIW370fo5V .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uIW370fo5V .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIW370fo5V .row {
    text-align: center;
  }
  .cid-uIW370fo5V .social-row {
    justify-content: center;
  }
}
.cid-uIW370fo5V .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uIW370fo5V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIW370fo5V .list {
    margin-bottom: 0rem;
  }
}
.cid-uIW370fo5V .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uIW370fo5V .list,
.cid-uIW370fo5V .item-wrap {
  color: #fdfde1;
}
.cid-uIW370fo5V .copyright {
  color: #fdfde1;
}
.cid-uIt8yFox30 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt8yFox30 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8yFox30 .content {
    text-align: center;
  }
  .cid-uIt8yFox30 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt8yFox30 .img-logo img {
  height: 6rem;
}
.cid-uIt8yFox30 .form-group,
.cid-uIt8yFox30 .input-group-btn {
  padding: 0;
}
.cid-uIt8yFox30 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt8yFox30 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt8yFox30 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt8yFox30 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt8yFox30 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt8yFox30 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt8yFox30 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt8yFox30 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt8yFox30 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt8yFox30 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt8yFox30 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt8yFox30 .foot-logo {
    text-align: center !important;
  }
  .cid-uIt8yFox30 .foot-title {
    text-align: center !important;
  }
  .cid-uIt8yFox30 .mbr-text {
    text-align: center !important;
  }
  .cid-uIt8yFox30 .form-group {
    margin: 0;
  }
}
.cid-uIt8yFox30 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubfMcvwEeC {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/solar-wind-security-services-1600x840.jpg");
}
.cid-ubfMcvwEeC .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ubfMcvwEeC .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ubfMcvwEeC .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOyG6XDxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOyG6XDxb .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOyG6XDxb .section-text {
  padding: 2rem 0;
}
.cid-uKOyG6XDxb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOyG6XDxb .inner-container {
    width: 100% !important;
  }
}
.cid-uKOyGURhoY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOyGURhoY .card-box {
  padding: 0 2rem;
}
.cid-uKOyGURhoY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOyGURhoY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOyGURhoY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOyGURhoY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOyGURhoY .mbr-text {
  color: #ffffff;
}
.cid-uKOyGURhoY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOyGURhoY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOyGURhoY .card-title {
  color: #ffffff;
}
.cid-uKOyHBrzIr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOyHBrzIr .card-box {
  padding: 0 2rem;
}
.cid-uKOyHBrzIr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOyHBrzIr .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOyHBrzIr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOyHBrzIr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOyHBrzIr .mbr-text {
  color: #ffffff;
}
.cid-uKOyHBrzIr .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOyHBrzIr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOyHBrzIr .card-title {
  color: #ffffff;
}
.cid-ubfMcx5Bq6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubfMcx5Bq6 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ubfMcx5Bq6 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-ubfMcx5Bq6 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-ubfMcx5Bq6 .separline {
  position: relative;
}
.cid-ubfMcx5Bq6 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ubfMcx5Bq6 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-ubfMcx5Bq6 .mbr-step-text {
  color: #232323;
}
.cid-ubfMcxBCER {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubfMcxBCER .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubfMcxBCER .section-text {
  padding: 2rem 0;
}
.cid-ubfMcxBCER .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubfMcxBCER .inner-container {
    width: 100% !important;
  }
}
.cid-ubfMcxSVGQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubfMcxSVGQ .card {
  align-self: stretch;
}
.cid-ubfMcxSVGQ .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubfMcxSVGQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubfMcxSVGQ p {
  color: #767676;
  text-align: left;
}
.cid-ubfMcxSVGQ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubfMcxSVGQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubfMcxSVGQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubfMcxSVGQ .card-title {
  text-align: center;
}
.cid-ubrTL232N1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubrTL232N1 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubrTM0nrjy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrTM0nrjy .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrTM0nrjy img,
.cid-ubrTM0nrjy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrTM0nrjy .item:focus,
.cid-ubrTM0nrjy span:focus {
  outline: none;
}
.cid-ubrTM0nrjy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrTM0nrjy .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrTM0nrjy h5,
.cid-ubrTM0nrjy h6 {
  margin: 0;
}
.cid-ubrTM0nrjy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrTM0nrjy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrTM0nrjy .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrTM0nrjy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrTM0nrjy .item-wrapper {
    height: auto;
  }
}
.cid-ubrTM0nrjy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrTM0nrjy .item-title {
  text-align: center;
}
.cid-ubrTM0nrjy .item-subtitle {
  text-align: center;
}
.cid-ubrTM0nrjy .mbr-text,
.cid-ubrTM0nrjy .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrTM0nrjy .content-head {
  max-width: 800px;
}
.cid-ubrTM0nrjy .mbr-section-subtitle,
.cid-ubrTM0nrjy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubrTMyz4DC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrTMyz4DC .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrTMyz4DC img,
.cid-ubrTMyz4DC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrTMyz4DC .item:focus,
.cid-ubrTMyz4DC span:focus {
  outline: none;
}
.cid-ubrTMyz4DC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrTMyz4DC .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrTMyz4DC h5,
.cid-ubrTMyz4DC h6 {
  margin: 0;
}
.cid-ubrTMyz4DC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrTMyz4DC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrTMyz4DC .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrTMyz4DC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrTMyz4DC .item-wrapper {
    height: auto;
  }
}
.cid-ubrTMyz4DC .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrTMyz4DC .item-title {
  text-align: center;
}
.cid-ubrTMyz4DC .item-subtitle {
  text-align: center;
}
.cid-ubrTMyz4DC .mbr-text,
.cid-ubrTMyz4DC .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrTMyz4DC .content-head {
  max-width: 800px;
}
.cid-ubrTMyz4DC .mbr-section-subtitle,
.cid-ubrTMyz4DC .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uKOyOwMX13 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOyOwMX13 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOyOwMX13 .content {
    text-align: center;
  }
  .cid-uKOyOwMX13 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOyOwMX13 .img-logo img {
  height: 6rem;
}
.cid-uKOyOwMX13 .form-group,
.cid-uKOyOwMX13 .input-group-btn {
  padding: 0;
}
.cid-uKOyOwMX13 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOyOwMX13 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOyOwMX13 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOyOwMX13 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOyOwMX13 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOyOwMX13 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOyOwMX13 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOyOwMX13 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOyOwMX13 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOyOwMX13 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOyOwMX13 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOyOwMX13 .foot-logo {
    text-align: center !important;
  }
  .cid-uKOyOwMX13 .foot-title {
    text-align: center !important;
  }
  .cid-uKOyOwMX13 .mbr-text {
    text-align: center !important;
  }
  .cid-uKOyOwMX13 .form-group {
    margin: 0;
  }
}
.cid-uKOyOwMX13 .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubfNUgLWSD {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/adobestock-1002130142.jpeg-2000x1121.jpg");
}
.cid-ubfNUgLWSD .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ubfNUgLWSD .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-ubfNUgLWSD .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOzS4y5V4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOzS4y5V4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOzS4y5V4 .section-text {
  padding: 2rem 0;
}
.cid-uKOzS4y5V4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOzS4y5V4 .inner-container {
    width: 100% !important;
  }
}
.cid-uKOzT7Bno5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOzT7Bno5 .card-box {
  padding: 0 2rem;
}
.cid-uKOzT7Bno5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOzT7Bno5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOzT7Bno5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOzT7Bno5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOzT7Bno5 .mbr-text {
  color: #ffffff;
}
.cid-uKOzT7Bno5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOzT7Bno5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOzT7Bno5 .card-title {
  color: #ffffff;
}
.cid-uKOzTVVI6Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOzTVVI6Q .card-box {
  padding: 0 2rem;
}
.cid-uKOzTVVI6Q .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOzTVVI6Q .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOzTVVI6Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOzTVVI6Q p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOzTVVI6Q .mbr-text {
  color: #ffffff;
}
.cid-uKOzTVVI6Q .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOzTVVI6Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOzTVVI6Q .card-title {
  color: #ffffff;
}
.cid-uKOAqjyI8N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOAqjyI8N .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOAqjyI8N .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uKOAqjyI8N .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOAqjyI8N .inner-container {
    width: 100% !important;
  }
}
.cid-ubfNUi0Ot5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubfNUi0Ot5 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ubfNUi0Ot5 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-ubfNUi0Ot5 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-ubfNUi0Ot5 .separline {
  position: relative;
}
.cid-ubfNUi0Ot5 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ubfNUi0Ot5 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-ubfNUi0Ot5 .mbr-step-text {
  color: #232323;
}
.cid-ubrVWI05Sc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubrVWI05Sc .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubrVYkgIKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrVYkgIKQ .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrVYkgIKQ img,
.cid-ubrVYkgIKQ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrVYkgIKQ .item:focus,
.cid-ubrVYkgIKQ span:focus {
  outline: none;
}
.cid-ubrVYkgIKQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrVYkgIKQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrVYkgIKQ h5,
.cid-ubrVYkgIKQ h6 {
  margin: 0;
}
.cid-ubrVYkgIKQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrVYkgIKQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrVYkgIKQ .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrVYkgIKQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrVYkgIKQ .item-wrapper {
    height: auto;
  }
}
.cid-ubrVYkgIKQ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrVYkgIKQ .item-title {
  text-align: center;
}
.cid-ubrVYkgIKQ .item-subtitle {
  text-align: center;
}
.cid-ubrVYkgIKQ .mbr-text,
.cid-ubrVYkgIKQ .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrVYkgIKQ .content-head {
  max-width: 800px;
}
.cid-ubrVYkgIKQ .mbr-section-subtitle,
.cid-ubrVYkgIKQ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubrVZrFADy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrVZrFADy .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrVZrFADy img,
.cid-ubrVZrFADy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrVZrFADy .item:focus,
.cid-ubrVZrFADy span:focus {
  outline: none;
}
.cid-ubrVZrFADy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrVZrFADy .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrVZrFADy h5,
.cid-ubrVZrFADy h6 {
  margin: 0;
}
.cid-ubrVZrFADy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrVZrFADy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrVZrFADy .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrVZrFADy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrVZrFADy .item-wrapper {
    height: auto;
  }
}
.cid-ubrVZrFADy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrVZrFADy .item-title {
  text-align: center;
}
.cid-ubrVZrFADy .item-subtitle {
  text-align: center;
}
.cid-ubrVZrFADy .mbr-text,
.cid-ubrVZrFADy .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrVZrFADy .content-head {
  max-width: 800px;
}
.cid-ubrVZrFADy .mbr-section-subtitle,
.cid-ubrVZrFADy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubfNUiDr9r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubfNUiDr9r .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubfNUiDr9r .section-text {
  padding: 2rem 0;
}
.cid-ubfNUiDr9r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubfNUiDr9r .inner-container {
    width: 100% !important;
  }
}
.cid-ubfNUiVTqE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubfNUiVTqE .card {
  align-self: stretch;
}
.cid-ubfNUiVTqE .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubfNUiVTqE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubfNUiVTqE p {
  color: #767676;
  text-align: left;
}
.cid-ubfNUiVTqE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubfNUiVTqE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubfNUiVTqE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubfNUiVTqE .card-title {
  text-align: center;
}
.cid-uKOzVrtRlJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOzVrtRlJ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOzVrtRlJ .content {
    text-align: center;
  }
  .cid-uKOzVrtRlJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOzVrtRlJ .img-logo img {
  height: 6rem;
}
.cid-uKOzVrtRlJ .form-group,
.cid-uKOzVrtRlJ .input-group-btn {
  padding: 0;
}
.cid-uKOzVrtRlJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOzVrtRlJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOzVrtRlJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOzVrtRlJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOzVrtRlJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOzVrtRlJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOzVrtRlJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOzVrtRlJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOzVrtRlJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOzVrtRlJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOzVrtRlJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOzVrtRlJ .foot-logo {
    text-align: center !important;
  }
  .cid-uKOzVrtRlJ .foot-title {
    text-align: center !important;
  }
  .cid-uKOzVrtRlJ .mbr-text {
    text-align: center !important;
  }
  .cid-uKOzVrtRlJ .form-group {
    margin: 0;
  }
}
.cid-uKOzVrtRlJ .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubmk7wB7xU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubmk7wB7xU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmk7wB7xU .section-text {
  padding: 2rem 0;
}
.cid-ubmk7wB7xU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmk7wB7xU .inner-container {
    width: 100% !important;
  }
}
.cid-uIVKENITdh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uIVKENITdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVKENITdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVKENITdh .card {
  justify-content: center;
}
.cid-uIVKENITdh .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uIVKENITdh .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uIVKENITdh .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uIVKENITdh .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uIVKENITdh .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uIVKENITdh .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIVKENITdh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uIVKENITdh .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uIVKENITdh .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .image-wrapper {
    padding-right: 0;
  }
}
.cid-uIVKENITdh .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uIVKENITdh .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uIVKENITdh .mbr-section-title {
  color: #ffffff;
}
.cid-uIVKENITdh .mbr-tag {
  color: #ffffff;
}
.cid-uIVKENITdh .mbr-text {
  color: #ffffff;
}
.cid-uIVOm2TdDm {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uIVOm2TdDm .btn {
  margin: 0 0 .5rem 0;
}
.cid-uIVOmY6tVe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIVOmY6tVe .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uIVOmY6tVe img,
.cid-uIVOmY6tVe .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uIVOmY6tVe .item:focus,
.cid-uIVOmY6tVe span:focus {
  outline: none;
}
.cid-uIVOmY6tVe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVOmY6tVe .item {
    margin-bottom: 1rem;
  }
}
.cid-uIVOmY6tVe h5,
.cid-uIVOmY6tVe h6 {
  margin: 0;
}
.cid-uIVOmY6tVe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uIVOmY6tVe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIVOmY6tVe .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uIVOmY6tVe .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uIVOmY6tVe .item-wrapper {
    height: auto;
  }
}
.cid-uIVOmY6tVe .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uIVOmY6tVe .item-title {
  text-align: center;
}
.cid-uIVOmY6tVe .item-subtitle {
  text-align: center;
}
.cid-uIVOmY6tVe .mbr-text,
.cid-uIVOmY6tVe .item .mbr-section-btn {
  text-align: center;
}
.cid-uIVOmY6tVe .content-head {
  max-width: 800px;
}
.cid-uIVOmY6tVe .mbr-section-subtitle,
.cid-uIVOmY6tVe .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uIVOnuTNm2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIVOnuTNm2 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uIVOnuTNm2 img,
.cid-uIVOnuTNm2 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uIVOnuTNm2 .item:focus,
.cid-uIVOnuTNm2 span:focus {
  outline: none;
}
.cid-uIVOnuTNm2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVOnuTNm2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uIVOnuTNm2 h5,
.cid-uIVOnuTNm2 h6 {
  margin: 0;
}
.cid-uIVOnuTNm2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uIVOnuTNm2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIVOnuTNm2 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uIVOnuTNm2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uIVOnuTNm2 .item-wrapper {
    height: auto;
  }
}
.cid-uIVOnuTNm2 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uIVOnuTNm2 .item-title {
  text-align: center;
}
.cid-uIVOnuTNm2 .item-subtitle {
  text-align: center;
}
.cid-uIVOnuTNm2 .mbr-text,
.cid-uIVOnuTNm2 .item .mbr-section-btn {
  text-align: center;
}
.cid-uIVOnuTNm2 .content-head {
  max-width: 800px;
}
.cid-uIVOnuTNm2 .mbr-section-subtitle,
.cid-uIVOnuTNm2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uIVOpPdjy8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uIVOpPdjy8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubmk7wNmsi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubmk7wNmsi .card {
  align-self: stretch;
}
.cid-ubmk7wNmsi .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubmk7wNmsi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmk7wNmsi p {
  color: #767676;
  text-align: left;
}
.cid-ubmk7wNmsi .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubmk7wNmsi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubmk7wNmsi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubmk7wNmsi .card-title {
  text-align: center;
}
.cid-uIt82NK7mZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt82NK7mZ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt82NK7mZ .content {
    text-align: center;
  }
  .cid-uIt82NK7mZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt82NK7mZ .img-logo img {
  height: 6rem;
}
.cid-uIt82NK7mZ .form-group,
.cid-uIt82NK7mZ .input-group-btn {
  padding: 0;
}
.cid-uIt82NK7mZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt82NK7mZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt82NK7mZ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt82NK7mZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt82NK7mZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt82NK7mZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt82NK7mZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt82NK7mZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt82NK7mZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt82NK7mZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt82NK7mZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt82NK7mZ .foot-logo {
    text-align: center !important;
  }
  .cid-uIt82NK7mZ .foot-title {
    text-align: center !important;
  }
  .cid-uIt82NK7mZ .mbr-text {
    text-align: center !important;
  }
  .cid-uIt82NK7mZ .form-group {
    margin: 0;
  }
}
.cid-uIt82NK7mZ .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubmodW4zgU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-497787618-1000x328.jpg-1000x328.jpg-1000x328.jpg");
}
.cid-uIysaieqYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIysaieqYx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIysaieqYx .section-text {
  padding: 2rem 0;
}
.cid-uIysaieqYx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIysaieqYx .inner-container {
    width: 100% !important;
  }
}
.cid-uIyrEwO7HV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIyrEwO7HV .counter-container {
  color: #767676;
}
.cid-uIyrEwO7HV .counter-container ul {
  margin-bottom: 0;
}
.cid-uIyrEwO7HV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uIyrEwO7HV .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ubmodWOkkS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubmodWOkkS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmodWOkkS .section-text {
  padding: 2rem 0;
}
.cid-ubmodWOkkS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmodWOkkS .inner-container {
    width: 100% !important;
  }
}
.cid-ubmodWXNkJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubmodWXNkJ .card {
  align-self: stretch;
}
.cid-ubmodWXNkJ .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubmodWXNkJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmodWXNkJ p {
  color: #767676;
  text-align: left;
}
.cid-ubmodWXNkJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubmodWXNkJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubmodWXNkJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubmodWXNkJ .card-title {
  text-align: center;
}
.cid-uiNCjWKQeK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiNCjWKQeK .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uiNCjWKQeK .content {
    text-align: center;
  }
  .cid-uiNCjWKQeK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uiNCjWKQeK .img-logo img {
  height: 6rem;
}
.cid-uiNCjWKQeK .form-group,
.cid-uiNCjWKQeK .input-group-btn {
  padding: 0;
}
.cid-uiNCjWKQeK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uiNCjWKQeK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uiNCjWKQeK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uiNCjWKQeK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uiNCjWKQeK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uiNCjWKQeK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uiNCjWKQeK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uiNCjWKQeK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uiNCjWKQeK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uiNCjWKQeK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uiNCjWKQeK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uiNCjWKQeK .foot-logo {
    text-align: center !important;
  }
  .cid-uiNCjWKQeK .foot-title {
    text-align: center !important;
  }
  .cid-uiNCjWKQeK .mbr-text {
    text-align: center !important;
  }
  .cid-uiNCjWKQeK .form-group {
    margin: 0;
  }
}
.cid-uiNCjWKQeK .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uIt35Rjj4Y {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/adobestock-570876060.jpeg-2000x1000.jpg");
}
.cid-uIt35Rjj4Y .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIt35Rjj4Y .panel-group {
  border: none;
}
.cid-uIt35Rjj4Y .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIt35Rjj4Y .card-header {
    padding: 0rem;
  }
}
.cid-uIt35Rjj4Y .card {
  border: solid 1px #760d03;
  background: #c1c1c1;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uIt35Rjj4Y .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uIt35Rjj4Y .card {
    padding: 1rem;
  }
}
.cid-uIt35Rjj4Y .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIt35Rjj4Y .img-col {
  padding: 0;
}
.cid-uIt35Rjj4Y .img-item {
  height: 100%;
}
.cid-uIt35Rjj4Y img {
  height: 100%;
  object-fit: cover;
}
.cid-uIt35Rjj4Y .collapsed span {
  transform: rotate(0deg);
}
.cid-uIt35Rjj4Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIt35Rjj4Y p {
  margin-bottom: 0.3rem;
}
.cid-uIt35Rjj4Y .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uIt35Rjj4Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIt35Rjj4Y .panel-text {
  color: #000000;
}
.cid-uIt35Rjj4Y .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uIt35Rjj4Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uIt35Rjj4Y .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uIt35Rjj4Y .panel-title-edit,
.cid-uIt35Rjj4Y .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uIt35Rjj4Y .mbr-section-title,
.cid-uIt35Rjj4Y .mbr-section-subtitle {
  background: #760d03;
  display: inline;
}
.cid-uIt35Rjj4Y .mbr-section-subtitle,
.cid-uIt35Rjj4Y .align {
  color: #ffffff;
}
.cid-uIt35Rjj4Y .mbr-section-title,
.cid-uIt35Rjj4Y .align {
  color: #ffffff;
}
.cid-uIt35Rjj4Y .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #760d03;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uIt35Rjj4Y .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uIt5MfqJbc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background18.jpg");
}
.cid-uIt5MfqJbc .date {
  padding: 1rem;
  color: #fff;
  background-color: #181818;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-uIt5MfqJbc .date {
    padding: 2rem;
  }
}
.cid-uIt5MfqJbc .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIt5MfqJbc .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIt5MfqJbc .card-heading {
  line-height: 1.2;
}
.cid-uIt5MfqJbc .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-uIt5MfqJbc .news-item {
  text-decoration: none;
}
.cid-uIt5MfqJbc .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-uIt5MfqJbc .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-uIt5MfqJbc .mbr-text {
  line-height: 1.72;
}
.cid-uIt5MfqJbc .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uIt5MfqJbc .news-content {
    padding: 2rem;
  }
}
.cid-uIt5On3gAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-uIt5On3gAI .date {
  padding: 1rem;
  color: #fff;
  background-color: #181818;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-uIt5On3gAI .date {
    padding: 2rem;
  }
}
.cid-uIt5On3gAI .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIt5On3gAI .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIt5On3gAI .card-heading {
  line-height: 1.2;
}
.cid-uIt5On3gAI .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-uIt5On3gAI .news-item {
  text-decoration: none;
}
.cid-uIt5On3gAI .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-uIt5On3gAI .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-uIt5On3gAI .mbr-text {
  line-height: 1.72;
}
.cid-uIt5On3gAI .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uIt5On3gAI .news-content {
    padding: 2rem;
  }
}
.cid-uIt2A6Jc40 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIt2A6Jc40 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIt2A6Jc40 .section-text {
  padding: 2rem 0;
}
.cid-uIt2A6Jc40 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIt2A6Jc40 .inner-container {
    width: 100% !important;
  }
}
.cid-ubmqtEmBfx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubmqtEmBfx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmqtEmBfx .section-text {
  padding: 2rem 0;
}
.cid-ubmqtEmBfx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmqtEmBfx .inner-container {
    width: 100% !important;
  }
}
.cid-ubmqtEv2Tq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubmqtEv2Tq .card {
  align-self: stretch;
}
.cid-ubmqtEv2Tq .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubmqtEv2Tq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmqtEv2Tq p {
  color: #767676;
  text-align: left;
}
.cid-ubmqtEv2Tq .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubmqtEv2Tq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubmqtEv2Tq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubmqtEv2Tq .card-title {
  text-align: center;
}
.cid-uIt6gTsXGd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIt6gTsXGd .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt6gTsXGd .content {
    text-align: center;
  }
  .cid-uIt6gTsXGd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIt6gTsXGd .img-logo img {
  height: 6rem;
}
.cid-uIt6gTsXGd .form-group,
.cid-uIt6gTsXGd .input-group-btn {
  padding: 0;
}
.cid-uIt6gTsXGd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIt6gTsXGd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIt6gTsXGd .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIt6gTsXGd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIt6gTsXGd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIt6gTsXGd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIt6gTsXGd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIt6gTsXGd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIt6gTsXGd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIt6gTsXGd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIt6gTsXGd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIt6gTsXGd .foot-logo {
    text-align: center !important;
  }
  .cid-uIt6gTsXGd .foot-title {
    text-align: center !important;
  }
  .cid-uIt6gTsXGd .mbr-text {
    text-align: center !important;
  }
  .cid-uIt6gTsXGd .form-group {
    margin: 0;
  }
}
.cid-uIt6gTsXGd .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubmw86y9oT {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/calgary-retail-security-solutions-3-2000x1189.png");
}
.cid-ubmw86y9oT .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ubmw86y9oT .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ubmw86y9oT .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOvf7Lrvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOvf7Lrvs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOvf7Lrvs .section-text {
  padding: 2rem 0;
}
.cid-uKOvf7Lrvs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOvf7Lrvs .inner-container {
    width: 100% !important;
  }
}
.cid-uKOvhkyHKB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOvhkyHKB .card-box {
  padding: 0 2rem;
}
.cid-uKOvhkyHKB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOvhkyHKB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOvhkyHKB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOvhkyHKB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOvhkyHKB .mbr-text {
  color: #ffffff;
}
.cid-uKOvhkyHKB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOvhkyHKB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOvhkyHKB .card-title {
  color: #ffffff;
}
.cid-uKOvhU4bcq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOvhU4bcq .card-box {
  padding: 0 2rem;
}
.cid-uKOvhU4bcq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOvhU4bcq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOvhU4bcq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOvhU4bcq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOvhU4bcq .mbr-text {
  color: #ffffff;
}
.cid-uKOvhU4bcq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOvhU4bcq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOvhU4bcq .card-title {
  color: #ffffff;
}
.cid-ubmw87P5Pw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubmw87P5Pw .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ubmw87P5Pw .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-ubmw87P5Pw .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-ubmw87P5Pw .separline {
  position: relative;
}
.cid-ubmw87P5Pw .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ubmw87P5Pw .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-ubmw87P5Pw .mbr-step-text {
  color: #232323;
}
.cid-ubmw88wbuV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubmw88wbuV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmw88wbuV .section-text {
  padding: 2rem 0;
}
.cid-ubmw88wbuV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmw88wbuV .inner-container {
    width: 100% !important;
  }
}
.cid-ubmw88LIho {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubmw88LIho .card {
  align-self: stretch;
}
.cid-ubmw88LIho .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubmw88LIho h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmw88LIho p {
  color: #767676;
  text-align: left;
}
.cid-ubmw88LIho .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubmw88LIho .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubmw88LIho .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubmw88LIho .card-title {
  text-align: center;
}
.cid-ubnjFiHFri {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubnjFiHFri .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubnTtyGA0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnTtyGA0V .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnTtyGA0V img,
.cid-ubnTtyGA0V .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnTtyGA0V .item:focus,
.cid-ubnTtyGA0V span:focus {
  outline: none;
}
.cid-ubnTtyGA0V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnTtyGA0V .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnTtyGA0V h5,
.cid-ubnTtyGA0V h6 {
  margin: 0;
}
.cid-ubnTtyGA0V .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnTtyGA0V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnTtyGA0V .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnTtyGA0V .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnTtyGA0V .item-wrapper {
    height: auto;
  }
}
.cid-ubnTtyGA0V .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnTtyGA0V .item-title {
  text-align: center;
}
.cid-ubnTtyGA0V .item-subtitle {
  text-align: center;
}
.cid-ubnTtyGA0V .mbr-text,
.cid-ubnTtyGA0V .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnTtyGA0V .content-head {
  max-width: 800px;
}
.cid-ubnTtyGA0V .mbr-section-subtitle,
.cid-ubnTtyGA0V .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubnTubqQ3q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubnTubqQ3q .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubnTubqQ3q img,
.cid-ubnTubqQ3q .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubnTubqQ3q .item:focus,
.cid-ubnTubqQ3q span:focus {
  outline: none;
}
.cid-ubnTubqQ3q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubnTubqQ3q .item {
    margin-bottom: 1rem;
  }
}
.cid-ubnTubqQ3q h5,
.cid-ubnTubqQ3q h6 {
  margin: 0;
}
.cid-ubnTubqQ3q .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubnTubqQ3q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubnTubqQ3q .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubnTubqQ3q .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubnTubqQ3q .item-wrapper {
    height: auto;
  }
}
.cid-ubnTubqQ3q .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubnTubqQ3q .item-title {
  text-align: center;
}
.cid-ubnTubqQ3q .item-subtitle {
  text-align: center;
}
.cid-ubnTubqQ3q .mbr-text,
.cid-ubnTubqQ3q .item .mbr-section-btn {
  text-align: center;
}
.cid-ubnTubqQ3q .content-head {
  max-width: 800px;
}
.cid-ubnTubqQ3q .mbr-section-subtitle,
.cid-ubnTubqQ3q .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubmw89b1wj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubmw89b1wj .mbr-section-subtitle {
  color: #767676;
}
.cid-ubmw89sm7Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubmw89sm7Z .counter-container {
  color: #767676;
}
.cid-ubmw89sm7Z .counter-container ol {
  margin-bottom: 0;
}
.cid-ubmw89sm7Z .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKOvpEcAwg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOvpEcAwg .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOvpEcAwg .content {
    text-align: center;
  }
  .cid-uKOvpEcAwg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOvpEcAwg .img-logo img {
  height: 6rem;
}
.cid-uKOvpEcAwg .form-group,
.cid-uKOvpEcAwg .input-group-btn {
  padding: 0;
}
.cid-uKOvpEcAwg .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOvpEcAwg .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOvpEcAwg .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOvpEcAwg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOvpEcAwg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOvpEcAwg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOvpEcAwg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOvpEcAwg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOvpEcAwg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOvpEcAwg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOvpEcAwg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOvpEcAwg .foot-logo {
    text-align: center !important;
  }
  .cid-uKOvpEcAwg .foot-title {
    text-align: center !important;
  }
  .cid-uKOvpEcAwg .mbr-text {
    text-align: center !important;
  }
  .cid-uKOvpEcAwg .form-group {
    margin: 0;
  }
}
.cid-uKOvpEcAwg .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-s8sZKE0dbM {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/warehouse-security-services-company-850x450.jpg");
}
.cid-s8sZKE0dbM .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s8sZKE0dbM .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-s8sZKE0dbM .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOAMFqmPl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOAMFqmPl .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOAMFqmPl .section-text {
  padding: 2rem 0;
}
.cid-uKOAMFqmPl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOAMFqmPl .inner-container {
    width: 100% !important;
  }
}
.cid-uKOAOv4YGH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOAOv4YGH .card-box {
  padding: 0 2rem;
}
.cid-uKOAOv4YGH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOAOv4YGH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOAOv4YGH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOAOv4YGH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOAOv4YGH .mbr-text {
  color: #ffffff;
}
.cid-uKOAOv4YGH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOAOv4YGH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOAOv4YGH .card-title {
  color: #ffffff;
}
.cid-uKOAPhkauP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOAPhkauP .card-box {
  padding: 0 2rem;
}
.cid-uKOAPhkauP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOAPhkauP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOAPhkauP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOAPhkauP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOAPhkauP .mbr-text {
  color: #ffffff;
}
.cid-uKOAPhkauP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOAPhkauP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOAPhkauP .card-title {
  color: #ffffff;
}
.cid-ubrWH7jUwj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubrWH7jUwj .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubrWH7jUwj .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ubrWH7jUwj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubrWH7jUwj .inner-container {
    width: 100% !important;
  }
}
.cid-scP83sxXT0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scP83sxXT0 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scP83sxXT0 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-scP83sxXT0 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-scP83sxXT0 .separline {
  position: relative;
}
.cid-scP83sxXT0 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-scP83sxXT0 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-scP83sxXT0 .mbr-step-text {
  color: #232323;
}
.cid-ubrX5AoQ9T {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubrX5AoQ9T .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubrX7sMLFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrX7sMLFt .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrX7sMLFt img,
.cid-ubrX7sMLFt .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrX7sMLFt .item:focus,
.cid-ubrX7sMLFt span:focus {
  outline: none;
}
.cid-ubrX7sMLFt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrX7sMLFt .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrX7sMLFt h5,
.cid-ubrX7sMLFt h6 {
  margin: 0;
}
.cid-ubrX7sMLFt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrX7sMLFt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrX7sMLFt .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrX7sMLFt .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrX7sMLFt .item-wrapper {
    height: auto;
  }
}
.cid-ubrX7sMLFt .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrX7sMLFt .item-title {
  text-align: center;
}
.cid-ubrX7sMLFt .item-subtitle {
  text-align: center;
}
.cid-ubrX7sMLFt .mbr-text,
.cid-ubrX7sMLFt .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrX7sMLFt .content-head {
  max-width: 800px;
}
.cid-ubrX7sMLFt .mbr-section-subtitle,
.cid-ubrX7sMLFt .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubrX8ifD6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrX8ifD6B .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrX8ifD6B img,
.cid-ubrX8ifD6B .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrX8ifD6B .item:focus,
.cid-ubrX8ifD6B span:focus {
  outline: none;
}
.cid-ubrX8ifD6B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrX8ifD6B .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrX8ifD6B h5,
.cid-ubrX8ifD6B h6 {
  margin: 0;
}
.cid-ubrX8ifD6B .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrX8ifD6B .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrX8ifD6B .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrX8ifD6B .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrX8ifD6B .item-wrapper {
    height: auto;
  }
}
.cid-ubrX8ifD6B .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrX8ifD6B .item-title {
  text-align: center;
}
.cid-ubrX8ifD6B .item-subtitle {
  text-align: center;
}
.cid-ubrX8ifD6B .mbr-text,
.cid-ubrX8ifD6B .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrX8ifD6B .content-head {
  max-width: 800px;
}
.cid-ubrX8ifD6B .mbr-section-subtitle,
.cid-ubrX8ifD6B .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-scP8szvz1V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-scP8szvz1V .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scP8szvz1V .section-text {
  padding: 2rem 0;
}
.cid-scP8szvz1V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scP8szvz1V .inner-container {
    width: 100% !important;
  }
}
.cid-sz1qJ33xfG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sz1qJ33xfG .card {
  align-self: stretch;
}
.cid-sz1qJ33xfG .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sz1qJ33xfG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sz1qJ33xfG p {
  color: #767676;
  text-align: left;
}
.cid-sz1qJ33xfG .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sz1qJ33xfG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sz1qJ33xfG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sz1qJ33xfG .card-title {
  text-align: center;
}
.cid-uKOAW2bNJW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOAW2bNJW .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOAW2bNJW .content {
    text-align: center;
  }
  .cid-uKOAW2bNJW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOAW2bNJW .img-logo img {
  height: 6rem;
}
.cid-uKOAW2bNJW .form-group,
.cid-uKOAW2bNJW .input-group-btn {
  padding: 0;
}
.cid-uKOAW2bNJW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOAW2bNJW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOAW2bNJW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOAW2bNJW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOAW2bNJW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOAW2bNJW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOAW2bNJW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOAW2bNJW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOAW2bNJW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOAW2bNJW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOAW2bNJW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOAW2bNJW .foot-logo {
    text-align: center !important;
  }
  .cid-uKOAW2bNJW .foot-title {
    text-align: center !important;
  }
  .cid-uKOAW2bNJW .mbr-text {
    text-align: center !important;
  }
  .cid-uKOAW2bNJW .form-group {
    margin: 0;
  }
}
.cid-uKOAW2bNJW .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-ubmyzW9UHS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/storage-security-solutions-1138x814.png");
}
.cid-ubmyzW9UHS .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ubmyzW9UHS .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-ubmyzW9UHS .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uKOBa1hjKk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uKOBa1hjKk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKOBa1hjKk .section-text {
  padding: 2rem 0;
}
.cid-uKOBa1hjKk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKOBa1hjKk .inner-container {
    width: 100% !important;
  }
}
.cid-uKOBbhNqR4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uKOBbhNqR4 .card-box {
  padding: 0 2rem;
}
.cid-uKOBbhNqR4 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOBbhNqR4 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOBbhNqR4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOBbhNqR4 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOBbhNqR4 .mbr-text {
  color: #ffffff;
}
.cid-uKOBbhNqR4 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOBbhNqR4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOBbhNqR4 .card-title {
  color: #ffffff;
}
.cid-uKOBcacTY0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uKOBcacTY0 .card-box {
  padding: 0 2rem;
}
.cid-uKOBcacTY0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uKOBcacTY0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uKOBcacTY0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uKOBcacTY0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uKOBcacTY0 .mbr-text {
  color: #ffffff;
}
.cid-uKOBcacTY0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKOBcacTY0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uKOBcacTY0 .card-title {
  color: #ffffff;
}
.cid-ubrYYBW7D2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ubrYYBW7D2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubrYYBW7D2 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-ubrYYBW7D2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubrYYBW7D2 .inner-container {
    width: 100% !important;
  }
}
.cid-ubmyzXetex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubmyzXetex .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ubmyzXetex .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-ubmyzXetex .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-ubmyzXetex .separline {
  position: relative;
}
.cid-ubmyzXetex .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ubmyzXetex .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-ubmyzXetex .mbr-step-text {
  color: #232323;
}
.cid-ubrZ7sTXfe {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubrZ7sTXfe .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubrZ8AO3NW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrZ8AO3NW .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrZ8AO3NW img,
.cid-ubrZ8AO3NW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrZ8AO3NW .item:focus,
.cid-ubrZ8AO3NW span:focus {
  outline: none;
}
.cid-ubrZ8AO3NW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrZ8AO3NW .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrZ8AO3NW h5,
.cid-ubrZ8AO3NW h6 {
  margin: 0;
}
.cid-ubrZ8AO3NW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrZ8AO3NW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrZ8AO3NW .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrZ8AO3NW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrZ8AO3NW .item-wrapper {
    height: auto;
  }
}
.cid-ubrZ8AO3NW .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrZ8AO3NW .item-title {
  text-align: center;
}
.cid-ubrZ8AO3NW .item-subtitle {
  text-align: center;
}
.cid-ubrZ8AO3NW .mbr-text,
.cid-ubrZ8AO3NW .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrZ8AO3NW .content-head {
  max-width: 800px;
}
.cid-ubrZ8AO3NW .mbr-section-subtitle,
.cid-ubrZ8AO3NW .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubrZ9lr3p6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubrZ9lr3p6 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubrZ9lr3p6 img,
.cid-ubrZ9lr3p6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubrZ9lr3p6 .item:focus,
.cid-ubrZ9lr3p6 span:focus {
  outline: none;
}
.cid-ubrZ9lr3p6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubrZ9lr3p6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubrZ9lr3p6 h5,
.cid-ubrZ9lr3p6 h6 {
  margin: 0;
}
.cid-ubrZ9lr3p6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubrZ9lr3p6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubrZ9lr3p6 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubrZ9lr3p6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubrZ9lr3p6 .item-wrapper {
    height: auto;
  }
}
.cid-ubrZ9lr3p6 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubrZ9lr3p6 .item-title {
  text-align: center;
}
.cid-ubrZ9lr3p6 .item-subtitle {
  text-align: center;
}
.cid-ubrZ9lr3p6 .mbr-text,
.cid-ubrZ9lr3p6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubrZ9lr3p6 .content-head {
  max-width: 800px;
}
.cid-ubrZ9lr3p6 .mbr-section-subtitle,
.cid-ubrZ9lr3p6 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubmyzYdhIL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-ubmyzYdhIL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubmyzYdhIL .section-text {
  padding: 2rem 0;
}
.cid-ubmyzYdhIL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubmyzYdhIL .inner-container {
    width: 100% !important;
  }
}
.cid-ubmyzYwTpE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ubmyzYwTpE .card {
  align-self: stretch;
}
.cid-ubmyzYwTpE .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ubmyzYwTpE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmyzYwTpE p {
  color: #767676;
  text-align: left;
}
.cid-ubmyzYwTpE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubmyzYwTpE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubmyzYwTpE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ubmyzYwTpE .card-title {
  text-align: center;
}
.cid-uKOBmObNcx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKOBmObNcx .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOBmObNcx .content {
    text-align: center;
  }
  .cid-uKOBmObNcx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uKOBmObNcx .img-logo img {
  height: 6rem;
}
.cid-uKOBmObNcx .form-group,
.cid-uKOBmObNcx .input-group-btn {
  padding: 0;
}
.cid-uKOBmObNcx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uKOBmObNcx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uKOBmObNcx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uKOBmObNcx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKOBmObNcx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uKOBmObNcx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKOBmObNcx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uKOBmObNcx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKOBmObNcx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKOBmObNcx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKOBmObNcx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uKOBmObNcx .foot-logo {
    text-align: center !important;
  }
  .cid-uKOBmObNcx .foot-title {
    text-align: center !important;
  }
  .cid-uKOBmObNcx .mbr-text {
    text-align: center !important;
  }
  .cid-uKOBmObNcx .form-group {
    margin: 0;
  }
}
.cid-uKOBmObNcx .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sUZwwwVYz2 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/burnaby-securitycompany-800x454.jpg");
}
.cid-sUZwwwVYz2 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sUZwwwVYz2 .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sUZwwwVYz2 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL2Yp6B1Zn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL2Yp6B1Zn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL2Yp6B1Zn .section-text {
  padding: 2rem 0;
}
.cid-uL2Yp6B1Zn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL2Yp6B1Zn .inner-container {
    width: 100% !important;
  }
}
.cid-uL2YqCEgWL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL2YqCEgWL .card-box {
  padding: 0 2rem;
}
.cid-uL2YqCEgWL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL2YqCEgWL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL2YqCEgWL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL2YqCEgWL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL2YqCEgWL .mbr-text {
  color: #ffffff;
}
.cid-uL2YqCEgWL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL2YqCEgWL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL2YqCEgWL .card-title {
  color: #ffffff;
}
.cid-uL2Ys6qiIN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL2Ys6qiIN .card-box {
  padding: 0 2rem;
}
.cid-uL2Ys6qiIN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL2Ys6qiIN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL2Ys6qiIN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL2Ys6qiIN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL2Ys6qiIN .mbr-text {
  color: #ffffff;
}
.cid-uL2Ys6qiIN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL2Ys6qiIN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL2Ys6qiIN .card-title {
  color: #ffffff;
}
.cid-ubskvwi2ng {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubskvwi2ng .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubskwIEGq0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubskwIEGq0 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubskwIEGq0 img,
.cid-ubskwIEGq0 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubskwIEGq0 .item:focus,
.cid-ubskwIEGq0 span:focus {
  outline: none;
}
.cid-ubskwIEGq0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubskwIEGq0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubskwIEGq0 h5,
.cid-ubskwIEGq0 h6 {
  margin: 0;
}
.cid-ubskwIEGq0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubskwIEGq0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubskwIEGq0 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubskwIEGq0 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubskwIEGq0 .item-wrapper {
    height: auto;
  }
}
.cid-ubskwIEGq0 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubskwIEGq0 .item-title {
  text-align: center;
}
.cid-ubskwIEGq0 .item-subtitle {
  text-align: center;
}
.cid-ubskwIEGq0 .mbr-text,
.cid-ubskwIEGq0 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubskwIEGq0 .content-head {
  max-width: 800px;
}
.cid-ubskwIEGq0 .mbr-section-subtitle,
.cid-ubskwIEGq0 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubskxi9EO1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubskxi9EO1 .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubskxi9EO1 img,
.cid-ubskxi9EO1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubskxi9EO1 .item:focus,
.cid-ubskxi9EO1 span:focus {
  outline: none;
}
.cid-ubskxi9EO1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubskxi9EO1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubskxi9EO1 h5,
.cid-ubskxi9EO1 h6 {
  margin: 0;
}
.cid-ubskxi9EO1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubskxi9EO1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubskxi9EO1 .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubskxi9EO1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubskxi9EO1 .item-wrapper {
    height: auto;
  }
}
.cid-ubskxi9EO1 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubskxi9EO1 .item-title {
  text-align: center;
}
.cid-ubskxi9EO1 .item-subtitle {
  text-align: center;
}
.cid-ubskxi9EO1 .mbr-text,
.cid-ubskxi9EO1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ubskxi9EO1 .content-head {
  max-width: 800px;
}
.cid-ubskxi9EO1 .mbr-section-subtitle,
.cid-ubskxi9EO1 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL30U4oi9t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL30SayTOI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL30SayTOI .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL30SayTOI .content {
    text-align: center;
  }
  .cid-uL30SayTOI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL30SayTOI .img-logo img {
  height: 6rem;
}
.cid-uL30SayTOI .form-group,
.cid-uL30SayTOI .input-group-btn {
  padding: 0;
}
.cid-uL30SayTOI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL30SayTOI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL30SayTOI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL30SayTOI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL30SayTOI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL30SayTOI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL30SayTOI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL30SayTOI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL30SayTOI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL30SayTOI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL30SayTOI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL30SayTOI .foot-logo {
    text-align: center !important;
  }
  .cid-uL30SayTOI .foot-title {
    text-align: center !important;
  }
  .cid-uL30SayTOI .mbr-text {
    text-align: center !important;
  }
  .cid-uL30SayTOI .form-group {
    margin: 0;
  }
}
.cid-uL30SayTOI .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-shx0t7zFsl {
  background-image: url("../../../assets/images/fortmcmurray-security-company-1066x533.jpg");
}
.cid-shx0t7zFsl .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-shx0t7zFsl .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-shx0t7zFsl .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL6H26MMud {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL6H26MMud .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6H26MMud .section-text {
  padding: 2rem 0;
}
.cid-uL6H26MMud .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL6H26MMud .inner-container {
    width: 100% !important;
  }
}
.cid-uL6H2K3tqK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL6H2K3tqK .card-box {
  padding: 0 2rem;
}
.cid-uL6H2K3tqK .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6H2K3tqK .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6H2K3tqK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6H2K3tqK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6H2K3tqK .mbr-text {
  color: #ffffff;
}
.cid-uL6H2K3tqK .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6H2K3tqK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6H2K3tqK .card-title {
  color: #ffffff;
}
.cid-uL6H3jDo0B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL6H3jDo0B .card-box {
  padding: 0 2rem;
}
.cid-uL6H3jDo0B .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL6H3jDo0B .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL6H3jDo0B h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL6H3jDo0B p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL6H3jDo0B .mbr-text {
  color: #ffffff;
}
.cid-uL6H3jDo0B .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL6H3jDo0B .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL6H3jDo0B .card-title {
  color: #ffffff;
}
.cid-uL6H50AkMx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-sMpTaOwm4G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sMpTaOwm4G .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMpTaOwm4G .section-text {
  padding: 2rem 0;
}
.cid-sMpTaOwm4G .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sMpTaOwm4G .inner-container {
    width: 100% !important;
  }
}
.cid-sMpTbvpxLV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sMpTbvpxLV .card {
  align-self: stretch;
}
.cid-sMpTbvpxLV .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sMpTbvpxLV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sMpTbvpxLV p {
  color: #767676;
  text-align: left;
}
.cid-sMpTbvpxLV .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sMpTbvpxLV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sMpTbvpxLV .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sMpTbvpxLV .card-title {
  text-align: center;
}
.cid-sMpTbvpxLV P {
  text-align: center;
}
.cid-ubu8Gj60bc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubu8Gj60bc .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubu8IroxER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu8IroxER .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu8IroxER img,
.cid-ubu8IroxER .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu8IroxER .item:focus,
.cid-ubu8IroxER span:focus {
  outline: none;
}
.cid-ubu8IroxER .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu8IroxER .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu8IroxER h5,
.cid-ubu8IroxER h6 {
  margin: 0;
}
.cid-ubu8IroxER .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu8IroxER .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu8IroxER .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu8IroxER .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu8IroxER .item-wrapper {
    height: auto;
  }
}
.cid-ubu8IroxER .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu8IroxER .item-title {
  text-align: center;
}
.cid-ubu8IroxER .item-subtitle {
  text-align: center;
}
.cid-ubu8IroxER .mbr-text,
.cid-ubu8IroxER .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu8IroxER .content-head {
  max-width: 800px;
}
.cid-ubu8IroxER .mbr-section-subtitle,
.cid-ubu8IroxER .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubu8K59xJV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubu8K59xJV .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubu8K59xJV img,
.cid-ubu8K59xJV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubu8K59xJV .item:focus,
.cid-ubu8K59xJV span:focus {
  outline: none;
}
.cid-ubu8K59xJV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubu8K59xJV .item {
    margin-bottom: 1rem;
  }
}
.cid-ubu8K59xJV h5,
.cid-ubu8K59xJV h6 {
  margin: 0;
}
.cid-ubu8K59xJV .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubu8K59xJV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubu8K59xJV .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubu8K59xJV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubu8K59xJV .item-wrapper {
    height: auto;
  }
}
.cid-ubu8K59xJV .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubu8K59xJV .item-title {
  text-align: center;
}
.cid-ubu8K59xJV .item-subtitle {
  text-align: center;
}
.cid-ubu8K59xJV .mbr-text,
.cid-ubu8K59xJV .item .mbr-section-btn {
  text-align: center;
}
.cid-ubu8K59xJV .content-head {
  max-width: 800px;
}
.cid-ubu8K59xJV .mbr-section-subtitle,
.cid-ubu8K59xJV .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sMpT74QNl7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMpT74QNl7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sMpT7OTNW7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMpT7OTNW7 .counter-container {
  color: #767676;
}
.cid-sMpT7OTNW7 .counter-container ol {
  margin-bottom: 0;
}
.cid-sMpT7OTNW7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uL6H7siBpE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL6H7siBpE .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6H7siBpE .content {
    text-align: center;
  }
  .cid-uL6H7siBpE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL6H7siBpE .img-logo img {
  height: 6rem;
}
.cid-uL6H7siBpE .form-group,
.cid-uL6H7siBpE .input-group-btn {
  padding: 0;
}
.cid-uL6H7siBpE .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL6H7siBpE .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL6H7siBpE .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL6H7siBpE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL6H7siBpE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL6H7siBpE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL6H7siBpE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL6H7siBpE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL6H7siBpE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL6H7siBpE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL6H7siBpE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL6H7siBpE .foot-logo {
    text-align: center !important;
  }
  .cid-uL6H7siBpE .foot-title {
    text-align: center !important;
  }
  .cid-uL6H7siBpE .mbr-text {
    text-align: center !important;
  }
  .cid-uL6H7siBpE .form-group {
    margin: 0;
  }
}
.cid-uL6H7siBpE .mbr-links-column {
  text-align: left;
}
.cid-uuYxjdTI0e .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uuYxjdTI0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uuYxjdTI0e a {
  font-style: normal;
}
.cid-uuYxjdTI0e .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uuYxjdTI0e .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uuYxjdTI0e .nav-item:focus,
.cid-uuYxjdTI0e .nav-link:focus {
  outline: none;
}
.cid-uuYxjdTI0e .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uuYxjdTI0e .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uuYxjdTI0e .menu-logo {
  margin-right: auto;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uuYxjdTI0e .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uuYxjdTI0e .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uuYxjdTI0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uuYxjdTI0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuYxjdTI0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uuYxjdTI0e .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uuYxjdTI0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uuYxjdTI0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuYxjdTI0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uuYxjdTI0e .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uuYxjdTI0e .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uuYxjdTI0e .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uuYxjdTI0e .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uuYxjdTI0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uuYxjdTI0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uuYxjdTI0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uuYxjdTI0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uuYxjdTI0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uuYxjdTI0e button.navbar-toggler:focus {
  outline: none;
}
.cid-uuYxjdTI0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uuYxjdTI0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuYxjdTI0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuYxjdTI0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuYxjdTI0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuYxjdTI0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuYxjdTI0e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuYxjdTI0e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuYxjdTI0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuYxjdTI0e .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uuYxjdTI0e .collapsed .btn {
  display: -webkit-flex;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse.collapsing,
.cid-uuYxjdTI0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uuYxjdTI0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uuYxjdTI0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uuYxjdTI0e .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uuYxjdTI0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uuYxjdTI0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uuYxjdTI0e .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uuYxjdTI0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-uuYxjdTI0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uuYxjdTI0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uuYxjdTI0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uuYxjdTI0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uuYxjdTI0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uuYxjdTI0e .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uuYxjdTI0e.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uuYxjdTI0e img {
    height: 3.8rem !important;
  }
  .cid-uuYxjdTI0e .btn {
    display: -webkit-flex;
  }
  .cid-uuYxjdTI0e button.navbar-toggler {
    display: block;
  }
  .cid-uuYxjdTI0e .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uuYxjdTI0e .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uuYxjdTI0e .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uuYxjdTI0e .navbar-collapse.collapsing,
  .cid-uuYxjdTI0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-uuYxjdTI0e .navbar-collapse.collapsing .navbar-nav,
  .cid-uuYxjdTI0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uuYxjdTI0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uuYxjdTI0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uuYxjdTI0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-uuYxjdTI0e .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uuYxjdTI0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uuYxjdTI0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uuYxjdTI0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uuYxjdTI0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uuYxjdTI0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uuYxjdTI0e .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uuYxjdTI0e .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uuYxjdTI0e .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uuYxjdTI0e .nav-link:hover,
.cid-uuYxjdTI0e .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uuYxjfaHGp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #128405;
}
.cid-uuYxjfaHGp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuYxjfaHGp .section-text {
  padding: 2rem 0;
}
.cid-uuYxjfaHGp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uuYxjfaHGp .inner-container {
    width: 100% !important;
  }
}
.cid-uIysuLNgKK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uIysuLNgKK .mbr-section-subtitle {
  color: #efefef;
}
.cid-uIysuLNgKK H2 {
  color: #ffffff;
}
.cid-uIytPbENzv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIytPbENzv .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uIytPbENzv .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uIytPbENzv .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIytPbENzv .mbr-section-title {
  text-align: center;
}
.cid-uIytPbENzv .mbr-section-subtitle {
  text-align: center;
}
.cid-uuYxjfmbhD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uuYxjfmbhD .card {
  align-self: stretch;
}
.cid-uuYxjfmbhD .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uuYxjfmbhD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uuYxjfmbhD p {
  color: #767676;
  text-align: left;
}
.cid-uuYxjfmbhD .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uuYxjfmbhD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uuYxjfmbhD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uuYxjfmbhD .card-title {
  text-align: center;
}
.cid-uIyvDyxFBV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIyvDyxFBV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIyvDyxFBV .content {
    text-align: center;
  }
  .cid-uIyvDyxFBV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIyvDyxFBV .img-logo img {
  height: 6rem;
}
.cid-uIyvDyxFBV .form-group,
.cid-uIyvDyxFBV .input-group-btn {
  padding: 0;
}
.cid-uIyvDyxFBV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIyvDyxFBV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIyvDyxFBV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIyvDyxFBV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIyvDyxFBV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIyvDyxFBV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIyvDyxFBV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIyvDyxFBV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIyvDyxFBV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIyvDyxFBV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIyvDyxFBV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIyvDyxFBV .foot-logo {
    text-align: center !important;
  }
  .cid-uIyvDyxFBV .foot-title {
    text-align: center !important;
  }
  .cid-uIyvDyxFBV .mbr-text {
    text-align: center !important;
  }
  .cid-uIyvDyxFBV .form-group {
    margin: 0;
  }
}
.cid-uIyvDyxFBV .mbr-links-column {
  text-align: left;
}
.cid-uIyPxkDodo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uIyPxkDodo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uIyPxkDodo a {
  font-style: normal;
}
.cid-uIyPxkDodo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIyPxkDodo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIyPxkDodo .nav-item:focus,
.cid-uIyPxkDodo .nav-link:focus {
  outline: none;
}
.cid-uIyPxkDodo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIyPxkDodo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIyPxkDodo .menu-logo {
  margin-right: auto;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIyPxkDodo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIyPxkDodo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIyPxkDodo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIyPxkDodo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIyPxkDodo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIyPxkDodo .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uIyPxkDodo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uIyPxkDodo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyPxkDodo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIyPxkDodo .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uIyPxkDodo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uIyPxkDodo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIyPxkDodo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIyPxkDodo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIyPxkDodo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIyPxkDodo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIyPxkDodo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIyPxkDodo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIyPxkDodo button.navbar-toggler:focus {
  outline: none;
}
.cid-uIyPxkDodo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uIyPxkDodo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIyPxkDodo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIyPxkDodo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIyPxkDodo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIyPxkDodo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIyPxkDodo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIyPxkDodo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIyPxkDodo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIyPxkDodo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIyPxkDodo .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse.collapsing,
.cid-uIyPxkDodo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIyPxkDodo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIyPxkDodo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIyPxkDodo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIyPxkDodo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIyPxkDodo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uIyPxkDodo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uIyPxkDodo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIyPxkDodo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIyPxkDodo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIyPxkDodo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uIyPxkDodo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIyPxkDodo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIyPxkDodo .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uIyPxkDodo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIyPxkDodo img {
    height: 3.8rem !important;
  }
  .cid-uIyPxkDodo .btn {
    display: -webkit-flex;
  }
  .cid-uIyPxkDodo button.navbar-toggler {
    display: block;
  }
  .cid-uIyPxkDodo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIyPxkDodo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIyPxkDodo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIyPxkDodo .navbar-collapse.collapsing,
  .cid-uIyPxkDodo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIyPxkDodo .navbar-collapse.collapsing .navbar-nav,
  .cid-uIyPxkDodo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIyPxkDodo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIyPxkDodo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIyPxkDodo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIyPxkDodo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIyPxkDodo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIyPxkDodo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIyPxkDodo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uIyPxkDodo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIyPxkDodo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIyPxkDodo .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uIyPxkDodo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIyPxkDodo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIyPxkDodo .nav-link:hover,
.cid-uIyPxkDodo .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uIVQdepK2I {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/adobestock-129209926.jpeg-2000x1955.jpg");
}
.cid-uIVQdepK2I .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uIVQdepK2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVQdepK2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVQdepK2I .mbr-section-title,
.cid-uIVQdepK2I .icon-wrap {
  color: #232323;
}
.cid-uIVQdepK2I .mbr-text,
.cid-uIVQdepK2I .mbr-section-btn {
  color: #232323;
}
.cid-uIyPxlsGaz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uIyPxlsGaz .counter-container {
  color: #767676;
}
.cid-uIyPxlsGaz .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uIyPxlsGaz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIyPxlsGaz .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uIyPxlsGaz .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uIyPxlKDI1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uIyPxlKDI1 .counter-container {
  color: #767676;
}
.cid-uIyPxlKDI1 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uIyPxlKDI1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIyPxlKDI1 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uIyPxlKDI1 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uIyPxlKDI1 .mbr-text {
  color: #ffffff;
}
.cid-uIyPxm4HyU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIyPxm4HyU .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIyPxm4HyU .content {
    text-align: center;
  }
  .cid-uIyPxm4HyU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIyPxm4HyU .img-logo img {
  height: 6rem;
}
.cid-uIyPxm4HyU .form-group,
.cid-uIyPxm4HyU .input-group-btn {
  padding: 0;
}
.cid-uIyPxm4HyU .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIyPxm4HyU .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIyPxm4HyU .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIyPxm4HyU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIyPxm4HyU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIyPxm4HyU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIyPxm4HyU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIyPxm4HyU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIyPxm4HyU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIyPxm4HyU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIyPxm4HyU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIyPxm4HyU .foot-logo {
    text-align: center !important;
  }
  .cid-uIyPxm4HyU .foot-title {
    text-align: center !important;
  }
  .cid-uIyPxm4HyU .mbr-text {
    text-align: center !important;
  }
  .cid-uIyPxm4HyU .form-group {
    margin: 0;
  }
}
.cid-uIyPxm4HyU .mbr-links-column {
  text-align: left;
}
.cid-uIVSopbZbJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uIVSopbZbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uIVSopbZbJ a {
  font-style: normal;
}
.cid-uIVSopbZbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIVSopbZbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIVSopbZbJ .nav-item:focus,
.cid-uIVSopbZbJ .nav-link:focus {
  outline: none;
}
.cid-uIVSopbZbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIVSopbZbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIVSopbZbJ .menu-logo {
  margin-right: auto;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIVSopbZbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIVSopbZbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIVSopbZbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIVSopbZbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIVSopbZbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIVSopbZbJ .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uIVSopbZbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uIVSopbZbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIVSopbZbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIVSopbZbJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uIVSopbZbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uIVSopbZbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIVSopbZbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIVSopbZbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIVSopbZbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIVSopbZbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIVSopbZbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIVSopbZbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIVSopbZbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uIVSopbZbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uIVSopbZbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIVSopbZbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIVSopbZbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIVSopbZbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIVSopbZbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIVSopbZbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIVSopbZbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIVSopbZbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIVSopbZbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIVSopbZbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse.collapsing,
.cid-uIVSopbZbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIVSopbZbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIVSopbZbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIVSopbZbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIVSopbZbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIVSopbZbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uIVSopbZbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uIVSopbZbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIVSopbZbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIVSopbZbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIVSopbZbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uIVSopbZbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIVSopbZbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIVSopbZbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uIVSopbZbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIVSopbZbJ img {
    height: 3.8rem !important;
  }
  .cid-uIVSopbZbJ .btn {
    display: -webkit-flex;
  }
  .cid-uIVSopbZbJ button.navbar-toggler {
    display: block;
  }
  .cid-uIVSopbZbJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIVSopbZbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIVSopbZbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIVSopbZbJ .navbar-collapse.collapsing,
  .cid-uIVSopbZbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIVSopbZbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uIVSopbZbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIVSopbZbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIVSopbZbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIVSopbZbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIVSopbZbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIVSopbZbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIVSopbZbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIVSopbZbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uIVSopbZbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIVSopbZbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIVSopbZbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uIVSopbZbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIVSopbZbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIVSopbZbJ .nav-link:hover,
.cid-uIVSopbZbJ .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uIVSoqBG7q {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uIVSoqBG7q .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIVSoqBG7q .section-text {
  padding: 2rem 0;
}
.cid-uIVSoqBG7q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIVSoqBG7q .inner-container {
    width: 100% !important;
  }
}
.cid-uIVSor0JMG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIVSor0JMG .card-box {
  padding: 0 2rem;
}
.cid-uIVSor0JMG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uIVSor0JMG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uIVSor0JMG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uIVSor0JMG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uIVSor0JMG .mbr-text {
  color: #ffffff;
}
.cid-uIVSor0JMG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIVSor0JMG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uIVSor0JMG .card-title {
  color: #ffffff;
}
.cid-uIVSorD8NI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIVSorD8NI .card-box {
  padding: 0 2rem;
}
.cid-uIVSorD8NI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uIVSorD8NI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uIVSorD8NI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uIVSorD8NI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uIVSorD8NI .mbr-text {
  color: #ffffff;
}
.cid-uIVSorD8NI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIVSorD8NI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uIVSorD8NI .card-title {
  color: #ffffff;
}
.cid-uIVSosKcBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIVSosKcBQ .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uIVSosKcBQ img,
.cid-uIVSosKcBQ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uIVSosKcBQ .item:focus,
.cid-uIVSosKcBQ span:focus {
  outline: none;
}
.cid-uIVSosKcBQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVSosKcBQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uIVSosKcBQ h5,
.cid-uIVSosKcBQ h6 {
  margin: 0;
}
.cid-uIVSosKcBQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uIVSosKcBQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIVSosKcBQ .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uIVSosKcBQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uIVSosKcBQ .item-wrapper {
    height: auto;
  }
}
.cid-uIVSosKcBQ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uIVSosKcBQ .item-title {
  text-align: center;
}
.cid-uIVSosKcBQ .item-subtitle {
  text-align: center;
}
.cid-uIVSosKcBQ .mbr-text,
.cid-uIVSosKcBQ .item .mbr-section-btn {
  text-align: center;
}
.cid-uIVSosKcBQ .content-head {
  max-width: 800px;
}
.cid-uIVSosKcBQ .mbr-section-subtitle,
.cid-uIVSosKcBQ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uIVSotqX7i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIVSotqX7i .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uIVSotqX7i img,
.cid-uIVSotqX7i .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uIVSotqX7i .item:focus,
.cid-uIVSotqX7i span:focus {
  outline: none;
}
.cid-uIVSotqX7i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIVSotqX7i .item {
    margin-bottom: 1rem;
  }
}
.cid-uIVSotqX7i h5,
.cid-uIVSotqX7i h6 {
  margin: 0;
}
.cid-uIVSotqX7i .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uIVSotqX7i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIVSotqX7i .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uIVSotqX7i .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uIVSotqX7i .item-wrapper {
    height: auto;
  }
}
.cid-uIVSotqX7i .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uIVSotqX7i .item-title {
  text-align: right;
}
.cid-uIVSotqX7i .item-subtitle {
  text-align: center;
}
.cid-uIVSotqX7i .mbr-text,
.cid-uIVSotqX7i .item .mbr-section-btn {
  text-align: center;
}
.cid-uIVSotqX7i .content-head {
  max-width: 800px;
}
.cid-uIVSotqX7i .mbr-section-subtitle,
.cid-uIVSotqX7i .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uIVSou1YEU {
  background-color: #073b4c;
  overflow: hidden;
  position: relative;
}
.cid-uIVSou1YEU img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIVSou1YEU img {
    display: none;
  }
}
.cid-uIVSou1YEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVSou1YEU .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-uIVSou1YEU .container {
    padding: 0 22px;
  }
}
.cid-uIVSou1YEU .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-uIVSou1YEU .row .card,
.cid-uIVSou1YEU .row .item {
  padding: 0 6px;
}
.cid-uIVSou1YEU .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIVSou1YEU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIVSou1YEU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uIVSou1YEU .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIVSou1YEU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uIVSou1YEU .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #760d03;
}
.cid-uIVSou1YEU .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uIVSou1YEU .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uIVSou1YEU .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uIVSou1YEU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIVSou1YEU .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uIVSou1YEU .mbr-section-title {
  color: #ffffff;
}
.cid-uIVSou1YEU .mbr-desc {
  color: #000000;
}
.cid-uIVSou1YEU .card-title {
  color: #000000;
}
.cid-uIVSou1YEU .card-text {
  color: #ffffff;
}
.cid-uIVSou1YEU .mbr-desc,
.cid-uIVSou1YEU .mbr-section-btn {
  color: #ffffff;
}
.cid-uIVSouLcEl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIVSouLcEl .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uIVSouLcEl .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-uIVSouLcEl .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-uIVSouLcEl .separline {
  position: relative;
}
.cid-uIVSouLcEl .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uIVSouLcEl .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-uIVSouLcEl .mbr-step-text {
  color: #232323;
}
.cid-uIVSovBjFW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uIVSovBjFW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIVSovBjFW .section-text {
  padding: 2rem 0;
}
.cid-uIVSovBjFW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIVSovBjFW .inner-container {
    width: 100% !important;
  }
}
.cid-uIVSow2EsK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIVSow2EsK .card {
  align-self: stretch;
}
.cid-uIVSow2EsK .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-uIVSow2EsK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIVSow2EsK p {
  color: #767676;
  text-align: left;
}
.cid-uIVSow2EsK .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIVSow2EsK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uIVSow2EsK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uIVSow2EsK .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIVSow2EsK P {
  color: #ffffff;
}
.cid-uIVSowD9n0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIVSowD9n0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uIVSox672D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIVSox672D .counter-container {
  color: #767676;
}
.cid-uIVSox672D .counter-container ol {
  margin-bottom: 0;
}
.cid-uIVSox672D .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uIVSoxy84C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uIVSoxy84C .title {
  margin-bottom: 2rem;
}
.cid-uIVSoxy84C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIVSoxy84C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uIVSoxy84C a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uIVSoxy84C textarea.form-control {
  min-height: 188px;
}
.cid-uIVSoxy84C H2 {
  color: #ffffff;
}
.cid-uIVSoymZJV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIVSoymZJV .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIVSoymZJV .content {
    text-align: center;
  }
  .cid-uIVSoymZJV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIVSoymZJV .img-logo img {
  height: 6rem;
}
.cid-uIVSoymZJV .form-group,
.cid-uIVSoymZJV .input-group-btn {
  padding: 0;
}
.cid-uIVSoymZJV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uIVSoymZJV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uIVSoymZJV .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIVSoymZJV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIVSoymZJV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIVSoymZJV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIVSoymZJV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIVSoymZJV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIVSoymZJV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIVSoymZJV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIVSoymZJV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uIVSoymZJV .foot-logo {
    text-align: center !important;
  }
  .cid-uIVSoymZJV .foot-title {
    text-align: center !important;
  }
  .cid-uIVSoymZJV .mbr-text {
    text-align: center !important;
  }
  .cid-uIVSoymZJV .form-group {
    margin: 0;
  }
}
.cid-uIVSoymZJV .mbr-links-column {
  text-align: left;
}
.cid-ubnk0Rqble .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubnk0Rqble .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubnk0Rqble a {
  font-style: normal;
}
.cid-ubnk0Rqble .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubnk0Rqble .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ubnk0Rqble .nav-item:focus,
.cid-ubnk0Rqble .nav-link:focus {
  outline: none;
}
.cid-ubnk0Rqble .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubnk0Rqble .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubnk0Rqble .menu-logo {
  margin-right: auto;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubnk0Rqble .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubnk0Rqble .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubnk0Rqble .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubnk0Rqble .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubnk0Rqble .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubnk0Rqble button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubnk0Rqble button.navbar-toggler:focus {
  outline: none;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubnk0Rqble button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubnk0Rqble nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubnk0Rqble .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubnk0Rqble .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubnk0Rqble .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubnk0Rqble .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ubnk0Rqble .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubnk0Rqble .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubnk0Rqble .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ubnk0Rqble .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubnk0Rqble .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubnk0Rqble .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ubnk0Rqble.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble img {
    height: 3.8rem !important;
  }
  .cid-ubnk0Rqble .btn {
    display: -webkit-flex;
  }
  .cid-ubnk0Rqble button.navbar-toggler {
    display: block;
  }
  .cid-ubnk0Rqble .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubnk0Rqble .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubnk0Rqble .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing,
  .cid-ubnk0Rqble .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubnk0Rqble .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubnk0Rqble .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ubnk0Rqble .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubnk0Rqble .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubnk0Rqble .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ubnk0Rqble .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubnk0Rqble .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubnk0Rqble .nav-link:hover,
.cid-ubnk0Rqble .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-sV2nNme70J {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/niagra-securityservices-company-800x532.jpg");
}
.cid-sV2nNme70J .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sV2nNme70J .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sV2nNme70J .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uL1iSNkEqm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uL1iSNkEqm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL1iSNkEqm .section-text {
  padding: 2rem 0;
}
.cid-uL1iSNkEqm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL1iSNkEqm .inner-container {
    width: 100% !important;
  }
}
.cid-uL1iTEkuXj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uL1iTEkuXj .card-box {
  padding: 0 2rem;
}
.cid-uL1iTEkuXj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1iTEkuXj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1iTEkuXj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1iTEkuXj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1iTEkuXj .mbr-text {
  color: #ffffff;
}
.cid-uL1iTEkuXj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1iTEkuXj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1iTEkuXj .card-title {
  color: #ffffff;
}
.cid-uL1iVkpueI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uL1iVkpueI .card-box {
  padding: 0 2rem;
}
.cid-uL1iVkpueI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uL1iVkpueI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uL1iVkpueI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uL1iVkpueI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uL1iVkpueI .mbr-text {
  color: #ffffff;
}
.cid-uL1iVkpueI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uL1iVkpueI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uL1iVkpueI .card-title {
  color: #ffffff;
}
.cid-ubs9eW1Fng {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-ubs9eW1Fng .btn {
  margin: 0 0 .5rem 0;
}
.cid-ubs9gaoV8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs9gaoV8v .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs9gaoV8v img,
.cid-ubs9gaoV8v .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs9gaoV8v .item:focus,
.cid-ubs9gaoV8v span:focus {
  outline: none;
}
.cid-ubs9gaoV8v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs9gaoV8v .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs9gaoV8v h5,
.cid-ubs9gaoV8v h6 {
  margin: 0;
}
.cid-ubs9gaoV8v .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs9gaoV8v .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs9gaoV8v .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs9gaoV8v .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs9gaoV8v .item-wrapper {
    height: auto;
  }
}
.cid-ubs9gaoV8v .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs9gaoV8v .item-title {
  text-align: center;
}
.cid-ubs9gaoV8v .item-subtitle {
  text-align: center;
}
.cid-ubs9gaoV8v .mbr-text,
.cid-ubs9gaoV8v .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs9gaoV8v .content-head {
  max-width: 800px;
}
.cid-ubs9gaoV8v .mbr-section-subtitle,
.cid-ubs9gaoV8v .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ubs9gMzswS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubs9gMzswS .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-ubs9gMzswS img,
.cid-ubs9gMzswS .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-ubs9gMzswS .item:focus,
.cid-ubs9gMzswS span:focus {
  outline: none;
}
.cid-ubs9gMzswS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubs9gMzswS .item {
    margin-bottom: 1rem;
  }
}
.cid-ubs9gMzswS h5,
.cid-ubs9gMzswS h6 {
  margin: 0;
}
.cid-ubs9gMzswS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ubs9gMzswS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubs9gMzswS .item-wrapper:hover {
  border-color: #760d03;
}
.cid-ubs9gMzswS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ubs9gMzswS .item-wrapper {
    height: auto;
  }
}
.cid-ubs9gMzswS .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ubs9gMzswS .item-title {
  text-align: center;
}
.cid-ubs9gMzswS .item-subtitle {
  text-align: center;
}
.cid-ubs9gMzswS .mbr-text,
.cid-ubs9gMzswS .item .mbr-section-btn {
  text-align: center;
}
.cid-ubs9gMzswS .content-head {
  max-width: 800px;
}
.cid-ubs9gMzswS .mbr-section-subtitle,
.cid-ubs9gMzswS .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uL1iZiYuyD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/careers-ssgsecurity-calgary.jpg-1366x768.jpg");
}
.cid-uL1iX6J79O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL1iX6J79O .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1iX6J79O .content {
    text-align: center;
  }
  .cid-uL1iX6J79O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uL1iX6J79O .img-logo img {
  height: 6rem;
}
.cid-uL1iX6J79O .form-group,
.cid-uL1iX6J79O .input-group-btn {
  padding: 0;
}
.cid-uL1iX6J79O .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uL1iX6J79O .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uL1iX6J79O .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uL1iX6J79O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uL1iX6J79O .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uL1iX6J79O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uL1iX6J79O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uL1iX6J79O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL1iX6J79O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL1iX6J79O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL1iX6J79O .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uL1iX6J79O .foot-logo {
    text-align: center !important;
  }
  .cid-uL1iX6J79O .foot-title {
    text-align: center !important;
  }
  .cid-uL1iX6J79O .mbr-text {
    text-align: center !important;
  }
  .cid-uL1iX6J79O .form-group {
    margin: 0;
  }
}
.cid-uL1iX6J79O .mbr-links-column {
  text-align: left;
}
.cid-uLdcKshnhL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uLdcKshnhL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLdcKshnhL a {
  font-style: normal;
}
.cid-uLdcKshnhL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uLdcKshnhL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uLdcKshnhL .nav-item:focus,
.cid-uLdcKshnhL .nav-link:focus {
  outline: none;
}
.cid-uLdcKshnhL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLdcKshnhL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uLdcKshnhL .menu-logo {
  margin-right: auto;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLdcKshnhL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uLdcKshnhL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uLdcKshnhL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLdcKshnhL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLdcKshnhL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLdcKshnhL .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uLdcKshnhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uLdcKshnhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdcKshnhL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLdcKshnhL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uLdcKshnhL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uLdcKshnhL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uLdcKshnhL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uLdcKshnhL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLdcKshnhL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLdcKshnhL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLdcKshnhL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLdcKshnhL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uLdcKshnhL button.navbar-toggler:focus {
  outline: none;
}
.cid-uLdcKshnhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLdcKshnhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLdcKshnhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLdcKshnhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLdcKshnhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLdcKshnhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLdcKshnhL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLdcKshnhL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLdcKshnhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLdcKshnhL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLdcKshnhL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse.collapsing,
.cid-uLdcKshnhL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLdcKshnhL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLdcKshnhL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLdcKshnhL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uLdcKshnhL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLdcKshnhL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uLdcKshnhL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uLdcKshnhL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLdcKshnhL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uLdcKshnhL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uLdcKshnhL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uLdcKshnhL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLdcKshnhL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLdcKshnhL .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uLdcKshnhL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLdcKshnhL img {
    height: 3.8rem !important;
  }
  .cid-uLdcKshnhL .btn {
    display: -webkit-flex;
  }
  .cid-uLdcKshnhL button.navbar-toggler {
    display: block;
  }
  .cid-uLdcKshnhL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uLdcKshnhL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uLdcKshnhL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLdcKshnhL .navbar-collapse.collapsing,
  .cid-uLdcKshnhL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLdcKshnhL .navbar-collapse.collapsing .navbar-nav,
  .cid-uLdcKshnhL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLdcKshnhL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLdcKshnhL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLdcKshnhL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLdcKshnhL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uLdcKshnhL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLdcKshnhL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLdcKshnhL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uLdcKshnhL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLdcKshnhL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLdcKshnhL .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uLdcKshnhL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uLdcKshnhL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uLdcKshnhL .nav-link:hover,
.cid-uLdcKshnhL .dropdown-item:hover {
  color: #7f1933 !important;
}
.cid-uLdcKsW3CE {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banff-alberta-securitycompany-1140x530.jpg");
}
.cid-uLdcKsW3CE .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uLdcKsW3CE .media-container-column {
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uLdcKsW3CE .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uLdcKtjFpx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uLdcKtjFpx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLdcKtjFpx .section-text {
  padding: 2rem 0;
}
.cid-uLdcKtjFpx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uLdcKtjFpx .inner-container {
    width: 100% !important;
  }
}
.cid-uLdcKtAxqH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uLdcKtAxqH .card-box {
  padding: 0 2rem;
}
.cid-uLdcKtAxqH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uLdcKtAxqH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uLdcKtAxqH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLdcKtAxqH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uLdcKtAxqH .mbr-text {
  color: #ffffff;
}
.cid-uLdcKtAxqH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLdcKtAxqH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uLdcKtAxqH .card-title {
  color: #ffffff;
}
.cid-uLdcKub9Ie {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uLdcKub9Ie .card-box {
  padding: 0 2rem;
}
.cid-uLdcKub9Ie .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uLdcKub9Ie .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uLdcKub9Ie h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLdcKub9Ie p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uLdcKub9Ie .mbr-text {
  color: #ffffff;
}
.cid-uLdcKub9Ie .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #232323;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLdcKub9Ie .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uLdcKub9Ie .card-title {
  color: #ffffff;
}
.cid-uLdcKuVdOF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLdcKuVdOF .title {
  padding-bottom: 2.5rem;
}
.cid-uLdcKuVdOF .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-uLdcKuVdOF .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  .cid-uLdcKuVdOF .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-uLdcKuVdOF .iconfont-wrapper .mbr-iconfont {
  font-size: 72px;
}
.cid-uLdcKuVdOF .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdcKuVdOF .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uLdcKuVdOF .wrapper {
    flex-wrap: wrap;
  }
  .cid-uLdcKuVdOF .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdcKuVdOF .wrapper .b-info {
  width: 100%;
}
.cid-uLdcKvFwp6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-uLdcKvFwp6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uLdcKw6B2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdcKw6B2h .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uLdcKw6B2h img,
.cid-uLdcKw6B2h .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uLdcKw6B2h .item:focus,
.cid-uLdcKw6B2h span:focus {
  outline: none;
}
.cid-uLdcKw6B2h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdcKw6B2h .item {
    margin-bottom: 1rem;
  }
}
.cid-uLdcKw6B2h h5,
.cid-uLdcKw6B2h h6 {
  margin: 0;
}
.cid-uLdcKw6B2h .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uLdcKw6B2h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLdcKw6B2h .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uLdcKw6B2h .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uLdcKw6B2h .item-wrapper {
    height: auto;
  }
}
.cid-uLdcKw6B2h .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uLdcKw6B2h .item-title {
  text-align: center;
}
.cid-uLdcKw6B2h .item-subtitle {
  text-align: center;
}
.cid-uLdcKw6B2h .mbr-text,
.cid-uLdcKw6B2h .item .mbr-section-btn {
  text-align: center;
}
.cid-uLdcKw6B2h .content-head {
  max-width: 800px;
}
.cid-uLdcKw6B2h .mbr-section-subtitle,
.cid-uLdcKw6B2h .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uLdcKwQz6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLdcKwQz6x .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uLdcKwQz6x img,
.cid-uLdcKwQz6x .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uLdcKwQz6x .item:focus,
.cid-uLdcKwQz6x span:focus {
  outline: none;
}
.cid-uLdcKwQz6x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdcKwQz6x .item {
    margin-bottom: 1rem;
  }
}
.cid-uLdcKwQz6x h5,
.cid-uLdcKwQz6x h6 {
  margin: 0;
}
.cid-uLdcKwQz6x .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uLdcKwQz6x .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLdcKwQz6x .item-wrapper:hover {
  border-color: #760d03;
}
.cid-uLdcKwQz6x .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uLdcKwQz6x .item-wrapper {
    height: auto;
  }
}
.cid-uLdcKwQz6x .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uLdcKwQz6x .item-title {
  text-align: center;
}
.cid-uLdcKwQz6x .item-subtitle {
  text-align: center;
}
.cid-uLdcKwQz6x .mbr-text,
.cid-uLdcKwQz6x .item .mbr-section-btn {
  text-align: center;
}
.cid-uLdcKwQz6x .content-head {
  max-width: 800px;
}
.cid-uLdcKwQz6x .mbr-section-subtitle,
.cid-uLdcKwQz6x .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uLdcKxyVVi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #118406;
}
.cid-uLdcKxyVVi .mbr-section-subtitle {
  color: #767676;
}
.cid-uLdcKxyVVi H2 {
  color: #ffffff;
}
.cid-uLdcKxYJmJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLdcKxYJmJ .card {
  align-self: stretch;
}
.cid-uLdcKxYJmJ .card-box {
  height: 100%;
  background-color: #232323;
  padding: 2rem;
}
.cid-uLdcKxYJmJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uLdcKxYJmJ p {
  color: #767676;
  text-align: left;
}
.cid-uLdcKxYJmJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLdcKxYJmJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uLdcKxYJmJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uLdcKxYJmJ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLdcKxYJmJ P {
  color: #ffffff;
}
.cid-uLdcKyEZCC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLdcKyEZCC .mbr-section-subtitle {
  color: #767676;
}
.cid-uLdcKz8hfZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uLdcKz8hfZ .counter-container {
  color: #767676;
}
.cid-uLdcKz8hfZ .counter-container ol {
  margin-bottom: 0;
}
.cid-uLdcKz8hfZ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uLddnVixz9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLddnVixz9 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLddnVixz9 .content {
    text-align: center;
  }
  .cid-uLddnVixz9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uLddnVixz9 .img-logo img {
  height: 6rem;
}
.cid-uLddnVixz9 .form-group,
.cid-uLddnVixz9 .input-group-btn {
  padding: 0;
}
.cid-uLddnVixz9 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uLddnVixz9 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uLddnVixz9 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLddnVixz9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLddnVixz9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uLddnVixz9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLddnVixz9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLddnVixz9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLddnVixz9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLddnVixz9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLddnVixz9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uLddnVixz9 .foot-logo {
    text-align: center !important;
  }
  .cid-uLddnVixz9 .foot-title {
    text-align: center !important;
  }
  .cid-uLddnVixz9 .mbr-text {
    text-align: center !important;
  }
  .cid-uLddnVixz9 .form-group {
    margin: 0;
  }
}
.cid-uLddnVixz9 .mbr-links-column {
  text-align: left;
}
