.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !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: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d8c3a5;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: #be9b69 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #d8c3a5 !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: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.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: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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: 'Lexend', 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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', 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: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !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: #d8c3a5 !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='%23e43f3f' %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-tsWNMrl2D2 .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-tsWNMrl2D2 .display-2 {
  font-size: 2rem;
}
.cid-tsWNMrl2D2 .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tsWNMrl2D2 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tsWNMrl2D2 .dropdown-item:hover {
    color: #232323 !important;
    background: #bbbbbb !important;
  }
  .cid-tsWNMrl2D2 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tsWNMrl2D2.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsWNMrl2D2.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsWNMrl2D2.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsWNMrl2D2.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsWNMrl2D2.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tsWNMrl2D2.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsWNMrl2D2.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tsWNMrl2D2.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tsWNMrl2D2 .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tsWNMrl2D2 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tsWNMrl2D2 .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsWNMrl2D2.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsWNMrl2D2 .dropdown-menu {
    top: 0;
  }
  .cid-tsWNMrl2D2 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsWNMrl2D2 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsWNMrl2D2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tsWNMrl2D2 .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tsWNMrl2D2 ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsWNMrl2D2 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #353535;
    text-align: center;
  }
  .cid-tsWNMrl2D2 .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsWNMrl2D2 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tsWNMrl2D2 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tsWNMrl2D2 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tsWNMrl2D2 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tsWNMrl2D2 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tsWNMrl2D2 .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tsWNMrl2D2 .container {
  width: 100%;
  max-width: 1520px !important;
  display: flex;
  margin: auto;
}
.cid-tsWNMrl2D2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tsWNMrl2D2 .navbar.navbar-short .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tsWNMrl2D2 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.7);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tsWNMrl2D2 .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #adadad !important;
  }
}
.cid-tsWNMrl2D2 .navbar.opened {
  transition: all .3s;
}
.cid-tsWNMrl2D2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tsWNMrl2D2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tsWNMrl2D2 .nav-link:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-tsWNMrl2D2 .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tsWNMrl2D2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tsWNMrl2D2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tsWNMrl2D2 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tsWNMrl2D2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tsWNMrl2D2 .navbar-caption {
  padding-right: 1rem;
}
.cid-tsWNMrl2D2 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .dropdown-menu,
  .cid-tsWNMrl2D2 .navbar.opened {
    background: #232323 !important;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .dropdown-menu,
  .cid-tsWNMrl2D2 .navbar.opened {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.cid-tsWNMrl2D2 .nav-item:focus,
.cid-tsWNMrl2D2 .nav-link:focus {
  outline: none;
}
.cid-tsWNMrl2D2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tsWNMrl2D2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tsWNMrl2D2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tsWNMrl2D2 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tsWNMrl2D2 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tsWNMrl2D2 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tsWNMrl2D2 .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tsWNMrl2D2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsWNMrl2D2 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tsWNMrl2D2 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tsWNMrl2D2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #353535;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tsWNMrl2D2 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-tsWNMrl2D2 .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tsWNMrl2D2 .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cid-tsWNMrl2D2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsWNMrl2D2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsWNMrl2D2 .dropdown-item.active,
.cid-tsWNMrl2D2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsWNMrl2D2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-tsWNMrl2D2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsWNMrl2D2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsWNMrl2D2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tsWNMrl2D2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsWNMrl2D2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsWNMrl2D2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tsWNMrl2D2 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tsWNMrl2D2 .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tsWNMrl2D2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsWNMrl2D2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsWNMrl2D2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsWNMrl2D2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsWNMrl2D2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsWNMrl2D2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsWNMrl2D2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsWNMrl2D2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsWNMrl2D2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsWNMrl2D2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsWNMrl2D2 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tsWNMrl2D2 a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsWNMrl2D2 .navbar-brand span {
  display: inline-block;
}
.cid-tsWNMrl2D2 .navbar-brand a {
  font-weight: 400;
}
.cid-tsWNMrl2D2 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tsWNMrl2D2 .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-tsWNMrl2D2 .btn .mbr-iconfont,
.cid-tsWNMrl2D2 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tsWNMrl2D2 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #e43f3f !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 12.5px;
  padding-bottom: 11.5px;
  color: #ffffff;
}
.cid-tsWNMrl2D2 .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-tsWNMrl2D2 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tsWNMrl2D2 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tsWNMrl2D2 img {
  width: auto;
}
.cid-tsWNMrl2D2 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tsWNMrl2D2 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tsWNMrl2D2 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tsWNMrl2D2 a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tsWNMrl2D2 .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tsWNMrl2D2 .socicon {
  line-height: inherit;
}
.cid-tsWNMrl2D2 .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-I5gA7MunQR {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-I5gA7MunQR h1 {
  text-align: left;
}
.cid-I5gA7MunQR span {
  color: #000000;
  background-color: #efefef;
}
.cid-I5gA7MunQR H1 {
  text-align: center;
}
.cid-SczKinLIhU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-SczKinLIhU .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-SczKinLIhU .carousel {
  margin: 0px 0;
  background: #ccc;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.cid-SczKinLIhU .carousel:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  height: 60px;
  bottom: 0px;
  left: 10px;
  right: 10px;
  border-radius: 5px;
}
.cid-SczKinLIhU .carousel .item {
  text-align: center;
  overflow: hidden;
  height: 475px;
}
.cid-SczKinLIhU .carousel .item img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.cid-SczKinLIhU .carousel .carousel-control {
  width: 50px;
  height: 50px;
  background: #000;
  margin: auto 0;
  opacity: 0.8;
}
.cid-SczKinLIhU .carousel .carousel-control:hover {
  opacity: 0.9;
}
.cid-SczKinLIhU .carousel .carousel-control i {
  font-size: 41px;
}
.cid-SczKinLIhU .carousel-caption h3,
.cid-SczKinLIhU .carousel-caption p {
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-shadow: none;
  margin-bottom: 20px;
}
.cid-SczKinLIhU .carousel-caption h3 {
  background: #232323;
  padding: 12px 24px;
  font-size: 40px;
  text-transform: uppercase;
}
.cid-SczKinLIhU .carousel-caption p {
  background: #7f1933;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
}
.cid-SczKinLIhU .carousel-action {
  padding: 10px 0 30px;
}
.cid-SczKinLIhU .carousel-action .btn {
  min-height: 34px;
  border-radius: 0;
  margin: 3px;
  min-width: 150px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.cid-SczKinLIhU .carousel-action .btn-primary {
  border-color: #000;
  background: none;
  color: #000;
}
.cid-SczKinLIhU .carousel-action .btn-primary:hover {
  background: #000;
  color: #fff;
}
.cid-SczKinLIhU .carousel-action .btn-success {
  background: #8fc93c;
  border: none;
}
.cid-SczKinLIhU .carousel-action .btn-success:hover {
  background: #87bd35;
}
.cid-SczKinLIhU .carousel-indicators li,
.cid-SczKinLIhU .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 1px 6px;
}
.cid-SczKinLIhU .carousel-indicators li {
  background: transparent;
  border: 1px solid #fff;
}
.cid-SczKinLIhU .carousel-indicators li.active {
  background: #7f1933;
  border-color: #7f1933;
}
.cid-SczKinLIhU .btn {
  font-size: 20px;
}
.cid-SczKinLIhU P {
  text-align: center;
}
.cid-ttNNpnQj0f {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttNNpnQj0f img {
  width: 120px;
  margin: auto;
}
.cid-ttNNpnQj0f .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttNNpnQj0f .card {
    max-width: 12.5%;
  }
}
.cid-ttNNpnQj0f .mbr-section-title {
  color: #e43f3f;
}
.cid-ttNPE7G3l7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttNPE7G3l7 img {
  width: 120px;
  margin: auto;
}
.cid-ttNPE7G3l7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttNPE7G3l7 .card {
    max-width: 12.5%;
  }
}
.cid-tve6boFS8w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tve6boFS8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tve6boFS8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tve6boFS8w .mbr-section-title {
  color: #ffffff;
}
.cid-ttNTwjsXrm {
  background-color: #232323;
}
.cid-ttNTwjsXrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNTwjsXrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNTwjsXrm .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ttNTwjsXrm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttNTwjsXrm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttNTwjsXrm .text-wrapper {
    padding: 2rem;
  }
}
.cid-ttNTwjsXrm .mbr-section-title {
  color: #ffffff;
}
.cid-ttNTwjsXrm .mbr-text {
  color: #ffffff;
}
.cid-ttNNqWtAcb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-ttNNqWtAcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNNqWtAcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNNqWtAcb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ttNNqWtAcb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ttNNqWtAcb .embla__button--next,
.cid-ttNNqWtAcb .embla__button--prev {
  display: flex;
}
.cid-ttNNqWtAcb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ttNNqWtAcb .embla__button {
    display: none;
  }
}
.cid-ttNNqWtAcb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ttNNqWtAcb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttNNqWtAcb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttNNqWtAcb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ttNNqWtAcb .embla__button {
    top: auto;
  }
}
.cid-ttNNqWtAcb .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ttNNqWtAcb .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-ttNNqWtAcb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ttNNqWtAcb .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ttNNqWtAcb .embla {
  position: relative;
  width: 100%;
}
.cid-ttNNqWtAcb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ttNNqWtAcb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ttNNqWtAcb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ttNNqWtAcb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttNNqWtAcb H3 {
  color: #e43f3f;
}
.cid-ttO432A0ij {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ttO432A0ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttO432A0ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttO432A0ij .mbr-section-title {
  color: #ffffff;
}
.cid-ttNZGOasxU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ttNZGOasxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttNZGOasxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttNZGOasxU .mbr-section-title {
  color: #e43f3f;
}
.cid-ttO0eQbueT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttO0eQbueT img {
  width: 120px;
  margin: auto;
}
.cid-ttO0eQbueT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttO0eQbueT .card {
    max-width: 12.5%;
  }
}
.cid-ttSWbt8MRH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-ttSWbt8MRH .rowflexrev {
  display: -webkit-flex;
}
.cid-ttSWbt8MRH .title {
  margin-bottom: 2rem;
}
.cid-ttSWbt8MRH .mbr-section-subtitle {
  color: #232323;
}
.cid-ttSWbt8MRH textarea.form-control {
  min-height: 188px;
}
.cid-ttSWbt8MRH LABEL {
  color: #232323;
}
.cid-ttSWbt8MRH .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttSWbt8MRH .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ttSWbt8MRH .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttSWbt8MRH .alert {
  margin-bottom: 0;
}
.cid-ttSWbt8MRH .alert-success {
  background-color: #70c770;
  color: #ffffff;
}
.cid-ttSWbt8MRH .alert-danger {
  background-color: #ff4a52;
  color: #ffffff;
}
.cid-ttSWbt8MRH .btn {
  display: inline-flex;
}
.cid-ttSWbt8MRH .hidden {
  display: none;
}
.cid-ttSWbt8MRH H2 {
  color: #e43f3f;
}
.cid-ttO21rUz1k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e43f3f;
}
.cid-ttO21rUz1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttO21rUz1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttO21rUz1k .google-map {
  height: 30rem;
  position: relative;
}
.cid-ttO21rUz1k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttO21rUz1k .google-map [data-state-details] {
  color: #6b6763;
  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-ttO21rUz1k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttO21rUz1k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttO21rUz1k .mbr-section-title {
  color: #ffffff;
}
.cid-ttTeulI3dj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ttTeulI3dj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ttTeulI3dj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ttTeulI3dj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ttTeulI3dj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttTeulI3dj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttTeulI3dj .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-ttSLfampIS .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-ttSLfampIS .display-2 {
  font-size: 2rem;
}
.cid-ttSLfampIS .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ttSLfampIS .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSLfampIS .dropdown-item:hover {
    color: #232323 !important;
    background: #bbbbbb !important;
  }
  .cid-ttSLfampIS .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ttSLfampIS.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSLfampIS.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSLfampIS.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSLfampIS.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSLfampIS.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ttSLfampIS.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSLfampIS.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttSLfampIS.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ttSLfampIS .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-ttSLfampIS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSLfampIS .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-ttSLfampIS .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSLfampIS .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ttSLfampIS .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSLfampIS.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSLfampIS .dropdown-menu {
    top: 0;
  }
  .cid-ttSLfampIS .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSLfampIS .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSLfampIS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ttSLfampIS .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttSLfampIS ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSLfampIS .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #353535;
    text-align: center;
  }
  .cid-ttSLfampIS .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttSLfampIS .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttSLfampIS .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ttSLfampIS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ttSLfampIS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ttSLfampIS .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ttSLfampIS .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ttSLfampIS .container {
  width: 100%;
  max-width: 1520px !important;
  display: flex;
  margin: auto;
}
.cid-ttSLfampIS .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-ttSLfampIS .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSLfampIS .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-ttSLfampIS .navbar.navbar-short .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSLfampIS .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.7);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSLfampIS .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #adadad !important;
  }
}
.cid-ttSLfampIS .navbar.opened {
  transition: all .3s;
}
.cid-ttSLfampIS .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ttSLfampIS .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ttSLfampIS .nav-link:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSLfampIS .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ttSLfampIS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ttSLfampIS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ttSLfampIS .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ttSLfampIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttSLfampIS .navbar-caption {
  padding-right: 1rem;
}
.cid-ttSLfampIS .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .dropdown-menu,
  .cid-ttSLfampIS .navbar.opened {
    background: #232323 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .dropdown-menu,
  .cid-ttSLfampIS .navbar.opened {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.cid-ttSLfampIS .nav-item:focus,
.cid-ttSLfampIS .nav-link:focus {
  outline: none;
}
.cid-ttSLfampIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ttSLfampIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttSLfampIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ttSLfampIS .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ttSLfampIS .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ttSLfampIS .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ttSLfampIS .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ttSLfampIS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttSLfampIS .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ttSLfampIS .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ttSLfampIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #353535;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ttSLfampIS .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSLfampIS .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ttSLfampIS .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cid-ttSLfampIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttSLfampIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttSLfampIS .dropdown-item.active,
.cid-ttSLfampIS .dropdown-item:active {
  background-color: transparent;
}
.cid-ttSLfampIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-ttSLfampIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttSLfampIS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttSLfampIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ttSLfampIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttSLfampIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttSLfampIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSLfampIS .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ttSLfampIS .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-ttSLfampIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttSLfampIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttSLfampIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttSLfampIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSLfampIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSLfampIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttSLfampIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSLfampIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttSLfampIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttSLfampIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSLfampIS .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ttSLfampIS a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttSLfampIS .navbar-brand span {
  display: inline-block;
}
.cid-ttSLfampIS .navbar-brand a {
  font-weight: 400;
}
.cid-ttSLfampIS .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-ttSLfampIS .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-ttSLfampIS .btn .mbr-iconfont,
.cid-ttSLfampIS .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-ttSLfampIS .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #e43f3f !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 12.5px;
  padding-bottom: 11.5px;
  color: #ffffff;
}
.cid-ttSLfampIS .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-ttSLfampIS .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ttSLfampIS .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ttSLfampIS img {
  width: auto;
}
.cid-ttSLfampIS .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ttSLfampIS .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSLfampIS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSLfampIS a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ttSLfampIS .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ttSLfampIS .socicon {
  line-height: inherit;
}
.cid-ttSLfampIS .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ttSLfbOHsj .modal-body .close {
  background: #1b1b1b;
}
.cid-ttSLfbOHsj .modal-body .close span {
  font-style: normal;
}
.cid-ttSLfbOHsj .carousel-inner > .active,
.cid-ttSLfbOHsj .carousel-inner > .next,
.cid-ttSLfbOHsj .carousel-inner > .prev {
  display: table;
}
.cid-ttSLfbOHsj .carousel-control .icon-next,
.cid-ttSLfbOHsj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ttSLfbOHsj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttSLfbOHsj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSLfbOHsj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ttSLfbOHsj .boxed-slider > div {
  position: relative;
}
.cid-ttSLfbOHsj .container img {
  width: 100%;
}
.cid-ttSLfbOHsj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ttSLfbOHsj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSLfbOHsj .mbr-table-cell {
  padding: 0;
}
.cid-ttSLfbOHsj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttSLfbOHsj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ttSLfbOHsj .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSLfbOHsj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ttSLfbOHsj .carousel-item .container {
    width: 100%;
  }
}
.cid-ttSLfbOHsj .carousel-item-next.carousel-item-left,
.cid-ttSLfbOHsj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ttSLfbOHsj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ttSLfbOHsj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators li.active,
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators li::after,
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ttSLfbOHsj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ttSLfbOHsj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ttSLfbOHsj .mbr-slider > .container img {
  width: 100%;
}
.cid-ttSLfbOHsj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ttSLfbOHsj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ttSLfbOHsj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSLfbOHsj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSLfbOHsj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ttSLfbOHsj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ttSLfbOHsj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ttSLfbOHsj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ttSLfbOHsj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ttSLfbOHsj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSLfbOHsj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ttSLfbOHsj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ttSLfbOHsj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ttSLfbOHsj H2 {
  color: #ffffff;
  text-align: center;
}
.cid-ttSLfbOHsj P {
  text-align: center;
}
.cid-ttSXoMWc2i {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSXoMWc2i img {
  width: 120px;
  margin: auto;
}
.cid-ttSXoMWc2i .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSXoMWc2i .card {
    max-width: 12.5%;
  }
}
.cid-ttSXoMWc2i .mbr-section-title {
  color: #e43f3f;
}
.cid-ttSXqZ0UKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSXqZ0UKi img {
  width: 120px;
  margin: auto;
}
.cid-ttSXqZ0UKi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSXqZ0UKi .card {
    max-width: 12.5%;
  }
}
.cid-ttTF4tis8N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-ttTF4tis8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTF4tis8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttTF4tis8N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ttTF4tis8N .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ttTF4tis8N .embla__button--next,
.cid-ttTF4tis8N .embla__button--prev {
  display: flex;
}
.cid-ttTF4tis8N .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ttTF4tis8N .embla__button {
    display: none;
  }
}
.cid-ttTF4tis8N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ttTF4tis8N .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttTF4tis8N .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttTF4tis8N .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ttTF4tis8N .embla__button {
    top: auto;
  }
}
.cid-ttTF4tis8N .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ttTF4tis8N .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-ttTF4tis8N .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ttTF4tis8N .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ttTF4tis8N .embla {
  position: relative;
  width: 100%;
}
.cid-ttTF4tis8N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ttTF4tis8N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ttTF4tis8N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ttTF4tis8N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttTF4tis8N H3 {
  color: #e43f3f;
}
.cid-ttSLffpDa7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ttSLffpDa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSLffpDa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSLffpDa7 .mbr-section-title {
  color: #ffffff;
}
.cid-ttSLfgdh3j {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-7.png");
}
.cid-ttSLfgdh3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSLfgdh3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSLfgdh3j .mbr-section-title {
  color: #e43f3f;
}
.cid-ttSLfhEVr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSLfhEVr5 img {
  width: 120px;
  margin: auto;
}
.cid-ttSLfhEVr5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSLfhEVr5 .card {
    max-width: 12.5%;
  }
}
.cid-ttSLfiRnRO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e43f3f;
}
.cid-ttSLfiRnRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSLfiRnRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSLfiRnRO .google-map {
  height: 30rem;
  position: relative;
}
.cid-ttSLfiRnRO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttSLfiRnRO .google-map [data-state-details] {
  color: #6b6763;
  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-ttSLfiRnRO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttSLfiRnRO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttSLfiRnRO .mbr-section-title {
  color: #ffffff;
}
.cid-ttTeulI3dj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ttTeulI3dj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ttTeulI3dj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ttTeulI3dj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ttTeulI3dj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttTeulI3dj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttTeulI3dj .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-ttSOkZFWpG .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-ttSOkZFWpG .display-2 {
  font-size: 2rem;
}
.cid-ttSOkZFWpG .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ttSOkZFWpG .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSOkZFWpG .dropdown-item:hover {
    color: #232323 !important;
    background: #bbbbbb !important;
  }
  .cid-ttSOkZFWpG .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ttSOkZFWpG.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSOkZFWpG.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSOkZFWpG.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSOkZFWpG.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSOkZFWpG.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ttSOkZFWpG.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSOkZFWpG.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttSOkZFWpG.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-ttSOkZFWpG .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSOkZFWpG .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ttSOkZFWpG .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSOkZFWpG.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSOkZFWpG .dropdown-menu {
    top: 0;
  }
  .cid-ttSOkZFWpG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSOkZFWpG .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSOkZFWpG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ttSOkZFWpG .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttSOkZFWpG ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSOkZFWpG .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #353535;
    text-align: center;
  }
  .cid-ttSOkZFWpG .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttSOkZFWpG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttSOkZFWpG .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ttSOkZFWpG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ttSOkZFWpG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ttSOkZFWpG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ttSOkZFWpG .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ttSOkZFWpG .container {
  width: 100%;
  max-width: 1520px !important;
  display: flex;
  margin: auto;
}
.cid-ttSOkZFWpG .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-ttSOkZFWpG .navbar.navbar-short .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSOkZFWpG .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.7);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSOkZFWpG .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #adadad !important;
  }
}
.cid-ttSOkZFWpG .navbar.opened {
  transition: all .3s;
}
.cid-ttSOkZFWpG .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ttSOkZFWpG .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ttSOkZFWpG .nav-link:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSOkZFWpG .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ttSOkZFWpG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ttSOkZFWpG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ttSOkZFWpG .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ttSOkZFWpG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttSOkZFWpG .navbar-caption {
  padding-right: 1rem;
}
.cid-ttSOkZFWpG .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .dropdown-menu,
  .cid-ttSOkZFWpG .navbar.opened {
    background: #232323 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .dropdown-menu,
  .cid-ttSOkZFWpG .navbar.opened {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.cid-ttSOkZFWpG .nav-item:focus,
.cid-ttSOkZFWpG .nav-link:focus {
  outline: none;
}
.cid-ttSOkZFWpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ttSOkZFWpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttSOkZFWpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ttSOkZFWpG .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ttSOkZFWpG .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ttSOkZFWpG .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ttSOkZFWpG .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ttSOkZFWpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttSOkZFWpG .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ttSOkZFWpG .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ttSOkZFWpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #353535;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ttSOkZFWpG .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSOkZFWpG .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ttSOkZFWpG .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cid-ttSOkZFWpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttSOkZFWpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttSOkZFWpG .dropdown-item.active,
.cid-ttSOkZFWpG .dropdown-item:active {
  background-color: transparent;
}
.cid-ttSOkZFWpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-ttSOkZFWpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttSOkZFWpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttSOkZFWpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ttSOkZFWpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttSOkZFWpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttSOkZFWpG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSOkZFWpG .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ttSOkZFWpG .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-ttSOkZFWpG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttSOkZFWpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttSOkZFWpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttSOkZFWpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSOkZFWpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSOkZFWpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttSOkZFWpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSOkZFWpG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttSOkZFWpG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttSOkZFWpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSOkZFWpG .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ttSOkZFWpG a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttSOkZFWpG .navbar-brand span {
  display: inline-block;
}
.cid-ttSOkZFWpG .navbar-brand a {
  font-weight: 400;
}
.cid-ttSOkZFWpG .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-ttSOkZFWpG .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-ttSOkZFWpG .btn .mbr-iconfont,
.cid-ttSOkZFWpG .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-ttSOkZFWpG .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #e43f3f !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 12.5px;
  padding-bottom: 11.5px;
  color: #ffffff;
}
.cid-ttSOkZFWpG .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-ttSOkZFWpG .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ttSOkZFWpG .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ttSOkZFWpG img {
  width: auto;
}
.cid-ttSOkZFWpG .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ttSOkZFWpG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSOkZFWpG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSOkZFWpG a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ttSOkZFWpG .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ttSOkZFWpG .socicon {
  line-height: inherit;
}
.cid-ttSOkZFWpG .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ttSOl1EUlB .modal-body .close {
  background: #1b1b1b;
}
.cid-ttSOl1EUlB .modal-body .close span {
  font-style: normal;
}
.cid-ttSOl1EUlB .carousel-inner > .active,
.cid-ttSOl1EUlB .carousel-inner > .next,
.cid-ttSOl1EUlB .carousel-inner > .prev {
  display: table;
}
.cid-ttSOl1EUlB .carousel-control .icon-next,
.cid-ttSOl1EUlB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ttSOl1EUlB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttSOl1EUlB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSOl1EUlB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ttSOl1EUlB .boxed-slider > div {
  position: relative;
}
.cid-ttSOl1EUlB .container img {
  width: 100%;
}
.cid-ttSOl1EUlB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ttSOl1EUlB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSOl1EUlB .mbr-table-cell {
  padding: 0;
}
.cid-ttSOl1EUlB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttSOl1EUlB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ttSOl1EUlB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSOl1EUlB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ttSOl1EUlB .carousel-item .container {
    width: 100%;
  }
}
.cid-ttSOl1EUlB .carousel-item-next.carousel-item-left,
.cid-ttSOl1EUlB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ttSOl1EUlB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ttSOl1EUlB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators li.active,
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators li::after,
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ttSOl1EUlB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ttSOl1EUlB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ttSOl1EUlB .mbr-slider > .container img {
  width: 100%;
}
.cid-ttSOl1EUlB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ttSOl1EUlB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ttSOl1EUlB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSOl1EUlB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSOl1EUlB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ttSOl1EUlB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ttSOl1EUlB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ttSOl1EUlB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ttSOl1EUlB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ttSOl1EUlB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSOl1EUlB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ttSOl1EUlB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ttSOl1EUlB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ttSOl1EUlB H2 {
  color: #ffffff;
  text-align: center;
}
.cid-ttSOl1EUlB P {
  text-align: center;
}
.cid-ttSXJwL8iQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSXJwL8iQ img {
  width: 120px;
  margin: auto;
}
.cid-ttSXJwL8iQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSXJwL8iQ .card {
    max-width: 12.5%;
  }
}
.cid-ttSXJwL8iQ .mbr-section-title {
  color: #e43f3f;
}
.cid-ttSXLNqBFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSXLNqBFk img {
  width: 120px;
  margin: auto;
}
.cid-ttSXLNqBFk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSXLNqBFk .card {
    max-width: 12.5%;
  }
}
.cid-ttTGq4U9hc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-ttTGq4U9hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTGq4U9hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttTGq4U9hc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ttTGq4U9hc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ttTGq4U9hc .embla__button--next,
.cid-ttTGq4U9hc .embla__button--prev {
  display: flex;
}
.cid-ttTGq4U9hc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ttTGq4U9hc .embla__button {
    display: none;
  }
}
.cid-ttTGq4U9hc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ttTGq4U9hc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttTGq4U9hc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttTGq4U9hc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ttTGq4U9hc .embla__button {
    top: auto;
  }
}
.cid-ttTGq4U9hc .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ttTGq4U9hc .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-ttTGq4U9hc .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ttTGq4U9hc .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ttTGq4U9hc .embla {
  position: relative;
  width: 100%;
}
.cid-ttTGq4U9hc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ttTGq4U9hc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ttTGq4U9hc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ttTGq4U9hc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttTGq4U9hc H3 {
  color: #e43f3f;
}
.cid-ttSOl4NqcO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ttSOl4NqcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSOl4NqcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSOl4NqcO .mbr-section-title {
  color: #ffffff;
}
.cid-ttSOl5sEIm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ttSOl5sEIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSOl5sEIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSOl5sEIm .mbr-section-title {
  color: #e43f3f;
}
.cid-ttSOl5sEIm .mbr-section-subtitle {
  color: #000000;
}
.cid-ttSOl60SVo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSOl60SVo img {
  width: 120px;
  margin: auto;
}
.cid-ttSOl60SVo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSOl60SVo .card {
    max-width: 12.5%;
  }
}
.cid-ttSOl6ZEkb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e43f3f;
}
.cid-ttSOl6ZEkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSOl6ZEkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSOl6ZEkb .google-map {
  height: 30rem;
  position: relative;
}
.cid-ttSOl6ZEkb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttSOl6ZEkb .google-map [data-state-details] {
  color: #6b6763;
  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-ttSOl6ZEkb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttSOl6ZEkb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttSOl6ZEkb .mbr-section-title {
  color: #ffffff;
}
.cid-ttTeulI3dj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ttTeulI3dj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ttTeulI3dj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ttTeulI3dj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ttTeulI3dj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttTeulI3dj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttTeulI3dj .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-ttSTMXSTMi .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-ttSTMXSTMi .display-2 {
  font-size: 2rem;
}
.cid-ttSTMXSTMi .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ttSTMXSTMi .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSTMXSTMi .dropdown-item:hover {
    color: #232323 !important;
    background: #bbbbbb !important;
  }
  .cid-ttSTMXSTMi .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ttSTMXSTMi.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSTMXSTMi.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSTMXSTMi.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSTMXSTMi.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSTMXSTMi.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ttSTMXSTMi.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSTMXSTMi.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttSTMXSTMi.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-ttSTMXSTMi .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSTMXSTMi .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ttSTMXSTMi .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttSTMXSTMi.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttSTMXSTMi .dropdown-menu {
    top: 0;
  }
  .cid-ttSTMXSTMi .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttSTMXSTMi .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttSTMXSTMi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ttSTMXSTMi .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttSTMXSTMi ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttSTMXSTMi .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #353535;
    text-align: center;
  }
  .cid-ttSTMXSTMi .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttSTMXSTMi .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ttSTMXSTMi .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ttSTMXSTMi .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ttSTMXSTMi .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ttSTMXSTMi .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ttSTMXSTMi .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ttSTMXSTMi .container {
  width: 100%;
  max-width: 1520px !important;
  display: flex;
  margin: auto;
}
.cid-ttSTMXSTMi .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .navbar.navbar-short {
    background: rgba(0, 0, 0, 0.8) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-ttSTMXSTMi .navbar.navbar-short .navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-ttSTMXSTMi .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.7);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ttSTMXSTMi .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #adadad !important;
  }
}
.cid-ttSTMXSTMi .navbar.opened {
  transition: all .3s;
}
.cid-ttSTMXSTMi .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ttSTMXSTMi .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ttSTMXSTMi .nav-link:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSTMXSTMi .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ttSTMXSTMi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ttSTMXSTMi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ttSTMXSTMi .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ttSTMXSTMi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttSTMXSTMi .navbar-caption {
  padding-right: 1rem;
}
.cid-ttSTMXSTMi .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .dropdown-menu,
  .cid-ttSTMXSTMi .navbar.opened {
    background: #232323 !important;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .dropdown-menu,
  .cid-ttSTMXSTMi .navbar.opened {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.cid-ttSTMXSTMi .nav-item:focus,
.cid-ttSTMXSTMi .nav-link:focus {
  outline: none;
}
.cid-ttSTMXSTMi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ttSTMXSTMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ttSTMXSTMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ttSTMXSTMi .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ttSTMXSTMi .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ttSTMXSTMi .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ttSTMXSTMi .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ttSTMXSTMi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttSTMXSTMi .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ttSTMXSTMi .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ttSTMXSTMi .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #353535;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ttSTMXSTMi .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #bbbbbb !important;
}
.cid-ttSTMXSTMi .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ttSTMXSTMi .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cid-ttSTMXSTMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttSTMXSTMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttSTMXSTMi .dropdown-item.active,
.cid-ttSTMXSTMi .dropdown-item:active {
  background-color: transparent;
}
.cid-ttSTMXSTMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-ttSTMXSTMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttSTMXSTMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttSTMXSTMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ttSTMXSTMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttSTMXSTMi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttSTMXSTMi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttSTMXSTMi .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ttSTMXSTMi .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-ttSTMXSTMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttSTMXSTMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttSTMXSTMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttSTMXSTMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSTMXSTMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttSTMXSTMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttSTMXSTMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSTMXSTMi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttSTMXSTMi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttSTMXSTMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttSTMXSTMi .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ttSTMXSTMi a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttSTMXSTMi .navbar-brand span {
  display: inline-block;
}
.cid-ttSTMXSTMi .navbar-brand a {
  font-weight: 400;
}
.cid-ttSTMXSTMi .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-ttSTMXSTMi .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-ttSTMXSTMi .btn .mbr-iconfont,
.cid-ttSTMXSTMi .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-ttSTMXSTMi .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #e43f3f !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 12.5px;
  padding-bottom: 11.5px;
  color: #ffffff;
}
.cid-ttSTMXSTMi .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-ttSTMXSTMi .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ttSTMXSTMi .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ttSTMXSTMi img {
  width: auto;
}
.cid-ttSTMXSTMi .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ttSTMXSTMi .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSTMXSTMi .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ttSTMXSTMi a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ttSTMXSTMi .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ttSTMXSTMi .socicon {
  line-height: inherit;
}
.cid-ttSTMXSTMi .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ttSTMZr8Co .modal-body .close {
  background: #1b1b1b;
}
.cid-ttSTMZr8Co .modal-body .close span {
  font-style: normal;
}
.cid-ttSTMZr8Co .carousel-inner > .active,
.cid-ttSTMZr8Co .carousel-inner > .next,
.cid-ttSTMZr8Co .carousel-inner > .prev {
  display: table;
}
.cid-ttSTMZr8Co .carousel-control .icon-next,
.cid-ttSTMZr8Co .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ttSTMZr8Co .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttSTMZr8Co .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSTMZr8Co .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ttSTMZr8Co .boxed-slider > div {
  position: relative;
}
.cid-ttSTMZr8Co .container img {
  width: 100%;
}
.cid-ttSTMZr8Co .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ttSTMZr8Co .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSTMZr8Co .mbr-table-cell {
  padding: 0;
}
.cid-ttSTMZr8Co .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttSTMZr8Co .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ttSTMZr8Co .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSTMZr8Co .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ttSTMZr8Co .carousel-item .container {
    width: 100%;
  }
}
.cid-ttSTMZr8Co .carousel-item-next.carousel-item-left,
.cid-ttSTMZr8Co .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ttSTMZr8Co .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ttSTMZr8Co .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators li.active,
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators li::after,
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ttSTMZr8Co .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ttSTMZr8Co .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ttSTMZr8Co .mbr-slider > .container img {
  width: 100%;
}
.cid-ttSTMZr8Co .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ttSTMZr8Co .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ttSTMZr8Co .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttSTMZr8Co .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttSTMZr8Co .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ttSTMZr8Co .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ttSTMZr8Co .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ttSTMZr8Co .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ttSTMZr8Co .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ttSTMZr8Co .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttSTMZr8Co .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ttSTMZr8Co .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ttSTMZr8Co .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ttSTMZr8Co H2 {
  color: #ffffff;
  text-align: center;
}
.cid-ttSTMZr8Co P {
  text-align: center;
}
.cid-ttSTMZUqN9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSTMZUqN9 img {
  width: 120px;
  margin: auto;
}
.cid-ttSTMZUqN9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSTMZUqN9 .card {
    max-width: 12.5%;
  }
}
.cid-ttSTMZUqN9 .mbr-section-title {
  color: #e43f3f;
}
.cid-ttSTN0q1w6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSTN0q1w6 img {
  width: 120px;
  margin: auto;
}
.cid-ttSTN0q1w6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSTN0q1w6 .card {
    max-width: 12.5%;
  }
}
.cid-ttTEsaTaB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-ttTEsaTaB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTEsaTaB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttTEsaTaB2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ttTEsaTaB2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ttTEsaTaB2 .embla__button--next,
.cid-ttTEsaTaB2 .embla__button--prev {
  display: flex;
}
.cid-ttTEsaTaB2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ttTEsaTaB2 .embla__button {
    display: none;
  }
}
.cid-ttTEsaTaB2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ttTEsaTaB2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ttTEsaTaB2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttTEsaTaB2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ttTEsaTaB2 .embla__button {
    top: auto;
  }
}
.cid-ttTEsaTaB2 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ttTEsaTaB2 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-ttTEsaTaB2 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ttTEsaTaB2 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ttTEsaTaB2 .embla {
  position: relative;
  width: 100%;
}
.cid-ttTEsaTaB2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ttTEsaTaB2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ttTEsaTaB2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ttTEsaTaB2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ttTEsaTaB2 H3 {
  color: #e43f3f;
}
.cid-ttSTN2IO1h {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-ttSTN2IO1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSTN2IO1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSTN2IO1h .mbr-section-title {
  color: #ffffff;
}
.cid-tvdZ5RQfpm {
  background-color: #ffffff;
}
.cid-tvdZ5RQfpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdZ5RQfpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvdZ5RQfpm .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tvdZ5RQfpm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvdZ5RQfpm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvdZ5RQfpm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvdZ5RQfpm .mbr-section-title {
  color: #e43f3f;
  text-align: left;
}
.cid-tvepDfGedM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tvepDfGedM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvepDfGedM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvepDfGedM .mbr-section-title {
  color: #ffffff;
}
.cid-tve0wYpAj5 {
  background-color: #ffffff;
}
.cid-tve0wYpAj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tve0wYpAj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tve0wYpAj5 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tve0wYpAj5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tve0wYpAj5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tve0wYpAj5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tve0wYpAj5 .mbr-section-title {
  color: #e43f3f;
  text-align: left;
}
.cid-ttSYHKoAgC {
  background-color: #ffffff;
}
.cid-ttSYHKoAgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSYHKoAgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSYHKoAgC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ttSYHKoAgC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttSYHKoAgC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttSYHKoAgC .text-wrapper {
    padding: 2rem;
  }
}
.cid-ttSYHKoAgC .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-ttSTN3YGBl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSTN3YGBl img {
  width: 120px;
  margin: auto;
}
.cid-ttSTN3YGBl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttSTN3YGBl .card {
    max-width: 12.5%;
  }
}
.cid-ttSUnJ6RFD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-ttSUnJ6RFD .rowflexrev {
  display: -webkit-flex;
}
.cid-ttSUnJ6RFD .title {
  margin-bottom: 2rem;
}
.cid-ttSUnJ6RFD .mbr-section-subtitle {
  color: #232323;
}
.cid-ttSUnJ6RFD textarea.form-control {
  min-height: 188px;
}
.cid-ttSUnJ6RFD LABEL {
  color: #232323;
}
.cid-ttSUnJ6RFD .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttSUnJ6RFD .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ttSUnJ6RFD .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ttSUnJ6RFD .alert {
  margin-bottom: 0;
}
.cid-ttSUnJ6RFD .alert-success {
  background-color: #70c770;
  color: #ffffff;
}
.cid-ttSUnJ6RFD .alert-danger {
  background-color: #ff4a52;
  color: #ffffff;
}
.cid-ttSUnJ6RFD .btn {
  display: inline-flex;
}
.cid-ttSUnJ6RFD .hidden {
  display: none;
}
.cid-ttSUnJ6RFD H2 {
  color: #e43f3f;
}
.cid-ttSTN4nIpc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e43f3f;
}
.cid-ttSTN4nIpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSTN4nIpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSTN4nIpc .google-map {
  height: 30rem;
  position: relative;
}
.cid-ttSTN4nIpc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttSTN4nIpc .google-map [data-state-details] {
  color: #6b6763;
  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-ttSTN4nIpc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttSTN4nIpc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttSTN4nIpc .mbr-section-title {
  color: #ffffff;
}
.cid-ttTeulI3dj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ttTeulI3dj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ttTeulI3dj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ttTeulI3dj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ttTeulI3dj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ttTeulI3dj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ttTeulI3dj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttTeulI3dj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttTeulI3dj .copyright > p {
  text-align: left;
  color: #fafafa;
}
