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





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: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !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: #ff6666 !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: #ff0000 !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]) {
  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]):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-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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*/
.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 */
.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: #000000 !important;
  background: #ff6666 !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;
}
.cid-sDH65h6cI2 .navbar-dropdown {
  position: relative !important;
}
.cid-sDH65h6cI2 .navbar-dropdown {
  position: absolute !important;
}
.cid-sDH65h6cI2 .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-sDH65h6cI2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDH65h6cI2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDH65h6cI2 .dropdown-item:hover,
.cid-sDH65h6cI2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sDH65h6cI2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDH65h6cI2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDH65h6cI2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDH65h6cI2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDH65h6cI2 .nav-link {
  position: relative;
}
.cid-sDH65h6cI2 .container {
  display: flex;
  margin: auto;
}
.cid-sDH65h6cI2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDH65h6cI2 .dropdown-menu,
.cid-sDH65h6cI2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sDH65h6cI2 .nav-item:focus,
.cid-sDH65h6cI2 .nav-link:focus {
  outline: none;
}
.cid-sDH65h6cI2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDH65h6cI2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDH65h6cI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDH65h6cI2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDH65h6cI2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDH65h6cI2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDH65h6cI2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sDH65h6cI2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sDH65h6cI2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDH65h6cI2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sDH65h6cI2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDH65h6cI2 .navbar.collapsed {
  justify-content: center;
}
.cid-sDH65h6cI2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDH65h6cI2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDH65h6cI2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sDH65h6cI2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDH65h6cI2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDH65h6cI2 .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-sDH65h6cI2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDH65h6cI2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDH65h6cI2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDH65h6cI2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDH65h6cI2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDH65h6cI2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDH65h6cI2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDH65h6cI2 .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-sDH65h6cI2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDH65h6cI2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDH65h6cI2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDH65h6cI2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDH65h6cI2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDH65h6cI2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDH65h6cI2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDH65h6cI2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDH65h6cI2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDH65h6cI2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDH65h6cI2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDH65h6cI2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDH65h6cI2 .dropdown-item.active,
.cid-sDH65h6cI2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sDH65h6cI2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDH65h6cI2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDH65h6cI2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDH65h6cI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDH65h6cI2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDH65h6cI2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDH65h6cI2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDH65h6cI2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDH65h6cI2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDH65h6cI2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDH65h6cI2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDH65h6cI2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDH65h6cI2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDH65h6cI2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDH65h6cI2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDH65h6cI2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDH65h6cI2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDH65h6cI2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDH65h6cI2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDH65h6cI2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDH65h6cI2 .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-sDH65h6cI2 .navbar {
    height: 70px;
  }
  .cid-sDH65h6cI2 .navbar.opened {
    height: auto;
  }
  .cid-sDH65h6cI2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF7quSwzRe {
  background-image: url("../../../assets/images/healthpharm-banner-doc3-2000x1477.jpg");
}
.cid-sF7quSwzRe .mbr-section-title {
  text-align: left;
  color: #d61313;
}
.cid-sF7quSwzRe .mbr-section-subtitle {
  text-align: left;
  color: #08327d;
}
.cid-sF7quSwzRe .mbr-text,
.cid-sF7quSwzRe .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sDZFxmdaTR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sDZFxmdaTR .carousel {
  height: 800px;
}
.cid-sDZFxmdaTR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDZFxmdaTR .carousel-item,
.cid-sDZFxmdaTR .carousel-inner {
  height: 100%;
}
.cid-sDZFxmdaTR .mbr-overlay {
  z-index: 1;
}
.cid-sDZFxmdaTR .carousel-caption {
  bottom: 40px;
}
.cid-sDZFxmdaTR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDZFxmdaTR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDZFxmdaTR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDZFxmdaTR .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDZFxmdaTR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDZFxmdaTR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDZFxmdaTR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDZFxmdaTR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDZFxmdaTR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDZFxmdaTR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDZFxmdaTR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDZFxmdaTR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDZFxmdaTR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDZFxmdaTR .carousel-indicators li.active,
.cid-sDZFxmdaTR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDZFxmdaTR .carousel-indicators li::after,
.cid-sDZFxmdaTR .carousel-indicators li::before {
  content: none;
}
.cid-sDZFxmdaTR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDZFxmdaTR .carousel-indicators {
    display: none !important;
  }
}
.cid-sE1dKg8ifJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sE1dKg8ifJ .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sE1dKg8ifJ .currentcost {
  color: #232323;
}
.cid-sE1dKg8ifJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sE1dKg8ifJ .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1dKg8ifJ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sE1dKg8ifJ .text-box {
    padding: 1rem;
  }
}
.cid-sE1dKg8ifJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sE1gRNxqtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sE1gRNxqtE .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sE1gRNxqtE .currentcost {
  color: #232323;
}
.cid-sE1gRNxqtE .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sE1gRNxqtE .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1gRNxqtE .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sE1gRNxqtE .text-box {
    padding: 1rem;
  }
}
.cid-sE1gRNxqtE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDJCFiwOe8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDJCFiwOe8 img {
  width: 120px;
  margin: auto;
}
.cid-sDJCFiwOe8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDJCFiwOe8 .card {
    max-width: 12.5%;
  }
}
.cid-sGLokTwLxo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sGLokTwLxo img {
  width: 120px;
  margin: auto;
}
.cid-sGLokTwLxo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGLokTwLxo .card {
    max-width: 12.5%;
  }
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEA9BxRV30 .navbar-dropdown {
  position: relative !important;
}
.cid-sEA9BxRV30 .navbar-dropdown {
  position: absolute !important;
}
.cid-sEA9BxRV30 .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-sEA9BxRV30 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEA9BxRV30 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEA9BxRV30 .dropdown-item:hover,
.cid-sEA9BxRV30 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEA9BxRV30 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEA9BxRV30 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEA9BxRV30 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEA9BxRV30 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEA9BxRV30 .nav-link {
  position: relative;
}
.cid-sEA9BxRV30 .container {
  display: flex;
  margin: auto;
}
.cid-sEA9BxRV30 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEA9BxRV30 .dropdown-menu,
.cid-sEA9BxRV30 .navbar.opened {
  background: #ffffff !important;
}
.cid-sEA9BxRV30 .nav-item:focus,
.cid-sEA9BxRV30 .nav-link:focus {
  outline: none;
}
.cid-sEA9BxRV30 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEA9BxRV30 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEA9BxRV30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEA9BxRV30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEA9BxRV30 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEA9BxRV30 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEA9BxRV30 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEA9BxRV30 .navbar.opened {
  transition: all 0.3s;
}
.cid-sEA9BxRV30 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEA9BxRV30 .navbar .navbar-logo img {
  width: auto;
}
.cid-sEA9BxRV30 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEA9BxRV30 .navbar.collapsed {
  justify-content: center;
}
.cid-sEA9BxRV30 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEA9BxRV30 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEA9BxRV30 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEA9BxRV30 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEA9BxRV30 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEA9BxRV30 .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-sEA9BxRV30 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEA9BxRV30 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEA9BxRV30 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEA9BxRV30 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEA9BxRV30 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEA9BxRV30 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEA9BxRV30 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEA9BxRV30 .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-sEA9BxRV30 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEA9BxRV30 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEA9BxRV30 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEA9BxRV30 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEA9BxRV30 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEA9BxRV30 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEA9BxRV30 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEA9BxRV30 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEA9BxRV30 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEA9BxRV30 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEA9BxRV30 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEA9BxRV30 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEA9BxRV30 .dropdown-item.active,
.cid-sEA9BxRV30 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEA9BxRV30 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEA9BxRV30 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEA9BxRV30 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEA9BxRV30 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEA9BxRV30 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEA9BxRV30 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEA9BxRV30 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEA9BxRV30 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEA9BxRV30 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEA9BxRV30 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEA9BxRV30 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEA9BxRV30 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9BxRV30 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9BxRV30 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEA9BxRV30 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9BxRV30 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEA9BxRV30 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEA9BxRV30 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9BxRV30 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEA9BxRV30 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEA9BxRV30 .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-sEA9BxRV30 .navbar {
    height: 70px;
  }
  .cid-sEA9BxRV30 .navbar.opened {
    height: auto;
  }
  .cid-sEA9BxRV30 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAblo6FyN {
  background-image: url("../../../assets/images/healthpharm-banners-pharma2-2000x1476.png");
}
.cid-sEAblo6FyN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAblo6FyN .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-sEAblo6FyN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEAblo6FyN .mbr-text,
.cid-sEAblo6FyN .mbr-section-btn,
.cid-sEAblo6FyN .social-row {
  color: #000000;
  text-align: right;
}
.cid-sEAblo6FyN .mbr-section-title {
  text-align: right;
}
.cid-sEA9BARYkm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9BARYkm .item {
  padding-bottom: 2rem;
}
.cid-sEA9BARYkm .item-wrapper {
  position: relative;
}
.cid-sEA9BARYkm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9BARYkm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9BARYkm .carousel-control,
.cid-sEA9BARYkm .close {
  background: #1b1b1b;
}
.cid-sEA9BARYkm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9BARYkm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9BARYkm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9BARYkm .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9BARYkm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9BARYkm .close::before {
  content: '\e91a';
}
.cid-sEA9BARYkm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9BARYkm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9BARYkm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9BARYkm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9BARYkm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9BARYkm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9BARYkm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9BARYkm .carousel-indicators li.active,
.cid-sEA9BARYkm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9BARYkm .carousel-indicators li::after,
.cid-sEA9BARYkm .carousel-indicators li::before {
  content: none;
}
.cid-sEA9BARYkm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9BARYkm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9BARYkm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9BARYkm .carousel-indicators {
    display: none;
  }
}
.cid-sEA9BARYkm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9BARYkm .carousel-inner > .active {
  display: block;
}
.cid-sEA9BARYkm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9BARYkm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9BARYkm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9BARYkm .carousel-control,
  .cid-sEA9BARYkm .carousel-indicators,
  .cid-sEA9BARYkm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9BARYkm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9BARYkm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9BARYkm .carousel-indicators .active,
