body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #e1201d !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #871311 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e1201d !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='%23e1201d' %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;
}
.cid-tH5lu7GPLd .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-tH5lu7GPLd .nav-item:focus,
.cid-tH5lu7GPLd .nav-link:focus {
  outline: none;
}
.cid-tH5lu7GPLd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lu7GPLd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lu7GPLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lu7GPLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lu7GPLd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lu7GPLd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lu7GPLd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lu7GPLd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lu7GPLd .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lu7GPLd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lu7GPLd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lu7GPLd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lu7GPLd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lu7GPLd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lu7GPLd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lu7GPLd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lu7GPLd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lu7GPLd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lu7GPLd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lu7GPLd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lu7GPLd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lu7GPLd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lu7GPLd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lu7GPLd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lu7GPLd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lu7GPLd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lu7GPLd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lu7GPLd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lu7GPLd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lu7GPLd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lu7GPLd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lu7GPLd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lu7GPLd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lu7GPLd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lu7GPLd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lu7GPLd .navbar-brand {
  -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;
}
.cid-tH5lu7GPLd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lu7GPLd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lu7GPLd .dropdown-item.active,
.cid-tH5lu7GPLd .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lu7GPLd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lu7GPLd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lu7GPLd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lu7GPLd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lu7GPLd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lu7GPLd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lu7GPLd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lu7GPLd .navbar-buttons {
  text-align: center;
}
.cid-tH5lu7GPLd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lu7GPLd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lu7GPLd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lu7GPLd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lu7GPLd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lu7GPLd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lu7GPLd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lu7GPLd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lu7GPLd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lu7GPLd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lu7GPLd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lu7GPLd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lu7GPLd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lu7GPLd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lu7GPLd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lu7GPLd .navbar {
    height: 77px;
  }
  .cid-tH5lu7GPLd .navbar.opened {
    height: auto;
  }
  .cid-tH5lu7GPLd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOvHbgwOTF {
  background-image: url("../../../assets/images/123-2000x1333.webp");
  background-position: right;
}
.cid-rOvHbgwOTF .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rOvHbgwOTF .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rOvHbgwOTF .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rOvHbgwOTF img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rOvHbgwOTF .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rOvHbgwOTF H1 {
  text-align: left;
}
.cid-rOvXeKPAZp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rOvXeKPAZp .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #e1201d;
}
.cid-rOvXeKPAZp img {
  width: 100%;
}
.cid-rOvXeKPAZp p {
  margin-top: 6rem;
}
.cid-rOvXeKPAZp .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rOvXeKPAZp .content-wrapper {
  padding-top: 6rem;
}
.cid-rOvXeKPAZp h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rOvXeKPAZp .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rOvXeKPAZp p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rOvXeKPAZp .back {
    width: 100%;
    height: 75%;
  }
  .cid-rOvXeKPAZp .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rOvXeKPAZp p {
    margin-top: 4rem;
  }
}
.cid-rOvXeKPAZp .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rOvXeKPAZp .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rOvXeKPAZp .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rOvXeKPAZp h4 {
    right: 2rem;
  }
}
.cid-rOvXeKPAZp H1 {
  color: #000000;
}
.cid-rOvXeKPAZp H3 {
  color: #000000;
}
.cid-rOvXeKPAZp .mbr-text,
.cid-rOvXeKPAZp .mbr-section-btn {
  color: #000000;
}
.cid-rPJiiiqtyg {
  padding-top: 120px;
  background-image: url("../../../assets/images/dscf8815-6-2000x1333.webp");
}
.cid-rPJiiiqtyg .container {
  margin-bottom: 15%;
}
.cid-rPJiiiqtyg .content-container .btn-bgr {
  z-index: 0;
}
.cid-rPJiiiqtyg .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #efefef;
}
.cid-rPJiiiqtyg .icon-block-top span {
  background-color: #5580ff;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rPJiiiqtyg .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rPJiiiqtyg .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rPJiiiqtyg .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rPJiiiqtyg .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rPJiiiqtyg .box-item-text,
.cid-rPJiiiqtyg .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rPJiiiqtyg .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rPJiiiqtyg .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rPJiiiqtyg .box-list li:last-child {
  border-bottom: none;
}
.cid-rPJiiiqtyg .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rPJiiiqtyg .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rPJiiiqtyg .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rPJiiiqtyg .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rPJiiiqtyg .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rPJiiiqtyg .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rPJiiiqtyg .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rPJiiiqtyg .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rPJiiiqtyg .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rPJiiiqtyg .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rPJiiiqtyg .mbr-text {
  color: #efefef;
}
.cid-rPJiiiqtyg H1 {
  color: #ffffff;
}
.cid-tGH1HFE9wD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGH1HFE9wD .mbr-text {
    text-align: center;
  }
}
.cid-tGH1HFE9wD .container-fluid {
  padding: 0;
}
.cid-tGH1HFE9wD .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tGH1HFE9wD img {
  height: 100%;
  object-fit: cover;
}
.cid-tGH1HFE9wD .mbr-figure {
  height: 100%;
}
.cid-tGH1HFE9wD .col-lg-6 {
  padding: 0;
}
.cid-tGH1HFE9wD .row {
  margin: 0;
}
.cid-tGH1HFE9wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGH1HFE9wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOzuAGLDf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-tYOzuAGLDf .container {
    padding: 0 25px;
  }
}
.cid-tYOzuAGLDf .row {
  margin: 0;
}
.cid-tYOzuAGLDf .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tYOzuAGLDf .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tYOzuAGLDf .image-wrapper {
    min-height: 350px;
  }
}
.cid-tYOzuAGLDf .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-tYOzuAGLDf .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tYOzuAGLDf .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tYOzuAGLDf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYOzuAGLDf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYOzuAGLDf .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYOzuAGLDf .mbr-section-title {
  color: #000000;
}
.cid-tYOzuAGLDf .mbr-text {
  color: #000000;
}
.cid-rOvKCRT6BT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rOvKCRT6BT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rOvKCRT6BT .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rOvKCRT6BT .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rOvKCRT6BT textarea {
  min-height: 150px;
}
.cid-rOvKCRT6BT .google-map {
  height: 27rem;
  position: relative;
}
.cid-rOvKCRT6BT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rOvKCRT6BT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOvKCRT6BT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOvKCRT6BT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rOvKCRT6BT .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rOvKCRT6BT .form-control,
.cid-rOvKCRT6BT .field-input {
  padding: 1rem;
  background-color: #efefef;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-rOvKCRT6BT .form-control input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .form-control textarea::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rOvKCRT6BT .form-control input:-moz-placeholder,
.cid-rOvKCRT6BT .field-input input:-moz-placeholder,
.cid-rOvKCRT6BT .form-control textarea:-moz-placeholder,
.cid-rOvKCRT6BT .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rOvKCRT6BT .form-control:hover,
.cid-rOvKCRT6BT .field-input:hover,
.cid-rOvKCRT6BT .form-control:focus,
.cid-rOvKCRT6BT .field-input:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rOvKCRT6BT .form-control:hover input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input:hover input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .form-control:focus input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input:focus input::-webkit-input-placeholder,
.cid-rOvKCRT6BT .form-control:hover textarea::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input:hover textarea::-webkit-input-placeholder,
.cid-rOvKCRT6BT .form-control:focus textarea::-webkit-input-placeholder,
.cid-rOvKCRT6BT .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rOvKCRT6BT .form-control:hover input:-moz-placeholder,
.cid-rOvKCRT6BT .field-input:hover input:-moz-placeholder,
.cid-rOvKCRT6BT .form-control:focus input:-moz-placeholder,
.cid-rOvKCRT6BT .field-input:focus input:-moz-placeholder,
.cid-rOvKCRT6BT .form-control:hover textarea:-moz-placeholder,
.cid-rOvKCRT6BT .field-input:hover textarea:-moz-placeholder,
.cid-rOvKCRT6BT .form-control:focus textarea:-moz-placeholder,
.cid-rOvKCRT6BT .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rOvKCRT6BT .jq-number__spin:hover,
.cid-rOvKCRT6BT .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rOvKCRT6BT .jq-number__spin {
  background-color: #efefef;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOvKCRT6BT .jq-selectbox li,
.cid-rOvKCRT6BT .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-rOvKCRT6BT .jq-selectbox li:hover,
.cid-rOvKCRT6BT .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-rOvKCRT6BT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rOvKCRT6BT .jq-number__spin.minus:hover:after,
.cid-rOvKCRT6BT .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rOvKCRT6BT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rOvKCRT6BT .jq-number__spin.minus:after,
.cid-rOvKCRT6BT .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-rOvKCRT6BT input::-webkit-clear-button {
  display: none;
}
.cid-rOvKCRT6BT input::-webkit-inner-spin-button {
  display: none;
}
.cid-rOvKCRT6BT input::-webkit-outer-spin-button {
  display: none;
}
.cid-rOvKCRT6BT input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rOvKCRT6BT .google-map {
    margin-bottom: 3rem;
  }
}
.cid-rPDXqEZbXL {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-rPDXqEZbXL img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-rPDXqEZbXL .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-rPDXqEZbXL .card:hover {
  opacity: 0.9;
}
.cid-rPDXqEZbXL H1 {
  color: #000000;
}
.cid-rPDXqEZbXL .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-rPDXqEZbXL .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tGLhk0SdNK {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLhk0SdNK .container {
  max-width: 1400px;
}
.cid-tGLhk0SdNK .card-img2 span {
  padding-top: 6px;
}
.cid-tGLhk0SdNK .soc-item a {
  padding-top: 5px;
}
.cid-tGLhk0SdNK .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLhk0SdNK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLhk0SdNK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLhk0SdNK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLhk0SdNK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLhk0SdNK #e2_shape {
  fill: #efefef !important;
}
.cid-tGLhk0SdNK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLhk0SdNK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLhk0SdNK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLhk0SdNK .card-img {
  width: auto;
}
.cid-tGLhk0SdNK .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLhk0SdNK .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLhk0SdNK .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLhk0SdNK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLhk0SdNK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLhk0SdNK .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLhk0SdNK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLhk0SdNK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLhk0SdNK .item {
    justify-content: center;
  }
  .cid-tGLhk0SdNK .quote::after {
    left: 60px;
  }
}
.cid-tGLhk0SdNK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLhk0SdNK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLhk0SdNK .text1 {
  color: #ffffff;
}
.cid-tGLhk0SdNK .item-title {
  color: #ffffff;
}
.cid-tGLhk0SdNK H5 {
  color: #ffffff;
}
.cid-tGLhk0SdNK .theme {
  color: #ffffff;
}
.cid-tGLhk0SdNK .copyright > p {
  color: #ff3366;
}
.cid-tGLhk0SdNK .text2 {
  color: #ffffff;
}
.cid-tCU7O4MuxJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7O4MuxJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lFuBtly .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-tH5lFuBtly .nav-item:focus,
.cid-tH5lFuBtly .nav-link:focus {
  outline: none;
}
.cid-tH5lFuBtly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lFuBtly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lFuBtly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lFuBtly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lFuBtly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lFuBtly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lFuBtly .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lFuBtly .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lFuBtly .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lFuBtly .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lFuBtly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lFuBtly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lFuBtly .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lFuBtly .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lFuBtly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lFuBtly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lFuBtly .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lFuBtly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lFuBtly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lFuBtly .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lFuBtly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lFuBtly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lFuBtly .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lFuBtly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lFuBtly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lFuBtly .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lFuBtly .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lFuBtly .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lFuBtly .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lFuBtly .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lFuBtly .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lFuBtly .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lFuBtly .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lFuBtly .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lFuBtly .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lFuBtly .navbar-brand {
  -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;
}
.cid-tH5lFuBtly .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lFuBtly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lFuBtly .dropdown-item.active,
.cid-tH5lFuBtly .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lFuBtly .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lFuBtly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lFuBtly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lFuBtly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lFuBtly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lFuBtly .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lFuBtly ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lFuBtly .navbar-buttons {
  text-align: center;
}
.cid-tH5lFuBtly button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lFuBtly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lFuBtly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lFuBtly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lFuBtly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lFuBtly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lFuBtly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lFuBtly nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lFuBtly nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lFuBtly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lFuBtly .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lFuBtly a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lFuBtly .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lFuBtly .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lFuBtly .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lFuBtly .navbar {
    height: 77px;
  }
  .cid-tH5lFuBtly .navbar.opened {
    height: auto;
  }
  .cid-tH5lFuBtly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPJMgn4WgI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ksuite3-bmw-kessv2-alientech.webp");
}
.cid-rPJMgn4WgI .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rPJMgn4WgI .mbr-section-title {
  color: #232323;
}
.cid-rPJMgn4WgI .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPJMgn4WgI .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rPJTKAvT9x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rPJTKAvT9x h4 {
  margin-bottom: 0;
}
.cid-rPJTKAvT9x p {
  color: #767676;
}
.cid-rPJTKAvT9x .cardcenter {
  background-color: #55b4d4;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rPJTKAvT9x .cardcenter:hover {
  background-color: #149dcc;
}
.cid-rPJTKAvT9x .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rPJTKAvT9x .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-rPJTKAvT9x .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rPJTKAvT9x .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rPJTKAvT9x .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rPJTKAvT9x .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-rPJTKAvT9x .btn[class*="-outline"]:active,
.cid-rPJTKAvT9x .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rPJTKAvT9x .card-box {
  padding-top: 2rem;
}
.cid-rPJTKAvT9x .card-wrapper {
  height: 100%;
}
.cid-rPJTKAvT9x .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPJTKAvT9x img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rPJTKAvT9x .card-title {
  color: #149dcc;
}
.cid-rPJTKAvT9x .main-title {
  color: #232323;
}
.cid-rPJTKAvT9x .text {
  color: #ffffff;
}
.cid-rPJTKAvT9x .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rPJTKAvT9x .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rPJTKAvT9x .link {
    margin: auto;
  }
}
.cid-s4mXhOCuYP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s4mXhOCuYP h4 {
  margin-bottom: 0;
}
.cid-s4mXhOCuYP p {
  color: #767676;
}
.cid-s4mXhOCuYP .cardcenter {
  background-color: #55b4d4;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s4mXhOCuYP .cardcenter:hover {
  background-color: #149dcc;
}
.cid-s4mXhOCuYP .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s4mXhOCuYP .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s4mXhOCuYP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s4mXhOCuYP .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s4mXhOCuYP .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s4mXhOCuYP .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-s4mXhOCuYP .btn[class*="-outline"]:active,
.cid-s4mXhOCuYP .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s4mXhOCuYP .card-box {
  padding-top: 2rem;
}
.cid-s4mXhOCuYP .card-wrapper {
  height: 100%;
}
.cid-s4mXhOCuYP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s4mXhOCuYP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s4mXhOCuYP .card-title {
  color: #149dcc;
}
.cid-s4mXhOCuYP .main-title {
  color: #232323;
}
.cid-s4mXhOCuYP .text {
  color: #ffffff;
}
.cid-s4mXhOCuYP .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s4mXhOCuYP .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s4mXhOCuYP .link {
    margin: auto;
  }
}
.cid-rPU2y1jR1z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPU2y1jR1z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rPU2y1jR1z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPU2y1jR1z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPU2y1jR1z .mbr-text,
.cid-rPU2y1jR1z .mbr-section-btn {
  color: #767676;
}
.cid-rPJXWQZX0y {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rPJXWQZX0y h4 {
  margin-bottom: 0;
}
.cid-rPJXWQZX0y .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(232, 76, 73, 0.35);
}
.cid-rPJXWQZX0y .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rPJXWQZX0y .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rPJXWQZX0y .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rPJXWQZX0y .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-rPJXWQZX0y .btn[class*="-outline"]:active,
.cid-rPJXWQZX0y .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rPJXWQZX0y .card-box {
  padding-top: 2rem;
}
.cid-rPJXWQZX0y .card-wrapper {
  height: 100%;
}
.cid-rPJXWQZX0y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPJXWQZX0y img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rPJXWQZX0y .card-title {
  color: #149dcc;
}
.cid-rPJXWQZX0y .main-title {
  color: #232323;
}
.cid-rPJXWQZX0y .mbr-text,
.cid-rPJXWQZX0y .mbr-link-btn {
  color: #767676;
}
.cid-tGLhxyz2rt {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLhxyz2rt .container {
  max-width: 1400px;
}
.cid-tGLhxyz2rt .card-img2 span {
  padding-top: 6px;
}
.cid-tGLhxyz2rt .soc-item a {
  padding-top: 5px;
}
.cid-tGLhxyz2rt .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLhxyz2rt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLhxyz2rt .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLhxyz2rt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLhxyz2rt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLhxyz2rt #e2_shape {
  fill: #efefef !important;
}
.cid-tGLhxyz2rt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLhxyz2rt .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLhxyz2rt .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLhxyz2rt .card-img {
  width: auto;
}
.cid-tGLhxyz2rt .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLhxyz2rt .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLhxyz2rt .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLhxyz2rt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLhxyz2rt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLhxyz2rt .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLhxyz2rt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLhxyz2rt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLhxyz2rt .item {
    justify-content: center;
  }
  .cid-tGLhxyz2rt .quote::after {
    left: 60px;
  }
}
.cid-tGLhxyz2rt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLhxyz2rt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLhxyz2rt .text1 {
  color: #ffffff;
}
.cid-tGLhxyz2rt .item-title {
  color: #ffffff;
}
.cid-tGLhxyz2rt H5 {
  color: #ffffff;
}
.cid-tGLhxyz2rt .theme {
  color: #ffffff;
}
.cid-tGLhxyz2rt .copyright > p {
  color: #ff3366;
}
.cid-tGLhxyz2rt .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5m2sUNjE .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-tH5m2sUNjE .nav-item:focus,
.cid-tH5m2sUNjE .nav-link:focus {
  outline: none;
}
.cid-tH5m2sUNjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5m2sUNjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5m2sUNjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5m2sUNjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5m2sUNjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5m2sUNjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5m2sUNjE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5m2sUNjE .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5m2sUNjE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5m2sUNjE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5m2sUNjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5m2sUNjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5m2sUNjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5m2sUNjE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5m2sUNjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5m2sUNjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5m2sUNjE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5m2sUNjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5m2sUNjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5m2sUNjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5m2sUNjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5m2sUNjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5m2sUNjE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5m2sUNjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5m2sUNjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5m2sUNjE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5m2sUNjE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5m2sUNjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5m2sUNjE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5m2sUNjE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5m2sUNjE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5m2sUNjE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5m2sUNjE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5m2sUNjE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5m2sUNjE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5m2sUNjE .navbar-brand {
  -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;
}
.cid-tH5m2sUNjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5m2sUNjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5m2sUNjE .dropdown-item.active,
.cid-tH5m2sUNjE .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5m2sUNjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5m2sUNjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5m2sUNjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5m2sUNjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5m2sUNjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5m2sUNjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5m2sUNjE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5m2sUNjE .navbar-buttons {
  text-align: center;
}
.cid-tH5m2sUNjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5m2sUNjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5m2sUNjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5m2sUNjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5m2sUNjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5m2sUNjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5m2sUNjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5m2sUNjE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5m2sUNjE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5m2sUNjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5m2sUNjE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5m2sUNjE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5m2sUNjE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5m2sUNjE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5m2sUNjE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5m2sUNjE .navbar {
    height: 77px;
  }
  .cid-tH5m2sUNjE .navbar.opened {
    height: auto;
  }
  .cid-tH5m2sUNjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPUe9j6y3T {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/129-2-2000x1333.webp");
}
.cid-rPUe9j6y3T h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rPUe9j6y3T h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPUe9j6y3T h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tEg1mZacRc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #efefef;
}
.cid-tEg1mZacRc .row {
  flex-direction: row-reverse;
}
.cid-tEg1mZacRc p {
  margin: 0;
}
.cid-tEg1mZacRc .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tEg1mZacRc .mbr-section-title {
  text-align: center;
}
.cid-tEg1mZacRc .mbr-section-subtitle {
  text-align: center;
}
.cid-tEg1mZacRc .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tEg1mZacRc .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tEg1mZacRc .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-tEg1mZacRc .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tEg1mZacRc .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tEg1mZacRc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-tEg1mZacRc .google-map {
  height: 100%;
  position: relative;
}
.cid-tEg1mZacRc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEg1mZacRc .google-map [data-state-details] {
  color: #1f1437;
  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-tEg1mZacRc .google-map[data-state] {
  background: #f3edf7;
}
.cid-tEg1mZacRc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEg1mZacRc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tEg2KHnFCI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEg2KHnFCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEg2KHnFCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEg2KHnFCI .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tEg2KHnFCI .mbr-iconfont {
  font-size: 3rem;
  color: #e1201d;
  padding-right: 2rem;
}
.cid-rPU878MHmg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPU878MHmg .container-fluid {
  padding: 0 3rem;
}
.cid-rPU878MHmg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e1201d 50%, #e1201d 120%);
  display: inline-block;
}
.cid-rPU878MHmg .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rPU878MHmg .header-text {
  padding: 2rem 1rem !important;
}
.cid-rPU878MHmg .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rPU878MHmg .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rPU878MHmg .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rPU878MHmg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rPU878MHmg .card .card-header a.panel-title:hover .sign {
  background-color: #7b1c03 !important;
}
.cid-rPU878MHmg .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e1201d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rPU878MHmg .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rPU878MHmg .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rPU878MHmg .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rPU878MHmg .container-fluid {
    padding: 0 1rem;
  }
  .cid-rPU878MHmg .header-text {
    padding: 1rem !important;
  }
  .cid-rPU878MHmg .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rPU878MHmg .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rPU878MHmg .panel-group {
    padding: 0;
  }
}
.cid-rPU878MHmg .header-text,
.cid-rPU878MHmg .sign {
  color: #232323;
}
.cid-tEfpHHjSn4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tEfpHHjSn4 .container-fluid {
  padding: 0 3rem;
}
.cid-tEfpHHjSn4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e1201d 50%, #e1201d 120%);
  display: inline-block;
}
.cid-tEfpHHjSn4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tEfpHHjSn4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-tEfpHHjSn4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tEfpHHjSn4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tEfpHHjSn4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tEfpHHjSn4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tEfpHHjSn4 .card .card-header a.panel-title:hover .sign {
  background-color: #7b1c03 !important;
}
.cid-tEfpHHjSn4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e1201d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tEfpHHjSn4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tEfpHHjSn4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tEfpHHjSn4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tEfpHHjSn4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tEfpHHjSn4 .header-text {
    padding: 1rem !important;
  }
  .cid-tEfpHHjSn4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tEfpHHjSn4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tEfpHHjSn4 .panel-group {
    padding: 0;
  }
}
.cid-tEfpHHjSn4 .header-text,
.cid-tEfpHHjSn4 .sign {
  color: #232323;
}
.cid-tGLC6ozyPF {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLC6ozyPF .container {
  max-width: 1400px;
}
.cid-tGLC6ozyPF .card-img2 span {
  padding-top: 6px;
}
.cid-tGLC6ozyPF .soc-item a {
  padding-top: 5px;
}
.cid-tGLC6ozyPF .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLC6ozyPF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLC6ozyPF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLC6ozyPF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLC6ozyPF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLC6ozyPF #e2_shape {
  fill: #efefef !important;
}
.cid-tGLC6ozyPF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLC6ozyPF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLC6ozyPF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLC6ozyPF .card-img {
  width: auto;
}
.cid-tGLC6ozyPF .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLC6ozyPF .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLC6ozyPF .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLC6ozyPF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLC6ozyPF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLC6ozyPF .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLC6ozyPF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLC6ozyPF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLC6ozyPF .item {
    justify-content: center;
  }
  .cid-tGLC6ozyPF .quote::after {
    left: 60px;
  }
}
.cid-tGLC6ozyPF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLC6ozyPF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLC6ozyPF .text1 {
  color: #ffffff;
}
.cid-tGLC6ozyPF .item-title {
  color: #ffffff;
}
.cid-tGLC6ozyPF H5 {
  color: #ffffff;
}
.cid-tGLC6ozyPF .theme {
  color: #ffffff;
}
.cid-tGLC6ozyPF .copyright > p {
  color: #ff3366;
}
.cid-tGLC6ozyPF .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lJ798w8 .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-tH5lJ798w8 .nav-item:focus,
.cid-tH5lJ798w8 .nav-link:focus {
  outline: none;
}
.cid-tH5lJ798w8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lJ798w8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lJ798w8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lJ798w8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lJ798w8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lJ798w8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lJ798w8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lJ798w8 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lJ798w8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lJ798w8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lJ798w8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lJ798w8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lJ798w8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lJ798w8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lJ798w8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lJ798w8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lJ798w8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lJ798w8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lJ798w8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lJ798w8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lJ798w8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lJ798w8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lJ798w8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lJ798w8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lJ798w8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lJ798w8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lJ798w8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lJ798w8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lJ798w8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lJ798w8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lJ798w8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lJ798w8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lJ798w8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lJ798w8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lJ798w8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lJ798w8 .navbar-brand {
  -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;
}
.cid-tH5lJ798w8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lJ798w8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lJ798w8 .dropdown-item.active,
.cid-tH5lJ798w8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lJ798w8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lJ798w8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lJ798w8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lJ798w8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lJ798w8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lJ798w8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lJ798w8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lJ798w8 .navbar-buttons {
  text-align: center;
}
.cid-tH5lJ798w8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lJ798w8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lJ798w8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lJ798w8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lJ798w8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lJ798w8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lJ798w8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lJ798w8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lJ798w8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lJ798w8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lJ798w8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lJ798w8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lJ798w8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lJ798w8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lJ798w8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lJ798w8 .navbar {
    height: 77px;
  }
  .cid-tH5lJ798w8 .navbar.opened {
    height: auto;
  }
  .cid-tH5lJ798w8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUl0Z8wWd {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8127-1-2000x1333.webp");
}
.cid-tCUl0Z8wWd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCUl0Z8wWd .mbr-text,
.cid-tCUl0Z8wWd .mbr-section-btn {
  color: #ffffff;
}
.cid-rTCaAP073G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rTCaAP073G .mbr-text {
    text-align: center;
  }
}
.cid-rTCaAP073G .mbr-text,
.cid-rTCaAP073G .mbr-section-btn {
  color: #767676;
}
.cid-tGGMh1dUPQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGGMh1dUPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGMh1dUPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGMh1dUPQ .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGGMh1dUPQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGMh1dUPQ .container {
    padding: 0 20px;
  }
}
.cid-tGGMh1dUPQ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGMh1dUPQ .row {
    padding: 0;
  }
}
.cid-tGGMh1dUPQ .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGGMh1dUPQ .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGGMh1dUPQ .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGGMh1dUPQ .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGGMh1dUPQ .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGGMh1dUPQ .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGGMh1dUPQ .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGGMh1dUPQ .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGGMh1dUPQ .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGGMh1dUPQ .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGGMh1dUPQ .mbr-number {
  color: #ffffff;
}
.cid-tGGMh1dUPQ .mbr-section-title {
  color: #ffffff;
}
.cid-tGGMh1dUPQ .mbr-text {
  color: #ffffff;
}
.cid-tEftSWb8su {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEftSWb8su .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEftSWb8su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEftSWb8su .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tEftSWb8su .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tEftSWb8su .container {
    padding: 0 20px;
  }
}
.cid-tEftSWb8su .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEftSWb8su .row {
    padding: 0;
  }
}
.cid-tEftSWb8su .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tEftSWb8su .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tEftSWb8su .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tEftSWb8su .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tEftSWb8su .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tEftSWb8su .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEftSWb8su .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEftSWb8su .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tEftSWb8su .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEftSWb8su .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tEftSWb8su .mbr-number {
  color: #ffffff;
}
.cid-tEftSWb8su .mbr-section-title {
  color: #ffffff;
}
.cid-tEftSWb8su .mbr-text {
  color: #ffffff;
}
.cid-tEfu2rPLRL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEfu2rPLRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfu2rPLRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfu2rPLRL .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tEfu2rPLRL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tEfu2rPLRL .container {
    padding: 0 20px;
  }
}
.cid-tEfu2rPLRL .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEfu2rPLRL .row {
    padding: 0;
  }
}
.cid-tEfu2rPLRL .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tEfu2rPLRL .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tEfu2rPLRL .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tEfu2rPLRL .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tEfu2rPLRL .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tEfu2rPLRL .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEfu2rPLRL .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEfu2rPLRL .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tEfu2rPLRL .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEfu2rPLRL .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tEfu2rPLRL .mbr-number {
  color: #ffffff;
}
.cid-tEfu2rPLRL .mbr-section-title {
  color: #ffffff;
}
.cid-tEfu2rPLRL .mbr-text {
  color: #ffffff;
}
.cid-tEfuKRlRc9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEfuKRlRc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfuKRlRc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfuKRlRc9 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tEfuKRlRc9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tEfuKRlRc9 .container {
    padding: 0 20px;
  }
}
.cid-tEfuKRlRc9 .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEfuKRlRc9 .row {
    padding: 0;
  }
}
.cid-tEfuKRlRc9 .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tEfuKRlRc9 .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tEfuKRlRc9 .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tEfuKRlRc9 .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tEfuKRlRc9 .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tEfuKRlRc9 .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEfuKRlRc9 .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEfuKRlRc9 .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tEfuKRlRc9 .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEfuKRlRc9 .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tEfuKRlRc9 .mbr-number {
  color: #ffffff;
}
.cid-tEfuKRlRc9 .mbr-section-title {
  color: #ffffff;
}
.cid-tEfuKRlRc9 .mbr-text {
  color: #ffffff;
}
.cid-tGGNED0OXy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGGNED0OXy .mbr-text {
    text-align: center;
  }
}
.cid-tGGNED0OXy .container-fluid {
  padding: 0;
}
.cid-tGGNED0OXy .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tGGNED0OXy img {
  height: 100%;
  object-fit: cover;
}
.cid-tGGNED0OXy .mbr-figure {
  height: 100%;
}
.cid-tGGNED0OXy .col-lg-6 {
  padding: 0;
}
.cid-tGGNED0OXy .row {
  margin: 0;
}
.cid-tGGNED0OXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGNED0OXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSxwbS3Jh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-tYSxwbS3Jh .container {
    padding: 0 25px;
  }
}
.cid-tYSxwbS3Jh .row {
  margin: 0;
}
.cid-tYSxwbS3Jh .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tYSxwbS3Jh .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSxwbS3Jh .image-wrapper {
    min-height: 350px;
  }
}
.cid-tYSxwbS3Jh .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-tYSxwbS3Jh .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tYSxwbS3Jh .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tYSxwbS3Jh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYSxwbS3Jh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYSxwbS3Jh .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYSxwbS3Jh .mbr-section-title {
  color: #000000;
}
.cid-tYSxwbS3Jh .mbr-text {
  color: #000000;
}
.cid-tDMczN4O1E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tDMczN4O1E img,
.cid-tDMczN4O1E .item-img {
  width: 100%;
}
.cid-tDMczN4O1E .item:focus,
.cid-tDMczN4O1E span:focus {
  outline: none;
}
.cid-tDMczN4O1E .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tDMczN4O1E .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDMczN4O1E .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDMczN4O1E .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDMczN4O1E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDMczN4O1E .mbr-section-title {
  color: #232323;
}
.cid-tGLhAHMIrL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLhAHMIrL .container {
  max-width: 1400px;
}
.cid-tGLhAHMIrL .card-img2 span {
  padding-top: 6px;
}
.cid-tGLhAHMIrL .soc-item a {
  padding-top: 5px;
}
.cid-tGLhAHMIrL .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLhAHMIrL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLhAHMIrL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLhAHMIrL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLhAHMIrL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLhAHMIrL #e2_shape {
  fill: #efefef !important;
}
.cid-tGLhAHMIrL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLhAHMIrL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLhAHMIrL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLhAHMIrL .card-img {
  width: auto;
}
.cid-tGLhAHMIrL .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLhAHMIrL .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLhAHMIrL .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLhAHMIrL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLhAHMIrL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLhAHMIrL .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLhAHMIrL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLhAHMIrL img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLhAHMIrL .item {
    justify-content: center;
  }
  .cid-tGLhAHMIrL .quote::after {
    left: 60px;
  }
}
.cid-tGLhAHMIrL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLhAHMIrL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLhAHMIrL .text1 {
  color: #ffffff;
}
.cid-tGLhAHMIrL .item-title {
  color: #ffffff;
}
.cid-tGLhAHMIrL H5 {
  color: #ffffff;
}
.cid-tGLhAHMIrL .theme {
  color: #ffffff;
}
.cid-tGLhAHMIrL .copyright > p {
  color: #ff3366;
}
.cid-tGLhAHMIrL .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lYGLqyv .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-tH5lYGLqyv .nav-item:focus,
.cid-tH5lYGLqyv .nav-link:focus {
  outline: none;
}
.cid-tH5lYGLqyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lYGLqyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lYGLqyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lYGLqyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lYGLqyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lYGLqyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lYGLqyv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lYGLqyv .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lYGLqyv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lYGLqyv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lYGLqyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lYGLqyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lYGLqyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lYGLqyv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lYGLqyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lYGLqyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lYGLqyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lYGLqyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lYGLqyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lYGLqyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lYGLqyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lYGLqyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lYGLqyv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lYGLqyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lYGLqyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lYGLqyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lYGLqyv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lYGLqyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lYGLqyv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lYGLqyv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lYGLqyv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lYGLqyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lYGLqyv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lYGLqyv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lYGLqyv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lYGLqyv .navbar-brand {
  -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;
}
.cid-tH5lYGLqyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lYGLqyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lYGLqyv .dropdown-item.active,
.cid-tH5lYGLqyv .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lYGLqyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lYGLqyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lYGLqyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lYGLqyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lYGLqyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lYGLqyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lYGLqyv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lYGLqyv .navbar-buttons {
  text-align: center;
}
.cid-tH5lYGLqyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lYGLqyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lYGLqyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lYGLqyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lYGLqyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lYGLqyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lYGLqyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lYGLqyv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lYGLqyv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lYGLqyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lYGLqyv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lYGLqyv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lYGLqyv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lYGLqyv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lYGLqyv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lYGLqyv .navbar {
    height: 77px;
  }
  .cid-tH5lYGLqyv .navbar.opened {
    height: auto;
  }
  .cid-tH5lYGLqyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPU4ChjhL0 {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscf0320-4-2000x3000.webp");
}
.cid-rPU4ChjhL0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rPU4ChjhL0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPU4ChjhL0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGLCbzTL3I {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLCbzTL3I .container {
  max-width: 1400px;
}
.cid-tGLCbzTL3I .card-img2 span {
  padding-top: 6px;
}
.cid-tGLCbzTL3I .soc-item a {
  padding-top: 5px;
}
.cid-tGLCbzTL3I .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLCbzTL3I .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLCbzTL3I .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLCbzTL3I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLCbzTL3I svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLCbzTL3I #e2_shape {
  fill: #efefef !important;
}
.cid-tGLCbzTL3I .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLCbzTL3I .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLCbzTL3I .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLCbzTL3I .card-img {
  width: auto;
}
.cid-tGLCbzTL3I .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLCbzTL3I .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLCbzTL3I .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLCbzTL3I .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLCbzTL3I .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLCbzTL3I .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLCbzTL3I .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLCbzTL3I img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLCbzTL3I .item {
    justify-content: center;
  }
  .cid-tGLCbzTL3I .quote::after {
    left: 60px;
  }
}
.cid-tGLCbzTL3I .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLCbzTL3I .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLCbzTL3I .text1 {
  color: #ffffff;
}
.cid-tGLCbzTL3I .item-title {
  color: #ffffff;
}
.cid-tGLCbzTL3I H5 {
  color: #ffffff;
}
.cid-tGLCbzTL3I .theme {
  color: #ffffff;
}
.cid-tGLCbzTL3I .copyright > p {
  color: #ff3366;
}
.cid-tGLCbzTL3I .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5ly3aFEi .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-tH5ly3aFEi .nav-item:focus,
.cid-tH5ly3aFEi .nav-link:focus {
  outline: none;
}
.cid-tH5ly3aFEi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5ly3aFEi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5ly3aFEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5ly3aFEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5ly3aFEi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5ly3aFEi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5ly3aFEi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5ly3aFEi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5ly3aFEi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5ly3aFEi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5ly3aFEi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5ly3aFEi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5ly3aFEi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5ly3aFEi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5ly3aFEi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5ly3aFEi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5ly3aFEi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5ly3aFEi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5ly3aFEi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5ly3aFEi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5ly3aFEi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5ly3aFEi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5ly3aFEi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5ly3aFEi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5ly3aFEi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5ly3aFEi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5ly3aFEi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5ly3aFEi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5ly3aFEi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5ly3aFEi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5ly3aFEi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5ly3aFEi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5ly3aFEi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5ly3aFEi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5ly3aFEi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5ly3aFEi .navbar-brand {
  -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;
}
.cid-tH5ly3aFEi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5ly3aFEi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5ly3aFEi .dropdown-item.active,
.cid-tH5ly3aFEi .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5ly3aFEi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5ly3aFEi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5ly3aFEi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5ly3aFEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5ly3aFEi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5ly3aFEi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5ly3aFEi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5ly3aFEi .navbar-buttons {
  text-align: center;
}
.cid-tH5ly3aFEi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5ly3aFEi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5ly3aFEi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5ly3aFEi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5ly3aFEi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5ly3aFEi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5ly3aFEi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5ly3aFEi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5ly3aFEi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5ly3aFEi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5ly3aFEi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5ly3aFEi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5ly3aFEi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5ly3aFEi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5ly3aFEi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5ly3aFEi .navbar {
    height: 77px;
  }
  .cid-tH5ly3aFEi .navbar.opened {
    height: auto;
  }
  .cid-tH5ly3aFEi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCU3IPZEvD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #150d1d;
}
.cid-tCU3IPZEvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCU3IPZEvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCU3IPZEvD .row {
  align-items: flex-end;
}
.cid-tCU3IPZEvD .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-tCU3IPZEvD .mbr-text,
.cid-tCU3IPZEvD .mbr-section-btn {
  color: #dfcefd;
}
.cid-tCU3IPZEvD .col-lg-4 {
  align-items: flex-end;
}
.cid-tCU3ALQL12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tCU3ALQL12 .mbr-text {
    text-align: center;
  }
}
.cid-tCU3ALQL12 .mbr-text,
.cid-tCU3ALQL12 .mbr-section-btn {
  color: #767676;
}
.cid-tCU3ALQL12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCU3ALQL12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXmo5uOmK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXmo5uOmK .mbr-text {
    text-align: center;
  }
}
.cid-tGXmo5uOmK .mbr-text,
.cid-tGXmo5uOmK .mbr-section-btn {
  color: #767676;
}
.cid-tGXmo5uOmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXmo5uOmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGLhrROxMk {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLhrROxMk .container {
  max-width: 1400px;
}
.cid-tGLhrROxMk .card-img2 span {
  padding-top: 6px;
}
.cid-tGLhrROxMk .soc-item a {
  padding-top: 5px;
}
.cid-tGLhrROxMk .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLhrROxMk .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLhrROxMk .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLhrROxMk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLhrROxMk svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLhrROxMk #e2_shape {
  fill: #efefef !important;
}
.cid-tGLhrROxMk .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLhrROxMk .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLhrROxMk .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLhrROxMk .card-img {
  width: auto;
}
.cid-tGLhrROxMk .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLhrROxMk .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLhrROxMk .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLhrROxMk .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLhrROxMk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLhrROxMk .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLhrROxMk .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLhrROxMk img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLhrROxMk .item {
    justify-content: center;
  }
  .cid-tGLhrROxMk .quote::after {
    left: 60px;
  }
}
.cid-tGLhrROxMk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLhrROxMk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLhrROxMk .text1 {
  color: #ffffff;
}
.cid-tGLhrROxMk .item-title {
  color: #ffffff;
}
.cid-tGLhrROxMk H5 {
  color: #ffffff;
}
.cid-tGLhrROxMk .theme {
  color: #ffffff;
}
.cid-tGLhrROxMk .copyright > p {
  color: #ff3366;
}
.cid-tGLhrROxMk .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lBMTosa .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-tH5lBMTosa .nav-item:focus,
.cid-tH5lBMTosa .nav-link:focus {
  outline: none;
}
.cid-tH5lBMTosa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lBMTosa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lBMTosa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lBMTosa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lBMTosa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lBMTosa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lBMTosa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lBMTosa .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lBMTosa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lBMTosa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lBMTosa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lBMTosa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lBMTosa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lBMTosa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lBMTosa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lBMTosa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lBMTosa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lBMTosa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lBMTosa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lBMTosa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lBMTosa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lBMTosa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lBMTosa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lBMTosa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lBMTosa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lBMTosa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lBMTosa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lBMTosa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lBMTosa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lBMTosa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lBMTosa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lBMTosa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lBMTosa .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lBMTosa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lBMTosa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lBMTosa .navbar-brand {
  -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;
}
.cid-tH5lBMTosa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lBMTosa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lBMTosa .dropdown-item.active,
.cid-tH5lBMTosa .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lBMTosa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lBMTosa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lBMTosa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lBMTosa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lBMTosa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lBMTosa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lBMTosa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lBMTosa .navbar-buttons {
  text-align: center;
}
.cid-tH5lBMTosa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lBMTosa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lBMTosa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lBMTosa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lBMTosa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lBMTosa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lBMTosa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lBMTosa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lBMTosa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lBMTosa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lBMTosa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lBMTosa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lBMTosa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lBMTosa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lBMTosa .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lBMTosa .navbar {
    height: 77px;
  }
  .cid-tH5lBMTosa .navbar.opened {
    height: auto;
  }
  .cid-tH5lBMTosa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPJrxb56eg {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dscf8871-2000x1333.webp");
}
.cid-rPJrxb56eg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rPJrxb56eg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPJrxb56eg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rPJrVAkKEn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rPJrVAkKEn .mbr-section-subtitle {
  color: #767676;
}
.cid-rPJrVAkKEn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rPJrVAkKEn .container {
    max-width: 1600px;
  }
}
.cid-rPJrVAkKEn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rPJrVAkKEn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rPJrVAkKEn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rPJrVAkKEn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rPJrVAkKEn .team-item:hover .item-social {
  opacity: 1;
}
.cid-rPJrVAkKEn .team-item .item-image img {
  width: 100%;
}
.cid-rPJrVAkKEn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rPJrVAkKEn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rPJrVAkKEn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rPJrVAkKEn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rPJrVAkKEn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rPJrVAkKEn .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rPJrVAkKEn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-rPJrVAkKEn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rPJrVAkKEn .item-social {
    opacity: 1;
  }
}
.cid-rPJFBc19VE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rPJFBc19VE .container-fluid {
  padding: 0 2rem;
}
.cid-rPJFBc19VE .underline .line {
  width: 80px;
  height: 4px;
  background-color: #e1201d;
  display: inline-block;
}
.cid-rPJFBc19VE .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rPJFBc19VE .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rPJFBc19VE .time-line-date-content {
  margin-right: 2rem;
}
.cid-rPJFBc19VE .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rPJFBc19VE .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rPJFBc19VE .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e1201d;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rPJFBc19VE .separline:before,
.cid-rPJFBc19VE .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e1201d;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rPJFBc19VE .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e1201d;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rPJFBc19VE .container-fluid {
    padding: 0 1rem;
  }
  .cid-rPJFBc19VE .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rPJFBc19VE .separline:before,
  .cid-rPJFBc19VE .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rPJFBc19VE .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rPJFBc19VE .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rPJFBc19VE .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rPJFBc19VE .time-line-date-content p {
    float: left !important;
  }
  .cid-rPJFBc19VE .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rPJFBc19VE .mbr-section-title,
