body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}

.wpb_wrapper a {color: #316888;font-weight: 500; }


.display-1 > .mbr-iconfont {
  font-size: 10.24rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.0rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ac1717 !important;
}
.bg-success {
  background-color: #555555 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #ac1717 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ac1717 !important;
  border-color: #ac1717 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #690e0e !important;
  border-color: #690e0e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #690e0e !important;
  border-color: #690e0e !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #d91d1d !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #ac1717 !important;
  border-color: #ac1717 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #690e0e !important;
  border-color: #690e0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #690e0e !important;
  border-color: #690e0e !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ac1717 !important;
  color: #ffffff !important;
  color: #ac1717 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ac1717;
  color: #ac1717;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ac1717;
  border-color: #ac1717;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ac1717 !important;
  border-color: #ac1717 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ac1717 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  color: #ffffff !important;
  color: #555555 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #555555;
  color: #555555;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #555555 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #ac1717 !important;
  color: #ffffff !important;
  color: #ac1717 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ac1717;
  color: #ac1717;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ac1717;
  border-color: #ac1717;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ac1717 !important;
  border-color: #ac1717 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #ac1717 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ac1717 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #555555 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #ac1717 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e64343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e64343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ac1717;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #ac1717;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ac1717;
  border-color: #ac1717;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ac1717;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e95a5a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8c8c8;
}
.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: #e95a5a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #ac1717;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ac1717;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ac1717;
  border-bottom-color: #ac1717;
}
.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: #ac1717 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !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='%23ac1717' %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-sQPZ2olq8l #content-desktop {
  display: block;
}
.cid-sQPZ2olq8l #content-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cid-sQPZ2olq8l #content-desktop {
    display: none;
  }
  .cid-sQPZ2olq8l #content-mobile {
    display: block;
  }
}
.cid-sUqsmRhzTo {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 0px;
}
.cid-sUqsmRhzTo .container-fluid {
  padding: 0rem;
}
.cid-sUqsmRhzTo .image-block {
  margin: auto;
}
.cid-sUqsmRhzTo .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sUqsmRhzTo .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-sUqsmRhzTo .row {
    margin: 0rem;
  }
}
.cid-sUvK9Zc3q5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUvK9Zc3q5 .mbr-section-subtitle {
  text-align: left;
}
.cid-sUvK9Zc3q5 .card-title,
.cid-sUvK9Zc3q5 .card-box {
  text-align: center;
}
.cid-sUvK9Zc3q5 H1 {
  text-align: center;
}
.cid-sUvK9Zc3q5 H3 {
  text-align: center;
}
.cid-sUqr1T5Gfc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/piercy-stakelum-364044-20190710-152054-976-2000x2200.jpg");
}
.cid-sUqr1T5Gfc .mbr-media {
  position: relative;
}
.cid-sUqr1T5Gfc .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sUqr1T5Gfc .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sUqr1T5Gfc .box {
    min-height: 300px;
  }
}
.cid-sUqr1T5Gfc .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUqr1T5Gfc .icon-wrap a {
  height: 20px;
}
.cid-sUqr1T5Gfc .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sUqr1T5Gfc .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #0b4698;
}
.cid-sUqr1T5Gfc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sUqr1T5Gfc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sUqr1T5Gfc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sUqr1T5Gfc .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sUqr1T5Gfc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUqr1T5Gfc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sUqr1T5Gfc H1 {
  text-align: center;
}
.cid-sTKUaD3XJv {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sTKUaD3XJv img {
  width: 120px;
  margin: auto;
}
.cid-sTKUaD3XJv .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sTKUaD3XJv .card {
    max-width: 12.5%;
  }
}
.cid-sTKUaD3XJv #content-desktop {
  display: block;
}
.cid-sTKUaD3XJv #content-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cid-sTKUaD3XJv #content-desktop {
    display: none;
  }
  .cid-sTKUaD3XJv #content-mobile {
    display: block;
  }
}
.cid-sTL4mbGP4z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #354463;
}
@media (max-width: 992px) {
  .cid-sTL4mbGP4z {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .cid-sTL4mbGP4z {
    padding-top: 21px;
    padding-bottom: 0px;
  }
}
.cid-sTL4mbGP4z .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sTL4mbGP4z .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-sTL4mbGP4z .row {
    padding: 0;
  }
}
.cid-sTL4mbGP4z .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sTL4mbGP4z .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sTL4mbGP4z .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-sTL4mbGP4z .btn-primary-outline {
  color: #ffffff !important;
}