.cid-sEA9BARYkm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9BARYkm .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9BARYkm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9BARYkm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9BARYkm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9BARYkm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9BARYkm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9BARYkm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9BARYkm .carousel {
  width: 100%;
}
.cid-sEA9BARYkm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9BARYkm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9BARYkm .modal.fade .modal-dialog,
.cid-sEA9BARYkm .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9BARYkm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9BARYkm H6 {
  text-align: center;
}
.cid-sEA9BCAfkh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEA9BCAfkh .item {
  padding-bottom: 2rem;
}
.cid-sEA9BCAfkh .item-wrapper {
  position: relative;
}
.cid-sEA9BCAfkh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9BCAfkh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9BCAfkh .carousel-control,
.cid-sEA9BCAfkh .close {
  background: #1b1b1b;
}
.cid-sEA9BCAfkh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9BCAfkh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9BCAfkh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9BCAfkh .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9BCAfkh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9BCAfkh .close::before {
  content: '\e91a';
}
.cid-sEA9BCAfkh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9BCAfkh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9BCAfkh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9BCAfkh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9BCAfkh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9BCAfkh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9BCAfkh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9BCAfkh .carousel-indicators li.active,
.cid-sEA9BCAfkh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9BCAfkh .carousel-indicators li::after,
.cid-sEA9BCAfkh .carousel-indicators li::before {
  content: none;
}
.cid-sEA9BCAfkh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9BCAfkh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9BCAfkh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9BCAfkh .carousel-indicators {
    display: none;
  }
}
.cid-sEA9BCAfkh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9BCAfkh .carousel-inner > .active {
  display: block;
}
.cid-sEA9BCAfkh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9BCAfkh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9BCAfkh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9BCAfkh .carousel-control,
  .cid-sEA9BCAfkh .carousel-indicators,
  .cid-sEA9BCAfkh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9BCAfkh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9BCAfkh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9BCAfkh .carousel-indicators .active,
