body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sCgTKew2u7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCgTKew2u7 nav.navbar {
  position: fixed;
}
.cid-sCgTKew2u7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCgTKew2u7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCgTKew2u7 .dropdown-item:hover,
.cid-sCgTKew2u7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCgTKew2u7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCgTKew2u7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCgTKew2u7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCgTKew2u7 .nav-link {
  position: relative;
}
.cid-sCgTKew2u7 .container {
  display: flex;
  margin: auto;
}
.cid-sCgTKew2u7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCgTKew2u7 .dropdown-menu,
.cid-sCgTKew2u7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCgTKew2u7 .nav-item:focus,
.cid-sCgTKew2u7 .nav-link:focus {
  outline: none;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCgTKew2u7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCgTKew2u7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCgTKew2u7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCgTKew2u7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCgTKew2u7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCgTKew2u7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCgTKew2u7 .navbar.collapsed {
  justify-content: center;
}
.cid-sCgTKew2u7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCgTKew2u7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCgTKew2u7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCgTKew2u7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCgTKew2u7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCgTKew2u7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCgTKew2u7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCgTKew2u7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCgTKew2u7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCgTKew2u7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCgTKew2u7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCgTKew2u7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCgTKew2u7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCgTKew2u7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCgTKew2u7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCgTKew2u7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCgTKew2u7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCgTKew2u7 .dropdown-item.active,
.cid-sCgTKew2u7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCgTKew2u7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCgTKew2u7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCgTKew2u7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCgTKew2u7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCgTKew2u7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCgTKew2u7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCgTKew2u7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCgTKew2u7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCgTKew2u7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCgTKew2u7 .navbar {
    height: 70px;
  }
  .cid-sCgTKew2u7 .navbar.opened {
    height: auto;
  }
  .cid-sCgTKew2u7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCgTES0QtW {
  background-image: url("../../../assets/images/rss-safety-supplies-ppe-manufacturer-manufacturing-contact-us-nairobi-kenya-east-africa-1200x795.jpg");
}
.cid-sCgTES0QtW .mbr-section-title {
  color: #ffe885;
  text-align: center;
}
.cid-sCgTES0QtW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sCgTES0QtW .mbr-text,
.cid-sCgTES0QtW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sFWSij6Pfr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFWSij6Pfr .card-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFWSij6Pfr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFWSij6Pfr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFWSij6Pfr .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFWSij6Pfr .mbr-text,
.cid-sFWSij6Pfr .mbr-section-btn {
  color: #ffffff;
}
.cid-sFWSij6Pfr .card-title,
.cid-sFWSij6Pfr .card-box {
  text-align: center;
  color: #fb1212;
}
.cid-sFSaUoZ2BK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFSaUoZ2BK img,
.cid-sFSaUoZ2BK .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFSaUoZ2BK .item:focus,
.cid-sFSaUoZ2BK span:focus {
  outline: none;
}
.cid-sFSaUoZ2BK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFSaUoZ2BK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFSaUoZ2BK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFSaUoZ2BK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFSaUoZ2BK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFSaUoZ2BK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFSaUoZ2BK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFSaUoZ2BK .mbr-section-title {
  color: #fb1212;
  text-align: center;
}
.cid-sFSaUoZ2BK .mbr-text,
.cid-sFSaUoZ2BK .mbr-section-btn {
  text-align: left;
}
.cid-sFSaUoZ2BK .item-title {
  text-align: left;
}
.cid-sFSaUoZ2BK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCh0XmeJ5w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCh0XmeJ5w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCh0XmeJ5w form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCh0XmeJ5w form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCh0XmeJ5w form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCh0TokYgM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .content {
    text-align: center;
  }
  .cid-sCh0TokYgM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCh0TokYgM .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCh0TokYgM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCh0TokYgM .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCh0TokYgM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCh0TokYgM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCh0TokYgM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCh0TokYgM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCh0TokYgM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCh0TokYgM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCh0TokYgM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCh0TokYgM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCh0TokYgM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCh0TokYgM .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCh0TokYgM .mbr-text {
  color: #e43f3f;
}
.cid-sCgTKew2u7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCgTKew2u7 nav.navbar {
  position: fixed;
}
.cid-sCgTKew2u7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCgTKew2u7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCgTKew2u7 .dropdown-item:hover,
.cid-sCgTKew2u7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCgTKew2u7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCgTKew2u7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCgTKew2u7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCgTKew2u7 .nav-link {
  position: relative;
}
.cid-sCgTKew2u7 .container {
  display: flex;
  margin: auto;
}
.cid-sCgTKew2u7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCgTKew2u7 .dropdown-menu,
.cid-sCgTKew2u7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCgTKew2u7 .nav-item:focus,
.cid-sCgTKew2u7 .nav-link:focus {
  outline: none;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCgTKew2u7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCgTKew2u7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCgTKew2u7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCgTKew2u7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCgTKew2u7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCgTKew2u7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCgTKew2u7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCgTKew2u7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCgTKew2u7 .navbar.collapsed {
  justify-content: center;
}
.cid-sCgTKew2u7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCgTKew2u7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCgTKew2u7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCgTKew2u7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCgTKew2u7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCgTKew2u7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCgTKew2u7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCgTKew2u7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCgTKew2u7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCgTKew2u7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCgTKew2u7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCgTKew2u7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCgTKew2u7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCgTKew2u7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCgTKew2u7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCgTKew2u7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCgTKew2u7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCgTKew2u7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCgTKew2u7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCgTKew2u7 .dropdown-item.active,
.cid-sCgTKew2u7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCgTKew2u7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCgTKew2u7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCgTKew2u7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCgTKew2u7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCgTKew2u7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCgTKew2u7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCgTKew2u7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCgTKew2u7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCgTKew2u7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCgTKew2u7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCgTKew2u7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCgTKew2u7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCgTKew2u7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCgTKew2u7 .navbar {
    height: 70px;
  }
  .cid-sCgTKew2u7 .navbar.opened {
    height: auto;
  }
  .cid-sCgTKew2u7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCi18nKUF8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/riera-safety-supplies-head-face-protection-face-shield-helmet-all-safety-ppe-supplies-nairobi-kenya-east-africa-2.jpg");
}
.cid-sCi18nKUF8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCi18nKUF8 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCi18nKUF8 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCi18nKUF8 .mbr-section-title {
  color: #ffffff;
}
.cid-sCi18nKUF8 .mbr-text,
.cid-sCi18nKUF8 .mbr-section-btn,
.cid-sCi18nKUF8 .social-row {
  color: #e43f3f;
}
.cid-sCi4UzVn1Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCi4UzVn1Y img,
.cid-sCi4UzVn1Y .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCi4UzVn1Y .item:focus,
.cid-sCi4UzVn1Y span:focus {
  outline: none;
}
.cid-sCi4UzVn1Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCi4UzVn1Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCi4UzVn1Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCi4UzVn1Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCi4UzVn1Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCi4UzVn1Y .mbr-section-title {
  color: #232323;
}
.cid-sCi4UzVn1Y .mbr-text,
.cid-sCi4UzVn1Y .mbr-section-btn {
  text-align: left;
}
.cid-sCi4UzVn1Y .item-title {
  text-align: left;
}
.cid-sCi4UzVn1Y .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCicr4VOyr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCicr4VOyr img,
.cid-sCicr4VOyr .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCicr4VOyr .item:focus,
.cid-sCicr4VOyr span:focus {
  outline: none;
}
.cid-sCicr4VOyr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCicr4VOyr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCicr4VOyr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCicr4VOyr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCicr4VOyr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCicr4VOyr .mbr-section-title {
  color: #232323;
}
.cid-sCicr4VOyr .mbr-text,
.cid-sCicr4VOyr .mbr-section-btn {
  text-align: left;
}
.cid-sCicr4VOyr .item-title {
  text-align: left;
}
.cid-sCicr4VOyr .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCmz61d0z6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCmz61d0z6 img,
.cid-sCmz61d0z6 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCmz61d0z6 .item:focus,
.cid-sCmz61d0z6 span:focus {
  outline: none;
}
.cid-sCmz61d0z6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCmz61d0z6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCmz61d0z6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCmz61d0z6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCmz61d0z6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCmz61d0z6 .mbr-section-title {
  color: #232323;
}
.cid-sCmz61d0z6 .mbr-text,
.cid-sCmz61d0z6 .mbr-section-btn {
  text-align: left;
}
.cid-sCmz61d0z6 .item-title {
  text-align: left;
}
.cid-sCmz61d0z6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCmMrYtJAf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCmMrYtJAf img,
.cid-sCmMrYtJAf .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCmMrYtJAf .item:focus,
.cid-sCmMrYtJAf span:focus {
  outline: none;
}
.cid-sCmMrYtJAf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCmMrYtJAf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCmMrYtJAf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCmMrYtJAf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCmMrYtJAf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCmMrYtJAf .mbr-section-title {
  color: #232323;
}
.cid-sCmMrYtJAf .mbr-text,
.cid-sCmMrYtJAf .mbr-section-btn {
  text-align: left;
}
.cid-sCmMrYtJAf .item-title {
  text-align: left;
}
.cid-sCmMrYtJAf .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCh0TokYgM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .content {
    text-align: center;
  }
  .cid-sCh0TokYgM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCh0TokYgM .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCh0TokYgM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCh0TokYgM .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCh0TokYgM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCh0TokYgM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCh0TokYgM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCh0TokYgM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCh0TokYgM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCh0TokYgM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCh0TokYgM .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCh0TokYgM .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCh0TokYgM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCh0TokYgM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCh0TokYgM .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCh0TokYgM .mbr-text {
  color: #e43f3f;
}
.cid-sCmSoWhgYs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCmSoWhgYs nav.navbar {
  position: fixed;
}
.cid-sCmSoWhgYs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCmSoWhgYs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCmSoWhgYs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCmSoWhgYs .dropdown-item:hover,
.cid-sCmSoWhgYs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCmSoWhgYs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCmSoWhgYs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCmSoWhgYs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCmSoWhgYs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCmSoWhgYs .nav-link {
  position: relative;
}
.cid-sCmSoWhgYs .container {
  display: flex;
  margin: auto;
}
.cid-sCmSoWhgYs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCmSoWhgYs .dropdown-menu,
.cid-sCmSoWhgYs .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCmSoWhgYs .nav-item:focus,
.cid-sCmSoWhgYs .nav-link:focus {
  outline: none;
}
.cid-sCmSoWhgYs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCmSoWhgYs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCmSoWhgYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCmSoWhgYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCmSoWhgYs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCmSoWhgYs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCmSoWhgYs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCmSoWhgYs .navbar.opened {
  transition: all 0.3s;
}
.cid-sCmSoWhgYs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCmSoWhgYs .navbar .navbar-logo img {
  width: auto;
}
.cid-sCmSoWhgYs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCmSoWhgYs .navbar.collapsed {
  justify-content: center;
}
.cid-sCmSoWhgYs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCmSoWhgYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCmSoWhgYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCmSoWhgYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCmSoWhgYs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCmSoWhgYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCmSoWhgYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCmSoWhgYs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCmSoWhgYs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCmSoWhgYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCmSoWhgYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCmSoWhgYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCmSoWhgYs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCmSoWhgYs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCmSoWhgYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCmSoWhgYs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCmSoWhgYs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCmSoWhgYs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCmSoWhgYs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCmSoWhgYs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCmSoWhgYs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCmSoWhgYs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCmSoWhgYs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCmSoWhgYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCmSoWhgYs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCmSoWhgYs .dropdown-item.active,
.cid-sCmSoWhgYs .dropdown-item:active {
  background-color: transparent;
}
.cid-sCmSoWhgYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCmSoWhgYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCmSoWhgYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCmSoWhgYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCmSoWhgYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCmSoWhgYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCmSoWhgYs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCmSoWhgYs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCmSoWhgYs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCmSoWhgYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCmSoWhgYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCmSoWhgYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCmSoWhgYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCmSoWhgYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCmSoWhgYs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCmSoWhgYs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCmSoWhgYs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCmSoWhgYs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCmSoWhgYs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCmSoWhgYs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCmSoWhgYs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCmSoWhgYs .navbar {
    height: 70px;
  }
  .cid-sCmSoWhgYs .navbar.opened {
    height: auto;
  }
  .cid-sCmSoWhgYs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCmSoXenmm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/riera-safety-supplies-ear-protection-all-safety-ppe-supplies-nairobi-kenya-east-africa.jpg");
}
.cid-sCmSoXenmm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCmSoXenmm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCmSoXenmm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCmSoXenmm .mbr-section-title {
  color: #ffffff;
}
.cid-sCmSoXenmm .mbr-text,
.cid-sCmSoXenmm .mbr-section-btn,
.cid-sCmSoXenmm .social-row {
  color: #e43f3f;
}
.cid-sCmSoY7tCS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCmSoY7tCS img,
.cid-sCmSoY7tCS .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCmSoY7tCS .item:focus,
.cid-sCmSoY7tCS span:focus {
  outline: none;
}
.cid-sCmSoY7tCS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCmSoY7tCS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCmSoY7tCS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCmSoY7tCS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCmSoY7tCS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCmSoY7tCS .mbr-section-title {
  color: #232323;
}
.cid-sCmSoY7tCS .mbr-text,
.cid-sCmSoY7tCS .mbr-section-btn {
  text-align: left;
}
.cid-sCmSoY7tCS .item-title {
  text-align: left;
}
.cid-sCmSoY7tCS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCmSoZaFnw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCmSoZaFnw img,
.cid-sCmSoZaFnw .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCmSoZaFnw .item:focus,
.cid-sCmSoZaFnw span:focus {
  outline: none;
}
.cid-sCmSoZaFnw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCmSoZaFnw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCmSoZaFnw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCmSoZaFnw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCmSoZaFnw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCmSoZaFnw .mbr-section-title {
  color: #232323;
}
.cid-sCmSoZaFnw .mbr-text,
.cid-sCmSoZaFnw .mbr-section-btn {
  text-align: left;
}
.cid-sCmSoZaFnw .item-title {
  text-align: left;
}
.cid-sCmSoZaFnw .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCmSp0o7cM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCmSp0o7cM img,
.cid-sCmSp0o7cM .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCmSp0o7cM .item:focus,
.cid-sCmSp0o7cM span:focus {
  outline: none;
}
.cid-sCmSp0o7cM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCmSp0o7cM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCmSp0o7cM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCmSp0o7cM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCmSp0o7cM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCmSp0o7cM .mbr-section-title {
  color: #232323;
}
.cid-sCmSp0o7cM .mbr-text,
.cid-sCmSp0o7cM .mbr-section-btn {
  text-align: left;
}
.cid-sCmSp0o7cM .item-title {
  text-align: left;
}
.cid-sCmSp0o7cM .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCmSp2gEeC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCmSp2gEeC .content {
    text-align: center;
  }
  .cid-sCmSp2gEeC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCmSp2gEeC .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCmSp2gEeC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCmSp2gEeC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCmSp2gEeC .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCmSp2gEeC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCmSp2gEeC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCmSp2gEeC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCmSp2gEeC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCmSp2gEeC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCmSp2gEeC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCmSp2gEeC .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCmSp2gEeC .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCmSp2gEeC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCmSp2gEeC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCmSp2gEeC .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCmSp2gEeC .mbr-text {
  color: #e43f3f;
}
.cid-sCnFJwSNB7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCnFJwSNB7 nav.navbar {
  position: fixed;
}
.cid-sCnFJwSNB7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnFJwSNB7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCnFJwSNB7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCnFJwSNB7 .dropdown-item:hover,
.cid-sCnFJwSNB7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCnFJwSNB7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCnFJwSNB7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCnFJwSNB7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCnFJwSNB7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnFJwSNB7 .nav-link {
  position: relative;
}
.cid-sCnFJwSNB7 .container {
  display: flex;
  margin: auto;
}
.cid-sCnFJwSNB7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnFJwSNB7 .dropdown-menu,
.cid-sCnFJwSNB7 .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCnFJwSNB7 .nav-item:focus,
.cid-sCnFJwSNB7 .nav-link:focus {
  outline: none;
}
.cid-sCnFJwSNB7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnFJwSNB7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnFJwSNB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnFJwSNB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnFJwSNB7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnFJwSNB7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnFJwSNB7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCnFJwSNB7 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnFJwSNB7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnFJwSNB7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnFJwSNB7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCnFJwSNB7 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnFJwSNB7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnFJwSNB7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCnFJwSNB7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnFJwSNB7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnFJwSNB7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCnFJwSNB7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnFJwSNB7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnFJwSNB7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnFJwSNB7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnFJwSNB7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnFJwSNB7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnFJwSNB7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnFJwSNB7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCnFJwSNB7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnFJwSNB7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCnFJwSNB7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnFJwSNB7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnFJwSNB7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnFJwSNB7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnFJwSNB7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCnFJwSNB7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCnFJwSNB7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnFJwSNB7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCnFJwSNB7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnFJwSNB7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnFJwSNB7 .dropdown-item.active,
.cid-sCnFJwSNB7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnFJwSNB7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnFJwSNB7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnFJwSNB7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnFJwSNB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCnFJwSNB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnFJwSNB7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnFJwSNB7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCnFJwSNB7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnFJwSNB7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCnFJwSNB7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnFJwSNB7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCnFJwSNB7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnFJwSNB7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnFJwSNB7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCnFJwSNB7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnFJwSNB7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCnFJwSNB7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCnFJwSNB7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnFJwSNB7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCnFJwSNB7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnFJwSNB7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCnFJwSNB7 .navbar {
    height: 70px;
  }
  .cid-sCnFJwSNB7 .navbar.opened {
    height: auto;
  }
  .cid-sCnFJwSNB7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnFJxFY9f {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/3m-ga501-safety-goggles-windproof-anti-sand-painted-anti-fog-anti-shock-dustproof-professional-working-eyewear-800x800.jpg");
}
.cid-sCnFJxFY9f .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCnFJxFY9f .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCnFJxFY9f .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCnFJxFY9f .mbr-section-title {
  color: #ffffff;
}
.cid-sCnFJxFY9f .mbr-text,
.cid-sCnFJxFY9f .mbr-section-btn,
.cid-sCnFJxFY9f .social-row {
  color: #fb1212;
}
.cid-sCnFJyKEeu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnFJyKEeu img,
.cid-sCnFJyKEeu .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnFJyKEeu .item:focus,
.cid-sCnFJyKEeu span:focus {
  outline: none;
}
.cid-sCnFJyKEeu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnFJyKEeu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnFJyKEeu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnFJyKEeu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnFJyKEeu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnFJyKEeu .mbr-section-title {
  color: #232323;
}
.cid-sCnFJyKEeu .mbr-text,
.cid-sCnFJyKEeu .mbr-section-btn {
  text-align: left;
}
.cid-sCnFJyKEeu .item-title {
  text-align: left;
}
.cid-sCnFJyKEeu .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnFJzHjim {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCnFJzHjim img,
.cid-sCnFJzHjim .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnFJzHjim .item:focus,
.cid-sCnFJzHjim span:focus {
  outline: none;
}
.cid-sCnFJzHjim .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnFJzHjim .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnFJzHjim .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnFJzHjim .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnFJzHjim .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnFJzHjim .mbr-section-title {
  color: #232323;
}
.cid-sCnFJzHjim .mbr-text,
.cid-sCnFJzHjim .mbr-section-btn {
  text-align: left;
}
.cid-sCnFJzHjim .item-title {
  text-align: left;
}
.cid-sCnFJzHjim .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnFJAFAmS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnFJAFAmS img,
.cid-sCnFJAFAmS .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnFJAFAmS .item:focus,
.cid-sCnFJAFAmS span:focus {
  outline: none;
}
.cid-sCnFJAFAmS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnFJAFAmS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnFJAFAmS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnFJAFAmS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnFJAFAmS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnFJAFAmS .mbr-section-title {
  color: #232323;
}
.cid-sCnFJAFAmS .mbr-text,
.cid-sCnFJAFAmS .mbr-section-btn {
  text-align: left;
}
.cid-sCnFJAFAmS .item-title {
  text-align: left;
}
.cid-sCnFJAFAmS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnFJCvClq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCnFJCvClq .content {
    text-align: center;
  }
  .cid-sCnFJCvClq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCnFJCvClq .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCnFJCvClq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCnFJCvClq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCnFJCvClq .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCnFJCvClq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCnFJCvClq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCnFJCvClq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCnFJCvClq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnFJCvClq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCnFJCvClq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCnFJCvClq .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCnFJCvClq .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCnFJCvClq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCnFJCvClq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCnFJCvClq .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCnFJCvClq .mbr-text {
  color: #e43f3f;
}
.cid-sCnU9tRKiv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCnU9tRKiv nav.navbar {
  position: fixed;
}
.cid-sCnU9tRKiv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnU9tRKiv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCnU9tRKiv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCnU9tRKiv .dropdown-item:hover,
.cid-sCnU9tRKiv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCnU9tRKiv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCnU9tRKiv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCnU9tRKiv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCnU9tRKiv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnU9tRKiv .nav-link {
  position: relative;
}
.cid-sCnU9tRKiv .container {
  display: flex;
  margin: auto;
}
.cid-sCnU9tRKiv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnU9tRKiv .dropdown-menu,
.cid-sCnU9tRKiv .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCnU9tRKiv .nav-item:focus,
.cid-sCnU9tRKiv .nav-link:focus {
  outline: none;
}
.cid-sCnU9tRKiv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnU9tRKiv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnU9tRKiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnU9tRKiv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnU9tRKiv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnU9tRKiv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnU9tRKiv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCnU9tRKiv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnU9tRKiv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnU9tRKiv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnU9tRKiv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCnU9tRKiv .navbar.collapsed {
  justify-content: center;
}
.cid-sCnU9tRKiv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnU9tRKiv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCnU9tRKiv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnU9tRKiv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnU9tRKiv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCnU9tRKiv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnU9tRKiv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnU9tRKiv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnU9tRKiv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnU9tRKiv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnU9tRKiv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnU9tRKiv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnU9tRKiv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCnU9tRKiv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnU9tRKiv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCnU9tRKiv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnU9tRKiv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnU9tRKiv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnU9tRKiv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnU9tRKiv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCnU9tRKiv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCnU9tRKiv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnU9tRKiv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCnU9tRKiv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnU9tRKiv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnU9tRKiv .dropdown-item.active,
.cid-sCnU9tRKiv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnU9tRKiv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnU9tRKiv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnU9tRKiv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnU9tRKiv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCnU9tRKiv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnU9tRKiv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnU9tRKiv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCnU9tRKiv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnU9tRKiv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCnU9tRKiv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnU9tRKiv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCnU9tRKiv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnU9tRKiv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnU9tRKiv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCnU9tRKiv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnU9tRKiv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCnU9tRKiv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCnU9tRKiv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnU9tRKiv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCnU9tRKiv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnU9tRKiv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCnU9tRKiv .navbar {
    height: 70px;
  }
  .cid-sCnU9tRKiv .navbar.opened {
    height: auto;
  }
  .cid-sCnU9tRKiv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnU9utuRV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/0201shields-620x300.jpg");
}
.cid-sCnU9utuRV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCnU9utuRV .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCnU9utuRV .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCnU9utuRV .mbr-section-title {
  color: #ffffff;
}
.cid-sCnU9utuRV .mbr-text,
.cid-sCnU9utuRV .mbr-section-btn,
.cid-sCnU9utuRV .social-row {
  color: #ffffff;
}
.cid-sCnU9v99ab {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnU9v99ab img,
.cid-sCnU9v99ab .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnU9v99ab .item:focus,
.cid-sCnU9v99ab span:focus {
  outline: none;
}
.cid-sCnU9v99ab .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnU9v99ab .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnU9v99ab .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnU9v99ab .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnU9v99ab .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnU9v99ab .mbr-section-title {
  color: #232323;
}
.cid-sCnU9v99ab .mbr-text,
.cid-sCnU9v99ab .mbr-section-btn {
  text-align: left;
}
.cid-sCnU9v99ab .item-title {
  text-align: left;
}
.cid-sCnU9v99ab .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnU9w25g6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCnU9w25g6 img,
.cid-sCnU9w25g6 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnU9w25g6 .item:focus,
.cid-sCnU9w25g6 span:focus {
  outline: none;
}
.cid-sCnU9w25g6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnU9w25g6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnU9w25g6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnU9w25g6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnU9w25g6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnU9w25g6 .mbr-section-title {
  color: #232323;
}
.cid-sCnU9w25g6 .mbr-text,
.cid-sCnU9w25g6 .mbr-section-btn {
  text-align: left;
}
.cid-sCnU9w25g6 .item-title {
  text-align: left;
}
.cid-sCnU9w25g6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnU9wXm61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnU9wXm61 img,
.cid-sCnU9wXm61 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnU9wXm61 .item:focus,
.cid-sCnU9wXm61 span:focus {
  outline: none;
}
.cid-sCnU9wXm61 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnU9wXm61 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnU9wXm61 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnU9wXm61 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnU9wXm61 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnU9wXm61 .mbr-section-title {
  color: #232323;
}
.cid-sCnU9wXm61 .mbr-text,
.cid-sCnU9wXm61 .mbr-section-btn {
  text-align: left;
}
.cid-sCnU9wXm61 .item-title {
  text-align: left;
}
.cid-sCnU9wXm61 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnU9yzAgm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCnU9yzAgm .content {
    text-align: center;
  }
  .cid-sCnU9yzAgm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCnU9yzAgm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCnU9yzAgm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCnU9yzAgm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCnU9yzAgm .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCnU9yzAgm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCnU9yzAgm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCnU9yzAgm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCnU9yzAgm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnU9yzAgm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCnU9yzAgm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCnU9yzAgm .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCnU9yzAgm .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCnU9yzAgm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCnU9yzAgm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCnU9yzAgm .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCnU9yzAgm .mbr-text {
  color: #e43f3f;
}
.cid-sCnUuZk7n4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCnUuZk7n4 nav.navbar {
  position: fixed;
}
.cid-sCnUuZk7n4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnUuZk7n4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCnUuZk7n4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCnUuZk7n4 .dropdown-item:hover,
.cid-sCnUuZk7n4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCnUuZk7n4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCnUuZk7n4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCnUuZk7n4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCnUuZk7n4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnUuZk7n4 .nav-link {
  position: relative;
}
.cid-sCnUuZk7n4 .container {
  display: flex;
  margin: auto;
}
.cid-sCnUuZk7n4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnUuZk7n4 .dropdown-menu,
.cid-sCnUuZk7n4 .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCnUuZk7n4 .nav-item:focus,
.cid-sCnUuZk7n4 .nav-link:focus {
  outline: none;
}
.cid-sCnUuZk7n4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnUuZk7n4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnUuZk7n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnUuZk7n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnUuZk7n4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnUuZk7n4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnUuZk7n4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCnUuZk7n4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnUuZk7n4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnUuZk7n4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnUuZk7n4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCnUuZk7n4 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnUuZk7n4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnUuZk7n4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCnUuZk7n4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnUuZk7n4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnUuZk7n4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCnUuZk7n4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnUuZk7n4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnUuZk7n4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnUuZk7n4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnUuZk7n4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnUuZk7n4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnUuZk7n4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnUuZk7n4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCnUuZk7n4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnUuZk7n4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCnUuZk7n4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnUuZk7n4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnUuZk7n4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnUuZk7n4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnUuZk7n4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCnUuZk7n4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCnUuZk7n4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnUuZk7n4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCnUuZk7n4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnUuZk7n4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnUuZk7n4 .dropdown-item.active,
.cid-sCnUuZk7n4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnUuZk7n4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnUuZk7n4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnUuZk7n4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnUuZk7n4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCnUuZk7n4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnUuZk7n4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnUuZk7n4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCnUuZk7n4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnUuZk7n4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCnUuZk7n4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnUuZk7n4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCnUuZk7n4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnUuZk7n4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnUuZk7n4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCnUuZk7n4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnUuZk7n4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCnUuZk7n4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCnUuZk7n4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnUuZk7n4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCnUuZk7n4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnUuZk7n4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCnUuZk7n4 .navbar {
    height: 70px;
  }
  .cid-sCnUuZk7n4 .navbar.opened {
    height: auto;
  }
  .cid-sCnUuZk7n4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnUv02D2T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/riera-safety-supplies-body-protection-all-safety-ppe-supplies-nairobi-kenya-east-africa-1-1200x801.jpg");
}
.cid-sCnUv02D2T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCnUv02D2T .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCnUv02D2T .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCnUv02D2T .mbr-section-title {
  color: #ffffff;
}
.cid-sCnUv02D2T .mbr-text,
.cid-sCnUv02D2T .mbr-section-btn,
.cid-sCnUv02D2T .social-row {
  color: #fb1212;
}
.cid-sCnUv0Ny5e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnUv0Ny5e img,
.cid-sCnUv0Ny5e .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnUv0Ny5e .item:focus,
.cid-sCnUv0Ny5e span:focus {
  outline: none;
}
.cid-sCnUv0Ny5e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnUv0Ny5e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnUv0Ny5e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnUv0Ny5e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnUv0Ny5e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnUv0Ny5e .mbr-section-title {
  color: #232323;
}
.cid-sCnUv0Ny5e .mbr-text,
.cid-sCnUv0Ny5e .mbr-section-btn {
  text-align: left;
}
.cid-sCnUv0Ny5e .item-title {
  text-align: left;
}
.cid-sCnUv0Ny5e .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnUv1Hja8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnUv1Hja8 img,
.cid-sCnUv1Hja8 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnUv1Hja8 .item:focus,
.cid-sCnUv1Hja8 span:focus {
  outline: none;
}
.cid-sCnUv1Hja8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnUv1Hja8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnUv1Hja8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnUv1Hja8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnUv1Hja8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnUv1Hja8 .mbr-section-title {
  color: #232323;
}
.cid-sCnUv1Hja8 .mbr-text,
.cid-sCnUv1Hja8 .mbr-section-btn {
  text-align: left;
}
.cid-sCnUv1Hja8 .item-title {
  text-align: left;
}
.cid-sCnUv1Hja8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnUv2B1hS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnUv2B1hS img,
.cid-sCnUv2B1hS .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnUv2B1hS .item:focus,
.cid-sCnUv2B1hS span:focus {
  outline: none;
}
.cid-sCnUv2B1hS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnUv2B1hS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnUv2B1hS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnUv2B1hS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnUv2B1hS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnUv2B1hS .mbr-section-title {
  color: #232323;
}
.cid-sCnUv2B1hS .mbr-text,
.cid-sCnUv2B1hS .mbr-section-btn {
  text-align: left;
}
.cid-sCnUv2B1hS .item-title {
  text-align: left;
}
.cid-sCnUv2B1hS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCtQF3pf7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCtQF3pf7b img,
.cid-sCtQF3pf7b .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCtQF3pf7b .item:focus,
.cid-sCtQF3pf7b span:focus {
  outline: none;
}
.cid-sCtQF3pf7b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCtQF3pf7b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCtQF3pf7b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCtQF3pf7b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCtQF3pf7b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCtQF3pf7b .mbr-section-title {
  color: #232323;
}
.cid-sCtQF3pf7b .mbr-text,
.cid-sCtQF3pf7b .mbr-section-btn {
  text-align: left;
}
.cid-sCtQF3pf7b .item-title {
  text-align: left;
}
.cid-sCtQF3pf7b .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnUv4kpNk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCnUv4kpNk .content {
    text-align: center;
  }
  .cid-sCnUv4kpNk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCnUv4kpNk .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCnUv4kpNk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCnUv4kpNk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCnUv4kpNk .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCnUv4kpNk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCnUv4kpNk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCnUv4kpNk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCnUv4kpNk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnUv4kpNk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCnUv4kpNk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCnUv4kpNk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCnUv4kpNk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCnUv4kpNk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCnUv4kpNk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCnUv4kpNk .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCnUv4kpNk .mbr-text {
  color: #e43f3f;
}
.cid-sCnUIHnhyk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCnUIHnhyk nav.navbar {
  position: fixed;
}
.cid-sCnUIHnhyk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnUIHnhyk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCnUIHnhyk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCnUIHnhyk .dropdown-item:hover,
.cid-sCnUIHnhyk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCnUIHnhyk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCnUIHnhyk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCnUIHnhyk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCnUIHnhyk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnUIHnhyk .nav-link {
  position: relative;
}
.cid-sCnUIHnhyk .container {
  display: flex;
  margin: auto;
}
.cid-sCnUIHnhyk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnUIHnhyk .dropdown-menu,
.cid-sCnUIHnhyk .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCnUIHnhyk .nav-item:focus,
.cid-sCnUIHnhyk .nav-link:focus {
  outline: none;
}
.cid-sCnUIHnhyk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnUIHnhyk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnUIHnhyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnUIHnhyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnUIHnhyk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnUIHnhyk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnUIHnhyk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCnUIHnhyk .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnUIHnhyk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnUIHnhyk .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnUIHnhyk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCnUIHnhyk .navbar.collapsed {
  justify-content: center;
}
.cid-sCnUIHnhyk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnUIHnhyk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCnUIHnhyk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnUIHnhyk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnUIHnhyk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCnUIHnhyk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnUIHnhyk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnUIHnhyk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnUIHnhyk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnUIHnhyk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnUIHnhyk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnUIHnhyk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnUIHnhyk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCnUIHnhyk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnUIHnhyk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCnUIHnhyk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnUIHnhyk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnUIHnhyk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnUIHnhyk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnUIHnhyk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCnUIHnhyk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCnUIHnhyk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnUIHnhyk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCnUIHnhyk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnUIHnhyk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnUIHnhyk .dropdown-item.active,
.cid-sCnUIHnhyk .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnUIHnhyk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnUIHnhyk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnUIHnhyk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnUIHnhyk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCnUIHnhyk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnUIHnhyk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnUIHnhyk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCnUIHnhyk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnUIHnhyk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCnUIHnhyk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnUIHnhyk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCnUIHnhyk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnUIHnhyk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnUIHnhyk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCnUIHnhyk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnUIHnhyk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCnUIHnhyk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCnUIHnhyk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnUIHnhyk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCnUIHnhyk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnUIHnhyk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCnUIHnhyk .navbar {
    height: 70px;
  }
  .cid-sCnUIHnhyk .navbar.opened {
    height: auto;
  }
  .cid-sCnUIHnhyk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnUII6avU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/riera-safety-supplies-feet-foot-protection-protection-all-safety-ppe-supplies-nairobi-kenya-east-africa-1501x1501.jpg");
}
.cid-sCnUII6avU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCnUII6avU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCnUII6avU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCnUII6avU .mbr-section-title {
  color: #ffffff;
}
.cid-sCnUII6avU .mbr-text,
.cid-sCnUII6avU .mbr-section-btn,
.cid-sCnUII6avU .social-row {
  color: #e43f3f;
}
.cid-sCnUIJ4Jts {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnUIJ4Jts img,
.cid-sCnUIJ4Jts .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnUIJ4Jts .item:focus,
.cid-sCnUIJ4Jts span:focus {
  outline: none;
}
.cid-sCnUIJ4Jts .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnUIJ4Jts .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnUIJ4Jts .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnUIJ4Jts .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnUIJ4Jts .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnUIJ4Jts .mbr-section-title {
  color: #232323;
}
.cid-sCnUIJ4Jts .mbr-text,
.cid-sCnUIJ4Jts .mbr-section-btn {
  text-align: left;
}
.cid-sCnUIJ4Jts .item-title {
  text-align: left;
}
.cid-sCnUIJ4Jts .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnUIJWeC5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCnUIJWeC5 img,
.cid-sCnUIJWeC5 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnUIJWeC5 .item:focus,
.cid-sCnUIJWeC5 span:focus {
  outline: none;
}
.cid-sCnUIJWeC5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnUIJWeC5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnUIJWeC5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnUIJWeC5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnUIJWeC5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnUIJWeC5 .mbr-section-title {
  color: #232323;
}
.cid-sCnUIJWeC5 .mbr-text,
.cid-sCnUIJWeC5 .mbr-section-btn {
  text-align: left;
}
.cid-sCnUIJWeC5 .item-title {
  text-align: left;
}
.cid-sCnUIJWeC5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnUIMVjbm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCnUIMVjbm .content {
    text-align: center;
  }
  .cid-sCnUIMVjbm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCnUIMVjbm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCnUIMVjbm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCnUIMVjbm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCnUIMVjbm .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCnUIMVjbm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCnUIMVjbm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCnUIMVjbm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCnUIMVjbm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnUIMVjbm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCnUIMVjbm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCnUIMVjbm .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCnUIMVjbm .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCnUIMVjbm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCnUIMVjbm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCnUIMVjbm .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCnUIMVjbm .mbr-text {
  color: #e43f3f;
}
.cid-sCnV1GQzYo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCnV1GQzYo nav.navbar {
  position: fixed;
}
.cid-sCnV1GQzYo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnV1GQzYo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCnV1GQzYo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCnV1GQzYo .dropdown-item:hover,
.cid-sCnV1GQzYo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCnV1GQzYo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCnV1GQzYo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCnV1GQzYo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCnV1GQzYo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnV1GQzYo .nav-link {
  position: relative;
}
.cid-sCnV1GQzYo .container {
  display: flex;
  margin: auto;
}
.cid-sCnV1GQzYo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnV1GQzYo .dropdown-menu,
.cid-sCnV1GQzYo .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCnV1GQzYo .nav-item:focus,
.cid-sCnV1GQzYo .nav-link:focus {
  outline: none;
}
.cid-sCnV1GQzYo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnV1GQzYo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnV1GQzYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnV1GQzYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnV1GQzYo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnV1GQzYo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnV1GQzYo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCnV1GQzYo .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnV1GQzYo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnV1GQzYo .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnV1GQzYo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCnV1GQzYo .navbar.collapsed {
  justify-content: center;
}
.cid-sCnV1GQzYo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnV1GQzYo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCnV1GQzYo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnV1GQzYo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnV1GQzYo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCnV1GQzYo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnV1GQzYo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnV1GQzYo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnV1GQzYo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnV1GQzYo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnV1GQzYo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnV1GQzYo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnV1GQzYo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCnV1GQzYo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnV1GQzYo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCnV1GQzYo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnV1GQzYo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnV1GQzYo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnV1GQzYo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnV1GQzYo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCnV1GQzYo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCnV1GQzYo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnV1GQzYo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCnV1GQzYo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnV1GQzYo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnV1GQzYo .dropdown-item.active,
.cid-sCnV1GQzYo .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnV1GQzYo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnV1GQzYo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnV1GQzYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnV1GQzYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCnV1GQzYo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnV1GQzYo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnV1GQzYo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCnV1GQzYo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnV1GQzYo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCnV1GQzYo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnV1GQzYo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCnV1GQzYo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnV1GQzYo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCnV1GQzYo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCnV1GQzYo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnV1GQzYo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCnV1GQzYo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCnV1GQzYo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCnV1GQzYo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCnV1GQzYo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnV1GQzYo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCnV1GQzYo .navbar {
    height: 70px;
  }
  .cid-sCnV1GQzYo .navbar.opened {
    height: auto;
  }
  .cid-sCnV1GQzYo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnV1HA422 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/types-1200x600.jpg");
}
.cid-sCnV1HA422 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCnV1HA422 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCnV1HA422 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCnV1HA422 .mbr-section-title {
  color: #ffffff;
}
.cid-sCnV1HA422 .mbr-text,
.cid-sCnV1HA422 .mbr-section-btn,
.cid-sCnV1HA422 .social-row {
  color: #fb1212;
}
.cid-sCnV1IyrHT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnV1IyrHT img,
.cid-sCnV1IyrHT .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnV1IyrHT .item:focus,
.cid-sCnV1IyrHT span:focus {
  outline: none;
}
.cid-sCnV1IyrHT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnV1IyrHT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnV1IyrHT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnV1IyrHT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnV1IyrHT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnV1IyrHT .mbr-section-title {
  color: #232323;
}
.cid-sCnV1IyrHT .mbr-text,
.cid-sCnV1IyrHT .mbr-section-btn {
  text-align: left;
}
.cid-sCnV1IyrHT .item-title {
  text-align: left;
}
.cid-sCnV1IyrHT .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnV1JsHMx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCnV1JsHMx img,
.cid-sCnV1JsHMx .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnV1JsHMx .item:focus,
.cid-sCnV1JsHMx span:focus {
  outline: none;
}
.cid-sCnV1JsHMx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnV1JsHMx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnV1JsHMx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnV1JsHMx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnV1JsHMx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnV1JsHMx .mbr-section-title {
  color: #232323;
}
.cid-sCnV1JsHMx .mbr-text,
.cid-sCnV1JsHMx .mbr-section-btn {
  text-align: left;
}
.cid-sCnV1JsHMx .item-title {
  text-align: left;
}
.cid-sCnV1JsHMx .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnV1KhLqE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCnV1KhLqE img,
.cid-sCnV1KhLqE .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnV1KhLqE .item:focus,
.cid-sCnV1KhLqE span:focus {
  outline: none;
}
.cid-sCnV1KhLqE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnV1KhLqE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnV1KhLqE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnV1KhLqE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnV1KhLqE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnV1KhLqE .mbr-section-title {
  color: #232323;
}
.cid-sCnV1KhLqE .mbr-text,
.cid-sCnV1KhLqE .mbr-section-btn {
  text-align: left;
}
.cid-sCnV1KhLqE .item-title {
  text-align: left;
}
.cid-sCnV1KhLqE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnV1L5JRV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCnV1L5JRV img,
.cid-sCnV1L5JRV .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCnV1L5JRV .item:focus,
.cid-sCnV1L5JRV span:focus {
  outline: none;
}
.cid-sCnV1L5JRV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCnV1L5JRV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCnV1L5JRV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnV1L5JRV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCnV1L5JRV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCnV1L5JRV .mbr-section-title {
  color: #232323;
}
.cid-sCnV1L5JRV .mbr-text,
.cid-sCnV1L5JRV .mbr-section-btn {
  text-align: left;
}
.cid-sCnV1L5JRV .item-title {
  text-align: left;
}
.cid-sCnV1L5JRV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCnV1LVZQy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCnV1LVZQy .content {
    text-align: center;
  }
  .cid-sCnV1LVZQy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCnV1LVZQy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCnV1LVZQy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCnV1LVZQy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCnV1LVZQy .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCnV1LVZQy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCnV1LVZQy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCnV1LVZQy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCnV1LVZQy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnV1LVZQy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCnV1LVZQy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCnV1LVZQy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCnV1LVZQy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCnV1LVZQy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCnV1LVZQy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCnV1LVZQy .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCnV1LVZQy .mbr-text {
  color: #e43f3f;
}
.cid-sCE8pGAI9G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCE8pGAI9G nav.navbar {
  position: fixed;
}
.cid-sCE8pGAI9G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCE8pGAI9G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCE8pGAI9G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCE8pGAI9G .dropdown-item:hover,
.cid-sCE8pGAI9G .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCE8pGAI9G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCE8pGAI9G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCE8pGAI9G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCE8pGAI9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCE8pGAI9G .nav-link {
  position: relative;
}
.cid-sCE8pGAI9G .container {
  display: flex;
  margin: auto;
}
.cid-sCE8pGAI9G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCE8pGAI9G .dropdown-menu,
.cid-sCE8pGAI9G .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCE8pGAI9G .nav-item:focus,
.cid-sCE8pGAI9G .nav-link:focus {
  outline: none;
}
.cid-sCE8pGAI9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCE8pGAI9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCE8pGAI9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCE8pGAI9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCE8pGAI9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCE8pGAI9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCE8pGAI9G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCE8pGAI9G .navbar.opened {
  transition: all 0.3s;
}
.cid-sCE8pGAI9G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCE8pGAI9G .navbar .navbar-logo img {
  width: auto;
}
.cid-sCE8pGAI9G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCE8pGAI9G .navbar.collapsed {
  justify-content: center;
}
.cid-sCE8pGAI9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCE8pGAI9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCE8pGAI9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCE8pGAI9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCE8pGAI9G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCE8pGAI9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCE8pGAI9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCE8pGAI9G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCE8pGAI9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCE8pGAI9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCE8pGAI9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCE8pGAI9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCE8pGAI9G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCE8pGAI9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCE8pGAI9G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCE8pGAI9G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCE8pGAI9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCE8pGAI9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCE8pGAI9G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCE8pGAI9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCE8pGAI9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCE8pGAI9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCE8pGAI9G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCE8pGAI9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCE8pGAI9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCE8pGAI9G .dropdown-item.active,
.cid-sCE8pGAI9G .dropdown-item:active {
  background-color: transparent;
}
.cid-sCE8pGAI9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCE8pGAI9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCE8pGAI9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCE8pGAI9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCE8pGAI9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCE8pGAI9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCE8pGAI9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCE8pGAI9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCE8pGAI9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCE8pGAI9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCE8pGAI9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCE8pGAI9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCE8pGAI9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCE8pGAI9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCE8pGAI9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCE8pGAI9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCE8pGAI9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCE8pGAI9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCE8pGAI9G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCE8pGAI9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCE8pGAI9G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCE8pGAI9G .navbar {
    height: 70px;
  }
  .cid-sCE8pGAI9G .navbar.opened {
    height: auto;
  }
  .cid-sCE8pGAI9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCE8pHaK6N {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/riera-safety-supplies-fall-protection-equipments-harness-buckle-all-safety-ppe-supplies-nairobi-kenya-east-africa-1-900x600.jpg");
}
.cid-sCE8pHaK6N .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCE8pHaK6N .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCE8pHaK6N .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCE8pHaK6N .mbr-section-title {
  color: #ffffff;
}
.cid-sCE8pHaK6N .mbr-text,
.cid-sCE8pHaK6N .mbr-section-btn,
.cid-sCE8pHaK6N .social-row {
  color: #fb1212;
}
.cid-sCE8pHNCte {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCE8pHNCte img,
.cid-sCE8pHNCte .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCE8pHNCte .item:focus,
.cid-sCE8pHNCte span:focus {
  outline: none;
}
.cid-sCE8pHNCte .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCE8pHNCte .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCE8pHNCte .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCE8pHNCte .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCE8pHNCte .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCE8pHNCte .mbr-section-title {
  color: #232323;
}
.cid-sCE8pHNCte .mbr-text,
.cid-sCE8pHNCte .mbr-section-btn {
  text-align: left;
}
.cid-sCE8pHNCte .item-title {
  text-align: left;
}
.cid-sCE8pHNCte .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCE8pIDNr7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCE8pIDNr7 img,
.cid-sCE8pIDNr7 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCE8pIDNr7 .item:focus,
.cid-sCE8pIDNr7 span:focus {
  outline: none;
}
.cid-sCE8pIDNr7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCE8pIDNr7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCE8pIDNr7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCE8pIDNr7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCE8pIDNr7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCE8pIDNr7 .mbr-section-title {
  color: #232323;
}
.cid-sCE8pIDNr7 .mbr-text,
.cid-sCE8pIDNr7 .mbr-section-btn {
  text-align: left;
}
.cid-sCE8pIDNr7 .item-title {
  text-align: left;
}
.cid-sCE8pIDNr7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCE8pJu1B2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCE8pJu1B2 img,
.cid-sCE8pJu1B2 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCE8pJu1B2 .item:focus,
.cid-sCE8pJu1B2 span:focus {
  outline: none;
}
.cid-sCE8pJu1B2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCE8pJu1B2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCE8pJu1B2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCE8pJu1B2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCE8pJu1B2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCE8pJu1B2 .mbr-section-title {
  color: #232323;
}
.cid-sCE8pJu1B2 .mbr-text,
.cid-sCE8pJu1B2 .mbr-section-btn {
  text-align: left;
}
.cid-sCE8pJu1B2 .item-title {
  text-align: left;
}
.cid-sCE8pJu1B2 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCE8pKfCIc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCE8pKfCIc img,
.cid-sCE8pKfCIc .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCE8pKfCIc .item:focus,
.cid-sCE8pKfCIc span:focus {
  outline: none;
}
.cid-sCE8pKfCIc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCE8pKfCIc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCE8pKfCIc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCE8pKfCIc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCE8pKfCIc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCE8pKfCIc .mbr-section-title {
  color: #232323;
}
.cid-sCE8pKfCIc .mbr-text,
.cid-sCE8pKfCIc .mbr-section-btn {
  text-align: left;
}
.cid-sCE8pKfCIc .item-title {
  text-align: left;
}
.cid-sCE8pKfCIc .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCExA5pMIH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCExA5pMIH img,
.cid-sCExA5pMIH .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCExA5pMIH .item:focus,
.cid-sCExA5pMIH span:focus {
  outline: none;
}
.cid-sCExA5pMIH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCExA5pMIH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCExA5pMIH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCExA5pMIH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCExA5pMIH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCExA5pMIH .mbr-section-title {
  color: #232323;
}
.cid-sCExA5pMIH .mbr-text,
.cid-sCExA5pMIH .mbr-section-btn {
  text-align: left;
}
.cid-sCExA5pMIH .item-title {
  text-align: left;
}
.cid-sCExA5pMIH .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCE8pL7g36 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCE8pL7g36 .content {
    text-align: center;
  }
  .cid-sCE8pL7g36 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCE8pL7g36 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCE8pL7g36 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCE8pL7g36 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCE8pL7g36 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCE8pL7g36 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCE8pL7g36 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCE8pL7g36 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCE8pL7g36 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCE8pL7g36 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCE8pL7g36 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCE8pL7g36 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCE8pL7g36 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCE8pL7g36 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCE8pL7g36 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCE8pL7g36 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCE8pL7g36 .mbr-text {
  color: #e43f3f;
}
.cid-sCFU1FiCnl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCFU1FiCnl nav.navbar {
  position: fixed;
}
.cid-sCFU1FiCnl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFU1FiCnl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCFU1FiCnl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCFU1FiCnl .dropdown-item:hover,
.cid-sCFU1FiCnl .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCFU1FiCnl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCFU1FiCnl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCFU1FiCnl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCFU1FiCnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCFU1FiCnl .nav-link {
  position: relative;
}
.cid-sCFU1FiCnl .container {
  display: flex;
  margin: auto;
}
.cid-sCFU1FiCnl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCFU1FiCnl .dropdown-menu,
.cid-sCFU1FiCnl .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCFU1FiCnl .nav-item:focus,
.cid-sCFU1FiCnl .nav-link:focus {
  outline: none;
}
.cid-sCFU1FiCnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCFU1FiCnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFU1FiCnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCFU1FiCnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFU1FiCnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFU1FiCnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFU1FiCnl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCFU1FiCnl .navbar.opened {
  transition: all 0.3s;
}
.cid-sCFU1FiCnl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCFU1FiCnl .navbar .navbar-logo img {
  width: auto;
}
.cid-sCFU1FiCnl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFU1FiCnl .navbar.collapsed {
  justify-content: center;
}
.cid-sCFU1FiCnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFU1FiCnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCFU1FiCnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFU1FiCnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCFU1FiCnl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCFU1FiCnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFU1FiCnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCFU1FiCnl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCFU1FiCnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFU1FiCnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFU1FiCnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFU1FiCnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFU1FiCnl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCFU1FiCnl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCFU1FiCnl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFU1FiCnl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFU1FiCnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCFU1FiCnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCFU1FiCnl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFU1FiCnl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCFU1FiCnl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCFU1FiCnl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCFU1FiCnl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFU1FiCnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFU1FiCnl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFU1FiCnl .dropdown-item.active,
.cid-sCFU1FiCnl .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFU1FiCnl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFU1FiCnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFU1FiCnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFU1FiCnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCFU1FiCnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFU1FiCnl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFU1FiCnl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCFU1FiCnl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCFU1FiCnl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCFU1FiCnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCFU1FiCnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFU1FiCnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFU1FiCnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFU1FiCnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFU1FiCnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFU1FiCnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFU1FiCnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFU1FiCnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFU1FiCnl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCFU1FiCnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFU1FiCnl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFU1FiCnl .navbar {
    height: 70px;
  }
  .cid-sCFU1FiCnl .navbar.opened {
    height: auto;
  }
  .cid-sCFU1FiCnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFU1G10HL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hand-protection-safety-tips-560x315.png");
}
.cid-sCFU1G10HL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCFU1G10HL .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCFU1G10HL .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCFU1G10HL .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-sCFU1G10HL .mbr-text,
.cid-sCFU1G10HL .mbr-section-btn,
.cid-sCFU1G10HL .social-row {
  color: #fb1212;
}
.cid-sCFU1G10HL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sCKl6FE7jI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCKl6FE7jI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sCKl6FE7jI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCKl6FE7jI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCKl6FE7jI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCKn8KU6wI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCKn8KU6wI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCKn8KU6wI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCKn8KU6wI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCKn8KU6wI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCFU1LioeQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCFU1LioeQ .content {
    text-align: center;
  }
  .cid-sCFU1LioeQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCFU1LioeQ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCFU1LioeQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCFU1LioeQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCFU1LioeQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCFU1LioeQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCFU1LioeQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCFU1LioeQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCFU1LioeQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCFU1LioeQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFU1LioeQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCFU1LioeQ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCFU1LioeQ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCFU1LioeQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCFU1LioeQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCFU1LioeQ .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCFU1LioeQ .mbr-text {
  color: #e43f3f;
}
.cid-sCKnpjgbhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCKnpjgbhW nav.navbar {
  position: fixed;
}
.cid-sCKnpjgbhW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCKnpjgbhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCKnpjgbhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCKnpjgbhW .dropdown-item:hover,
.cid-sCKnpjgbhW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCKnpjgbhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCKnpjgbhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCKnpjgbhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCKnpjgbhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCKnpjgbhW .nav-link {
  position: relative;
}
.cid-sCKnpjgbhW .container {
  display: flex;
  margin: auto;
}
.cid-sCKnpjgbhW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCKnpjgbhW .dropdown-menu,
.cid-sCKnpjgbhW .navbar.opened {
  background: #e43f3f !important;
}
.cid-sCKnpjgbhW .nav-item:focus,
.cid-sCKnpjgbhW .nav-link:focus {
  outline: none;
}
.cid-sCKnpjgbhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCKnpjgbhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCKnpjgbhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCKnpjgbhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCKnpjgbhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCKnpjgbhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCKnpjgbhW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e43f3f;
}
.cid-sCKnpjgbhW .navbar.opened {
  transition: all 0.3s;
}
.cid-sCKnpjgbhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCKnpjgbhW .navbar .navbar-logo img {
  width: auto;
}
.cid-sCKnpjgbhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCKnpjgbhW .navbar.collapsed {
  justify-content: center;
}
.cid-sCKnpjgbhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCKnpjgbhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCKnpjgbhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCKnpjgbhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCKnpjgbhW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCKnpjgbhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCKnpjgbhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCKnpjgbhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCKnpjgbhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCKnpjgbhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCKnpjgbhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCKnpjgbhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCKnpjgbhW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCKnpjgbhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCKnpjgbhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCKnpjgbhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCKnpjgbhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCKnpjgbhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCKnpjgbhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCKnpjgbhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCKnpjgbhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCKnpjgbhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCKnpjgbhW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCKnpjgbhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCKnpjgbhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCKnpjgbhW .dropdown-item.active,
.cid-sCKnpjgbhW .dropdown-item:active {
  background-color: transparent;
}
.cid-sCKnpjgbhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCKnpjgbhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCKnpjgbhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCKnpjgbhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e43f3f;
}
.cid-sCKnpjgbhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCKnpjgbhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCKnpjgbhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCKnpjgbhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCKnpjgbhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCKnpjgbhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCKnpjgbhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCKnpjgbhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCKnpjgbhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCKnpjgbhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCKnpjgbhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCKnpjgbhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCKnpjgbhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCKnpjgbhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCKnpjgbhW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCKnpjgbhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCKnpjgbhW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCKnpjgbhW .navbar {
    height: 70px;
  }
  .cid-sCKnpjgbhW .navbar.opened {
    height: auto;
  }
  .cid-sCKnpjgbhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCKnpkh0RM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/istockphoto-1170264057-612x408.jpg");
}
.cid-sCKnpkh0RM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sCKnpkh0RM .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sCKnpkh0RM .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sCKnpkh0RM .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-sCKnpkh0RM .mbr-text,
.cid-sCKnpkh0RM .mbr-section-btn,
.cid-sCKnpkh0RM .social-row {
  color: #fb1212;
}
.cid-sCKnpkh0RM .mbr-section-subtitle {
  color: #fb1212;
  text-align: center;
}
.cid-sCKnplXc5K {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCKnplXc5K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCKnplXc5K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCKnplXc5K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCKnplXc5K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCKnplXc5K .mbr-section-title {
  color: #000000;
}
.cid-sCKnpmwqGo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-sCKnpmwqGo .content {
    text-align: center;
  }
  .cid-sCKnpmwqGo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCKnpmwqGo .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCKnpmwqGo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCKnpmwqGo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCKnpmwqGo .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCKnpmwqGo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCKnpmwqGo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCKnpmwqGo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCKnpmwqGo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCKnpmwqGo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCKnpmwqGo .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCKnpmwqGo .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCKnpmwqGo .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCKnpmwqGo .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCKnpmwqGo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCKnpmwqGo .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCKnpmwqGo .mbr-text {
  color: #e43f3f;
}