.cid-sTLhfGu8LR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-sTLhfGu56LR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}


@media (max-width: 992px) {
  .cid-sTLhfGu8LR {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}


@media (max-width: 992px) {
  .cid-sTLhfGu56LR {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}



.cid-sTLhfGu8LR .box {
  background-image: url("../../../assets/images/baaner-0007-office-2-1012x540.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-sTLhfGu56LR .box {
  background-image: url("../../../assets/images/template_video-mark-0.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.cid-sTLhfGu56LR .icon-wrap {
  background-color: #1d2024 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0.5;
}
.cid-sTLhfGu56LR .icon-wrap:hover {
  background-color: #ac1717 !important;
}
.cid-sTLhfGu56LR .icon-wrap span {
  padding-left: 4px;
}
.cid-sTLhfGu56LR .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sTLhfGu56LR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTLhfGu56LR .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-sTLhfGu56LR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTLhfGu56LR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTLhfGu56LR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTLhfGu56LR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #000000;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTLhfGu56LR a.close:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sTLhfGu56LR {
    padding-top: 7px;
    padding-bottom: 0px;
padding: 0 rem;
  }
  .cid-sTLhfGu56LR .box {
    height: 250px;
  }
  .cid-sTLhfGu56LR .row {
    padding: 0rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sTLhfGu56LR .row {
    padding: 0 rem;
  }
}
.cid-sTLhfGu56LR H6 {
  color: #000000;
  text-align: center;
}





.cid-sTLhfGu8LR .icon-wrap {
  background-color: #1d2024 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0.5;
}
.cid-sTLhfGu8LR .icon-wrap:hover {
  background-color: #ac1717 !important;
}
.cid-sTLhfGu8LR .icon-wrap span {
  padding-left: 4px;
}
.cid-sTLhfGu8LR .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sTLhfGu8LR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTLhfGu8LR .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-sTLhfGu8LR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTLhfGu8LR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTLhfGu8LR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTLhfGu8LR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #000000;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTLhfGu8LR a.close:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sTLhfGu8LR {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sTLhfGu8LR .box {
    height: 250px;
  }
  .cid-sTLhfGu8LR .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sTLhfGu8LR .row {
    padding: 0 1rem;
  }
}
.cid-sTLhfGu8LR H6 {
  color: #000000;
  text-align: center;
}









.cid-sTLjxCqq1T {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTLjxCqq1T {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-sTLjxCqq1T .box {
  background-image: url("../../../assets/images/baaner-8-1012x540.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTLjxCqq1T .icon-wrap {
  background-color: #1d2024 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0.5;
}
.cid-sTLjxCqq1T .icon-wrap:hover {
  background-color: #ac1717 !important;
}
.cid-sTLjxCqq1T .icon-wrap span {
  padding-left: 4px;
}
.cid-sTLjxCqq1T .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sTLjxCqq1T .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTLjxCqq1T .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-sTLjxCqq1T .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTLjxCqq1T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTLjxCqq1T .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTLjxCqq1T a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #000000;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTLjxCqq1T a.close:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sTLjxCqq1T {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sTLjxCqq1T .box {
    height: 250px;
  }
  .cid-sTLjxCqq1T .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sTLjxCqq1T .row {
    padding: 0 1rem;
  }
}
.cid-sTLjxCqq1T H6 {
  color: #000000;
  text-align: center;
}
.cid-sTLl6lCIlz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTLl6lCIlz {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-sTLl6lCIlz .box {
  background-image: url("../../../assets/images/baaner-0006-office-1-1012x540.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTLl6lCIlz .icon-wrap {
  background-color: #1d2024 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0.5;
}
.cid-sTLl6lCIlz .icon-wrap:hover {
  background-color: #ac1717 !important;
}
.cid-sTLl6lCIlz .icon-wrap span {
  padding-left: 4px;
}
.cid-sTLl6lCIlz .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sTLl6lCIlz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sTLl6lCIlz .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-sTLl6lCIlz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sTLl6lCIlz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sTLl6lCIlz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sTLl6lCIlz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #000000;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sTLl6lCIlz a.close:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-sTLl6lCIlz {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sTLl6lCIlz .box {
    height: 250px;
  }
  .cid-sTLl6lCIlz .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sTLl6lCIlz .row {
    padding: 0 1rem;
  }
}
.cid-sTLl6lCIlz H6 {
  color: #000000;
  text-align: center;
}
.cid-sTGgzIwuvx {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sTGgzIwuvx .container-fluid {
  padding: 0rem;
}
.cid-sTGgzIwuvx .image-block {
  margin: auto;
}
.cid-sTGgzIwuvx .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTGgzIwuvx .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-sTGgzIwuvx .row {
    margin: 0rem;
  }
}
.cid-sTGgzIwuvx #content-desktop {
  display: block;
}
.cid-sTGgzIwuvx #content-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cid-sTGgzIwuvx #content-desktop {
    display: none;
  }
  .cid-sTGgzIwuvx #content-mobile {
    display: block;
  }
}
.cid-sTGhUzVhbi {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sTGhUzVhbi .team-card .image-wrap {
  overflow: hidden;
}
.cid-sTGhUzVhbi .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-sTGhUzVhbi .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sTGhUzVhbi .image-wrap {
  position: relative;
}
.cid-sTGhUzVhbi .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-sTGhUzVhbi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sTGhUzVhbi .card-wrap {
  background: #354463;
}
.cid-sTGhUzVhbi .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sTGhUzVhbi .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sTGhUzVhbi .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTGhUzVhbi .mbr-role {
  margin-bottom: 1rem;
}
.cid-sTGhUzVhbi .main-heading {
  margin-bottom: 2.2rem;
}
.cid-sTGhUzVhbi .btn {
  margin-top: 3rem;
}
.cid-sTGhUzVhbi .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sTGhUzVhbi .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-sTGhUzVhbi .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTGhUzVhbi .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-sTGhUzVhbi .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sTGhUzVhbi .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-sTGhUzVhbi .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-sTGhUzVhbi .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sUYFHMStHO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sUYFHMStHO .item:focus,
.cid-sUYFHMStHO span:focus {
  outline: none;
}
.cid-sUYFHMStHO .item-wrapper {
  position: relative;
}
.cid-sUYFHMStHO .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sUYFHMStHO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sUYFHMStHO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sUYFHMStHO .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sUYFHMStHO .embla__slide {
    min-width: 375px;
  }
}
.cid-sUYFHMStHO .embla__button--next,
.cid-sUYFHMStHO .embla__button--prev {
  display: flex;
}
.cid-sUYFHMStHO .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-sUYFHMStHO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sUYFHMStHO .embla__button:hover {
  background: #cccccc;
  color: #fff;
  transform: scale(1.05);
}
.cid-sUYFHMStHO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUYFHMStHO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUYFHMStHO .embla__button {
    top: auto;
  }
}
.cid-sUYFHMStHO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sUYFHMStHO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sUYFHMStHO .embla {
  position: relative;
  width: 100%;
}
.cid-sUYFHMStHO .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sUYFHMStHO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sUYFHMStHO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sUYFHMStHO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sUYFHMStHO .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-sUYFHMStHO .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sUYFHMStHO .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-sUYFHMStHO .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sUYFHMStHO .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sUYFHMStHO .shadow:hover .number,
.cid-sUYFHMStHO .shadow:hover .card-title {
  color: #cccccc !important;
}
.cid-sUYFHMStHO .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-sUYFHMStHO .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-sUYFHMStHO .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sUYFHMStHO .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sUYFHMStHO H3 {
  color: #1d1d1f;
}
.cid-sUYFHMStHO .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-sUYFHMStHO .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sUYFHMStHO .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-sUYFHMStHO .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sUYFHMStHO .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sUYFHMStHO .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sUYFHMStHO .people {
  align-items: center;
}
.cid-sUYFHMStHO img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sUYFHMStHO .row.title-block {
    flex-direction: column;
  }
  .cid-sUYFHMStHO .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sUYFHMStHO .mbr-section-title {
    text-align: center;
  }
}
.cid-sUYFHMStHO .card-subtitle,
.cid-sUYFHMStHO .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-sUYFHMStHO .people {
    flex-direction: column;
  }
  .cid-sUYFHMStHO .card-text,
  .cid-sUYFHMStHO .align,
  .cid-sUYFHMStHO .iconfont-wrapper {
    text-align: center;
  }
  .cid-sUYFHMStHO img {
    margin-bottom: 20px !important;
  }
}
.cid-sUYFHMStHO .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-sUYFHMStHO .button-align {
    margin-top: 20px;
  }
}
.cid-sUYFHMStHO .btn {
  margin-top: 20px;
}
.cid-sUYFHMStHO a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sUYFHMStHO .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-sUYFHMStHO .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-sUYFHMStHO .mbr-section-title {
  color: #42474c;
}
.cid-sV4K2vSCrO {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV4K2vSCrO img {
  width: 120px;
  margin: auto;
}
.cid-sV4K2vSCrO .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sV4K2vSCrO .card {
    max-width: 12.5%;
  }
}
.cid-sV4K2vSCrO #content-desktop {
  display: block;
}
.cid-sV4K2vSCrO #content-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cid-sV4K2vSCrO #content-desktop {
    display: none;
  }
  .cid-sV4K2vSCrO #content-mobile {
    display: block;
  }
}
.cid-sTGi25qByo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/h4-holder-img-4-959x540.webp");
}
.cid-sTGi25qByo .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sTGi25qByo .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sTGi25qByo .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-sTGi25qByo .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sTGi25qByo .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-sTGi25qByo .link:hover {
  color: #ac1717 !important;
}
.cid-sTGi25qByo .link:hover::after {
  opacity: 0;
}
.cid-sTGi25qByo .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-sTGi25qByo .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sTGi25qByo .img-mbr-section-text {
  position: relative;
}
.cid-sTGi25qByo .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #ffffff;
}
.cid-sTGi25qByo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
}
.cid-sTGi25qByo .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-sTGi25qByo .row {
  margin: 0;
}
.cid-sTGi25qByo .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sTGi25qByo .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sTGi25qByo .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sTGi25qByo .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sTGi25qByo .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sTGi25qByo .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sTGi25qByo .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-sTGi25qByo .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-sTGi25qByo .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sTGi25qByo .img-block {
    padding-left: 6rem;
  }
}
.cid-sTGi25qByo H4 {
  color: #ffbc00;
}
.cid-sTGi426Qfz {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sTGi426Qfz .container-fluid {
  padding: 0rem;
}
.cid-sTGi426Qfz .image-block {
  margin: auto;
}
.cid-sTGi426Qfz .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTGi426Qfz .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-sTGi426Qfz .row {
    margin: 0rem;
  }
}
.cid-sV00esNwIN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV00esNwIN .mbr-section-subtitle {
  text-align: left;
}
.cid-sV00esNwIN .card-title,
.cid-sV00esNwIN .card-box {
  text-align: center;
}
.cid-sV00esNwIN H1 {
  text-align: center;
}
.cid-sV00esNwIN H3 {
  text-align: center;
}
.cid-sUYHDqv9bx {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sUYHDqv9bx .main-heading {
  margin-bottom: 1.3rem;
}
.cid-sUYHDqv9bx img {
  border-radius: 100%;
}
.cid-sUYHDqv9bx .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-sUYHDqv9bx .mbr-section-subtitle {
  color: #999999;
  font-weight: 400;
}
.cid-sUYHDqv9bx .mbr-role {
  margin-bottom: 0rem;
  color:#3a3838;
  text-align: center;
}
.cid-sUYHDqv9bx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sUYHDqv9bx .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sUYHDqv9bx .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-sUYHDqv9bx .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sUYHDqv9bx .card-title,
.cid-sUYHDqv9bx .mbr-role {
  transition: 0.3s;
}
.cid-sUYHDqv9bx a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-sUYHDqv9bx a:hover {
  color: #c1f7d5 !important;
}
.cid-sUYHDqv9bx .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-sUYHDqv9bx .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sUYHDqv9bx .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-sUYHDqv9bx .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sUYHDqv9bx .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sUYHDqv9bx .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sUYHDqv9bx .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUYHDqv9bx .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sUYHDqv9bx .social-list {
  margin-bottom: 1.5rem;
}
.cid-sTGhX341oW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #354463;
}
@media (max-width: 992px) {
  .cid-sTGhX341oW {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .cid-sTGhX341oW {
    padding-top: 14px;
    padding-bottom: 0px;
  }
}
.cid-sTGhX341oW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sTGhX341oW .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-sTGhX341oW .row {
    padding: 0;
  }
}
.cid-sTGhX341oW .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sTGhX341oW .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sTGhX341oW .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-sTGhX341oW .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sTGjVO3L8X {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sTGjVO3L8X .container-fluid {
  padding: 0rem;
}
.cid-sTGjVO3L8X .image-block {
  margin: auto;
}
.cid-sTGjVO3L8X .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTGjVO3L8X .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-sTGjVO3L8X .row {
    margin: 0rem;
  }
}
.cid-sTGjVO3L8X #content-desktop {
  display: block;
}
.cid-sTGjVO3L8X #content-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .cid-sTGjVO3L8X #content-desktop {
    display: none;
  }
  .cid-sTGjVO3L8X #content-mobile {
    display: block;
  }
}
.cid-sTGjUUxsk6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTGjUUxsk6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sTGjUUxsk6 input,
.cid-sTGjUUxsk6 textarea {
  font-size: 14px;
}
.cid-sTGjUUxsk6 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-sTGjUUxsk6 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  min-height: 160px !important;
}
.cid-sTGjUUxsk6 .form-group {
  margin-bottom: 1.3rem;
}
.cid-sTGjUUxsk6 .block-title {
  margin-bottom: 0.7rem;
}
.cid-sTGjUUxsk6 .form-control:hover,
.cid-sTGjUUxsk6 .form-control:focus {
  color: #555555 !important;
}
.cid-sTGjUUxsk6 .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sTGjUUxsk6 img {
width: 100%;
height: 100%;
  border-radius: 8px;
}
.cid-sTGjUUxsk6 .btn {
  border-radius: 30px;
}
.cid-sTGjUUxsk6 .form-control,
.cid-sTGjUUxsk6 .field-input {
  padding: 0.5rem;
  background-color: #e2e3e7;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTGjUUxsk6 .form-control:hover,
.cid-sTGjUUxsk6 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sTGjUUxsk6 .form-control:focus,
.cid-sTGjUUxsk6 .field-input:focus {
  background-color: #e7edff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sTGjUUxsk6 input::-webkit-input-placeholder,
.cid-sTGjUUxsk6 textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-sTGjUUxsk6 input:-moz-placeholder,
.cid-sTGjUUxsk6 textarea:-moz-placeholder {
  color: #555555;
}
.cid-sTGjUUxsk6 .jq-selectbox li,
.cid-sTGjUUxsk6 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sTGjUUxsk6 .jq-selectbox li:hover,
.cid-sTGjUUxsk6 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sTGjUUxsk6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sTGjUUxsk6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
@media (max-width: 992px) {
  .cid-sTGjUUxsk6 img {
    width: 100%;
  }
  .cid-sTGjUUxsk6 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sTGjUUxsk6 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  padding-right: 0.5rem;
}
.cid-sTGjUUxsk6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTGjUUxsk6 .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-sTGjUUxsk6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTGjUUxsk6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sTGjUUxsk6 .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sTGjUUxsk6 .mbr-form {
    margin-top: 2rem;
  }
  .cid-sTGjUUxsk6 .btn {
    width: 100%;
  }
}
@media (min-width: 776px) and (max-width: 992px) {
  .cid-sTGjUUxsk6 .mbr-form {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTGjUUxsk6 .form-row > [class*="col-"] {
    padding: 0 1rem;
  }
}
.cid-sTGprJImxq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sTGprJImxq .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-sTGprJImxq .card-title,
.cid-sTGprJImxq .mbr-role {
  transition: 0.3s;
}
.cid-sTGprJImxq .main-heading {
  margin-bottom: 1.3rem;
}
.cid-sTGprJImxq .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-sTGprJImxq .mbr-section-subtitle {
  color: #3a3838;
  text-align: center;
}
.cid-sTGprJImxq .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
  text-align: left;
}
.cid-sTGprJImxq .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-sTGprJImxq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-sTGprJImxq .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sTGprJImxq .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-sTGprJImxq .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTGprJImxq .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-sTGprJImxq .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-sTGprJImxq a {
  color: #2d2d2d;
  transition: 0.3s;
}
.cid-sTGprJImxq a:hover {
  color: #2d2d2d !important;
}
.cid-sTGprJImxq .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sTGprJImxq .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sTGprJImxq .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-sTGprJImxq .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sTGprJImxq .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTGprJImxq .addbar {
  color: #2d2d2d;
  font-weight: bold;
}
.cid-sTGprJImxq .phbar {
  color: #3a3a3a;
  font-weight: bold;
}
.cid-sTGprJImxq .pinbar {
  color: #ea1111;
  font-weight: bold;
}
.cid-sTGprJImxq .phic {
  color: #eaaa11;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-sTGprJImxq .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTGprJImxq .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sTGprJImxq .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sTGprJImxq .main-title {
  text-align: center;
}
.cid-sTGprJImxq P {
  color: #354463;
}
.cid-sTGhM2CBwz {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #354463;
  position: relative;
  overflow: hidden;
}
.cid-sTGhM2CBwz .container {
  max-width: 1400px;
}
.cid-sTGhM2CBwz .card-img2 span {
  padding-top: 6px;
}
.cid-sTGhM2CBwz .soc-item a {
  padding-top: 5px;
}
.cid-sTGhM2CBwz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sTGhM2CBwz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sTGhM2CBwz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sTGhM2CBwz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTGhM2CBwz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sTGhM2CBwz #e2_shape {
  fill: #ffffff !important;
}
.cid-sTGhM2CBwz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sTGhM2CBwz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sTGhM2CBwz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTGhM2CBwz .card-img {
  width: auto;
}
.cid-sTGhM2CBwz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sTGhM2CBwz .soc-item span {
  font-size: 1.4rem;
}
.cid-sTGhM2CBwz .soc-item:hover span {
  color: #ac1717 !important;
}
.cid-sTGhM2CBwz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sTGhM2CBwz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sTGhM2CBwz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sTGhM2CBwz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sTGhM2CBwz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sTGhM2CBwz .item {
    justify-content: center;
  }
  .cid-sTGhM2CBwz .quote::after {
    left: 60px;
  }
}
.cid-sTGhM2CBwz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sTGhM2CBwz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTGhM2CBwz .text1 {
  color: #ffffff;
}
.cid-sTGhM2CBwz .item-title {
  color: #ffffff;
}
.cid-sTGhM2CBwz H5 {
  color: #ffffff;
}
.cid-sTGhM2CBwz .theme {
  color: #ffffff;
}
.cid-sTGhM2CBwz .copyright > p {
  color: #ff3366;
}
.cid-sTGhM2CBwz .text2 {
  color: #ffffff;
}
.cid-sRBHejx2iy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBHejx2iy .nav-item:focus,
.cid-sRBHejx2iy .nav-link:focus {
  outline: none;
}
.cid-sRBHejx2iy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBHejx2iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRBHejx2iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBHejx2iy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRBHejx2iy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRBHejx2iy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #354463;
  background: none;
}
.cid-sRBHejx2iy .navbar.opened {
  transition: all 0.3s;
  background: #354463 !important;
}
.cid-sRBHejx2iy .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRBHejx2iy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRBHejx2iy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRBHejx2iy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRBHejx2iy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRBHejx2iy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRBHejx2iy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRBHejx2iy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRBHejx2iy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRBHejx2iy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRBHejx2iy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRBHejx2iy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRBHejx2iy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRBHejx2iy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRBHejx2iy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRBHejx2iy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRBHejx2iy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRBHejx2iy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRBHejx2iy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRBHejx2iy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRBHejx2iy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRBHejx2iy .navbar.navbar-short {
  background: #354463;
}
.cid-sRBHejx2iy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRBHejx2iy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRBHejx2iy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRBHejx2iy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sRBHejx2iy .dropdown-item.active,
.cid-sRBHejx2iy .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-sRBHejx2iy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRBHejx2iy .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-sRBHejx2iy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-sRBHejx2iy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #354463;
}
.cid-sRBHejx2iy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRBHejx2iy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRBHejx2iy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRBHejx2iy .navbar-nav {
  margin: auto;
}
.cid-sRBHejx2iy .navbar-buttons {
  text-align: center;
}
.cid-sRBHejx2iy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRBHejx2iy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRBHejx2iy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRBHejx2iy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRBHejx2iy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRBHejx2iy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRBHejx2iy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRBHejx2iy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRBHejx2iy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRBHejx2iy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRBHejx2iy .navbar-dropdown {
  padding-left: 0rem;
}
.cid-sRBHejx2iy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRBHejx2iy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRBHejx2iy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRBHejx2iy .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRBHejx2iy .navbar {
    height: 77px;
  }
  .cid-sRBHejx2iy .navbar.opened {
    height: auto;
  }
}
.cid-sRBHejx2iy .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-sRBHejx2iy .text-btn {
  transition: transform 0.3s;
}
.cid-sRBHejx2iy .btn:hover {
  transform: scale(0.8);
}
.cid-sRBHejx2iy .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-sRBHejx2iy .nav-link {
  position: relative;
  display: inline-block;
}
.cid-sRBHejx2iy .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #354463;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-sRBHejx2iy .nav-link:hover::before {
  width: 100%;
}
.cid-sRBHejx2iy .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-sRBHejx2iy .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-sRBHejx2iy .link {
  margin: 0rem 1.2rem !important;
  font-weight: 900;
}
.cid-sRBHejx2iy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-sRBHejx2iy .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffcc00;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-sRBHejx2iy .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-sRBHejx2iy .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #354463;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-sRBHejx2iy .navbar-caption {
  font-family: 'Oswald', sans-serif;
}
@media (max-width: 992px) {
  .cid-sRBHejx2iy .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-sRBHejx2iy .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-sRBHejx2iy .dropdown-menu::before {
    display: none !important;
  }
  .cid-sRBHejx2iy .btn:hover {
    background-color: #ac1717 !important;
    color: #cccccc !important;
  }
  .cid-sRBHejx2iy .dropdown-menu > a::after {
    display: none;
  }
  .cid-sRBHejx2iy .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sRBHejx2iy .nav-link::before {
    display: none;
  }
  .cid-sRBHejx2iy .dropdown-menu > a {
    color: #fff !important;
  }
  .cid-sRBHejx2iy .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-sRBHejx2iy .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-sRBHejx2iy .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-sRBHejx2iy .nav-dropdown .dropdown-item:focus,
  .cid-sRBHejx2iy .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-sRBHejx2iy .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sRBHejx2iy .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRBHejx2iy .container-fluid {
    padding-right: 0rem;
  }
  .cid-sRBHejx2iy .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-sRBHejx2iy .btn {
    padding: 1.8rem 6rem;
  }
  .cid-sRBHejx2iy .btn:hover {
    background-color: #cccccc !important;
    color: #ac1717 !important;
  }
  .cid-sRBHejx2iy .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-sRBHejx2iy .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-sRBHejx2iy .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-sRBHejx2iy .nav-dropdown .dropdown-item:focus,
  .cid-sRBHejx2iy .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-sRBHejx2iy .btn-primary {
  color: #cccccc !important;
}
.cid-sRBHejx2iy .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-sRBHejx2iy .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-sRBHejx2iy .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}