.cid-sEA9BCAfkh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9BCAfkh .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9BCAfkh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9BCAfkh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9BCAfkh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9BCAfkh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9BCAfkh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9BCAfkh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9BCAfkh .carousel {
  width: 100%;
}
.cid-sEA9BCAfkh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9BCAfkh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9BCAfkh .modal.fade .modal-dialog,
.cid-sEA9BCAfkh .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9BCAfkh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9BCAfkh H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEA9I5FTkG .navbar-dropdown {
  position: relative !important;
}
.cid-sEA9I5FTkG .navbar-dropdown {
  position: absolute !important;
}
.cid-sEA9I5FTkG .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-sEA9I5FTkG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEA9I5FTkG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEA9I5FTkG .dropdown-item:hover,
.cid-sEA9I5FTkG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEA9I5FTkG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEA9I5FTkG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEA9I5FTkG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEA9I5FTkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEA9I5FTkG .nav-link {
  position: relative;
}
.cid-sEA9I5FTkG .container {
  display: flex;
  margin: auto;
}
.cid-sEA9I5FTkG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEA9I5FTkG .dropdown-menu,
.cid-sEA9I5FTkG .navbar.opened {
  background: #ffffff !important;
}
.cid-sEA9I5FTkG .nav-item:focus,
.cid-sEA9I5FTkG .nav-link:focus {
  outline: none;
}
.cid-sEA9I5FTkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEA9I5FTkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEA9I5FTkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEA9I5FTkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEA9I5FTkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEA9I5FTkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEA9I5FTkG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEA9I5FTkG .navbar.opened {
  transition: all 0.3s;
}
.cid-sEA9I5FTkG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEA9I5FTkG .navbar .navbar-logo img {
  width: auto;
}
.cid-sEA9I5FTkG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEA9I5FTkG .navbar.collapsed {
  justify-content: center;
}
.cid-sEA9I5FTkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEA9I5FTkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEA9I5FTkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEA9I5FTkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEA9I5FTkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEA9I5FTkG .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-sEA9I5FTkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEA9I5FTkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEA9I5FTkG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEA9I5FTkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEA9I5FTkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEA9I5FTkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEA9I5FTkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEA9I5FTkG .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-sEA9I5FTkG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEA9I5FTkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEA9I5FTkG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEA9I5FTkG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEA9I5FTkG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEA9I5FTkG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEA9I5FTkG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEA9I5FTkG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEA9I5FTkG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEA9I5FTkG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEA9I5FTkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEA9I5FTkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEA9I5FTkG .dropdown-item.active,
.cid-sEA9I5FTkG .dropdown-item:active {
  background-color: transparent;
}
.cid-sEA9I5FTkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEA9I5FTkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEA9I5FTkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEA9I5FTkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEA9I5FTkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEA9I5FTkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEA9I5FTkG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEA9I5FTkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEA9I5FTkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEA9I5FTkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEA9I5FTkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEA9I5FTkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9I5FTkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9I5FTkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEA9I5FTkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9I5FTkG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEA9I5FTkG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEA9I5FTkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9I5FTkG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEA9I5FTkG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEA9I5FTkG .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-sEA9I5FTkG .navbar {
    height: 70px;
  }
  .cid-sEA9I5FTkG .navbar.opened {
    height: auto;
  }
  .cid-sEA9I5FTkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAdYIDKSS {
  background-image: url("../../../assets/images/lab-consumables-1800x1200.jpg");
}
.cid-sEAdYIDKSS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAdYIDKSS .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-sEAdYIDKSS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEA9I89anZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9I89anZ .item {
  padding-bottom: 2rem;
}
.cid-sEA9I89anZ .item-wrapper {
  position: relative;
}
.cid-sEA9I89anZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9I89anZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9I89anZ .carousel-control,
.cid-sEA9I89anZ .close {
  background: #1b1b1b;
}
.cid-sEA9I89anZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9I89anZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9I89anZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9I89anZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9I89anZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9I89anZ .close::before {
  content: '\e91a';
}
.cid-sEA9I89anZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9I89anZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9I89anZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9I89anZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9I89anZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9I89anZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9I89anZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9I89anZ .carousel-indicators li.active,
.cid-sEA9I89anZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9I89anZ .carousel-indicators li::after,
.cid-sEA9I89anZ .carousel-indicators li::before {
  content: none;
}
.cid-sEA9I89anZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9I89anZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9I89anZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9I89anZ .carousel-indicators {
    display: none;
  }
}
.cid-sEA9I89anZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9I89anZ .carousel-inner > .active {
  display: block;
}
.cid-sEA9I89anZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9I89anZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9I89anZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9I89anZ .carousel-control,
  .cid-sEA9I89anZ .carousel-indicators,
  .cid-sEA9I89anZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9I89anZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9I89anZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9I89anZ .carousel-indicators .active,
.cid-sEA9I89anZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9I89anZ .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9I89anZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9I89anZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9I89anZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9I89anZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9I89anZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9I89anZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9I89anZ .carousel {
  width: 100%;
}
.cid-sEA9I89anZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9I89anZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9I89anZ .modal.fade .modal-dialog,
.cid-sEA9I89anZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9I89anZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9I89anZ H6 {
  text-align: center;
}
.cid-sEA9I9YPMb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEA9I9YPMb .item {
  padding-bottom: 2rem;
}
.cid-sEA9I9YPMb .item-wrapper {
  position: relative;
}
.cid-sEA9I9YPMb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9I9YPMb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9I9YPMb .carousel-control,
.cid-sEA9I9YPMb .close {
  background: #1b1b1b;
}
.cid-sEA9I9YPMb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9I9YPMb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9I9YPMb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9I9YPMb .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9I9YPMb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9I9YPMb .close::before {
  content: '\e91a';
}
.cid-sEA9I9YPMb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9I9YPMb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9I9YPMb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9I9YPMb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9I9YPMb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9I9YPMb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9I9YPMb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9I9YPMb .carousel-indicators li.active,
.cid-sEA9I9YPMb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9I9YPMb .carousel-indicators li::after,
.cid-sEA9I9YPMb .carousel-indicators li::before {
  content: none;
}
.cid-sEA9I9YPMb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9I9YPMb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9I9YPMb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9I9YPMb .carousel-indicators {
    display: none;
  }
}
.cid-sEA9I9YPMb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9I9YPMb .carousel-inner > .active {
  display: block;
}
.cid-sEA9I9YPMb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9I9YPMb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9I9YPMb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9I9YPMb .carousel-control,
  .cid-sEA9I9YPMb .carousel-indicators,
  .cid-sEA9I9YPMb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9I9YPMb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9I9YPMb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9I9YPMb .carousel-indicators .active,
.cid-sEA9I9YPMb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9I9YPMb .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9I9YPMb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9I9YPMb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9I9YPMb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9I9YPMb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9I9YPMb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9I9YPMb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9I9YPMb .carousel {
  width: 100%;
}
.cid-sEA9I9YPMb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9I9YPMb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9I9YPMb .modal.fade .modal-dialog,
.cid-sEA9I9YPMb .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9I9YPMb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9I9YPMb H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEA9N7nyXr .navbar-dropdown {
  position: relative !important;
}
.cid-sEA9N7nyXr .navbar-dropdown {
  position: absolute !important;
}
.cid-sEA9N7nyXr .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-sEA9N7nyXr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEA9N7nyXr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEA9N7nyXr .dropdown-item:hover,
.cid-sEA9N7nyXr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEA9N7nyXr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEA9N7nyXr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEA9N7nyXr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEA9N7nyXr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEA9N7nyXr .nav-link {
  position: relative;
}
.cid-sEA9N7nyXr .container {
  display: flex;
  margin: auto;
}
.cid-sEA9N7nyXr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEA9N7nyXr .dropdown-menu,
.cid-sEA9N7nyXr .navbar.opened {
  background: #ffffff !important;
}
.cid-sEA9N7nyXr .nav-item:focus,
.cid-sEA9N7nyXr .nav-link:focus {
  outline: none;
}
.cid-sEA9N7nyXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEA9N7nyXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEA9N7nyXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEA9N7nyXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEA9N7nyXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEA9N7nyXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEA9N7nyXr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEA9N7nyXr .navbar.opened {
  transition: all 0.3s;
}
.cid-sEA9N7nyXr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEA9N7nyXr .navbar .navbar-logo img {
  width: auto;
}
.cid-sEA9N7nyXr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEA9N7nyXr .navbar.collapsed {
  justify-content: center;
}
.cid-sEA9N7nyXr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEA9N7nyXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEA9N7nyXr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEA9N7nyXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEA9N7nyXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEA9N7nyXr .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-sEA9N7nyXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEA9N7nyXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEA9N7nyXr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEA9N7nyXr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEA9N7nyXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEA9N7nyXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEA9N7nyXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEA9N7nyXr .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-sEA9N7nyXr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEA9N7nyXr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEA9N7nyXr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEA9N7nyXr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEA9N7nyXr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEA9N7nyXr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEA9N7nyXr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEA9N7nyXr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEA9N7nyXr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEA9N7nyXr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEA9N7nyXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEA9N7nyXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEA9N7nyXr .dropdown-item.active,
.cid-sEA9N7nyXr .dropdown-item:active {
  background-color: transparent;
}
.cid-sEA9N7nyXr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEA9N7nyXr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEA9N7nyXr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEA9N7nyXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEA9N7nyXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEA9N7nyXr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEA9N7nyXr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEA9N7nyXr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEA9N7nyXr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEA9N7nyXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEA9N7nyXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEA9N7nyXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9N7nyXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9N7nyXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEA9N7nyXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9N7nyXr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEA9N7nyXr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEA9N7nyXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9N7nyXr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEA9N7nyXr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEA9N7nyXr .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-sEA9N7nyXr .navbar {
    height: 70px;
  }
  .cid-sEA9N7nyXr .navbar.opened {
    height: auto;
  }
  .cid-sEA9N7nyXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAgwQH1Dh {
  background-image: url("../../../assets/images/lab-equip-750x500.jpg");
}
.cid-sEAgwQH1Dh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAgwQH1Dh .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-sEAgwQH1Dh .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEA9N9BZ8w {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9N9BZ8w .item {
  padding-bottom: 2rem;
}
.cid-sEA9N9BZ8w .item-wrapper {
  position: relative;
}
.cid-sEA9N9BZ8w .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9N9BZ8w .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9N9BZ8w .carousel-control,
.cid-sEA9N9BZ8w .close {
  background: #1b1b1b;
}
.cid-sEA9N9BZ8w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9N9BZ8w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9N9BZ8w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9N9BZ8w .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9N9BZ8w .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9N9BZ8w .close::before {
  content: '\e91a';
}
.cid-sEA9N9BZ8w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9N9BZ8w .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9N9BZ8w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9N9BZ8w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9N9BZ8w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9N9BZ8w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9N9BZ8w .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9N9BZ8w .carousel-indicators li.active,
.cid-sEA9N9BZ8w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9N9BZ8w .carousel-indicators li::after,
.cid-sEA9N9BZ8w .carousel-indicators li::before {
  content: none;
}
.cid-sEA9N9BZ8w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9N9BZ8w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9N9BZ8w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9N9BZ8w .carousel-indicators {
    display: none;
  }
}
.cid-sEA9N9BZ8w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9N9BZ8w .carousel-inner > .active {
  display: block;
}
.cid-sEA9N9BZ8w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9N9BZ8w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9N9BZ8w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9N9BZ8w .carousel-control,
  .cid-sEA9N9BZ8w .carousel-indicators,
  .cid-sEA9N9BZ8w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9N9BZ8w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9N9BZ8w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9N9BZ8w .carousel-indicators .active,