.cid-rPJFBc19VE .underline {
  text-align: center;
}
.cid-rPJFBc19VE .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rPJFBc19VE .mbr-timeline-date {
  text-align: left;
}
.cid-tGLhuMYimh {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLhuMYimh .container {
  max-width: 1400px;
}
.cid-tGLhuMYimh .card-img2 span {
  padding-top: 6px;
}
.cid-tGLhuMYimh .soc-item a {
  padding-top: 5px;
}
.cid-tGLhuMYimh .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLhuMYimh .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLhuMYimh .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLhuMYimh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLhuMYimh svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLhuMYimh #e2_shape {
  fill: #efefef !important;
}
.cid-tGLhuMYimh .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLhuMYimh .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLhuMYimh .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLhuMYimh .card-img {
  width: auto;
}
.cid-tGLhuMYimh .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLhuMYimh .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLhuMYimh .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLhuMYimh .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLhuMYimh .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLhuMYimh .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLhuMYimh .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLhuMYimh img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLhuMYimh .item {
    justify-content: center;
  }
  .cid-tGLhuMYimh .quote::after {
    left: 60px;
  }
}
.cid-tGLhuMYimh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLhuMYimh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLhuMYimh .text1 {
  color: #ffffff;
}
.cid-tGLhuMYimh .item-title {
  color: #ffffff;
}
.cid-tGLhuMYimh H5 {
  color: #ffffff;
}
.cid-tGLhuMYimh .theme {
  color: #ffffff;
}
.cid-tGLhuMYimh .copyright > p {
  color: #ff3366;
}
.cid-tGLhuMYimh .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lV23Yh7 .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-tH5lV23Yh7 .nav-item:focus,
.cid-tH5lV23Yh7 .nav-link:focus {
  outline: none;
}
.cid-tH5lV23Yh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lV23Yh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lV23Yh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lV23Yh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lV23Yh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lV23Yh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lV23Yh7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lV23Yh7 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lV23Yh7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lV23Yh7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lV23Yh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lV23Yh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lV23Yh7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lV23Yh7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lV23Yh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lV23Yh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lV23Yh7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lV23Yh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lV23Yh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lV23Yh7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lV23Yh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lV23Yh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lV23Yh7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lV23Yh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lV23Yh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lV23Yh7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lV23Yh7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lV23Yh7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lV23Yh7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lV23Yh7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lV23Yh7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lV23Yh7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lV23Yh7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lV23Yh7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lV23Yh7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lV23Yh7 .navbar-brand {
  -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;
}
.cid-tH5lV23Yh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lV23Yh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lV23Yh7 .dropdown-item.active,
.cid-tH5lV23Yh7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lV23Yh7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lV23Yh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lV23Yh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lV23Yh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lV23Yh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lV23Yh7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lV23Yh7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lV23Yh7 .navbar-buttons {
  text-align: center;
}
.cid-tH5lV23Yh7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lV23Yh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lV23Yh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lV23Yh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lV23Yh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lV23Yh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lV23Yh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lV23Yh7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lV23Yh7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lV23Yh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lV23Yh7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lV23Yh7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lV23Yh7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lV23Yh7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lV23Yh7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lV23Yh7 .navbar {
    height: 77px;
  }
  .cid-tH5lV23Yh7 .navbar.opened {
    height: auto;
  }
  .cid-tH5lV23Yh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUlb52aT4 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8815-1-2000x1333.webp");
}
.cid-tCUlb52aT4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCUlb52aT4 .mbr-text,
.cid-tCUlb52aT4 .mbr-section-btn {
  color: #ffffff;
}
.cid-rTCfFpyNFk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rTCfFpyNFk .mbr-text {
    text-align: center;
  }
}
.cid-rTCfFpyNFk .mbr-text,
.cid-rTCfFpyNFk .mbr-section-btn {
  color: #767676;
}
.cid-s4mT48rUi6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s4mT48rUi6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4mT48rUi6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4mT48rUi6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4mT48rUi6 .mbr-gallery-item {
  width: 33.3%;
}
.cid-s4mT48rUi6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-s4mT48rUi6 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-s4mT48rUi6 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-s4mT48rUi6 .mbr-gallery-row {
  justify-content: center;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s4mT48rUi6 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-s4mT48rUi6 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-s4mT48rUi6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s4mT48rUi6 img {
  transition: all 2s!important;
}
.cid-s4mT48rUi6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4mT48rUi6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-s4mT48rUi6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGLChqzPDs {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLChqzPDs .container {
  max-width: 1400px;
}
.cid-tGLChqzPDs .card-img2 span {
  padding-top: 6px;
}
.cid-tGLChqzPDs .soc-item a {
  padding-top: 5px;
}
.cid-tGLChqzPDs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLChqzPDs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLChqzPDs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLChqzPDs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLChqzPDs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLChqzPDs #e2_shape {
  fill: #efefef !important;
}
.cid-tGLChqzPDs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLChqzPDs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLChqzPDs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLChqzPDs .card-img {
  width: auto;
}
.cid-tGLChqzPDs .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLChqzPDs .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLChqzPDs .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLChqzPDs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLChqzPDs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLChqzPDs .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLChqzPDs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLChqzPDs img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLChqzPDs .item {
    justify-content: center;
  }
  .cid-tGLChqzPDs .quote::after {
    left: 60px;
  }
}
.cid-tGLChqzPDs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLChqzPDs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLChqzPDs .text1 {
  color: #ffffff;
}
.cid-tGLChqzPDs .item-title {
  color: #ffffff;
}
.cid-tGLChqzPDs H5 {
  color: #ffffff;
}
.cid-tGLChqzPDs .theme {
  color: #ffffff;
}
.cid-tGLChqzPDs .copyright > p {
  color: #ff3366;
}
.cid-tGLChqzPDs .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lRwUlhb .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-tH5lRwUlhb .nav-item:focus,
.cid-tH5lRwUlhb .nav-link:focus {
  outline: none;
}
.cid-tH5lRwUlhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lRwUlhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lRwUlhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lRwUlhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lRwUlhb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lRwUlhb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lRwUlhb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lRwUlhb .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lRwUlhb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lRwUlhb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lRwUlhb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lRwUlhb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lRwUlhb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lRwUlhb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lRwUlhb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lRwUlhb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lRwUlhb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lRwUlhb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lRwUlhb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lRwUlhb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lRwUlhb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lRwUlhb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lRwUlhb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lRwUlhb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lRwUlhb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lRwUlhb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lRwUlhb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lRwUlhb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lRwUlhb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lRwUlhb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lRwUlhb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lRwUlhb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lRwUlhb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lRwUlhb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lRwUlhb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lRwUlhb .navbar-brand {
  -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;
}
.cid-tH5lRwUlhb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lRwUlhb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lRwUlhb .dropdown-item.active,
.cid-tH5lRwUlhb .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lRwUlhb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lRwUlhb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lRwUlhb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lRwUlhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lRwUlhb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lRwUlhb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lRwUlhb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lRwUlhb .navbar-buttons {
  text-align: center;
}
.cid-tH5lRwUlhb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lRwUlhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lRwUlhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lRwUlhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lRwUlhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lRwUlhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lRwUlhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lRwUlhb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lRwUlhb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lRwUlhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lRwUlhb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lRwUlhb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lRwUlhb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lRwUlhb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lRwUlhb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lRwUlhb .navbar {
    height: 77px;
  }
  .cid-tH5lRwUlhb .navbar.opened {
    height: auto;
  }
  .cid-tH5lRwUlhb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUkuq3xoM {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8910-1-2000x1333.webp");
}
.cid-tCUkuq3xoM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCUkuq3xoM .mbr-text,
.cid-tCUkuq3xoM .mbr-section-btn {
  color: #ffffff;
}
.cid-rTCeK5Rt90 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rTCeK5Rt90 .mbr-text {
    text-align: center;
  }
}
.cid-rTCeK5Rt90 .mbr-text,
.cid-rTCeK5Rt90 .mbr-section-btn {
  color: #767676;
}
.cid-tEfySrkIKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEfySrkIKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfySrkIKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfySrkIKL .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tEfySrkIKL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tEfySrkIKL .container {
    padding: 0 20px;
  }
}
.cid-tEfySrkIKL .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEfySrkIKL .row {
    padding: 0;
  }
}
.cid-tEfySrkIKL .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tEfySrkIKL .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tEfySrkIKL .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tEfySrkIKL .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tEfySrkIKL .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tEfySrkIKL .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEfySrkIKL .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEfySrkIKL .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tEfySrkIKL .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEfySrkIKL .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tEfySrkIKL .mbr-number {
  color: #ffffff;
}
.cid-tEfySrkIKL .mbr-section-title {
  color: #ffffff;
}
.cid-tEfySrkIKL .mbr-text {
  color: #ffffff;
}
.cid-tEfz1G03jf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tEfz1G03jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfz1G03jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfz1G03jf .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tEfz1G03jf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tEfz1G03jf .container {
    padding: 0 20px;
  }
}
.cid-tEfz1G03jf .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEfz1G03jf .row {
    padding: 0;
  }
}
.cid-tEfz1G03jf .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tEfz1G03jf .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tEfz1G03jf .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tEfz1G03jf .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tEfz1G03jf .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tEfz1G03jf .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEfz1G03jf .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEfz1G03jf .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tEfz1G03jf .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEfz1G03jf .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tEfz1G03jf .mbr-number {
  color: #ffffff;
}
.cid-tEfz1G03jf .mbr-section-title {
  color: #ffffff;
}
.cid-tEfz1G03jf .mbr-text {
  color: #ffffff;
}
.cid-tEfyzGqSTR {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tEfyzGqSTR img,
.cid-tEfyzGqSTR .item-img {
  width: 100%;
}
.cid-tEfyzGqSTR .item:focus,
.cid-tEfyzGqSTR span:focus {
  outline: none;
}
.cid-tEfyzGqSTR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tEfyzGqSTR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEfyzGqSTR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEfyzGqSTR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEfyzGqSTR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEfyzGqSTR .mbr-section-title {
  color: #232323;
}
.cid-tGLCn5KzD7 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGLCn5KzD7 .container {
  max-width: 1400px;
}
.cid-tGLCn5KzD7 .card-img2 span {
  padding-top: 6px;
}
.cid-tGLCn5KzD7 .soc-item a {
  padding-top: 5px;
}
.cid-tGLCn5KzD7 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGLCn5KzD7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGLCn5KzD7 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGLCn5KzD7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGLCn5KzD7 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGLCn5KzD7 #e2_shape {
  fill: #efefef !important;
}
.cid-tGLCn5KzD7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGLCn5KzD7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGLCn5KzD7 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGLCn5KzD7 .card-img {
  width: auto;
}
.cid-tGLCn5KzD7 .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGLCn5KzD7 .soc-item span {
  font-size: 1.4rem;
}
.cid-tGLCn5KzD7 .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGLCn5KzD7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGLCn5KzD7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGLCn5KzD7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGLCn5KzD7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGLCn5KzD7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGLCn5KzD7 .item {
    justify-content: center;
  }
  .cid-tGLCn5KzD7 .quote::after {
    left: 60px;
  }
}
.cid-tGLCn5KzD7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGLCn5KzD7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGLCn5KzD7 .text1 {
  color: #ffffff;
}
.cid-tGLCn5KzD7 .item-title {
  color: #ffffff;
}
.cid-tGLCn5KzD7 H5 {
  color: #ffffff;
}
.cid-tGLCn5KzD7 .theme {
  color: #ffffff;
}
.cid-tGLCn5KzD7 .copyright > p {
  color: #ff3366;
}
.cid-tGLCn5KzD7 .text2 {
  color: #ffffff;
}
.cid-tCU7LFo7ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tCU7LFo7ij .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tH5lMRYipc .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-tH5lMRYipc .nav-item:focus,
.cid-tH5lMRYipc .nav-link:focus {
  outline: none;
}
.cid-tH5lMRYipc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lMRYipc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH5lMRYipc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH5lMRYipc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tH5lMRYipc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH5lMRYipc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH5lMRYipc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tH5lMRYipc .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tH5lMRYipc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tH5lMRYipc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH5lMRYipc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH5lMRYipc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH5lMRYipc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tH5lMRYipc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tH5lMRYipc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH5lMRYipc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH5lMRYipc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tH5lMRYipc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH5lMRYipc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tH5lMRYipc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tH5lMRYipc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH5lMRYipc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH5lMRYipc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH5lMRYipc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH5lMRYipc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH5lMRYipc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH5lMRYipc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH5lMRYipc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH5lMRYipc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH5lMRYipc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH5lMRYipc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH5lMRYipc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH5lMRYipc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tH5lMRYipc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH5lMRYipc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH5lMRYipc .navbar-brand {
  -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;
}
.cid-tH5lMRYipc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH5lMRYipc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH5lMRYipc .dropdown-item.active,
.cid-tH5lMRYipc .dropdown-item:active {
  background-color: transparent;
}
.cid-tH5lMRYipc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH5lMRYipc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH5lMRYipc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH5lMRYipc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tH5lMRYipc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH5lMRYipc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH5lMRYipc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH5lMRYipc .navbar-buttons {
  text-align: center;
}
.cid-tH5lMRYipc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH5lMRYipc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tH5lMRYipc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH5lMRYipc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lMRYipc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH5lMRYipc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH5lMRYipc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lMRYipc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH5lMRYipc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH5lMRYipc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH5lMRYipc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH5lMRYipc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tH5lMRYipc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tH5lMRYipc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tH5lMRYipc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH5lMRYipc .navbar {
    height: 77px;
  }
  .cid-tH5lMRYipc .navbar.opened {
    height: auto;
  }
  .cid-tH5lMRYipc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGSJ1Q0h4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dscf8111-2000x1333.webp");
}
@media (min-width: 768px) {
  .cid-tGGSJ1Q0h4 {
    align-items: center;
  }
  .cid-tGGSJ1Q0h4 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tGGSJ1Q0h4 {
    align-items: center;
  }
  .cid-tGGSJ1Q0h4 .row {
    justify-content: center;
  }
}
.cid-tGGSJ1Q0h4 .mbr-section-title,
.cid-tGGSJ1Q0h4 .card_topic {
  margin-bottom: 12px;
}
.cid-tGGSJ1Q0h4 .item-wrapper {
  padding-bottom: 24px;
}
.cid-tGGSJ1Q0h4 .item-wrapper:hover .mbr-section-title a {
  color: #e1201d !important;
}
.cid-tGGSJ1Q0h4 .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tGGSJ1Q0h4 .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tGGSJ1Q0h4 .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tGGSJ1Q0h4 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tGGSJ1Q0h4 .category_content,
.cid-tGGSJ1Q0h4 .date,
.cid-tGGSJ1Q0h4 .name_author {
  opacity: .8;
}
.cid-tGGSJ1Q0h4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e1201d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tGGSJ1Q0h4 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tGGUAbElgH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGGUAbElgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGUAbElgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGUAbElgH img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tGGUAbElgH img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tGGUAbElgH .row {
  flex-direction: row-reverse;
}
.cid-tGGUAbElgH .row {
  align-items: center;
}
.cid-tGGUAbElgH .mbr-section-title {
  color: #491414;
}
.cid-tGGUAbElgH .mbr-text,
.cid-tGGUAbElgH .mbr-section-btn {
  color: #000000;
}
.cid-tGGVX1UrMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGGVX1UrMl .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tGGVX1UrMl .row {
  flex-direction: column;
}
.cid-tGGVX1UrMl .container {
  max-width: 770px;
  margin: auto;
}
.cid-tGGVX1UrMl .lin {
  margin-bottom: 1rem;
}
.cid-tGGVX1UrMl a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tGGVX1UrMl a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tGGVxW8i7a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tGGVxW8i7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGVxW8i7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGVxW8i7a .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tGGVxW8i7a .image-wrapper {
    flex-direction: column;
  }
  .cid-tGGVxW8i7a .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tGGVxW8i7a .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tGGVxW8i7a .card-box {
    padding-top: 0rem;
  }
}
.cid-tGGVxW8i7a img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tGGVxW8i7a .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tGGVxW8i7a .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGGVxW8i7a .card {
    padding: 2rem;
  }
}
.cid-tGGVxW8i7a .mbr-text,
.cid-tGGVxW8i7a .mbr-section-btn {
  color: #000000;
}
.cid-tGGVxW8i7a .card-title,
.cid-tGGVxW8i7a .card-box {
  color: #1e2330;
}
.cid-tGGWO99fNZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGGWO99fNZ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tGGWO99fNZ .right {
  display: flex;
  flex-direction: column;
}
.cid-tGGWO99fNZ .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tGGWO99fNZ .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tGGWO99fNZ .last-p {
  padding-bottom: 0;
}
.cid-tGGWO99fNZ .row {
  justify-content: center;
}
.cid-tGGYcqXK5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tGGYcqXK5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGYcqXK5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGYcqXK5Q .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tGGYcqXK5Q .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tGGYcqXK5Q .col-img {
    width: 100%;
  }
}
.cid-tGGYcqXK5Q .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tGGYcqXK5Q .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tGGYcqXK5Q .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tGGYcqXK5Q .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tGGYcqXK5Q .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tGGYcqXK5Q .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tGGYcqXK5Q .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tGGYcqXK5Q .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-tGGYcqXK5Q .card-title {
  color: #e3ebf3;
}
.cid-tGGYcqXK5Q .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tGGYcqXK5Q .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGGYcqXK5Q .mbr-text {
    margin-top: 12px;
  }
}
.cid-tGGYcqXK5Q .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tGGYcqXK5Q .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tGGYTs5c1J {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGGYTs5c1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGYTs5c1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGYTs5c1J img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tGGYTs5c1J img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tGGYTs5c1J .row {
  align-items: center;
}
.cid-tGGYTs5c1J .mbr-section-title {
  color: #491414;
}
.cid-tGGYTs5c1J .mbr-text,
.cid-tGGYTs5c1J .mbr-section-btn {
  color: #000000;
}
.cid-tGGZT1vjmy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGGZT1vjmy img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tGGZT1vjmy .right {
  display: flex;
  flex-direction: column;
}
.cid-tGGZT1vjmy .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tGGZT1vjmy .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tGGZT1vjmy .last-p {
  padding-bottom: 0;
}
.cid-tGGZT1vjmy .row {
  justify-content: center;
}
.cid-tGH0fO6qRD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tGH0fO6qRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGH0fO6qRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGH0fO6qRD .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tGH0fO6qRD .image-wrapper {
    flex-direction: column;
  }
  .cid-tGH0fO6qRD .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tGH0fO6qRD .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tGH0fO6qRD .card-box {
    padding-top: 0rem;
  }
}
.cid-tGH0fO6qRD img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tGH0fO6qRD .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tGH0fO6qRD .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGH0fO6qRD .card {
    padding: 2rem;
  }
}
.cid-tGH0fO6qRD .mbr-text,
.cid-tGH0fO6qRD .mbr-section-btn {
  color: #000000;
}
.cid-tGH0fO6qRD .card-title,
.cid-tGH0fO6qRD .card-box {
  color: #1e2330;
}
.cid-tGH0S2Nxza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGH0S2Nxza .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tGH0S2Nxza .row {
  flex-direction: column;
}
.cid-tGH0S2Nxza .container {
  max-width: 770px;
  margin: auto;
}
.cid-tGH0S2Nxza .lin {
  margin-bottom: 1rem;
}
.cid-tGH0S2Nxza a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tGH0S2Nxza a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tGLiioRWuC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGLiioRWuC img {
  width: 65%;
  pointer-events: all;
}
.cid-tGLiioRWuC .row {
  justify-content: center;
}
.cid-tGLiioRWuC .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-tGLiioRWuC .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-tGLiioRWuC .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-tGLiioRWuC .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tGLiioRWuC .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-tGLiioRWuC .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-tGLiioRWuC .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-tGLiioRWuC .item {
    height: 300px;
  }
}
.cid-tGLiioRWuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGLiioRWuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGLhYTWzQs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tGLhYTWzQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGLhYTWzQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGLhYTWzQs .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGLhYTWzQs .container {
    padding: 0 12px;
  }
}
.cid-tGLhYTWzQs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tGLhYTWzQs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGLhYTWzQs .mbr-section-title {
  color: #222222;
}
.cid-tGLhYTWzQs .mbr-text {
  color: #222222;
}
.cid-tGYKMTvIhn {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYKMTvIhn .container {
  max-width: 1400px;
}
.cid-tGYKMTvIhn .card-img2 span {
  padding-top: 6px;
}
.cid-tGYKMTvIhn .soc-item a {
  padding-top: 5px;
}
.cid-tGYKMTvIhn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYKMTvIhn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYKMTvIhn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYKMTvIhn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYKMTvIhn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYKMTvIhn #e2_shape {
  fill: #efefef !important;
}
.cid-tGYKMTvIhn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYKMTvIhn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYKMTvIhn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYKMTvIhn .card-img {
  width: auto;
}
.cid-tGYKMTvIhn .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYKMTvIhn .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYKMTvIhn .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYKMTvIhn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYKMTvIhn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYKMTvIhn .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYKMTvIhn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYKMTvIhn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYKMTvIhn .item {
    justify-content: center;
  }
  .cid-tGYKMTvIhn .quote::after {
    left: 60px;
  }
}
.cid-tGYKMTvIhn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYKMTvIhn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYKMTvIhn .text1 {
  color: #ffffff;
}
.cid-tGYKMTvIhn .item-title {
  color: #ffffff;
}
.cid-tGYKMTvIhn H5 {
  color: #ffffff;
}
.cid-tGYKMTvIhn .theme {
  color: #ffffff;
}
.cid-tGYKMTvIhn .copyright > p {
  color: #ff3366;
}
.cid-tGYKMTvIhn .text2 {
  color: #ffffff;
}
.cid-tGGPvcUTUz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGGPvcUTUz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSE9ryXgZ .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-tYSE9ryXgZ .nav-item:focus,
.cid-tYSE9ryXgZ .nav-link:focus {
  outline: none;
}
.cid-tYSE9ryXgZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSE9ryXgZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSE9ryXgZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSE9ryXgZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSE9ryXgZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSE9ryXgZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSE9ryXgZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSE9ryXgZ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSE9ryXgZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSE9ryXgZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSE9ryXgZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSE9ryXgZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSE9ryXgZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSE9ryXgZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSE9ryXgZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSE9ryXgZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSE9ryXgZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSE9ryXgZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSE9ryXgZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSE9ryXgZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSE9ryXgZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSE9ryXgZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSE9ryXgZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSE9ryXgZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSE9ryXgZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSE9ryXgZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSE9ryXgZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSE9ryXgZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSE9ryXgZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSE9ryXgZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSE9ryXgZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSE9ryXgZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSE9ryXgZ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSE9ryXgZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSE9ryXgZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSE9ryXgZ .navbar-brand {
  -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;
}
.cid-tYSE9ryXgZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSE9ryXgZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSE9ryXgZ .dropdown-item.active,
.cid-tYSE9ryXgZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSE9ryXgZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSE9ryXgZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSE9ryXgZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSE9ryXgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSE9ryXgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSE9ryXgZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSE9ryXgZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSE9ryXgZ .navbar-buttons {
  text-align: center;
}
.cid-tYSE9ryXgZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSE9ryXgZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSE9ryXgZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSE9ryXgZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSE9ryXgZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSE9ryXgZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSE9ryXgZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSE9ryXgZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSE9ryXgZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSE9ryXgZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSE9ryXgZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSE9ryXgZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSE9ryXgZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSE9ryXgZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSE9ryXgZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSE9ryXgZ .navbar {
    height: 77px;
  }
  .cid-tYSE9ryXgZ .navbar.opened {
    height: auto;
  }
  .cid-tYSE9ryXgZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXflFlD36 {
  background-image: url("../../../assets/images/123-2000x1333.webp");
  background-position: right;
}
.cid-tGXflFlD36 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tGXflFlD36 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tGXflFlD36 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tGXflFlD36 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tGXflFlD36 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tGXflFlD36 H1 {
  text-align: left;
}
.cid-tGXflFX2yf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tGXflFX2yf .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #e1201d;
}
.cid-tGXflFX2yf img {
  width: 100%;
}
.cid-tGXflFX2yf p {
  margin-top: 6rem;
}
.cid-tGXflFX2yf .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tGXflFX2yf .content-wrapper {
  padding-top: 6rem;
}
.cid-tGXflFX2yf h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tGXflFX2yf .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tGXflFX2yf p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tGXflFX2yf .back {
    width: 100%;
    height: 75%;
  }
  .cid-tGXflFX2yf .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tGXflFX2yf p {
    margin-top: 4rem;
  }
}
.cid-tGXflFX2yf .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tGXflFX2yf .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tGXflFX2yf .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tGXflFX2yf h4 {
    right: 2rem;
  }
}
.cid-tGXflFX2yf H1 {
  color: #000000;
}
.cid-tGXflFX2yf H3 {
  color: #000000;
}
.cid-tGXflFX2yf .mbr-text,
.cid-tGXflFX2yf .mbr-section-btn {
  color: #000000;
}
.cid-tGXflGpf9X {
  padding-top: 120px;
  background-image: url("../../../assets/images/dscf8815-6-2000x1333.webp");
}
.cid-tGXflGpf9X .container {
  margin-bottom: 15%;
}
.cid-tGXflGpf9X .content-container .btn-bgr {
  z-index: 0;
}
.cid-tGXflGpf9X .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #efefef;
}
.cid-tGXflGpf9X .icon-block-top span {
  background-color: #5580ff;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-tGXflGpf9X .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-tGXflGpf9X .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-tGXflGpf9X .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-tGXflGpf9X .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-tGXflGpf9X .box-item-text,
.cid-tGXflGpf9X .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-tGXflGpf9X .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tGXflGpf9X .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tGXflGpf9X .box-list li:last-child {
  border-bottom: none;
}
.cid-tGXflGpf9X .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tGXflGpf9X .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tGXflGpf9X .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-tGXflGpf9X .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-tGXflGpf9X .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tGXflGpf9X .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXflGpf9X .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-tGXflGpf9X .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-tGXflGpf9X .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tGXflGpf9X .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tGXflGpf9X .mbr-text {
  color: #efefef;
}
.cid-tGXflGpf9X H1 {
  color: #ffffff;
}
.cid-tGXflGXSCu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXflGXSCu .mbr-text {
    text-align: center;
  }
}
.cid-tGXflGXSCu .container-fluid {
  padding: 0;
}
.cid-tGXflGXSCu .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tGXflGXSCu img {
  height: 100%;
  object-fit: cover;
}
.cid-tGXflGXSCu .mbr-figure {
  height: 100%;
}
.cid-tGXflGXSCu .col-lg-6 {
  padding: 0;
}
.cid-tGXflGXSCu .row {
  margin: 0;
}
.cid-tGXflGXSCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXflGXSCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSx2GDGCe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-tYSx2GDGCe .container {
    padding: 0 25px;
  }
}
.cid-tYSx2GDGCe .row {
  margin: 0;
}
.cid-tYSx2GDGCe .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tYSx2GDGCe .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSx2GDGCe .image-wrapper {
    min-height: 350px;
  }
}
.cid-tYSx2GDGCe .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-tYSx2GDGCe .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tYSx2GDGCe .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tYSx2GDGCe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYSx2GDGCe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYSx2GDGCe .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYSx2GDGCe .mbr-section-title {
  color: #000000;
}
.cid-tYSx2GDGCe .mbr-text {
  color: #000000;
}
.cid-tGXiTl8fea {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGXiTl8fea .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGXiTl8fea .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-tGXiTl8fea .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-tGXiTl8fea textarea {
  min-height: 150px;
}
.cid-tGXiTl8fea .google-map {
  height: 27rem;
  position: relative;
}
.cid-tGXiTl8fea .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGXiTl8fea .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGXiTl8fea .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGXiTl8fea .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tGXiTl8fea .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tGXiTl8fea .form-control,
.cid-tGXiTl8fea .field-input {
  padding: 1rem;
  background-color: #efefef;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tGXiTl8fea .form-control input::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input input::-webkit-input-placeholder,
.cid-tGXiTl8fea .form-control textarea::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tGXiTl8fea .form-control input:-moz-placeholder,
.cid-tGXiTl8fea .field-input input:-moz-placeholder,
.cid-tGXiTl8fea .form-control textarea:-moz-placeholder,
.cid-tGXiTl8fea .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tGXiTl8fea .form-control:hover,
.cid-tGXiTl8fea .field-input:hover,
.cid-tGXiTl8fea .form-control:focus,
.cid-tGXiTl8fea .field-input:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tGXiTl8fea .form-control:hover input::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input:hover input::-webkit-input-placeholder,
.cid-tGXiTl8fea .form-control:focus input::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input:focus input::-webkit-input-placeholder,
.cid-tGXiTl8fea .form-control:hover textarea::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input:hover textarea::-webkit-input-placeholder,
.cid-tGXiTl8fea .form-control:focus textarea::-webkit-input-placeholder,
.cid-tGXiTl8fea .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tGXiTl8fea .form-control:hover input:-moz-placeholder,
.cid-tGXiTl8fea .field-input:hover input:-moz-placeholder,
.cid-tGXiTl8fea .form-control:focus input:-moz-placeholder,
.cid-tGXiTl8fea .field-input:focus input:-moz-placeholder,
.cid-tGXiTl8fea .form-control:hover textarea:-moz-placeholder,
.cid-tGXiTl8fea .field-input:hover textarea:-moz-placeholder,
.cid-tGXiTl8fea .form-control:focus textarea:-moz-placeholder,
.cid-tGXiTl8fea .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tGXiTl8fea .jq-number__spin:hover,
.cid-tGXiTl8fea .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tGXiTl8fea .jq-number__spin {
  background-color: #efefef;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tGXiTl8fea .jq-selectbox li,
.cid-tGXiTl8fea .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-tGXiTl8fea .jq-selectbox li:hover,
.cid-tGXiTl8fea .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-tGXiTl8fea .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tGXiTl8fea .jq-number__spin.minus:hover:after,
.cid-tGXiTl8fea .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tGXiTl8fea .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tGXiTl8fea .jq-number__spin.minus:after,
.cid-tGXiTl8fea .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-tGXiTl8fea input::-webkit-clear-button {
  display: none;
}
.cid-tGXiTl8fea input::-webkit-inner-spin-button {
  display: none;
}
.cid-tGXiTl8fea input::-webkit-outer-spin-button {
  display: none;
}
.cid-tGXiTl8fea input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-tGXiTl8fea .google-map {
    margin-bottom: 3rem;
  }
}
.cid-tGXflIjZMh {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-tGXflIjZMh img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-tGXflIjZMh .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-tGXflIjZMh .card:hover {
  opacity: 0.9;
}
.cid-tGXflIjZMh H1 {
  color: #000000;
}
.cid-tGXflIjZMh .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tGXflIjZMh .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tGXflIRhTf {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGXflIRhTf .container {
  max-width: 1400px;
}
.cid-tGXflIRhTf .card-img2 span {
  padding-top: 6px;
}
.cid-tGXflIRhTf .soc-item a {
  padding-top: 5px;
}
.cid-tGXflIRhTf .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGXflIRhTf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGXflIRhTf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGXflIRhTf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGXflIRhTf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGXflIRhTf #e2_shape {
  fill: #efefef !important;
}
.cid-tGXflIRhTf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGXflIRhTf .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGXflIRhTf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGXflIRhTf .card-img {
  width: auto;
}
.cid-tGXflIRhTf .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGXflIRhTf .soc-item span {
  font-size: 1.4rem;
}
.cid-tGXflIRhTf .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGXflIRhTf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGXflIRhTf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGXflIRhTf .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGXflIRhTf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGXflIRhTf img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGXflIRhTf .item {
    justify-content: center;
  }
  .cid-tGXflIRhTf .quote::after {
    left: 60px;
  }
}
.cid-tGXflIRhTf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGXflIRhTf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGXflIRhTf .text1 {
  color: #ffffff;
}
.cid-tGXflIRhTf .item-title {
  color: #ffffff;
}
.cid-tGXflIRhTf H5 {
  color: #ffffff;
}
.cid-tGXflIRhTf .theme {
  color: #ffffff;
}
.cid-tGXflIRhTf .copyright > p {
  color: #ff3366;
}
.cid-tGXflIRhTf .text2 {
  color: #ffffff;
}
.cid-tGXflJD0ZN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXflJD0ZN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSEgfFpGh .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-tYSEgfFpGh .nav-item:focus,
.cid-tYSEgfFpGh .nav-link:focus {
  outline: none;
}
.cid-tYSEgfFpGh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEgfFpGh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSEgfFpGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSEgfFpGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEgfFpGh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSEgfFpGh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSEgfFpGh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSEgfFpGh .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSEgfFpGh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSEgfFpGh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSEgfFpGh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSEgfFpGh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSEgfFpGh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSEgfFpGh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSEgfFpGh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSEgfFpGh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSEgfFpGh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSEgfFpGh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSEgfFpGh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSEgfFpGh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSEgfFpGh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSEgfFpGh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSEgfFpGh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSEgfFpGh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSEgfFpGh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSEgfFpGh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSEgfFpGh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSEgfFpGh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSEgfFpGh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSEgfFpGh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSEgfFpGh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSEgfFpGh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSEgfFpGh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSEgfFpGh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSEgfFpGh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSEgfFpGh .navbar-brand {
  -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;
}
.cid-tYSEgfFpGh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSEgfFpGh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSEgfFpGh .dropdown-item.active,
.cid-tYSEgfFpGh .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSEgfFpGh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSEgfFpGh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSEgfFpGh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSEgfFpGh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSEgfFpGh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSEgfFpGh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSEgfFpGh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSEgfFpGh .navbar-buttons {
  text-align: center;
}
.cid-tYSEgfFpGh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSEgfFpGh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSEgfFpGh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSEgfFpGh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEgfFpGh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEgfFpGh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSEgfFpGh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEgfFpGh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSEgfFpGh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSEgfFpGh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEgfFpGh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSEgfFpGh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSEgfFpGh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSEgfFpGh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSEgfFpGh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSEgfFpGh .navbar {
    height: 77px;
  }
  .cid-tYSEgfFpGh .navbar.opened {
    height: auto;
  }
  .cid-tYSEgfFpGh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXkMciGl8 {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dscf8871-2000x1333.webp");
}
.cid-tGXkMciGl8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tGXkMciGl8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXkMciGl8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXkMcImqp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGXkMcImqp .mbr-section-subtitle {
  color: #767676;
}
.cid-tGXkMcImqp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tGXkMcImqp .container {
    max-width: 1600px;
  }
}
.cid-tGXkMcImqp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tGXkMcImqp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tGXkMcImqp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tGXkMcImqp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tGXkMcImqp .team-item:hover .item-social {
  opacity: 1;
}
.cid-tGXkMcImqp .team-item .item-image img {
  width: 100%;
}
.cid-tGXkMcImqp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tGXkMcImqp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tGXkMcImqp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tGXkMcImqp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tGXkMcImqp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGXkMcImqp .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tGXkMcImqp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tGXkMcImqp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tGXkMcImqp .item-social {
    opacity: 1;
  }
}
.cid-tGXkMdvmXd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tGXkMdvmXd .container-fluid {
  padding: 0 2rem;
}
.cid-tGXkMdvmXd .underline .line {
  width: 80px;
  height: 4px;
  background-color: #e1201d;
  display: inline-block;
}
.cid-tGXkMdvmXd .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tGXkMdvmXd .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tGXkMdvmXd .time-line-date-content {
  margin-right: 2rem;
}
.cid-tGXkMdvmXd .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tGXkMdvmXd .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tGXkMdvmXd .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e1201d;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tGXkMdvmXd .separline:before,
.cid-tGXkMdvmXd .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e1201d;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tGXkMdvmXd .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e1201d;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tGXkMdvmXd .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGXkMdvmXd .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tGXkMdvmXd .separline:before,
  .cid-tGXkMdvmXd .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tGXkMdvmXd .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tGXkMdvmXd .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tGXkMdvmXd .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tGXkMdvmXd .time-line-date-content p {
    float: left !important;
  }
  .cid-tGXkMdvmXd .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tGXkMdvmXd .mbr-section-title,