ul.new-site {
  margin: 10px 10px auto;
  color: #7dc64b;
list-style: none;
}




.wpb_wrapper i { color: #7096dd; padding-right: 10px;}
.wpb_wrapper ul { list-style: none; }
.wpb_wrapper h1 { margin: 40px; color: #354463;}
.wpb_wrapper h3 { margin: 40px; color: #354463;}
.wpb_wrapper h2 { margin: 40px; color: #354463;}
.wpb_wrapper h4 { margin: 40px; color: #354463;}
.wpb_wrapper a {color: #000000; }
.wpb_content_element {margin-bottom: 40px; }
.text-highlight { color: #295099; text-align: center;}
.text-highlight a { color: #295099;}
.text-highlight-2 { color: #295099;text-align: center;}
.text-highlight-2 p { color: #295099;text-align: center;}
.text-highlight-2 a { color: #295099;}
.title h1 {color: #567aa8;margin: 30px;}



.cid-sTx0nhW2uH {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
}








.cid-sTx0nhW2uH .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-sTx0nhW2uH .card-title,
.cid-sTx0nhW2uH .mbr-role {
  transition: 0.3s;
}
.cid-sTx0nhW2uH .main-heading {
  margin-bottom: 1.3rem;
}
.cid-sTx0nhW2uH .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-sTx0nhW2uH .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  text-align: center;
}
.cid-sTx0nhW2uH .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
  text-align: left;
}
.cid-sTx0nhW2uH .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-sTx0nhW2uH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-sTx0nhW2uH .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sTx0nhW2uH .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-sTx0nhW2uH .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTx0nhW2uH .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-sTx0nhW2uH .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-sTx0nhW2uH a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-sTx0nhW2uH a:hover {
  color: #c1f7d5 !important;
}



.cid-sTx0nhW2uH .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #dfdcdc;
}


.cid-sTx0nhW2uH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sTx0nhW2uH .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-sTx0nhW2uH .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sTx0nhW2uH .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sTx0nhW2uH .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTx0nhW2uH .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sTx0nhW2uH .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sTx0nhW2uH .main-title {
  text-align: center;
}



.cid-sTzyReS5g1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sTzyReS5g1 .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-sTzyReS5g1 .card-title,
.cid-sTzyReS5g1 .mbr-role {
  transition: 0.3s;
}
.cid-sTzyReS5g1 .main-heading {
  margin-bottom: 1.3rem;
}
.cid-sTzyReS5g1 .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-sTzyReS5g1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  text-align: center;
}
.cid-sTzyReS5g1 .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
  text-align: left;
}
.cid-sTzyReS5g1 .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-sTzyReS5g1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-sTzyReS5g1 .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sTzyReS5g1 .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-sTzyReS5g1 .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTzyReS5g1 .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-sTzyReS5g1 .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-sTzyReS5g1 a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-sTzyReS5g1 a:hover {
  color: #c1f7d5 !important;
}
.cid-sTzyReS5g1 .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #dfdcdc;

}
.cid-sTzyReS5g1 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sTzyReS5g1 .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-sTzyReS5g1 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sTzyReS5g1 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sTzyReS5g1 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTzyReS5g1 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sTzyReS5g1 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sTzyReS5g1 .main-title {
  text-align: center;
}


.cid-t4HeEa3YNa {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  text-align: center !important;
  margin: auto;

}
.cid-t4HeEa3YNa .carousel {

  text-align: center !important;
  margin: auto;
 
}
.cid-t4HeEa3YNa .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  text-align: center !important;
  margin: auto;

}



.cid-t4HeEa3YNa .carousel-item img {
  height: 400px;
  object-fit: cover;
}
.cid-t4HeEa3YNa .mbr-overlay {
  z-index: 1;
}
.cid-t4HeEa3YNa .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-t4HeEa3YNa .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-t4HeEa3YNa .carousel-caption {
    width: 900px;
  }
}
.cid-t4HeEa3YNa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4HeEa3YNa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t4HeEa3YNa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t4HeEa3YNa .item-wrapper {

}
@media (max-width: 767px) {
  .cid-t4HeEa3YNa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4HeEa3YNa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4HeEa3YNa .container .carousel-indicators {
  margin-bottom: 3px;
display: none;


}
.cid-t4HeEa3YNa .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;
  opacity: 0;
}
.cid-t4HeEa3YNa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4HeEa3YNa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4HeEa3YNa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4HeEa3YNa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
display: none;

}
.cid-t4HeEa3YNa .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
display: none;

}
.cid-t4HeEa3YNa .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;

display: none;


}



.cid-t4HeEa3YNa .carousel-indicators li::after,
.cid-t4HeEa3YNa .carousel-indicators li::before {
  content: none;

display: none;



}
.cid-t4HeEa3YNa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;

display: none;


}