.cid-sEA9N9BZ8w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9N9BZ8w .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9N9BZ8w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9N9BZ8w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9N9BZ8w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9N9BZ8w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9N9BZ8w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9N9BZ8w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9N9BZ8w .carousel {
  width: 100%;
}
.cid-sEA9N9BZ8w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9N9BZ8w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9N9BZ8w .modal.fade .modal-dialog,
.cid-sEA9N9BZ8w .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9N9BZ8w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9N9BZ8w H6 {
  text-align: center;
}
.cid-sEA9Nba01T {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEA9Nba01T .item {
  padding-bottom: 2rem;
}
.cid-sEA9Nba01T .item-wrapper {
  position: relative;
}
.cid-sEA9Nba01T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9Nba01T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9Nba01T .carousel-control,
.cid-sEA9Nba01T .close {
  background: #1b1b1b;
}
.cid-sEA9Nba01T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9Nba01T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9Nba01T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9Nba01T .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9Nba01T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9Nba01T .close::before {
  content: '\e91a';
}
.cid-sEA9Nba01T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9Nba01T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9Nba01T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9Nba01T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9Nba01T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9Nba01T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9Nba01T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9Nba01T .carousel-indicators li.active,
.cid-sEA9Nba01T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9Nba01T .carousel-indicators li::after,
.cid-sEA9Nba01T .carousel-indicators li::before {
  content: none;
}
.cid-sEA9Nba01T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9Nba01T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9Nba01T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9Nba01T .carousel-indicators {
    display: none;
  }
}
.cid-sEA9Nba01T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9Nba01T .carousel-inner > .active {
  display: block;
}
.cid-sEA9Nba01T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9Nba01T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9Nba01T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9Nba01T .carousel-control,
  .cid-sEA9Nba01T .carousel-indicators,
  .cid-sEA9Nba01T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9Nba01T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9Nba01T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9Nba01T .carousel-indicators .active,
.cid-sEA9Nba01T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9Nba01T .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9Nba01T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9Nba01T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9Nba01T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9Nba01T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9Nba01T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9Nba01T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9Nba01T .carousel {
  width: 100%;
}
.cid-sEA9Nba01T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9Nba01T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9Nba01T .modal.fade .modal-dialog,
.cid-sEA9Nba01T .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9Nba01T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9Nba01T H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEA9SDpya5 .navbar-dropdown {
  position: relative !important;
}
.cid-sEA9SDpya5 .navbar-dropdown {
  position: absolute !important;
}
.cid-sEA9SDpya5 .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-sEA9SDpya5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEA9SDpya5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEA9SDpya5 .dropdown-item:hover,
.cid-sEA9SDpya5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEA9SDpya5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEA9SDpya5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEA9SDpya5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEA9SDpya5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEA9SDpya5 .nav-link {
  position: relative;
}
.cid-sEA9SDpya5 .container {
  display: flex;
  margin: auto;
}
.cid-sEA9SDpya5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEA9SDpya5 .dropdown-menu,
.cid-sEA9SDpya5 .navbar.opened {
  background: #ffffff !important;
}
.cid-sEA9SDpya5 .nav-item:focus,
.cid-sEA9SDpya5 .nav-link:focus {
  outline: none;
}
.cid-sEA9SDpya5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEA9SDpya5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEA9SDpya5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEA9SDpya5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEA9SDpya5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEA9SDpya5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEA9SDpya5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEA9SDpya5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sEA9SDpya5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEA9SDpya5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sEA9SDpya5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEA9SDpya5 .navbar.collapsed {
  justify-content: center;
}
.cid-sEA9SDpya5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEA9SDpya5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEA9SDpya5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEA9SDpya5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEA9SDpya5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEA9SDpya5 .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-sEA9SDpya5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEA9SDpya5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEA9SDpya5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEA9SDpya5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEA9SDpya5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEA9SDpya5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEA9SDpya5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEA9SDpya5 .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-sEA9SDpya5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEA9SDpya5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEA9SDpya5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEA9SDpya5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEA9SDpya5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEA9SDpya5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEA9SDpya5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEA9SDpya5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEA9SDpya5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEA9SDpya5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEA9SDpya5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEA9SDpya5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEA9SDpya5 .dropdown-item.active,
.cid-sEA9SDpya5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEA9SDpya5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEA9SDpya5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEA9SDpya5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEA9SDpya5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEA9SDpya5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEA9SDpya5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEA9SDpya5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEA9SDpya5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEA9SDpya5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEA9SDpya5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEA9SDpya5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEA9SDpya5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9SDpya5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9SDpya5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEA9SDpya5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9SDpya5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEA9SDpya5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEA9SDpya5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9SDpya5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEA9SDpya5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEA9SDpya5 .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-sEA9SDpya5 .navbar {
    height: 70px;
  }
  .cid-sEA9SDpya5 .navbar.opened {
    height: auto;
  }
  .cid-sEA9SDpya5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAiM6GlSF {
  background-image: url("../../../assets/images/medical-consumables-2000x2000.jpg");
}
.cid-sEAiM6GlSF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAiM6GlSF .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-sEAiM6GlSF .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEA9SFAiv4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9SFAiv4 .item {
  padding-bottom: 2rem;
}
.cid-sEA9SFAiv4 .item-wrapper {
  position: relative;
}
.cid-sEA9SFAiv4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9SFAiv4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9SFAiv4 .carousel-control,
.cid-sEA9SFAiv4 .close {
  background: #1b1b1b;
}
.cid-sEA9SFAiv4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9SFAiv4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9SFAiv4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9SFAiv4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9SFAiv4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9SFAiv4 .close::before {
  content: '\e91a';
}
.cid-sEA9SFAiv4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9SFAiv4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9SFAiv4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9SFAiv4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9SFAiv4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9SFAiv4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9SFAiv4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9SFAiv4 .carousel-indicators li.active,
.cid-sEA9SFAiv4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9SFAiv4 .carousel-indicators li::after,
.cid-sEA9SFAiv4 .carousel-indicators li::before {
  content: none;
}
.cid-sEA9SFAiv4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9SFAiv4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9SFAiv4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9SFAiv4 .carousel-indicators {
    display: none;
  }
}
.cid-sEA9SFAiv4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9SFAiv4 .carousel-inner > .active {
  display: block;
}
.cid-sEA9SFAiv4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9SFAiv4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9SFAiv4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9SFAiv4 .carousel-control,
  .cid-sEA9SFAiv4 .carousel-indicators,
  .cid-sEA9SFAiv4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9SFAiv4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9SFAiv4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9SFAiv4 .carousel-indicators .active,