.cid-tGXkMdvmXd .underline {
  text-align: center;
}
.cid-tGXkMdvmXd .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tGXkMdvmXd .mbr-timeline-date {
  text-align: left;
}
.cid-tGYJWKl6Q7 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYJWKl6Q7 .container {
  max-width: 1400px;
}
.cid-tGYJWKl6Q7 .card-img2 span {
  padding-top: 6px;
}
.cid-tGYJWKl6Q7 .soc-item a {
  padding-top: 5px;
}
.cid-tGYJWKl6Q7 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYJWKl6Q7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYJWKl6Q7 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYJWKl6Q7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYJWKl6Q7 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYJWKl6Q7 #e2_shape {
  fill: #efefef !important;
}
.cid-tGYJWKl6Q7 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYJWKl6Q7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYJWKl6Q7 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYJWKl6Q7 .card-img {
  width: auto;
}
.cid-tGYJWKl6Q7 .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYJWKl6Q7 .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYJWKl6Q7 .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYJWKl6Q7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYJWKl6Q7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYJWKl6Q7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYJWKl6Q7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYJWKl6Q7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYJWKl6Q7 .item {
    justify-content: center;
  }
  .cid-tGYJWKl6Q7 .quote::after {
    left: 60px;
  }
}
.cid-tGYJWKl6Q7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYJWKl6Q7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYJWKl6Q7 .text1 {
  color: #ffffff;
}
.cid-tGYJWKl6Q7 .item-title {
  color: #ffffff;
}
.cid-tGYJWKl6Q7 H5 {
  color: #ffffff;
}
.cid-tGYJWKl6Q7 .theme {
  color: #ffffff;
}
.cid-tGYJWKl6Q7 .copyright > p {
  color: #ff3366;
}
.cid-tGYJWKl6Q7 .text2 {
  color: #ffffff;
}
.cid-tGXkMf3HEs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXkMf3HEs .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSElcpPUD .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-tYSElcpPUD .nav-item:focus,
.cid-tYSElcpPUD .nav-link:focus {
  outline: none;
}
.cid-tYSElcpPUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSElcpPUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSElcpPUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSElcpPUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSElcpPUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSElcpPUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSElcpPUD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSElcpPUD .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSElcpPUD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSElcpPUD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSElcpPUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSElcpPUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSElcpPUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSElcpPUD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSElcpPUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSElcpPUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSElcpPUD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSElcpPUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSElcpPUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSElcpPUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSElcpPUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSElcpPUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSElcpPUD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSElcpPUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSElcpPUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSElcpPUD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSElcpPUD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSElcpPUD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSElcpPUD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSElcpPUD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSElcpPUD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSElcpPUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSElcpPUD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSElcpPUD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSElcpPUD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSElcpPUD .navbar-brand {
  -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;
}
.cid-tYSElcpPUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSElcpPUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSElcpPUD .dropdown-item.active,
.cid-tYSElcpPUD .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSElcpPUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSElcpPUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSElcpPUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSElcpPUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSElcpPUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSElcpPUD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSElcpPUD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSElcpPUD .navbar-buttons {
  text-align: center;
}
.cid-tYSElcpPUD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSElcpPUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSElcpPUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSElcpPUD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSElcpPUD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSElcpPUD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSElcpPUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSElcpPUD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSElcpPUD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSElcpPUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSElcpPUD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSElcpPUD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSElcpPUD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSElcpPUD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSElcpPUD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSElcpPUD .navbar {
    height: 77px;
  }
  .cid-tYSElcpPUD .navbar.opened {
    height: auto;
  }
  .cid-tYSElcpPUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXkUaB5RP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/ksuite3-bmw-kessv2-alientech.webp");
}
.cid-tGXkUaB5RP .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tGXkUaB5RP .mbr-section-title {
  color: #232323;
}
.cid-tGXkUaB5RP .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGXkUaB5RP .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tGXkUb4Sd4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGXkUb4Sd4 h4 {
  margin-bottom: 0;
}
.cid-tGXkUb4Sd4 p {
  color: #767676;
}
.cid-tGXkUb4Sd4 .cardcenter {
  background-color: #55b4d4;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-tGXkUb4Sd4 .cardcenter:hover {
  background-color: #149dcc;
}
.cid-tGXkUb4Sd4 .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-tGXkUb4Sd4 .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-tGXkUb4Sd4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tGXkUb4Sd4 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tGXkUb4Sd4 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tGXkUb4Sd4 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-tGXkUb4Sd4 .btn[class*="-outline"]:active,
.cid-tGXkUb4Sd4 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tGXkUb4Sd4 .card-box {
  padding-top: 2rem;
}
.cid-tGXkUb4Sd4 .card-wrapper {
  height: 100%;
}
.cid-tGXkUb4Sd4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGXkUb4Sd4 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tGXkUb4Sd4 .card-title {
  color: #149dcc;
}
.cid-tGXkUb4Sd4 .main-title {
  color: #232323;
}
.cid-tGXkUb4Sd4 .text {
  color: #ffffff;
}
.cid-tGXkUb4Sd4 .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tGXkUb4Sd4 .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tGXkUb4Sd4 .link {
    margin: auto;
  }
}
.cid-tGXkUbxN85 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGXkUbxN85 h4 {
  margin-bottom: 0;
}
.cid-tGXkUbxN85 p {
  color: #767676;
}
.cid-tGXkUbxN85 .cardcenter {
  background-color: #55b4d4;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-tGXkUbxN85 .cardcenter:hover {
  background-color: #149dcc;
}
.cid-tGXkUbxN85 .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-tGXkUbxN85 .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-tGXkUbxN85 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tGXkUbxN85 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tGXkUbxN85 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tGXkUbxN85 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-tGXkUbxN85 .btn[class*="-outline"]:active,
.cid-tGXkUbxN85 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tGXkUbxN85 .card-box {
  padding-top: 2rem;
}
.cid-tGXkUbxN85 .card-wrapper {
  height: 100%;
}
.cid-tGXkUbxN85 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGXkUbxN85 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tGXkUbxN85 .card-title {
  color: #149dcc;
}
.cid-tGXkUbxN85 .main-title {
  color: #232323;
}
.cid-tGXkUbxN85 .text {
  color: #ffffff;
}
.cid-tGXkUbxN85 .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tGXkUbxN85 .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tGXkUbxN85 .link {
    margin: auto;
  }
}
.cid-tGXkUc748e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGXkUc748e h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tGXkUc748e h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXkUc748e h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXkUc748e .mbr-text,
.cid-tGXkUc748e .mbr-section-btn {
  color: #767676;
}
.cid-tGXkUcteSV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tGXkUcteSV h4 {
  margin-bottom: 0;
}
.cid-tGXkUcteSV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(232, 76, 73, 0.35);
}
.cid-tGXkUcteSV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tGXkUcteSV .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tGXkUcteSV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tGXkUcteSV .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #e1201d !important;
  box-shadow: none!important;
}
.cid-tGXkUcteSV .btn[class*="-outline"]:active,
.cid-tGXkUcteSV .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tGXkUcteSV .card-box {
  padding-top: 2rem;
}
.cid-tGXkUcteSV .card-wrapper {
  height: 100%;
}
.cid-tGXkUcteSV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tGXkUcteSV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tGXkUcteSV .card-title {
  color: #149dcc;
}
.cid-tGXkUcteSV .main-title {
  color: #232323;
}
.cid-tGXkUcteSV .mbr-text,
.cid-tGXkUcteSV .mbr-link-btn {
  color: #767676;
}
.cid-tGYKbucnok {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYKbucnok .container {
  max-width: 1400px;
}
.cid-tGYKbucnok .card-img2 span {
  padding-top: 6px;
}
.cid-tGYKbucnok .soc-item a {
  padding-top: 5px;
}
.cid-tGYKbucnok .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYKbucnok .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYKbucnok .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYKbucnok .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYKbucnok svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYKbucnok #e2_shape {
  fill: #efefef !important;
}
.cid-tGYKbucnok .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYKbucnok .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYKbucnok .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYKbucnok .card-img {
  width: auto;
}
.cid-tGYKbucnok .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYKbucnok .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYKbucnok .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYKbucnok .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYKbucnok .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYKbucnok .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYKbucnok .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYKbucnok img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYKbucnok .item {
    justify-content: center;
  }
  .cid-tGYKbucnok .quote::after {
    left: 60px;
  }
}
.cid-tGYKbucnok .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYKbucnok .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYKbucnok .text1 {
  color: #ffffff;
}
.cid-tGYKbucnok .item-title {
  color: #ffffff;
}
.cid-tGYKbucnok H5 {
  color: #ffffff;
}
.cid-tGYKbucnok .theme {
  color: #ffffff;
}
.cid-tGYKbucnok .copyright > p {
  color: #ff3366;
}
.cid-tGYKbucnok .text2 {
  color: #ffffff;
}
.cid-tGXkUdQMxp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXkUdQMxp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSFl3pfj8 .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-tYSFl3pfj8 .nav-item:focus,
.cid-tYSFl3pfj8 .nav-link:focus {
  outline: none;
}
.cid-tYSFl3pfj8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFl3pfj8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSFl3pfj8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSFl3pfj8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFl3pfj8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSFl3pfj8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSFl3pfj8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSFl3pfj8 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSFl3pfj8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSFl3pfj8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSFl3pfj8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSFl3pfj8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSFl3pfj8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSFl3pfj8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSFl3pfj8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSFl3pfj8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSFl3pfj8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSFl3pfj8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSFl3pfj8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSFl3pfj8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSFl3pfj8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSFl3pfj8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSFl3pfj8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSFl3pfj8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSFl3pfj8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSFl3pfj8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSFl3pfj8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSFl3pfj8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSFl3pfj8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSFl3pfj8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSFl3pfj8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSFl3pfj8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSFl3pfj8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSFl3pfj8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSFl3pfj8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSFl3pfj8 .navbar-brand {
  -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;
}
.cid-tYSFl3pfj8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSFl3pfj8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSFl3pfj8 .dropdown-item.active,
.cid-tYSFl3pfj8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSFl3pfj8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSFl3pfj8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSFl3pfj8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSFl3pfj8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSFl3pfj8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSFl3pfj8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSFl3pfj8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSFl3pfj8 .navbar-buttons {
  text-align: center;
}
.cid-tYSFl3pfj8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSFl3pfj8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSFl3pfj8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSFl3pfj8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFl3pfj8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFl3pfj8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSFl3pfj8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFl3pfj8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSFl3pfj8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSFl3pfj8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFl3pfj8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSFl3pfj8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSFl3pfj8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSFl3pfj8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSFl3pfj8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSFl3pfj8 .navbar {
    height: 77px;
  }
  .cid-tYSFl3pfj8 .navbar.opened {
    height: auto;
  }
  .cid-tYSFl3pfj8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXldXjTcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dscf8111-2000x1333.webp");
}
@media (min-width: 768px) {
  .cid-tGXldXjTcI {
    align-items: center;
  }
  .cid-tGXldXjTcI .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tGXldXjTcI {
    align-items: center;
  }
  .cid-tGXldXjTcI .row {
    justify-content: center;
  }
}
.cid-tGXldXjTcI .mbr-section-title,
.cid-tGXldXjTcI .card_topic {
  margin-bottom: 12px;
}
.cid-tGXldXjTcI .item-wrapper {
  padding-bottom: 24px;
}
.cid-tGXldXjTcI .item-wrapper:hover .mbr-section-title a {
  color: #e1201d !important;
}
.cid-tGXldXjTcI .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tGXldXjTcI .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tGXldXjTcI .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tGXldXjTcI .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tGXldXjTcI .category_content,
.cid-tGXldXjTcI .date,
.cid-tGXldXjTcI .name_author {
  opacity: .8;
}
.cid-tGXldXjTcI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e1201d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tGXldXjTcI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tGXldXT8sK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGXldXT8sK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXldXT8sK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXldXT8sK img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tGXldXT8sK img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tGXldXT8sK .row {
  flex-direction: row-reverse;
}
.cid-tGXldXT8sK .row {
  align-items: center;
}
.cid-tGXldXT8sK .mbr-section-title {
  color: #491414;
}
.cid-tGXldXT8sK .mbr-text,
.cid-tGXldXT8sK .mbr-section-btn {
  color: #000000;
}
.cid-tGXldYgoGl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXldYgoGl .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tGXldYgoGl .row {
  flex-direction: column;
}
.cid-tGXldYgoGl .container {
  max-width: 770px;
  margin: auto;
}
.cid-tGXldYgoGl .lin {
  margin-bottom: 1rem;
}
.cid-tGXldYgoGl a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tGXldYgoGl a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tGXldYC0y9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tGXldYC0y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXldYC0y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXldYC0y9 .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tGXldYC0y9 .image-wrapper {
    flex-direction: column;
  }
  .cid-tGXldYC0y9 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tGXldYC0y9 .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tGXldYC0y9 .card-box {
    padding-top: 0rem;
  }
}
.cid-tGXldYC0y9 img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tGXldYC0y9 .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tGXldYC0y9 .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGXldYC0y9 .card {
    padding: 2rem;
  }
}
.cid-tGXldYC0y9 .mbr-text,
.cid-tGXldYC0y9 .mbr-section-btn {
  color: #000000;
}
.cid-tGXldYC0y9 .card-title,
.cid-tGXldYC0y9 .card-box {
  color: #1e2330;
}
.cid-tGXldZ05DA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXldZ05DA img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tGXldZ05DA .right {
  display: flex;
  flex-direction: column;
}
.cid-tGXldZ05DA .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tGXldZ05DA .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tGXldZ05DA .last-p {
  padding-bottom: 0;
}
.cid-tGXldZ05DA .row {
  justify-content: center;
}
.cid-tGXldZqn3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tGXldZqn3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXldZqn3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXldZqn3v .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tGXldZqn3v .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tGXldZqn3v .col-img {
    width: 100%;
  }
}
.cid-tGXldZqn3v .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tGXldZqn3v .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tGXldZqn3v .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tGXldZqn3v .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tGXldZqn3v .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tGXldZqn3v .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tGXldZqn3v .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tGXldZqn3v .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-tGXldZqn3v .card-title {
  color: #e3ebf3;
}
.cid-tGXldZqn3v .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tGXldZqn3v .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGXldZqn3v .mbr-text {
    margin-top: 12px;
  }
}
.cid-tGXldZqn3v .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tGXldZqn3v .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tGXldZPtpK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGXldZPtpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXldZPtpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXldZPtpK img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tGXldZPtpK img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tGXldZPtpK .row {
  align-items: center;
}
.cid-tGXldZPtpK .mbr-section-title {
  color: #491414;
}
.cid-tGXldZPtpK .mbr-text,
.cid-tGXldZPtpK .mbr-section-btn {
  color: #000000;
}
.cid-tGXle0gqEN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXle0gqEN img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tGXle0gqEN .right {
  display: flex;
  flex-direction: column;
}
.cid-tGXle0gqEN .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tGXle0gqEN .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tGXle0gqEN .last-p {
  padding-bottom: 0;
}
.cid-tGXle0gqEN .row {
  justify-content: center;
}
.cid-tGXle0GgFm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tGXle0GgFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXle0GgFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXle0GgFm .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tGXle0GgFm .image-wrapper {
    flex-direction: column;
  }
  .cid-tGXle0GgFm .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tGXle0GgFm .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tGXle0GgFm .card-box {
    padding-top: 0rem;
  }
}
.cid-tGXle0GgFm img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tGXle0GgFm .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tGXle0GgFm .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tGXle0GgFm .card {
    padding: 2rem;
  }
}
.cid-tGXle0GgFm .mbr-text,
.cid-tGXle0GgFm .mbr-section-btn {
  color: #000000;
}
.cid-tGXle0GgFm .card-title,
.cid-tGXle0GgFm .card-box {
  color: #1e2330;
}
.cid-tGXle17DtW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXle17DtW .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tGXle17DtW .row {
  flex-direction: column;
}
.cid-tGXle17DtW .container {
  max-width: 770px;
  margin: auto;
}
.cid-tGXle17DtW .lin {
  margin-bottom: 1rem;
}
.cid-tGXle17DtW a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tGXle17DtW a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tGXle1v4H4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tGXle1v4H4 img {
  width: 65%;
  pointer-events: all;
}
.cid-tGXle1v4H4 .row {
  justify-content: center;
}
.cid-tGXle1v4H4 .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-tGXle1v4H4 .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-tGXle1v4H4 .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-tGXle1v4H4 .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tGXle1v4H4 .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-tGXle1v4H4 .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-tGXle1v4H4 .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-tGXle1v4H4 .item {
    height: 300px;
  }
}
.cid-tGXle1v4H4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXle1v4H4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXle1TtpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tGXle1TtpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXle1TtpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGXle1TtpQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGXle1TtpQ .container {
    padding: 0 12px;
  }
}
.cid-tGXle1TtpQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tGXle1TtpQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGXle1TtpQ .mbr-section-title {
  color: #222222;
}
.cid-tGXle1TtpQ .mbr-text {
  color: #222222;
}
.cid-tGYKV59MPK {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYKV59MPK .container {
  max-width: 1400px;
}
.cid-tGYKV59MPK .card-img2 span {
  padding-top: 6px;
}
.cid-tGYKV59MPK .soc-item a {
  padding-top: 5px;
}
.cid-tGYKV59MPK .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYKV59MPK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYKV59MPK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYKV59MPK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYKV59MPK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYKV59MPK #e2_shape {
  fill: #efefef !important;
}
.cid-tGYKV59MPK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYKV59MPK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYKV59MPK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYKV59MPK .card-img {
  width: auto;
}
.cid-tGYKV59MPK .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYKV59MPK .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYKV59MPK .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYKV59MPK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYKV59MPK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYKV59MPK .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYKV59MPK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYKV59MPK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYKV59MPK .item {
    justify-content: center;
  }
  .cid-tGYKV59MPK .quote::after {
    left: 60px;
  }
}
.cid-tGYKV59MPK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYKV59MPK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYKV59MPK .text1 {
  color: #ffffff;
}
.cid-tGYKV59MPK .item-title {
  color: #ffffff;
}
.cid-tGYKV59MPK H5 {
  color: #ffffff;
}
.cid-tGYKV59MPK .theme {
  color: #ffffff;
}
.cid-tGYKV59MPK .copyright > p {
  color: #ff3366;
}
.cid-tGYKV59MPK .text2 {
  color: #ffffff;
}
.cid-tGXle2VYaT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXle2VYaT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSFnYSuaw .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-tYSFnYSuaw .nav-item:focus,
.cid-tYSFnYSuaw .nav-link:focus {
  outline: none;
}
.cid-tYSFnYSuaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFnYSuaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSFnYSuaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSFnYSuaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFnYSuaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSFnYSuaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSFnYSuaw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSFnYSuaw .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSFnYSuaw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSFnYSuaw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSFnYSuaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSFnYSuaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSFnYSuaw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSFnYSuaw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSFnYSuaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSFnYSuaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSFnYSuaw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSFnYSuaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSFnYSuaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSFnYSuaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSFnYSuaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSFnYSuaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSFnYSuaw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSFnYSuaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSFnYSuaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSFnYSuaw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSFnYSuaw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSFnYSuaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSFnYSuaw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSFnYSuaw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSFnYSuaw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSFnYSuaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSFnYSuaw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSFnYSuaw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSFnYSuaw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSFnYSuaw .navbar-brand {
  -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;
}
.cid-tYSFnYSuaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSFnYSuaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSFnYSuaw .dropdown-item.active,
.cid-tYSFnYSuaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSFnYSuaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSFnYSuaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSFnYSuaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSFnYSuaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSFnYSuaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSFnYSuaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSFnYSuaw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSFnYSuaw .navbar-buttons {
  text-align: center;
}
.cid-tYSFnYSuaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSFnYSuaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSFnYSuaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSFnYSuaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFnYSuaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFnYSuaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSFnYSuaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFnYSuaw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSFnYSuaw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSFnYSuaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFnYSuaw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSFnYSuaw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSFnYSuaw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSFnYSuaw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSFnYSuaw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSFnYSuaw .navbar {
    height: 77px;
  }
  .cid-tYSFnYSuaw .navbar.opened {
    height: auto;
  }
  .cid-tYSFnYSuaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXlqgVOEV {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8910-1-2000x1333.webp");
}
.cid-tGXlqgVOEV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGXlqgVOEV .mbr-text,
.cid-tGXlqgVOEV .mbr-section-btn {
  color: #ffffff;
}
.cid-tGXlqhsbK5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXlqhsbK5 .mbr-text {
    text-align: center;
  }
}
.cid-tGXlqhsbK5 .mbr-text,
.cid-tGXlqhsbK5 .mbr-section-btn {
  color: #767676;
}
.cid-tGXlqhQwPb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXlqhQwPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXlqhQwPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXlqhQwPb .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXlqhQwPb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXlqhQwPb .container {
    padding: 0 20px;
  }
}
.cid-tGXlqhQwPb .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXlqhQwPb .row {
    padding: 0;
  }
}
.cid-tGXlqhQwPb .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXlqhQwPb .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXlqhQwPb .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXlqhQwPb .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXlqhQwPb .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXlqhQwPb .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXlqhQwPb .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXlqhQwPb .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXlqhQwPb .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXlqhQwPb .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXlqhQwPb .mbr-number {
  color: #ffffff;
}
.cid-tGXlqhQwPb .mbr-section-title {
  color: #ffffff;
}
.cid-tGXlqhQwPb .mbr-text {
  color: #ffffff;
}
.cid-tGXlqifVmF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXlqifVmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXlqifVmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXlqifVmF .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXlqifVmF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXlqifVmF .container {
    padding: 0 20px;
  }
}
.cid-tGXlqifVmF .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXlqifVmF .row {
    padding: 0;
  }
}
.cid-tGXlqifVmF .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXlqifVmF .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXlqifVmF .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXlqifVmF .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXlqifVmF .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXlqifVmF .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXlqifVmF .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXlqifVmF .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXlqifVmF .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXlqifVmF .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXlqifVmF .mbr-number {
  color: #ffffff;
}
.cid-tGXlqifVmF .mbr-section-title {
  color: #ffffff;
}
.cid-tGXlqifVmF .mbr-text {
  color: #ffffff;
}
.cid-tGXlqiEvv7 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGXlqiEvv7 img,
.cid-tGXlqiEvv7 .item-img {
  width: 100%;
}
.cid-tGXlqiEvv7 .item:focus,
.cid-tGXlqiEvv7 span:focus {
  outline: none;
}
.cid-tGXlqiEvv7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXlqiEvv7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXlqiEvv7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXlqiEvv7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXlqiEvv7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXlqiEvv7 .mbr-section-title {
  color: #232323;
}
.cid-tGYwHNYMyp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYwHNYMyp .container {
  max-width: 1400px;
}
.cid-tGYwHNYMyp .card-img2 span {
  padding-top: 6px;
}
.cid-tGYwHNYMyp .soc-item a {
  padding-top: 5px;
}
.cid-tGYwHNYMyp .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYwHNYMyp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYwHNYMyp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYwHNYMyp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYwHNYMyp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYwHNYMyp #e2_shape {
  fill: #efefef !important;
}
.cid-tGYwHNYMyp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYwHNYMyp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYwHNYMyp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYwHNYMyp .card-img {
  width: auto;
}
.cid-tGYwHNYMyp .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYwHNYMyp .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYwHNYMyp .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYwHNYMyp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYwHNYMyp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYwHNYMyp .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYwHNYMyp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYwHNYMyp img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYwHNYMyp .item {
    justify-content: center;
  }
  .cid-tGYwHNYMyp .quote::after {
    left: 60px;
  }
}
.cid-tGYwHNYMyp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYwHNYMyp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYwHNYMyp .text1 {
  color: #ffffff;
}
.cid-tGYwHNYMyp .item-title {
  color: #ffffff;
}
.cid-tGYwHNYMyp H5 {
  color: #ffffff;
}
.cid-tGYwHNYMyp .theme {
  color: #ffffff;
}
.cid-tGYwHNYMyp .copyright > p {
  color: #ff3366;
}
.cid-tGYwHNYMyp .text2 {
  color: #ffffff;
}
.cid-tGXlqjTluQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXlqjTluQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSFqsEGUn .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-tYSFqsEGUn .nav-item:focus,
.cid-tYSFqsEGUn .nav-link:focus {
  outline: none;
}
.cid-tYSFqsEGUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFqsEGUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSFqsEGUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSFqsEGUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFqsEGUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSFqsEGUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSFqsEGUn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSFqsEGUn .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSFqsEGUn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSFqsEGUn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSFqsEGUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSFqsEGUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSFqsEGUn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSFqsEGUn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSFqsEGUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSFqsEGUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSFqsEGUn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSFqsEGUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSFqsEGUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSFqsEGUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSFqsEGUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSFqsEGUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSFqsEGUn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSFqsEGUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSFqsEGUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSFqsEGUn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSFqsEGUn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSFqsEGUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSFqsEGUn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSFqsEGUn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSFqsEGUn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSFqsEGUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSFqsEGUn .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSFqsEGUn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSFqsEGUn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSFqsEGUn .navbar-brand {
  -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;
}
.cid-tYSFqsEGUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSFqsEGUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSFqsEGUn .dropdown-item.active,
.cid-tYSFqsEGUn .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSFqsEGUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSFqsEGUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSFqsEGUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSFqsEGUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSFqsEGUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSFqsEGUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSFqsEGUn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSFqsEGUn .navbar-buttons {
  text-align: center;
}
.cid-tYSFqsEGUn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSFqsEGUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSFqsEGUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSFqsEGUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFqsEGUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFqsEGUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSFqsEGUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFqsEGUn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSFqsEGUn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSFqsEGUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFqsEGUn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSFqsEGUn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSFqsEGUn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSFqsEGUn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSFqsEGUn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSFqsEGUn .navbar {
    height: 77px;
  }
  .cid-tYSFqsEGUn .navbar.opened {
    height: auto;
  }
  .cid-tYSFqsEGUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXlAGglXT {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8815-1-2000x1333.webp");
}
.cid-tGXlAGglXT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGXlAGglXT .mbr-text,
.cid-tGXlAGglXT .mbr-section-btn {
  color: #ffffff;
}
.cid-tGXlAGHKmb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXlAGHKmb .mbr-text {
    text-align: center;
  }
}
.cid-tGXlAGHKmb .mbr-text,
.cid-tGXlAGHKmb .mbr-section-btn {
  color: #767676;
}
.cid-tGXlAH6WTw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tGXlAH6WTw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGXlAH6WTw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGXlAH6WTw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGXlAH6WTw .mbr-gallery-item {
  width: 33.3%;
}
.cid-tGXlAH6WTw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tGXlAH6WTw .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tGXlAH6WTw .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tGXlAH6WTw .mbr-gallery-row {
  justify-content: center;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tGXlAH6WTw .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tGXlAH6WTw .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tGXlAH6WTw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tGXlAH6WTw img {
  transition: all 2s!important;
}
.cid-tGXlAH6WTw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGXlAH6WTw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tGXlAH6WTw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tGYwT5wNp6 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYwT5wNp6 .container {
  max-width: 1400px;
}
.cid-tGYwT5wNp6 .card-img2 span {
  padding-top: 6px;
}
.cid-tGYwT5wNp6 .soc-item a {
  padding-top: 5px;
}
.cid-tGYwT5wNp6 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYwT5wNp6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYwT5wNp6 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYwT5wNp6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYwT5wNp6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYwT5wNp6 #e2_shape {
  fill: #efefef !important;
}
.cid-tGYwT5wNp6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYwT5wNp6 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYwT5wNp6 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYwT5wNp6 .card-img {
  width: auto;
}
.cid-tGYwT5wNp6 .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYwT5wNp6 .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYwT5wNp6 .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYwT5wNp6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYwT5wNp6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYwT5wNp6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYwT5wNp6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYwT5wNp6 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYwT5wNp6 .item {
    justify-content: center;
  }
  .cid-tGYwT5wNp6 .quote::after {
    left: 60px;
  }
}
.cid-tGYwT5wNp6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYwT5wNp6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYwT5wNp6 .text1 {
  color: #ffffff;
}
.cid-tGYwT5wNp6 .item-title {
  color: #ffffff;
}
.cid-tGYwT5wNp6 H5 {
  color: #ffffff;
}
.cid-tGYwT5wNp6 .theme {
  color: #ffffff;
}
.cid-tGYwT5wNp6 .copyright > p {
  color: #ff3366;
}
.cid-tGYwT5wNp6 .text2 {
  color: #ffffff;
}
.cid-tGXlAIeIR8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXlAIeIR8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSFtxwaIV .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-tYSFtxwaIV .nav-item:focus,
.cid-tYSFtxwaIV .nav-link:focus {
  outline: none;
}
.cid-tYSFtxwaIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFtxwaIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSFtxwaIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSFtxwaIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFtxwaIV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSFtxwaIV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSFtxwaIV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSFtxwaIV .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSFtxwaIV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSFtxwaIV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSFtxwaIV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSFtxwaIV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSFtxwaIV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSFtxwaIV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSFtxwaIV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSFtxwaIV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSFtxwaIV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSFtxwaIV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSFtxwaIV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSFtxwaIV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSFtxwaIV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSFtxwaIV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSFtxwaIV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSFtxwaIV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSFtxwaIV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSFtxwaIV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSFtxwaIV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSFtxwaIV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSFtxwaIV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSFtxwaIV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSFtxwaIV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSFtxwaIV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSFtxwaIV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSFtxwaIV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSFtxwaIV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSFtxwaIV .navbar-brand {
  -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;
}
.cid-tYSFtxwaIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSFtxwaIV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSFtxwaIV .dropdown-item.active,
.cid-tYSFtxwaIV .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSFtxwaIV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSFtxwaIV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSFtxwaIV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSFtxwaIV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSFtxwaIV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSFtxwaIV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSFtxwaIV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSFtxwaIV .navbar-buttons {
  text-align: center;
}
.cid-tYSFtxwaIV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSFtxwaIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSFtxwaIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSFtxwaIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFtxwaIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFtxwaIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSFtxwaIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFtxwaIV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSFtxwaIV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSFtxwaIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFtxwaIV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSFtxwaIV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSFtxwaIV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSFtxwaIV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSFtxwaIV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSFtxwaIV .navbar {
    height: 77px;
  }
  .cid-tYSFtxwaIV .navbar.opened {
    height: auto;
  }
  .cid-tYSFtxwaIV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXlMSzPzd {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dscf0320-4-2000x3000.webp");
}
.cid-tGXlMSzPzd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tGXlMSzPzd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXlMSzPzd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGYwXmhQkn {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYwXmhQkn .container {
  max-width: 1400px;
}
.cid-tGYwXmhQkn .card-img2 span {
  padding-top: 6px;
}
.cid-tGYwXmhQkn .soc-item a {
  padding-top: 5px;
}
.cid-tGYwXmhQkn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYwXmhQkn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYwXmhQkn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYwXmhQkn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYwXmhQkn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYwXmhQkn #e2_shape {
  fill: #efefef !important;
}
.cid-tGYwXmhQkn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYwXmhQkn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYwXmhQkn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYwXmhQkn .card-img {
  width: auto;
}
.cid-tGYwXmhQkn .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYwXmhQkn .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYwXmhQkn .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYwXmhQkn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYwXmhQkn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYwXmhQkn .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYwXmhQkn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYwXmhQkn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYwXmhQkn .item {
    justify-content: center;
  }
  .cid-tGYwXmhQkn .quote::after {
    left: 60px;
  }
}
.cid-tGYwXmhQkn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYwXmhQkn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYwXmhQkn .text1 {
  color: #ffffff;
}
.cid-tGYwXmhQkn .item-title {
  color: #ffffff;
}
.cid-tGYwXmhQkn H5 {
  color: #ffffff;
}
.cid-tGYwXmhQkn .theme {
  color: #ffffff;
}
.cid-tGYwXmhQkn .copyright > p {
  color: #ff3366;
}
.cid-tGYwXmhQkn .text2 {
  color: #ffffff;
}
.cid-tGXlMTKxP1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXlMTKxP1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSFwhB5eH .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-tYSFwhB5eH .nav-item:focus,
.cid-tYSFwhB5eH .nav-link:focus {
  outline: none;
}
.cid-tYSFwhB5eH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFwhB5eH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSFwhB5eH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSFwhB5eH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSFwhB5eH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSFwhB5eH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSFwhB5eH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSFwhB5eH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSFwhB5eH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSFwhB5eH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSFwhB5eH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSFwhB5eH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSFwhB5eH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSFwhB5eH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSFwhB5eH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSFwhB5eH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSFwhB5eH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSFwhB5eH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSFwhB5eH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSFwhB5eH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSFwhB5eH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSFwhB5eH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSFwhB5eH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSFwhB5eH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSFwhB5eH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSFwhB5eH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSFwhB5eH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSFwhB5eH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSFwhB5eH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSFwhB5eH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSFwhB5eH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSFwhB5eH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSFwhB5eH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSFwhB5eH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSFwhB5eH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSFwhB5eH .navbar-brand {
  -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;
}
.cid-tYSFwhB5eH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSFwhB5eH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSFwhB5eH .dropdown-item.active,
.cid-tYSFwhB5eH .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSFwhB5eH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSFwhB5eH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSFwhB5eH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSFwhB5eH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSFwhB5eH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSFwhB5eH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSFwhB5eH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSFwhB5eH .navbar-buttons {
  text-align: center;
}
.cid-tYSFwhB5eH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSFwhB5eH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSFwhB5eH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSFwhB5eH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFwhB5eH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSFwhB5eH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSFwhB5eH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFwhB5eH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSFwhB5eH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSFwhB5eH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSFwhB5eH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSFwhB5eH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSFwhB5eH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSFwhB5eH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSFwhB5eH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSFwhB5eH .navbar {
    height: 77px;
  }
  .cid-tYSFwhB5eH .navbar.opened {
    height: auto;
  }
  .cid-tYSFwhB5eH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXlWcy9qR {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/129-2-2000x1333.webp");
}
.cid-tGXlWcy9qR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tGXlWcy9qR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXlWcy9qR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tGXlWd3478 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #efefef;
}
.cid-tGXlWd3478 .row {
  flex-direction: row-reverse;
}
.cid-tGXlWd3478 p {
  margin: 0;
}
.cid-tGXlWd3478 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tGXlWd3478 .mbr-section-title {
  text-align: center;
}
.cid-tGXlWd3478 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGXlWd3478 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tGXlWd3478 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tGXlWd3478 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-tGXlWd3478 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGXlWd3478 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tGXlWd3478 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-tGXlWd3478 .google-map {
  height: 100%;
  position: relative;
}
.cid-tGXlWd3478 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGXlWd3478 .google-map [data-state-details] {
  color: #1f1437;
  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-tGXlWd3478 .google-map[data-state] {
  background: #f3edf7;
}
.cid-tGXlWd3478 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGXlWd3478 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGXlWdFhuf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXlWdFhuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXlWdFhuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXlWdFhuf .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tGXlWdFhuf .mbr-iconfont {
  font-size: 3rem;
  color: #e1201d;
  padding-right: 2rem;
}
.cid-tGXlWejGD5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGXlWejGD5 .container-fluid {
  padding: 0 3rem;
}
.cid-tGXlWejGD5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e1201d 50%, #e1201d 120%);
  display: inline-block;
}
.cid-tGXlWejGD5 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tGXlWejGD5 .header-text {
  padding: 2rem 1rem !important;
}
.cid-tGXlWejGD5 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tGXlWejGD5 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tGXlWejGD5 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tGXlWejGD5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tGXlWejGD5 .card .card-header a.panel-title:hover .sign {
  background-color: #7b1c03 !important;
}
.cid-tGXlWejGD5 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e1201d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tGXlWejGD5 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tGXlWejGD5 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tGXlWejGD5 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tGXlWejGD5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGXlWejGD5 .header-text {
    padding: 1rem !important;
  }
  .cid-tGXlWejGD5 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tGXlWejGD5 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tGXlWejGD5 .panel-group {
    padding: 0;
  }
}
.cid-tGXlWejGD5 .header-text,
.cid-tGXlWejGD5 .sign {
  color: #232323;
}
.cid-tGXlWeQ8kj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGXlWeQ8kj .container-fluid {
  padding: 0 3rem;
}
.cid-tGXlWeQ8kj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e1201d 50%, #e1201d 120%);
  display: inline-block;
}
.cid-tGXlWeQ8kj .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-tGXlWeQ8kj .header-text {
  padding: 2rem 1rem !important;
}
.cid-tGXlWeQ8kj .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tGXlWeQ8kj .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tGXlWeQ8kj .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tGXlWeQ8kj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tGXlWeQ8kj .card .card-header a.panel-title:hover .sign {
  background-color: #7b1c03 !important;
}
.cid-tGXlWeQ8kj .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e1201d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-tGXlWeQ8kj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tGXlWeQ8kj .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-tGXlWeQ8kj .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tGXlWeQ8kj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGXlWeQ8kj .header-text {
    padding: 1rem !important;
  }
  .cid-tGXlWeQ8kj .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tGXlWeQ8kj .panel-body {
    width: calc(100% - 48px);
  }
  .cid-tGXlWeQ8kj .panel-group {
    padding: 0;
  }
}
.cid-tGXlWeQ8kj .header-text,
.cid-tGXlWeQ8kj .sign {
  color: #232323;
}
.cid-tGYx0o6NQG {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYx0o6NQG .container {
  max-width: 1400px;
}
.cid-tGYx0o6NQG .card-img2 span {
  padding-top: 6px;
}
.cid-tGYx0o6NQG .soc-item a {
  padding-top: 5px;
}
.cid-tGYx0o6NQG .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYx0o6NQG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYx0o6NQG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYx0o6NQG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYx0o6NQG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYx0o6NQG #e2_shape {
  fill: #efefef !important;
}
.cid-tGYx0o6NQG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYx0o6NQG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYx0o6NQG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYx0o6NQG .card-img {
  width: auto;
}
.cid-tGYx0o6NQG .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYx0o6NQG .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYx0o6NQG .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYx0o6NQG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYx0o6NQG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYx0o6NQG .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYx0o6NQG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYx0o6NQG img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYx0o6NQG .item {
    justify-content: center;
  }
  .cid-tGYx0o6NQG .quote::after {
    left: 60px;
  }
}
.cid-tGYx0o6NQG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYx0o6NQG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYx0o6NQG .text1 {
  color: #ffffff;
}
.cid-tGYx0o6NQG .item-title {
  color: #ffffff;
}
.cid-tGYx0o6NQG H5 {
  color: #ffffff;
}
.cid-tGYx0o6NQG .theme {
  color: #ffffff;
}
.cid-tGYx0o6NQG .copyright > p {
  color: #ff3366;
}
.cid-tGYx0o6NQG .text2 {
  color: #ffffff;
}
.cid-tGXlWg4DyA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXlWg4DyA .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSEpk5pfz .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-tYSEpk5pfz .nav-item:focus,
.cid-tYSEpk5pfz .nav-link:focus {
  outline: none;
}
.cid-tYSEpk5pfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEpk5pfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSEpk5pfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSEpk5pfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEpk5pfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSEpk5pfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSEpk5pfz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSEpk5pfz .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSEpk5pfz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSEpk5pfz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSEpk5pfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSEpk5pfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSEpk5pfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSEpk5pfz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSEpk5pfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSEpk5pfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSEpk5pfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSEpk5pfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSEpk5pfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSEpk5pfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSEpk5pfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSEpk5pfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSEpk5pfz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSEpk5pfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSEpk5pfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSEpk5pfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSEpk5pfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSEpk5pfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSEpk5pfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSEpk5pfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSEpk5pfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSEpk5pfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSEpk5pfz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSEpk5pfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSEpk5pfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSEpk5pfz .navbar-brand {
  -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;
}
.cid-tYSEpk5pfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSEpk5pfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSEpk5pfz .dropdown-item.active,
.cid-tYSEpk5pfz .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSEpk5pfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSEpk5pfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSEpk5pfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSEpk5pfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSEpk5pfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSEpk5pfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSEpk5pfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSEpk5pfz .navbar-buttons {
  text-align: center;
}
.cid-tYSEpk5pfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSEpk5pfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSEpk5pfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSEpk5pfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEpk5pfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEpk5pfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSEpk5pfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEpk5pfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSEpk5pfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSEpk5pfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEpk5pfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSEpk5pfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSEpk5pfz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSEpk5pfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSEpk5pfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSEpk5pfz .navbar {
    height: 77px;
  }
  .cid-tYSEpk5pfz .navbar.opened {
    height: auto;
  }
  .cid-tYSEpk5pfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXl40wVMp {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dscf8127-1-2000x1333.webp");
}
.cid-tGXl40wVMp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGXl40wVMp .mbr-text,
.cid-tGXl40wVMp .mbr-section-btn {
  color: #ffffff;
}
.cid-tGXl40ZcgA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXl40ZcgA .mbr-text {
    text-align: center;
  }
}
.cid-tGXl40ZcgA .mbr-text,
.cid-tGXl40ZcgA .mbr-section-btn {
  color: #767676;
}
.cid-tGXl41laNj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXl41laNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXl41laNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXl41laNj .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXl41laNj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXl41laNj .container {
    padding: 0 20px;
  }
}
.cid-tGXl41laNj .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXl41laNj .row {
    padding: 0;
  }
}
.cid-tGXl41laNj .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXl41laNj .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXl41laNj .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXl41laNj .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXl41laNj .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXl41laNj .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXl41laNj .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXl41laNj .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXl41laNj .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXl41laNj .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXl41laNj .mbr-number {
  color: #ffffff;
}
.cid-tGXl41laNj .mbr-section-title {
  color: #ffffff;
}
.cid-tGXl41laNj .mbr-text {
  color: #ffffff;
}
.cid-tGXl41KJRE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXl41KJRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXl41KJRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXl41KJRE .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXl41KJRE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXl41KJRE .container {
    padding: 0 20px;
  }
}
.cid-tGXl41KJRE .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXl41KJRE .row {
    padding: 0;
  }
}
.cid-tGXl41KJRE .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXl41KJRE .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXl41KJRE .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXl41KJRE .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXl41KJRE .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXl41KJRE .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXl41KJRE .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXl41KJRE .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXl41KJRE .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXl41KJRE .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXl41KJRE .mbr-number {
  color: #ffffff;
}
.cid-tGXl41KJRE .mbr-section-title {
  color: #ffffff;
}
.cid-tGXl41KJRE .mbr-text {
  color: #ffffff;
}
.cid-tGXl42bEWJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXl42bEWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXl42bEWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXl42bEWJ .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXl42bEWJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXl42bEWJ .container {
    padding: 0 20px;
  }
}
.cid-tGXl42bEWJ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXl42bEWJ .row {
    padding: 0;
  }
}
.cid-tGXl42bEWJ .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXl42bEWJ .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXl42bEWJ .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXl42bEWJ .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXl42bEWJ .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXl42bEWJ .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXl42bEWJ .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXl42bEWJ .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXl42bEWJ .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXl42bEWJ .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXl42bEWJ .mbr-number {
  color: #ffffff;
}
.cid-tGXl42bEWJ .mbr-section-title {
  color: #ffffff;
}
.cid-tGXl42bEWJ .mbr-text {
  color: #ffffff;
}
.cid-tGXl42CSQK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGXl42CSQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXl42CSQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXl42CSQK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGXl42CSQK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGXl42CSQK .container {
    padding: 0 20px;
  }
}
.cid-tGXl42CSQK .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGXl42CSQK .row {
    padding: 0;
  }
}
.cid-tGXl42CSQK .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tGXl42CSQK .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGXl42CSQK .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tGXl42CSQK .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tGXl42CSQK .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tGXl42CSQK .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGXl42CSQK .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGXl42CSQK .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tGXl42CSQK .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tGXl42CSQK .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tGXl42CSQK .mbr-number {
  color: #ffffff;
}
.cid-tGXl42CSQK .mbr-section-title {
  color: #ffffff;
}
.cid-tGXl42CSQK .mbr-text {
  color: #ffffff;
}
.cid-tGXl434cKo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tGXl434cKo .mbr-text {
    text-align: center;
  }
}
.cid-tGXl434cKo .container-fluid {
  padding: 0;
}
.cid-tGXl434cKo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tGXl434cKo img {
  height: 100%;
  object-fit: cover;
}
.cid-tGXl434cKo .mbr-figure {
  height: 100%;
}
.cid-tGXl434cKo .col-lg-6 {
  padding: 0;
}
.cid-tGXl434cKo .row {
  margin: 0;
}
.cid-tGXl434cKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXl434cKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSy54d5cy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (max-width: 992px) {
  .cid-tYSy54d5cy .container {
    padding: 0 25px;
  }
}
.cid-tYSy54d5cy .row {
  margin: 0;
}
.cid-tYSy54d5cy .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tYSy54d5cy .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSy54d5cy .image-wrapper {
    min-height: 350px;
  }
}
.cid-tYSy54d5cy .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-tYSy54d5cy .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tYSy54d5cy .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tYSy54d5cy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYSy54d5cy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYSy54d5cy .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tYSy54d5cy .mbr-section-title {
  color: #000000;
}
.cid-tYSy54d5cy .mbr-text {
  color: #000000;
}
.cid-tGXl43wTX6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tGXl43wTX6 img,
.cid-tGXl43wTX6 .item-img {
  width: 100%;
}
.cid-tGXl43wTX6 .item:focus,
.cid-tGXl43wTX6 span:focus {
  outline: none;
}
.cid-tGXl43wTX6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXl43wTX6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXl43wTX6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXl43wTX6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXl43wTX6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXl43wTX6 .mbr-section-title {
  color: #232323;
}
.cid-tGYKE7NN2v {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tGYKE7NN2v .container {
  max-width: 1400px;
}
.cid-tGYKE7NN2v .card-img2 span {
  padding-top: 6px;
}
.cid-tGYKE7NN2v .soc-item a {
  padding-top: 5px;
}
.cid-tGYKE7NN2v .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tGYKE7NN2v .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tGYKE7NN2v .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tGYKE7NN2v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGYKE7NN2v svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tGYKE7NN2v #e2_shape {
  fill: #efefef !important;
}
.cid-tGYKE7NN2v .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tGYKE7NN2v .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tGYKE7NN2v .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYKE7NN2v .card-img {
  width: auto;
}
.cid-tGYKE7NN2v .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tGYKE7NN2v .soc-item span {
  font-size: 1.4rem;
}
.cid-tGYKE7NN2v .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tGYKE7NN2v .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tGYKE7NN2v .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tGYKE7NN2v .media-wrap {
  margin-bottom: 1rem;
}
.cid-tGYKE7NN2v .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGYKE7NN2v img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tGYKE7NN2v .item {
    justify-content: center;
  }
  .cid-tGYKE7NN2v .quote::after {
    left: 60px;
  }
}
.cid-tGYKE7NN2v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tGYKE7NN2v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGYKE7NN2v .text1 {
  color: #ffffff;
}
.cid-tGYKE7NN2v .item-title {
  color: #ffffff;
}
.cid-tGYKE7NN2v H5 {
  color: #ffffff;
}
.cid-tGYKE7NN2v .theme {
  color: #ffffff;
}
.cid-tGYKE7NN2v .copyright > p {
  color: #ff3366;
}
.cid-tGYKE7NN2v .text2 {
  color: #ffffff;
}
.cid-tGXl45E0Q5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tGXl45E0Q5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSHDPyXEk .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-tYSHDPyXEk .nav-item:focus,
.cid-tYSHDPyXEk .nav-link:focus {
  outline: none;
}
.cid-tYSHDPyXEk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSHDPyXEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSHDPyXEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSHDPyXEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSHDPyXEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSHDPyXEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSHDPyXEk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSHDPyXEk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSHDPyXEk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSHDPyXEk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSHDPyXEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSHDPyXEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSHDPyXEk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSHDPyXEk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSHDPyXEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSHDPyXEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSHDPyXEk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSHDPyXEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSHDPyXEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSHDPyXEk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSHDPyXEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSHDPyXEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSHDPyXEk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSHDPyXEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSHDPyXEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSHDPyXEk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSHDPyXEk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSHDPyXEk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSHDPyXEk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSHDPyXEk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSHDPyXEk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSHDPyXEk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSHDPyXEk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSHDPyXEk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSHDPyXEk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSHDPyXEk .navbar-brand {
  -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;
}
.cid-tYSHDPyXEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSHDPyXEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSHDPyXEk .dropdown-item.active,
.cid-tYSHDPyXEk .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSHDPyXEk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSHDPyXEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSHDPyXEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSHDPyXEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSHDPyXEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSHDPyXEk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSHDPyXEk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSHDPyXEk .navbar-buttons {
  text-align: center;
}
.cid-tYSHDPyXEk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSHDPyXEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSHDPyXEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSHDPyXEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSHDPyXEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSHDPyXEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSHDPyXEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSHDPyXEk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSHDPyXEk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSHDPyXEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSHDPyXEk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSHDPyXEk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSHDPyXEk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSHDPyXEk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSHDPyXEk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSHDPyXEk .navbar {
    height: 77px;
  }
  .cid-tYSHDPyXEk .navbar.opened {
    height: auto;
  }
  .cid-tYSHDPyXEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH5kGAIbvc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #150d1d;
}
.cid-tH5kGAIbvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5kGAIbvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5kGAIbvc .row {
  align-items: flex-end;
}
.cid-tH5kGAIbvc .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-tH5kGAIbvc .mbr-text,
.cid-tH5kGAIbvc .mbr-section-btn {
  color: #dfcefd;
}
.cid-tH5kGAIbvc .col-lg-4 {
  align-items: flex-end;
}
.cid-tH5kGBwrUa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tH5kGBwrUa .mbr-text {
    text-align: center;
  }
}
.cid-tH5kGBwrUa .mbr-text,
.cid-tH5kGBwrUa .mbr-section-btn {
  color: #767676;
}
.cid-tH5kGBwrUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5kGBwrUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5kGBNvwL {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tH5kGBNvwL .container {
  max-width: 1400px;
}
.cid-tH5kGBNvwL .card-img2 span {
  padding-top: 6px;
}
.cid-tH5kGBNvwL .soc-item a {
  padding-top: 5px;
}
.cid-tH5kGBNvwL .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tH5kGBNvwL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tH5kGBNvwL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tH5kGBNvwL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tH5kGBNvwL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tH5kGBNvwL #e2_shape {
  fill: #efefef !important;
}
.cid-tH5kGBNvwL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tH5kGBNvwL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tH5kGBNvwL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tH5kGBNvwL .card-img {
  width: auto;
}
.cid-tH5kGBNvwL .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tH5kGBNvwL .soc-item span {
  font-size: 1.4rem;
}
.cid-tH5kGBNvwL .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tH5kGBNvwL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tH5kGBNvwL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tH5kGBNvwL .media-wrap {
  margin-bottom: 1rem;
}
.cid-tH5kGBNvwL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tH5kGBNvwL img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tH5kGBNvwL .item {
    justify-content: center;
  }
  .cid-tH5kGBNvwL .quote::after {
    left: 60px;
  }
}
.cid-tH5kGBNvwL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tH5kGBNvwL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH5kGBNvwL .text1 {
  color: #ffffff;
}
.cid-tH5kGBNvwL .item-title {
  color: #ffffff;
}
.cid-tH5kGBNvwL H5 {
  color: #ffffff;
}
.cid-tH5kGBNvwL .theme {
  color: #ffffff;
}
.cid-tH5kGBNvwL .copyright > p {
  color: #ff3366;
}
.cid-tH5kGBNvwL .text2 {
  color: #ffffff;
}
.cid-tH5kGC94OA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tH5kGC94OA .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSwkMHz4P .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-tYSwkMHz4P .nav-item:focus,
.cid-tYSwkMHz4P .nav-link:focus {
  outline: none;
}
.cid-tYSwkMHz4P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSwkMHz4P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSwkMHz4P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSwkMHz4P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSwkMHz4P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSwkMHz4P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSwkMHz4P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSwkMHz4P .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSwkMHz4P .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSwkMHz4P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSwkMHz4P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSwkMHz4P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSwkMHz4P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSwkMHz4P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSwkMHz4P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSwkMHz4P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSwkMHz4P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSwkMHz4P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSwkMHz4P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSwkMHz4P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSwkMHz4P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSwkMHz4P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSwkMHz4P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSwkMHz4P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSwkMHz4P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSwkMHz4P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSwkMHz4P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSwkMHz4P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSwkMHz4P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSwkMHz4P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSwkMHz4P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSwkMHz4P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSwkMHz4P .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSwkMHz4P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSwkMHz4P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSwkMHz4P .navbar-brand {
  -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;
}
.cid-tYSwkMHz4P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSwkMHz4P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSwkMHz4P .dropdown-item.active,
.cid-tYSwkMHz4P .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSwkMHz4P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSwkMHz4P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSwkMHz4P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSwkMHz4P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSwkMHz4P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSwkMHz4P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSwkMHz4P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSwkMHz4P .navbar-buttons {
  text-align: center;
}
.cid-tYSwkMHz4P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSwkMHz4P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSwkMHz4P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSwkMHz4P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSwkMHz4P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSwkMHz4P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSwkMHz4P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSwkMHz4P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSwkMHz4P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSwkMHz4P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSwkMHz4P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSwkMHz4P a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSwkMHz4P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSwkMHz4P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSwkMHz4P .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSwkMHz4P .navbar {
    height: 77px;
  }
  .cid-tYSwkMHz4P .navbar.opened {
    height: auto;
  }
  .cid-tYSwkMHz4P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYSwkN3SG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pxl-20231117-130945854-2000x1506.webp");
}
@media (min-width: 768px) {
  .cid-tYSwkN3SG0 {
    align-items: center;
  }
  .cid-tYSwkN3SG0 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tYSwkN3SG0 {
    align-items: center;
  }
  .cid-tYSwkN3SG0 .row {
    justify-content: center;
  }
}
.cid-tYSwkN3SG0 .mbr-section-title,
.cid-tYSwkN3SG0 .card_topic {
  margin-bottom: 12px;
}
.cid-tYSwkN3SG0 .item-wrapper {
  padding-bottom: 24px;
}
.cid-tYSwkN3SG0 .item-wrapper:hover .mbr-section-title a {
  color: #e1201d !important;
}
.cid-tYSwkN3SG0 .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tYSwkN3SG0 .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tYSwkN3SG0 .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tYSwkN3SG0 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tYSwkN3SG0 .category_content,
.cid-tYSwkN3SG0 .date,
.cid-tYSwkN3SG0 .name_author {
  opacity: .8;
}
.cid-tYSwkN3SG0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e1201d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tYSwkN3SG0 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYSwkNp3Cm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tYSwkNp3Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSwkNp3Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSwkNp3Cm img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tYSwkNp3Cm img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tYSwkNp3Cm .row {
  flex-direction: row-reverse;
}
.cid-tYSwkNp3Cm .row {
  align-items: center;
}
.cid-tYSwkNp3Cm .mbr-section-title {
  color: #491414;
}
.cid-tYSwkNp3Cm .mbr-text,
.cid-tYSwkNp3Cm .mbr-section-btn {
  color: #000000;
}
.cid-tYSwkNH9gW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYSwkNH9gW .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tYSwkNH9gW .row {
  flex-direction: column;
}
.cid-tYSwkNH9gW .container {
  max-width: 770px;
  margin: auto;
}
.cid-tYSwkNH9gW .lin {
  margin-bottom: 1rem;
}
.cid-tYSwkNH9gW a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tYSwkNH9gW a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tZbsqQbmgW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbsqQbmgW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tZbsqQbmgW .right {
  display: flex;
  flex-direction: column;
}
.cid-tZbsqQbmgW .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tZbsqQbmgW .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tZbsqQbmgW .last-p {
  padding-bottom: 0;
}
.cid-tZbsqQbmgW .row {
  justify-content: center;
}
.cid-tYSwkOiu9i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYSwkOiu9i img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tYSwkOiu9i .right {
  display: flex;
  flex-direction: column;
}
.cid-tYSwkOiu9i .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tYSwkOiu9i .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tYSwkOiu9i .last-p {
  padding-bottom: 0;
}
.cid-tYSwkOiu9i .row {
  justify-content: center;
}
.cid-tYSwkOUOb1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tYSwkOUOb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSwkOUOb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSwkOUOb1 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tYSwkOUOb1 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tYSwkOUOb1 .row {
  align-items: center;
}
.cid-tYSwkOUOb1 .mbr-section-title {
  color: #491414;
}
.cid-tYSwkOUOb1 .mbr-text,
.cid-tYSwkOUOb1 .mbr-section-btn {
  color: #000000;
}
.cid-tYSwkPcNRh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYSwkPcNRh img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tYSwkPcNRh .right {
  display: flex;
  flex-direction: column;
}
.cid-tYSwkPcNRh .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tYSwkPcNRh .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tYSwkPcNRh .last-p {
  padding-bottom: 0;
}
.cid-tYSwkPcNRh .row {
  justify-content: center;
}
.cid-tYSwkPyB6L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tYSwkPyB6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSwkPyB6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSwkPyB6L .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYSwkPyB6L .image-wrapper {
    flex-direction: column;
  }
  .cid-tYSwkPyB6L .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tYSwkPyB6L .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tYSwkPyB6L .card-box {
    padding-top: 0rem;
  }
}
.cid-tYSwkPyB6L img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tYSwkPyB6L .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tYSwkPyB6L .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tYSwkPyB6L .card {
    padding: 2rem;
  }
}
.cid-tYSwkPyB6L .mbr-text,
.cid-tYSwkPyB6L .mbr-section-btn {
  color: #000000;
}
.cid-tYSwkPyB6L .card-title,
.cid-tYSwkPyB6L .card-box {
  color: #1e2330;
}
.cid-tZbqeCcsEQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-tZbqeCcsEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbqeCcsEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZbqeCcsEQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZbqeCcsEQ .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tZbqeCcsEQ.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tZbqeCcsEQ img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tYSwkPTvRS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYSwkPTvRS .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tYSwkPTvRS .row {
  flex-direction: column;
}
.cid-tYSwkPTvRS .container {
  max-width: 770px;
  margin: auto;
}
.cid-tYSwkPTvRS .lin {
  margin-bottom: 1rem;
}
.cid-tYSwkPTvRS a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tYSwkPTvRS a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tYSwkQNmwF {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tYSwkQNmwF .container {
  max-width: 1400px;
}
.cid-tYSwkQNmwF .card-img2 span {
  padding-top: 6px;
}
.cid-tYSwkQNmwF .soc-item a {
  padding-top: 5px;
}
.cid-tYSwkQNmwF .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tYSwkQNmwF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYSwkQNmwF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYSwkQNmwF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYSwkQNmwF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYSwkQNmwF #e2_shape {
  fill: #efefef !important;
}
.cid-tYSwkQNmwF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYSwkQNmwF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tYSwkQNmwF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYSwkQNmwF .card-img {
  width: auto;
}
.cid-tYSwkQNmwF .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYSwkQNmwF .soc-item span {
  font-size: 1.4rem;
}
.cid-tYSwkQNmwF .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tYSwkQNmwF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYSwkQNmwF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYSwkQNmwF .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYSwkQNmwF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYSwkQNmwF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tYSwkQNmwF .item {
    justify-content: center;
  }
  .cid-tYSwkQNmwF .quote::after {
    left: 60px;
  }
}
.cid-tYSwkQNmwF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYSwkQNmwF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYSwkQNmwF .text1 {
  color: #ffffff;
}
.cid-tYSwkQNmwF .item-title {
  color: #ffffff;
}
.cid-tYSwkQNmwF H5 {
  color: #ffffff;
}
.cid-tYSwkQNmwF .theme {
  color: #ffffff;
}
.cid-tYSwkQNmwF .copyright > p {
  color: #ff3366;
}
.cid-tYSwkQNmwF .text2 {
  color: #ffffff;
}
.cid-tYSwkRgIjc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tYSwkRgIjc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYSEtH7orf .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-tYSEtH7orf .nav-item:focus,
.cid-tYSEtH7orf .nav-link:focus {
  outline: none;
}
.cid-tYSEtH7orf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEtH7orf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYSEtH7orf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYSEtH7orf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tYSEtH7orf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYSEtH7orf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYSEtH7orf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-tYSEtH7orf .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYSEtH7orf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tYSEtH7orf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYSEtH7orf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYSEtH7orf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYSEtH7orf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tYSEtH7orf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYSEtH7orf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYSEtH7orf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYSEtH7orf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tYSEtH7orf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYSEtH7orf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tYSEtH7orf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYSEtH7orf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYSEtH7orf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYSEtH7orf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYSEtH7orf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYSEtH7orf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYSEtH7orf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYSEtH7orf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYSEtH7orf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYSEtH7orf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYSEtH7orf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYSEtH7orf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYSEtH7orf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYSEtH7orf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tYSEtH7orf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYSEtH7orf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYSEtH7orf .navbar-brand {
  -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;
}
.cid-tYSEtH7orf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYSEtH7orf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYSEtH7orf .dropdown-item.active,
.cid-tYSEtH7orf .dropdown-item:active {
  background-color: transparent;
}
.cid-tYSEtH7orf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYSEtH7orf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYSEtH7orf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYSEtH7orf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYSEtH7orf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYSEtH7orf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYSEtH7orf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYSEtH7orf .navbar-buttons {
  text-align: center;
}
.cid-tYSEtH7orf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYSEtH7orf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYSEtH7orf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYSEtH7orf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEtH7orf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYSEtH7orf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYSEtH7orf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEtH7orf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYSEtH7orf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYSEtH7orf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYSEtH7orf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tYSEtH7orf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYSEtH7orf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYSEtH7orf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tYSEtH7orf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYSEtH7orf .navbar {
    height: 77px;
  }
  .cid-tYSEtH7orf .navbar.opened {
    height: auto;
  }
  .cid-tYSEtH7orf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYSwwCHHkT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pxl-20231117-130945854-2000x1506.webp");
}
@media (min-width: 768px) {
  .cid-tYSwwCHHkT {
    align-items: center;
  }
  .cid-tYSwwCHHkT .row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tYSwwCHHkT {
    align-items: center;
  }
  .cid-tYSwwCHHkT .row {
    justify-content: center;
  }
}
.cid-tYSwwCHHkT .mbr-section-title,
.cid-tYSwwCHHkT .card_topic {
  margin-bottom: 12px;
}
.cid-tYSwwCHHkT .item-wrapper {
  padding-bottom: 24px;
}
.cid-tYSwwCHHkT .item-wrapper:hover .mbr-section-title a {
  color: #e1201d !important;
}
.cid-tYSwwCHHkT .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tYSwwCHHkT .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-tYSwwCHHkT .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tYSwwCHHkT .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tYSwwCHHkT .category_content,
.cid-tYSwwCHHkT .date,
.cid-tYSwwCHHkT .name_author {
  opacity: .8;
}
.cid-tYSwwCHHkT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #e1201d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tYSwwCHHkT .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZbuDzIx7E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tZbuDzIx7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbuDzIx7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbuDzIx7E img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tZbuDzIx7E img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tZbuDzIx7E .row {
  flex-direction: row-reverse;
}
.cid-tZbuDzIx7E .row {
  align-items: center;
}
.cid-tZbuDzIx7E .mbr-section-title {
  color: #491414;
}
.cid-tZbuDzIx7E .mbr-text,
.cid-tZbuDzIx7E .mbr-section-btn {
  color: #000000;
}
.cid-tZbuEowTCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbuEowTCj .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tZbuEowTCj .row {
  flex-direction: column;
}
.cid-tZbuEowTCj .container {
  max-width: 770px;
  margin: auto;
}
.cid-tZbuEowTCj .lin {
  margin-bottom: 1rem;
}
.cid-tZbuEowTCj a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tZbuEowTCj a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tZbuEFlTje {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbuEFlTje img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tZbuEFlTje .right {
  display: flex;
  flex-direction: column;
}
.cid-tZbuEFlTje .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tZbuEFlTje .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tZbuEFlTje .last-p {
  padding-bottom: 0;
}
.cid-tZbuEFlTje .row {
  justify-content: center;
}
.cid-tZbuEQdiUa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbuEQdiUa img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tZbuEQdiUa .right {
  display: flex;
  flex-direction: column;
}
.cid-tZbuEQdiUa .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tZbuEQdiUa .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tZbuEQdiUa .last-p {
  padding-bottom: 0;
}
.cid-tZbuEQdiUa .row {
  justify-content: center;
}
.cid-tZbuF2JAJt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tZbuF2JAJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbuF2JAJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbuF2JAJt img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tZbuF2JAJt img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tZbuF2JAJt .row {
  align-items: center;
}
.cid-tZbuF2JAJt .mbr-section-title {
  color: #491414;
}
.cid-tZbuF2JAJt .mbr-text,
.cid-tZbuF2JAJt .mbr-section-btn {
  color: #000000;
}
.cid-tZbuFgxUHL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbuFgxUHL img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tZbuFgxUHL .right {
  display: flex;
  flex-direction: column;
}
.cid-tZbuFgxUHL .card-heading {
  padding-bottom: 35px;
  color: #000000;
}
.cid-tZbuFgxUHL .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-tZbuFgxUHL .last-p {
  padding-bottom: 0;
}
.cid-tZbuFgxUHL .row {
  justify-content: center;
}
.cid-tZbuFBO1Mc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tZbuFBO1Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbuFBO1Mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbuFBO1Mc .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tZbuFBO1Mc .image-wrapper {
    flex-direction: column;
  }
  .cid-tZbuFBO1Mc .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tZbuFBO1Mc .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tZbuFBO1Mc .card-box {
    padding-top: 0rem;
  }
}
.cid-tZbuFBO1Mc img {
  margin: 1rem;
  height: 400px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tZbuFBO1Mc .card {
  background: #ffffff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tZbuFBO1Mc .card {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tZbuFBO1Mc .card {
    padding: 2rem;
  }
}
.cid-tZbuFBO1Mc .mbr-text,
.cid-tZbuFBO1Mc .mbr-section-btn {
  color: #000000;
}
.cid-tZbuFBO1Mc .card-title,
.cid-tZbuFBO1Mc .card-box {
  color: #1e2330;
}
.cid-tZbuFXyJ7e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-tZbuFXyJ7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbuFXyJ7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZbuFXyJ7e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZbuFXyJ7e .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tZbuFXyJ7e.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tZbuFXyJ7e img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tZbuG9GxK3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tZbuG9GxK3 .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-tZbuG9GxK3 .row {
  flex-direction: column;
}
.cid-tZbuG9GxK3 .container {
  max-width: 770px;
  margin: auto;
}
.cid-tZbuG9GxK3 .lin {
  margin-bottom: 1rem;
}
.cid-tZbuG9GxK3 a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-tZbuG9GxK3 a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-tYSwwGwdI5 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tYSwwGwdI5 .container {
  max-width: 1400px;
}
.cid-tYSwwGwdI5 .card-img2 span {
  padding-top: 6px;
}
.cid-tYSwwGwdI5 .soc-item a {
  padding-top: 5px;
}
.cid-tYSwwGwdI5 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tYSwwGwdI5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYSwwGwdI5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYSwwGwdI5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYSwwGwdI5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYSwwGwdI5 #e2_shape {
  fill: #efefef !important;
}
.cid-tYSwwGwdI5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYSwwGwdI5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tYSwwGwdI5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYSwwGwdI5 .card-img {
  width: auto;
}
.cid-tYSwwGwdI5 .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYSwwGwdI5 .soc-item span {
  font-size: 1.4rem;
}
.cid-tYSwwGwdI5 .soc-item:hover span {
  color: #e1201d !important;
}
.cid-tYSwwGwdI5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYSwwGwdI5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYSwwGwdI5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYSwwGwdI5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYSwwGwdI5 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tYSwwGwdI5 .item {
    justify-content: center;
  }
  .cid-tYSwwGwdI5 .quote::after {
    left: 60px;
  }
}
.cid-tYSwwGwdI5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYSwwGwdI5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYSwwGwdI5 .text1 {
  color: #ffffff;
}
.cid-tYSwwGwdI5 .item-title {
  color: #ffffff;
}
.cid-tYSwwGwdI5 H5 {
  color: #ffffff;
}
.cid-tYSwwGwdI5 .theme {
  color: #ffffff;
}
.cid-tYSwwGwdI5 .copyright > p {
  color: #ff3366;
}
.cid-tYSwwGwdI5 .text2 {
  color: #ffffff;
}
.cid-tYSwwGYII0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tYSwwGYII0 .media-container-row .mbr-text {
  color: #ffffff;
}