.cid-sEA9SFAiv4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9SFAiv4 .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9SFAiv4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9SFAiv4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9SFAiv4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9SFAiv4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9SFAiv4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9SFAiv4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9SFAiv4 .carousel {
  width: 100%;
}
.cid-sEA9SFAiv4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9SFAiv4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9SFAiv4 .modal.fade .modal-dialog,
.cid-sEA9SFAiv4 .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9SFAiv4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9SFAiv4 H6 {
  text-align: center;
}
.cid-sEA9SHkiBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9SHkiBr .item {
  padding-bottom: 2rem;
}
.cid-sEA9SHkiBr .item-wrapper {
  position: relative;
}
.cid-sEA9SHkiBr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9SHkiBr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9SHkiBr .carousel-control,
.cid-sEA9SHkiBr .close {
  background: #1b1b1b;
}
.cid-sEA9SHkiBr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9SHkiBr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9SHkiBr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9SHkiBr .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9SHkiBr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9SHkiBr .close::before {
  content: '\e91a';
}
.cid-sEA9SHkiBr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9SHkiBr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9SHkiBr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9SHkiBr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9SHkiBr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9SHkiBr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9SHkiBr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9SHkiBr .carousel-indicators li.active,
.cid-sEA9SHkiBr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9SHkiBr .carousel-indicators li::after,
.cid-sEA9SHkiBr .carousel-indicators li::before {
  content: none;
}
.cid-sEA9SHkiBr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9SHkiBr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9SHkiBr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9SHkiBr .carousel-indicators {
    display: none;
  }
}
.cid-sEA9SHkiBr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9SHkiBr .carousel-inner > .active {
  display: block;
}
.cid-sEA9SHkiBr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9SHkiBr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9SHkiBr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9SHkiBr .carousel-control,
  .cid-sEA9SHkiBr .carousel-indicators,
  .cid-sEA9SHkiBr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9SHkiBr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9SHkiBr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9SHkiBr .carousel-indicators .active,
.cid-sEA9SHkiBr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9SHkiBr .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9SHkiBr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9SHkiBr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9SHkiBr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9SHkiBr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9SHkiBr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9SHkiBr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9SHkiBr .carousel {
  width: 100%;
}
.cid-sEA9SHkiBr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9SHkiBr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9SHkiBr .modal.fade .modal-dialog,
.cid-sEA9SHkiBr .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9SHkiBr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9SHkiBr H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEA9YNseyi .navbar-dropdown {
  position: relative !important;
}
.cid-sEA9YNseyi .navbar-dropdown {
  position: absolute !important;
}
.cid-sEA9YNseyi .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-sEA9YNseyi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEA9YNseyi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEA9YNseyi .dropdown-item:hover,
.cid-sEA9YNseyi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEA9YNseyi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEA9YNseyi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEA9YNseyi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEA9YNseyi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEA9YNseyi .nav-link {
  position: relative;
}
.cid-sEA9YNseyi .container {
  display: flex;
  margin: auto;
}
.cid-sEA9YNseyi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEA9YNseyi .dropdown-menu,
.cid-sEA9YNseyi .navbar.opened {
  background: #ffffff !important;
}
.cid-sEA9YNseyi .nav-item:focus,
.cid-sEA9YNseyi .nav-link:focus {
  outline: none;
}
.cid-sEA9YNseyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEA9YNseyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEA9YNseyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEA9YNseyi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEA9YNseyi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEA9YNseyi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEA9YNseyi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEA9YNseyi .navbar.opened {
  transition: all 0.3s;
}
.cid-sEA9YNseyi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEA9YNseyi .navbar .navbar-logo img {
  width: auto;
}
.cid-sEA9YNseyi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEA9YNseyi .navbar.collapsed {
  justify-content: center;
}
.cid-sEA9YNseyi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEA9YNseyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEA9YNseyi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEA9YNseyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEA9YNseyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEA9YNseyi .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-sEA9YNseyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEA9YNseyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEA9YNseyi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEA9YNseyi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEA9YNseyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEA9YNseyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEA9YNseyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEA9YNseyi .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-sEA9YNseyi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEA9YNseyi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEA9YNseyi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEA9YNseyi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEA9YNseyi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEA9YNseyi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEA9YNseyi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEA9YNseyi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEA9YNseyi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEA9YNseyi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEA9YNseyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEA9YNseyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEA9YNseyi .dropdown-item.active,
.cid-sEA9YNseyi .dropdown-item:active {
  background-color: transparent;
}
.cid-sEA9YNseyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEA9YNseyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEA9YNseyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEA9YNseyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEA9YNseyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEA9YNseyi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEA9YNseyi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEA9YNseyi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEA9YNseyi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEA9YNseyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEA9YNseyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEA9YNseyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9YNseyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEA9YNseyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEA9YNseyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9YNseyi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEA9YNseyi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEA9YNseyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEA9YNseyi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEA9YNseyi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEA9YNseyi .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-sEA9YNseyi .navbar {
    height: 70px;
  }
  .cid-sEA9YNseyi .navbar.opened {
    height: auto;
  }
  .cid-sEA9YNseyi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAl0B5TY5 {
  background-image: url("../../../assets/images/medical-equip-2000x1230.png");
}
.cid-sEAl0B5TY5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAl0B5TY5 .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-sEAl0B5TY5 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEA9YPy5Pq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEA9YPy5Pq .item {
  padding-bottom: 2rem;
}
.cid-sEA9YPy5Pq .item-wrapper {
  position: relative;
}
.cid-sEA9YPy5Pq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9YPy5Pq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9YPy5Pq .carousel-control,
.cid-sEA9YPy5Pq .close {
  background: #1b1b1b;
}
.cid-sEA9YPy5Pq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9YPy5Pq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9YPy5Pq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9YPy5Pq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9YPy5Pq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9YPy5Pq .close::before {
  content: '\e91a';
}
.cid-sEA9YPy5Pq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9YPy5Pq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9YPy5Pq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9YPy5Pq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9YPy5Pq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9YPy5Pq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9YPy5Pq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9YPy5Pq .carousel-indicators li.active,
.cid-sEA9YPy5Pq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9YPy5Pq .carousel-indicators li::after,
.cid-sEA9YPy5Pq .carousel-indicators li::before {
  content: none;
}
.cid-sEA9YPy5Pq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9YPy5Pq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9YPy5Pq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9YPy5Pq .carousel-indicators {
    display: none;
  }
}
.cid-sEA9YPy5Pq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9YPy5Pq .carousel-inner > .active {
  display: block;
}
.cid-sEA9YPy5Pq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9YPy5Pq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9YPy5Pq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9YPy5Pq .carousel-control,
  .cid-sEA9YPy5Pq .carousel-indicators,
  .cid-sEA9YPy5Pq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9YPy5Pq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9YPy5Pq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9YPy5Pq .carousel-indicators .active,
.cid-sEA9YPy5Pq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9YPy5Pq .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9YPy5Pq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9YPy5Pq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9YPy5Pq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9YPy5Pq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9YPy5Pq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9YPy5Pq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9YPy5Pq .carousel {
  width: 100%;
}
.cid-sEA9YPy5Pq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9YPy5Pq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9YPy5Pq .modal.fade .modal-dialog,
.cid-sEA9YPy5Pq .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9YPy5Pq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9YPy5Pq H6 {
  text-align: center;
}
.cid-sEA9YR7eM6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEA9YR7eM6 .item {
  padding-bottom: 2rem;
}
.cid-sEA9YR7eM6 .item-wrapper {
  position: relative;
}
.cid-sEA9YR7eM6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEA9YR7eM6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEA9YR7eM6 .carousel-control,
.cid-sEA9YR7eM6 .close {
  background: #1b1b1b;
}
.cid-sEA9YR7eM6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEA9YR7eM6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEA9YR7eM6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEA9YR7eM6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEA9YR7eM6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEA9YR7eM6 .close::before {
  content: '\e91a';
}
.cid-sEA9YR7eM6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEA9YR7eM6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEA9YR7eM6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9YR7eM6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEA9YR7eM6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEA9YR7eM6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEA9YR7eM6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEA9YR7eM6 .carousel-indicators li.active,
.cid-sEA9YR7eM6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEA9YR7eM6 .carousel-indicators li::after,
.cid-sEA9YR7eM6 .carousel-indicators li::before {
  content: none;
}
.cid-sEA9YR7eM6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEA9YR7eM6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEA9YR7eM6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEA9YR7eM6 .carousel-indicators {
    display: none;
  }
}
.cid-sEA9YR7eM6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEA9YR7eM6 .carousel-inner > .active {
  display: block;
}
.cid-sEA9YR7eM6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEA9YR7eM6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEA9YR7eM6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEA9YR7eM6 .carousel-control,
  .cid-sEA9YR7eM6 .carousel-indicators,
  .cid-sEA9YR7eM6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEA9YR7eM6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEA9YR7eM6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEA9YR7eM6 .carousel-indicators .active,
.cid-sEA9YR7eM6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEA9YR7eM6 .carousel-indicators .active {
  background: #fff;
}
.cid-sEA9YR7eM6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEA9YR7eM6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEA9YR7eM6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEA9YR7eM6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEA9YR7eM6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEA9YR7eM6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEA9YR7eM6 .carousel {
  width: 100%;
}
.cid-sEA9YR7eM6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEA9YR7eM6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEA9YR7eM6 .modal.fade .modal-dialog,
.cid-sEA9YR7eM6 .modal.in .modal-dialog {
  transform: none;
}
.cid-sEA9YR7eM6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEA9YR7eM6 H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sEAa4x405o .navbar-dropdown {
  position: relative !important;
}
.cid-sEAa4x405o .navbar-dropdown {
  position: absolute !important;
}
.cid-sEAa4x405o .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-sEAa4x405o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sEAa4x405o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEAa4x405o .dropdown-item:hover,
.cid-sEAa4x405o .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEAa4x405o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sEAa4x405o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sEAa4x405o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sEAa4x405o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEAa4x405o .nav-link {
  position: relative;
}
.cid-sEAa4x405o .container {
  display: flex;
  margin: auto;
}
.cid-sEAa4x405o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEAa4x405o .dropdown-menu,
.cid-sEAa4x405o .navbar.opened {
  background: #ffffff !important;
}
.cid-sEAa4x405o .nav-item:focus,
.cid-sEAa4x405o .nav-link:focus {
  outline: none;
}
.cid-sEAa4x405o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEAa4x405o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEAa4x405o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEAa4x405o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEAa4x405o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEAa4x405o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEAa4x405o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sEAa4x405o .navbar.opened {
  transition: all 0.3s;
}
.cid-sEAa4x405o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEAa4x405o .navbar .navbar-logo img {
  width: auto;
}
.cid-sEAa4x405o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEAa4x405o .navbar.collapsed {
  justify-content: center;
}
.cid-sEAa4x405o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEAa4x405o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEAa4x405o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sEAa4x405o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEAa4x405o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEAa4x405o .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-sEAa4x405o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEAa4x405o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEAa4x405o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEAa4x405o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEAa4x405o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEAa4x405o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEAa4x405o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEAa4x405o .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-sEAa4x405o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEAa4x405o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEAa4x405o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEAa4x405o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEAa4x405o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEAa4x405o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEAa4x405o .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEAa4x405o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEAa4x405o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEAa4x405o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEAa4x405o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEAa4x405o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEAa4x405o .dropdown-item.active,
.cid-sEAa4x405o .dropdown-item:active {
  background-color: transparent;
}
.cid-sEAa4x405o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEAa4x405o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEAa4x405o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEAa4x405o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEAa4x405o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEAa4x405o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEAa4x405o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEAa4x405o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEAa4x405o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEAa4x405o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEAa4x405o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEAa4x405o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEAa4x405o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEAa4x405o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEAa4x405o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEAa4x405o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEAa4x405o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEAa4x405o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEAa4x405o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sEAa4x405o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEAa4x405o .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-sEAa4x405o .navbar {
    height: 70px;
  }
  .cid-sEAa4x405o .navbar.opened {
    height: auto;
  }
  .cid-sEAa4x405o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEAqQST5jY {
  background-image: url("../../../assets/images/protective-clothing-2000x1230.jpg");
}
.cid-sEAqQST5jY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sEAqQST5jY .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-sEAqQST5jY .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sEAqQST5jY .mbr-section-title {
  text-align: left;
}
.cid-sEAqQST5jY .mbr-text,
.cid-sEAqQST5jY .mbr-section-btn,
.cid-sEAqQST5jY .social-row {
  text-align: left;
}
.cid-sEAa4z0y3j {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEAa4z0y3j .item {
  padding-bottom: 2rem;
}
.cid-sEAa4z0y3j .item-wrapper {
  position: relative;
}
.cid-sEAa4z0y3j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEAa4z0y3j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEAa4z0y3j .carousel-control,
.cid-sEAa4z0y3j .close {
  background: #1b1b1b;
}
.cid-sEAa4z0y3j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEAa4z0y3j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEAa4z0y3j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEAa4z0y3j .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEAa4z0y3j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEAa4z0y3j .close::before {
  content: '\e91a';
}
.cid-sEAa4z0y3j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEAa4z0y3j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEAa4z0y3j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEAa4z0y3j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEAa4z0y3j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEAa4z0y3j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEAa4z0y3j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEAa4z0y3j .carousel-indicators li.active,
.cid-sEAa4z0y3j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEAa4z0y3j .carousel-indicators li::after,
.cid-sEAa4z0y3j .carousel-indicators li::before {
  content: none;
}
.cid-sEAa4z0y3j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEAa4z0y3j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEAa4z0y3j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEAa4z0y3j .carousel-indicators {
    display: none;
  }
}
.cid-sEAa4z0y3j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEAa4z0y3j .carousel-inner > .active {
  display: block;
}
.cid-sEAa4z0y3j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEAa4z0y3j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEAa4z0y3j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEAa4z0y3j .carousel-control,
  .cid-sEAa4z0y3j .carousel-indicators,
  .cid-sEAa4z0y3j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEAa4z0y3j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEAa4z0y3j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEAa4z0y3j .carousel-indicators .active,
.cid-sEAa4z0y3j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEAa4z0y3j .carousel-indicators .active {
  background: #fff;
}
.cid-sEAa4z0y3j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEAa4z0y3j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEAa4z0y3j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEAa4z0y3j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEAa4z0y3j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEAa4z0y3j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEAa4z0y3j .carousel {
  width: 100%;
}
.cid-sEAa4z0y3j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEAa4z0y3j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEAa4z0y3j .modal.fade .modal-dialog,
.cid-sEAa4z0y3j .modal.in .modal-dialog {
  transform: none;
}
.cid-sEAa4z0y3j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEAa4z0y3j H6 {
  text-align: center;
}
.cid-sEAa4AB3ul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEAa4AB3ul .item {
  padding-bottom: 2rem;
}
.cid-sEAa4AB3ul .item-wrapper {
  position: relative;
}
.cid-sEAa4AB3ul .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sEAa4AB3ul .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEAa4AB3ul .carousel-control,
.cid-sEAa4AB3ul .close {
  background: #1b1b1b;
}
.cid-sEAa4AB3ul .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEAa4AB3ul .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEAa4AB3ul .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEAa4AB3ul .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEAa4AB3ul .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sEAa4AB3ul .close::before {
  content: '\e91a';
}
.cid-sEAa4AB3ul .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEAa4AB3ul .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sEAa4AB3ul .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEAa4AB3ul .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEAa4AB3ul .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEAa4AB3ul .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEAa4AB3ul .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEAa4AB3ul .carousel-indicators li.active,
.cid-sEAa4AB3ul .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEAa4AB3ul .carousel-indicators li::after,
.cid-sEAa4AB3ul .carousel-indicators li::before {
  content: none;
}
.cid-sEAa4AB3ul .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEAa4AB3ul .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEAa4AB3ul .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEAa4AB3ul .carousel-indicators {
    display: none;
  }
}
.cid-sEAa4AB3ul .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEAa4AB3ul .carousel-inner > .active {
  display: block;
}
.cid-sEAa4AB3ul .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEAa4AB3ul .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEAa4AB3ul .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEAa4AB3ul .carousel-control,
  .cid-sEAa4AB3ul .carousel-indicators,
  .cid-sEAa4AB3ul .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEAa4AB3ul .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEAa4AB3ul .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEAa4AB3ul .carousel-indicators .active,
.cid-sEAa4AB3ul .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEAa4AB3ul .carousel-indicators .active {
  background: #fff;
}
.cid-sEAa4AB3ul .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEAa4AB3ul .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEAa4AB3ul .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEAa4AB3ul .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEAa4AB3ul .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEAa4AB3ul .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEAa4AB3ul .carousel {
  width: 100%;
}
.cid-sEAa4AB3ul .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEAa4AB3ul .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEAa4AB3ul .modal.fade .modal-dialog,
.cid-sEAa4AB3ul .modal.in .modal-dialog {
  transform: none;
}
.cid-sEAa4AB3ul .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEAa4AB3ul H6 {
  text-align: center;
}
.cid-sERyS5rHGj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sERyS5rHGj .item {
  padding-bottom: 2rem;
}
.cid-sERyS5rHGj .item-wrapper {
  position: relative;
}
.cid-sERyS5rHGj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sERyS5rHGj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sERyS5rHGj .carousel-control,
.cid-sERyS5rHGj .close {
  background: #1b1b1b;
}
.cid-sERyS5rHGj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sERyS5rHGj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sERyS5rHGj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sERyS5rHGj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sERyS5rHGj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sERyS5rHGj .close::before {
  content: '\e91a';
}
.cid-sERyS5rHGj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sERyS5rHGj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sERyS5rHGj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sERyS5rHGj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sERyS5rHGj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sERyS5rHGj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sERyS5rHGj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sERyS5rHGj .carousel-indicators li.active,
.cid-sERyS5rHGj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sERyS5rHGj .carousel-indicators li::after,
.cid-sERyS5rHGj .carousel-indicators li::before {
  content: none;
}
.cid-sERyS5rHGj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sERyS5rHGj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sERyS5rHGj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sERyS5rHGj .carousel-indicators {
    display: none;
  }
}
.cid-sERyS5rHGj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sERyS5rHGj .carousel-inner > .active {
  display: block;
}
.cid-sERyS5rHGj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sERyS5rHGj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sERyS5rHGj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sERyS5rHGj .carousel-control,
  .cid-sERyS5rHGj .carousel-indicators,
  .cid-sERyS5rHGj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sERyS5rHGj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sERyS5rHGj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sERyS5rHGj .carousel-indicators .active,
.cid-sERyS5rHGj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sERyS5rHGj .carousel-indicators .active {
  background: #fff;
}
.cid-sERyS5rHGj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sERyS5rHGj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sERyS5rHGj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sERyS5rHGj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sERyS5rHGj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sERyS5rHGj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sERyS5rHGj .carousel {
  width: 100%;
}
.cid-sERyS5rHGj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sERyS5rHGj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sERyS5rHGj .modal.fade .modal-dialog,
.cid-sERyS5rHGj .modal.in .modal-dialog {
  transform: none;
}
.cid-sERyS5rHGj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sERyS5rHGj H6 {
  text-align: center;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
.cid-sDZCeRsLTZ .navbar-dropdown {
  position: relative !important;
}
.cid-sDZCeRsLTZ .navbar-dropdown {
  position: absolute !important;
}
.cid-sDZCeRsLTZ .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-sDZCeRsLTZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDZCeRsLTZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDZCeRsLTZ .dropdown-item:hover,
.cid-sDZCeRsLTZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sDZCeRsLTZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDZCeRsLTZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDZCeRsLTZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDZCeRsLTZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDZCeRsLTZ .nav-link {
  position: relative;
}
.cid-sDZCeRsLTZ .container {
  display: flex;
  margin: auto;
}
.cid-sDZCeRsLTZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDZCeRsLTZ .dropdown-menu,
.cid-sDZCeRsLTZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sDZCeRsLTZ .nav-item:focus,
.cid-sDZCeRsLTZ .nav-link:focus {
  outline: none;
}
.cid-sDZCeRsLTZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDZCeRsLTZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDZCeRsLTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDZCeRsLTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDZCeRsLTZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDZCeRsLTZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDZCeRsLTZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sDZCeRsLTZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sDZCeRsLTZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDZCeRsLTZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sDZCeRsLTZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDZCeRsLTZ .navbar.collapsed {
  justify-content: center;
}
.cid-sDZCeRsLTZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDZCeRsLTZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDZCeRsLTZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sDZCeRsLTZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDZCeRsLTZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDZCeRsLTZ .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-sDZCeRsLTZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDZCeRsLTZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDZCeRsLTZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDZCeRsLTZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDZCeRsLTZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDZCeRsLTZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDZCeRsLTZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDZCeRsLTZ .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-sDZCeRsLTZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDZCeRsLTZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDZCeRsLTZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDZCeRsLTZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDZCeRsLTZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDZCeRsLTZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDZCeRsLTZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDZCeRsLTZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDZCeRsLTZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDZCeRsLTZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDZCeRsLTZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDZCeRsLTZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDZCeRsLTZ .dropdown-item.active,
.cid-sDZCeRsLTZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sDZCeRsLTZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDZCeRsLTZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDZCeRsLTZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDZCeRsLTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDZCeRsLTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDZCeRsLTZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDZCeRsLTZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDZCeRsLTZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDZCeRsLTZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDZCeRsLTZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDZCeRsLTZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDZCeRsLTZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDZCeRsLTZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDZCeRsLTZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDZCeRsLTZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDZCeRsLTZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDZCeRsLTZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDZCeRsLTZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDZCeRsLTZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDZCeRsLTZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDZCeRsLTZ .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-sDZCeRsLTZ .navbar {
    height: 70px;
  }
  .cid-sDZCeRsLTZ .navbar.opened {
    height: auto;
  }
  .cid-sDZCeRsLTZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDZCeTIhvQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sDZCeTIhvQ .carousel {
  height: 800px;
}
.cid-sDZCeTIhvQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDZCeTIhvQ .carousel-item,
.cid-sDZCeTIhvQ .carousel-inner {
  height: 100%;
}
.cid-sDZCeTIhvQ .mbr-overlay {
  z-index: 1;
}
.cid-sDZCeTIhvQ .carousel-caption {
  bottom: 40px;
}
.cid-sDZCeTIhvQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDZCeTIhvQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDZCeTIhvQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDZCeTIhvQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDZCeTIhvQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDZCeTIhvQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDZCeTIhvQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDZCeTIhvQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDZCeTIhvQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDZCeTIhvQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDZCeTIhvQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDZCeTIhvQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDZCeTIhvQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDZCeTIhvQ .carousel-indicators li.active,
.cid-sDZCeTIhvQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDZCeTIhvQ .carousel-indicators li::after,
.cid-sDZCeTIhvQ .carousel-indicators li::before {
  content: none;
}
.cid-sDZCeTIhvQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDZCeTIhvQ .carousel-indicators {
    display: none !important;
  }
}
.cid-sE5W3uicpZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sE5WxLMdiG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sE5WxLMdiG .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sE5WxLMdiG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sE5WxLMdiG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sE5WxLMdiG .card-wrapper {
    padding: 4rem;
  }
}
.cid-sE5WxLMdiG .mbr-text,
.cid-sE5WxLMdiG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sE5WxLMdiG .card-title,
.cid-sE5WxLMdiG .card-box {
  text-align: center;
}
.cid-sE5WrwJNNE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sE5WrwJNNE .mbr-text {
  text-align: center;
}
.cid-sE5WrwJNNE .mbr-section-subtitle {
  text-align: center;
}
.cid-sE6AGWkOPr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/human-heart-design-2000x1333.jpg");
}
.cid-sE6AGWkOPr .nav-tabs .nav-item.open .nav-link:focus,
.cid-sE6AGWkOPr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sE6AGWkOPr .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e6c63b;
}
@media (max-width: 767px) {
  .cid-sE6AGWkOPr .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sE6AGWkOPr .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-sE6AGWkOPr .nav-tabs .nav-link:not(.active) {
  color: #fafafa;
}
.cid-sE6AGWkOPr .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sE6AGWkOPr .nav-link,
.cid-sE6AGWkOPr .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sE6AGWkOPr .nav-tabs .nav-link.active {
  color: #e6c63b;
  border-bottom: 3px solid #e6c63b;
}
.cid-sE6AGWkOPr H4 {
  text-align: center;
}
.cid-sE6AGWkOPr H3 {
  text-align: left;
  color: #ffffff;
}
.cid-sE6AGWkOPr P {
  color: #fafafa;
}
.cid-sF1Krq2OU6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF1GitCNNo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sF1GitCNNo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sF1GitCNNo .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sF1GitCNNo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF1GitCNNo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sF1GitCNNo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sF1GitCNNo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sF1GitCNNo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sF1GitCNNo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sF1GitCNNo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF1GitCNNo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sF1GXKxEGm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sF1GXKxEGm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sF1GXKxEGm .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sF1GXKxEGm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF1GXKxEGm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sF1GXKxEGm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sF1GXKxEGm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sF1GXKxEGm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sF1GXKxEGm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sF1GXKxEGm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF1GXKxEGm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sE5WA7Kdm6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/healthpharm-banners-ppe-2000x1229.jpeg");
}
.cid-sE5WA7Kdm6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sE5WA7Kdm6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sE5WA7Kdm6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-sE5WA7Kdm6 .panel-body,
.cid-sE5WA7Kdm6 .card-header {
  padding: 1rem 0;
}
.cid-sE5WA7Kdm6 .panel-title-edit {
  color: #000000;
}
.cid-sE7jc8rn7A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/healthpharm-banners2-2000x1230.jpeg");
}
.cid-sE7jc8rn7A .mbr-text,
.cid-sE7jc8rn7A .mbr-section-btn {
  color: #232323;
}
.cid-sE7jc8rn7A .card-title,
.cid-sE7jc8rn7A .card-box {
  color: #ffffff;
}
.cid-sE7jc8rn7A .mbr-text,
.cid-sE7jc8rn7A .link-wrap {
  color: #ffffff;
}
.cid-sF2pXqguZ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .content {
    text-align: center;
  }
  .cid-sF2pXqguZ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF2pXqguZ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF2pXqguZ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF2pXqguZ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF2pXqguZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF2pXqguZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF2pXqguZ4 .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-sF2pXqguZ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF2pXqguZ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF2pXqguZ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2pXqguZ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF2pXqguZ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF2pXqguZ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF2pXqguZ4 .copyright > p {
  color: #bbbbbb;
}
