body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #495e66 !important;
}
.bg-success {
  background-color: #f3ecdf !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #495e66 !important;
  border-color: #495e66 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #293539 !important;
  border-color: #293539 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3ecdf !important;
  border-color: #f3ecdf !important;
  color: #99783a !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #99783a !important;
  background-color: #decba7 !important;
  border-color: #decba7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #99783a !important;
  background-color: #decba7 !important;
  border-color: #decba7 !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: #f3ecdf !important;
  border-color: #f3ecdf !important;
  color: #99783a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #99783a !important;
  background-color: #decba7 !important;
  border-color: #decba7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #99783a !important;
  background-color: #decba7 !important;
  border-color: #decba7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #1e272b;
  color: #1e272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #495e66;
  border-color: #495e66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #495e66 !important;
  border-color: #495e66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d7c095;
  color: #d7c095;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99783a;
  background-color: #f3ecdf;
  border-color: #f3ecdf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #99783a !important;
  background-color: #f3ecdf !important;
  border-color: #f3ecdf !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: #d7c095;
  color: #d7c095;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #99783a;
  background-color: #f3ecdf;
  border-color: #f3ecdf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #99783a !important;
  background-color: #f3ecdf !important;
  border-color: #f3ecdf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #495e66 !important;
}
.text-secondary {
  color: #f3ecdf !important;
}
.text-success {
  color: #f3ecdf !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #1e272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d7c095 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d7c095 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #495e66;
  border-color: #495e66;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #495e66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #869fa8;
}
.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: #ced6d8;
}
.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: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #495e66;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #495e66;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #495e66;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #495e66;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #495e66;
  border-bottom-color: #495e66;
}
.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: #495e66 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f3ecdf !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23495e66' %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.3;
}
.cid-sqE5jYbKa9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqE5jYbKa9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .nav-item,
.cid-sqE5jYbKa9 .nav-link,
.cid-sqE5jYbKa9 .navbar-caption {
  font-weight: normal;
}
.cid-sqE5jYbKa9 .nav-item:focus,
.cid-sqE5jYbKa9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqE5jYbKa9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link {
    position: relative;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqE5jYbKa9 .nav-item:hover .nav-link:before,
  .cid-sqE5jYbKa9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-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-sqE5jYbKa9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqE5jYbKa9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqE5jYbKa9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqE5jYbKa9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqE5jYbKa9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqE5jYbKa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqE5jYbKa9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqE5jYbKa9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqE5jYbKa9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqE5jYbKa9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqE5jYbKa9 .dropdown-item.active,
.cid-sqE5jYbKa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqE5jYbKa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqE5jYbKa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqE5jYbKa9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .navbar-buttons {
  text-align: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqE5jYbKa9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqE5jYbKa9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqE5jYbKa9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 a.nav-link .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqE5jYbKa9 a.nav-link:hover .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqE5jYbKa9 .navbar {
    height: 77px;
  }
  .cid-sqE5jYbKa9 .navbar.opened {
    height: auto;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp7ZYOEpSJ .modal-body .close {
  background: #1b1b1b;
}
.cid-tp7ZYOEpSJ .modal-body .close span {
  font-style: normal;
}
.cid-tp7ZYOEpSJ .carousel-inner > .active,
.cid-tp7ZYOEpSJ .carousel-inner > .next,
.cid-tp7ZYOEpSJ .carousel-inner > .prev {
  display: flex;
}
.cid-tp7ZYOEpSJ .carousel-control .icon-next,
.cid-tp7ZYOEpSJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tp7ZYOEpSJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp7ZYOEpSJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tp7ZYOEpSJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tp7ZYOEpSJ .boxed-slider > div {
  position: relative;
}
.cid-tp7ZYOEpSJ .container img {
  width: 100%;
}
.cid-tp7ZYOEpSJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tp7ZYOEpSJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tp7ZYOEpSJ .mbr-table-cell {
  padding: 0;
}
.cid-tp7ZYOEpSJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tp7ZYOEpSJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tp7ZYOEpSJ .mbr-overlay {
  z-index: 1;
}
.cid-tp7ZYOEpSJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tp7ZYOEpSJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tp7ZYOEpSJ .carousel-item.active.right,
.cid-tp7ZYOEpSJ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tp7ZYOEpSJ .carousel-item.active.left,
.cid-tp7ZYOEpSJ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tp7ZYOEpSJ .carousel-item.active,
.cid-tp7ZYOEpSJ .carousel-item.next.left,
.cid-tp7ZYOEpSJ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tp7ZYOEpSJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators li.active,
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators li::after,
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tp7ZYOEpSJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tp7ZYOEpSJ .mbr-slider > .container img {
  width: 100%;
}
.cid-tp7ZYOEpSJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tp7ZYOEpSJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tp7ZYOEpSJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tp7ZYOEpSJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tp7ZYOEpSJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tp7ZYOEpSJ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tp7ZYOEpSJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tp7ZYOEpSJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tp7ZYOEpSJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tp7ZYOEpSJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tp7ZYOEpSJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tp7ZYOEpSJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tp7ZYOEpSJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tp8dsK3Pld {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tp8dsK3Pld img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-tp8dsK3Pld .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-tp8dsK3Pld .img-wrapper {
  min-width: 100px;
}
.cid-tp8dsK3Pld .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tp8dsK3Pld .card .img-wrapper {
  overflow: hidden;
}
.cid-tp8dsK3Pld .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #232323;
}
.cid-tp8dsK3Pld .mbr-section-title:hover {
  color: #495e66;
}
.cid-tp8dsK3Pld .mbr-section-date {
  color: #999999;
}
.cid-tp8dsK3Pld .mbr-section-text {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tp8dsK3Pld .bg-wrapper {
    padding: 1rem;
  }
  .cid-tp8dsK3Pld .mbr-section-title {
    text-align: left;
  }
}
.cid-tp8efv3hKG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tp8efv3hKG img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-tp8efv3hKG .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-tp8efv3hKG .img-wrapper {
  min-width: 100px;
}
.cid-tp8efv3hKG .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tp8efv3hKG .card .img-wrapper {
  overflow: hidden;
}
.cid-tp8efv3hKG .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #232323;
}
.cid-tp8efv3hKG .mbr-section-title:hover {
  color: #495e66;
}
.cid-tp8efv3hKG .mbr-section-date {
  color: #999999;
}
.cid-tp8efv3hKG .mbr-section-text {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tp8efv3hKG .bg-wrapper {
    padding: 1rem;
  }
  .cid-tp8efv3hKG .mbr-section-title {
    text-align: left;
  }
}
.cid-tp8hemehO6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3ecdf;
}
.cid-tp8hemehO6 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tp8hemehO6 img:hover {
  transform: scale(1.1);
}
.cid-tp8hemehO6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tp8hemehO6 h2 {
  padding: 0;
  margin: 0;
}
.cid-tp8hemehO6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tp8hemehO6 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tp8hemehO6 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tp8hemehO6 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-tp8hemehO6 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tp8hemehO6 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-tp8hemehO6 .mbr-iconfont {
  margin: 0 !important;
}
.cid-tp8hemehO6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tp8hemehO6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tp8hemehO6 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tp8hemehO6 .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-tp8hemehO6 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tp8hemehO6 H2 {
  color: #333333;
}
.cid-tp8hemehO6 .mbr-text {
  color: #232323;
}
.cid-tp8hemehO6 H1 {
  color: #232323;
}
.cid-tp8jxhPFGs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tp8jxhPFGs .container {
  max-width: 1400px;
}
.cid-tp8jxhPFGs img,
.cid-tp8jxhPFGs .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tp8jxhPFGs img:before,
.cid-tp8jxhPFGs .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tp8jxhPFGs img:hover:before,
.cid-tp8jxhPFGs .item-img:hover:before {
  opacity: 0.2;
}
.cid-tp8jxhPFGs .item:focus,
.cid-tp8jxhPFGs span:focus {
  outline: none;
}
.cid-tp8jxhPFGs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tp8jxhPFGs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tp8jxhPFGs .item-content {
  padding-top: 1.5rem;
}
.cid-tp8jxhPFGs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tp8jxhPFGs .mbr-section-title {
  color: #232323;
}
.cid-tp8jxhPFGs .mbr-text,
.cid-tp8jxhPFGs .mbr-section-btn {
  color: #818181;
}
.cid-tp8jxhPFGs .item-title {
  text-align: center;
}
.cid-tqDX55YZyr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/private-tours-1920x1110.jpeg");
}
.cid-tqDX55YZyr .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #232323;
}
.cid-tqDX55YZyr .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
}
.cid-tqDX55YZyr .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tqDX55YZyr .content__block {
    padding: 30px 0;
  }
}
.cid-tqDX55YZyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDX55YZyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp8mBF482F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tp8mBF482F h3 {
  text-align: center;
}
.cid-tp8mBF482F .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tp8mBF482F .mbr-content-text {
  color: #767676;
}
.cid-tp8mBF482F .panel-item {
  background: #ffffff;
}
.cid-tp8mBF482F .card {
  word-wrap: break-word;
}
.cid-tp8mBF482F .mbr-iconfont {
  color: #232323 !important;
  font-size: 3.5rem !important;
}
.cid-tqDIjcNW45 {
  padding-top: 15px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tqDIjcNW45 .mbr-iconfont-social {
  font-size: 32px;
  color: #232323;
}
.cid-tqDIjcNW45 .social-list a:focus {
  text-decoration: none;
}
.cid-tgBnLis0sn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .content {
    text-align: center;
  }
  .cid-tgBnLis0sn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgBnLis0sn .logo-subtitle {
  color: #8d97ad;
}
.cid-tgBnLis0sn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgBnLis0sn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgBnLis0sn .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgBnLis0sn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tgBnLis0sn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgBnLis0sn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgBnLis0sn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgBnLis0sn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgBnLis0sn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgBnLis0sn .list-item {
  display: flex;
}
.cid-tgBnLis0sn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tgBnLis0sn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgBnLis0sn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tgBnLis0sn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tgBnLis0sn .logo-subtitle,
.cid-tgBnLis0sn .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tgBnLis0sn .column-title {
  color: #efefef;
}
.cid-tgBnLis0sn P {
  color: #efefef;
}
.cid-sqE5jYbKa9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqE5jYbKa9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .nav-item,
.cid-sqE5jYbKa9 .nav-link,
.cid-sqE5jYbKa9 .navbar-caption {
  font-weight: normal;
}
.cid-sqE5jYbKa9 .nav-item:focus,
.cid-sqE5jYbKa9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqE5jYbKa9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link {
    position: relative;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqE5jYbKa9 .nav-item:hover .nav-link:before,
  .cid-sqE5jYbKa9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-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-sqE5jYbKa9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqE5jYbKa9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqE5jYbKa9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqE5jYbKa9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqE5jYbKa9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqE5jYbKa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqE5jYbKa9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqE5jYbKa9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqE5jYbKa9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqE5jYbKa9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqE5jYbKa9 .dropdown-item.active,
.cid-sqE5jYbKa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqE5jYbKa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqE5jYbKa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqE5jYbKa9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .navbar-buttons {
  text-align: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqE5jYbKa9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqE5jYbKa9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqE5jYbKa9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 a.nav-link .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqE5jYbKa9 a.nav-link:hover .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqE5jYbKa9 .navbar {
    height: 77px;
  }
  .cid-sqE5jYbKa9 .navbar.opened {
    height: auto;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqE1kpQ3hT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqE1kpQ3hT .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqE1kpQ3hT .modal-body .close {
  background: #1b1b1b;
}
.cid-tqE1kpQ3hT .modal-body .close span {
  font-style: normal;
}
.cid-tqE1kpQ3hT .carousel-inner > .active,
.cid-tqE1kpQ3hT .carousel-inner > .next,
.cid-tqE1kpQ3hT .carousel-inner > .prev {
  display: flex;
}
.cid-tqE1kpQ3hT .carousel-control .icon-next,
.cid-tqE1kpQ3hT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqE1kpQ3hT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE1kpQ3hT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqE1kpQ3hT .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqE1kpQ3hT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqE1kpQ3hT .boxed-slider > div {
  position: relative;
}
.cid-tqE1kpQ3hT .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqE1kpQ3hT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqE1kpQ3hT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE1kpQ3hT .mbr-table-cell {
  padding: 0;
}
.cid-tqE1kpQ3hT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqE1kpQ3hT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE1kpQ3hT .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqE1kpQ3hT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqE1kpQ3hT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqE1kpQ3hT .carousel-item .container {
    width: 100%;
  }
}
.cid-tqE1kpQ3hT .carousel-item-next.carousel-item-left,
.cid-tqE1kpQ3hT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqE1kpQ3hT .active.carousel-item-right,
.cid-tqE1kpQ3hT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqE1kpQ3hT .active.carousel-item-left,
.cid-tqE1kpQ3hT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqE1kpQ3hT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators li.active,
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators li::after,
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqE1kpQ3hT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqE1kpQ3hT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqE1kpQ3hT .mbr-slider > .container img {
  width: 100%;
}
.cid-tqE1kpQ3hT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE1kpQ3hT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqE1kpQ3hT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqE1kpQ3hT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE1kpQ3hT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqE1kpQ3hT .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqE1kpQ3hT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqE1kpQ3hT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqE1kpQ3hT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqE1kpQ3hT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqE1kpQ3hT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqE1kpQ3hT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqE1kpQ3hT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqE1kpQ3hT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqE1kpQ3hT .carousel-inner {
  height: 100%;
}
.cid-tqE1kpQ3hT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqE1kpQ3hT .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqE1kpQ3hT .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqE1kpQ3hT .content-slider-wrap {
  width: 100%;
}
.cid-tqDZYnn7Qr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqDZYnn7Qr .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tqDZYnn7Qr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tqEM9hLVBB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEM9hLVBB .container {
  max-width: 1400px;
}
.cid-tqEM9hLVBB img,
.cid-tqEM9hLVBB .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEM9hLVBB img:before,
.cid-tqEM9hLVBB .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEM9hLVBB img:hover:before,
.cid-tqEM9hLVBB .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEM9hLVBB .item:focus,
.cid-tqEM9hLVBB span:focus {
  outline: none;
}
.cid-tqEM9hLVBB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEM9hLVBB .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEM9hLVBB .item-content {
  padding-top: 1.5rem;
}
.cid-tqEM9hLVBB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEM9hLVBB .mbr-section-title {
  color: #232323;
}
.cid-tqEM9hLVBB .mbr-text,
.cid-tqEM9hLVBB .mbr-section-btn {
  color: #818181;
}
.cid-tqEM9hLVBB .item-title {
  text-align: center;
}
.cid-tgBnLis0sn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .content {
    text-align: center;
  }
  .cid-tgBnLis0sn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgBnLis0sn .logo-subtitle {
  color: #8d97ad;
}
.cid-tgBnLis0sn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgBnLis0sn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgBnLis0sn .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgBnLis0sn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tgBnLis0sn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgBnLis0sn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgBnLis0sn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgBnLis0sn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgBnLis0sn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgBnLis0sn .list-item {
  display: flex;
}
.cid-tgBnLis0sn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tgBnLis0sn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgBnLis0sn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tgBnLis0sn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tgBnLis0sn .logo-subtitle,
.cid-tgBnLis0sn .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tgBnLis0sn .column-title {
  color: #efefef;
}
.cid-tgBnLis0sn P {
  color: #efefef;
}
.cid-sqE5jYbKa9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqE5jYbKa9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .nav-item,
.cid-sqE5jYbKa9 .nav-link,
.cid-sqE5jYbKa9 .navbar-caption {
  font-weight: normal;
}
.cid-sqE5jYbKa9 .nav-item:focus,
.cid-sqE5jYbKa9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqE5jYbKa9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link {
    position: relative;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqE5jYbKa9 .nav-item:hover .nav-link:before,
  .cid-sqE5jYbKa9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-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-sqE5jYbKa9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqE5jYbKa9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqE5jYbKa9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqE5jYbKa9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqE5jYbKa9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqE5jYbKa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqE5jYbKa9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqE5jYbKa9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqE5jYbKa9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqE5jYbKa9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqE5jYbKa9 .dropdown-item.active,
.cid-sqE5jYbKa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqE5jYbKa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqE5jYbKa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqE5jYbKa9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .navbar-buttons {
  text-align: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqE5jYbKa9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqE5jYbKa9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqE5jYbKa9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 a.nav-link .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqE5jYbKa9 a.nav-link:hover .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqE5jYbKa9 .navbar {
    height: 77px;
  }
  .cid-sqE5jYbKa9 .navbar.opened {
    height: auto;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqG3xoi9ie {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqG3xoi9ie .mbr-section-subtitle {
  color: #767676;
}
.cid-tgz5xngjLM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tgz5xngjLM .mbr-section-title,
.cid-tgz5xngjLM .mbr-section-subtitle {
  text-align: center;
}
.cid-tgz5xngjLM .card {
  margin-bottom: 2rem;
}
.cid-tgz5xngjLM .cards-wrap {
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-tgz5xngjLM .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-tgz5xngjLM .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-tgz5xngjLM .cards-wrap .card-img {
  font-size: 40px;
  background: #232323;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-tgz5xngjLM .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-tgz5xngjLM .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tgz5xngjLM .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-tgz5xngjLM .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-tgz5xngjLM .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-tgz5xngjLM * {
    text-align: center;
  }
}
.cid-tgz5xngjLM .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #232323;
}
.cid-tgBnLis0sn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .content {
    text-align: center;
  }
  .cid-tgBnLis0sn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgBnLis0sn .logo-subtitle {
  color: #8d97ad;
}
.cid-tgBnLis0sn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgBnLis0sn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgBnLis0sn .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgBnLis0sn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tgBnLis0sn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgBnLis0sn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgBnLis0sn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgBnLis0sn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgBnLis0sn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgBnLis0sn .list-item {
  display: flex;
}
.cid-tgBnLis0sn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tgBnLis0sn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgBnLis0sn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tgBnLis0sn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tgBnLis0sn .logo-subtitle,
.cid-tgBnLis0sn .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tgBnLis0sn .column-title {
  color: #efefef;
}
.cid-tgBnLis0sn P {
  color: #efefef;
}
.cid-tqE3dfHkvh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqE3dfHkvh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqE3dfHkvh .nav-item,
.cid-tqE3dfHkvh .nav-link,
.cid-tqE3dfHkvh .navbar-caption {
  font-weight: normal;
}
.cid-tqE3dfHkvh .nav-item:focus,
.cid-tqE3dfHkvh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqE3dfHkvh .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqE3dfHkvh .nav-item .nav-link {
    position: relative;
  }
  .cid-tqE3dfHkvh .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqE3dfHkvh .nav-item:hover .nav-link:before,
  .cid-tqE3dfHkvh .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqE3dfHkvh .dropdown .dropdown-menu .dropdown-item .soc-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-tqE3dfHkvh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqE3dfHkvh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqE3dfHkvh .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqE3dfHkvh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqE3dfHkvh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqE3dfHkvh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqE3dfHkvh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqE3dfHkvh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqE3dfHkvh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqE3dfHkvh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqE3dfHkvh .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqE3dfHkvh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqE3dfHkvh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqE3dfHkvh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqE3dfHkvh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqE3dfHkvh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqE3dfHkvh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqE3dfHkvh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqE3dfHkvh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqE3dfHkvh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqE3dfHkvh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqE3dfHkvh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqE3dfHkvh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqE3dfHkvh .dropdown-item.active,
.cid-tqE3dfHkvh .dropdown-item:active {
  background-color: transparent;
}
.cid-tqE3dfHkvh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqE3dfHkvh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqE3dfHkvh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqE3dfHkvh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqE3dfHkvh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqE3dfHkvh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqE3dfHkvh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqE3dfHkvh .navbar-buttons {
  text-align: center;
}
.cid-tqE3dfHkvh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqE3dfHkvh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqE3dfHkvh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqE3dfHkvh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE3dfHkvh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE3dfHkvh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqE3dfHkvh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE3dfHkvh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqE3dfHkvh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqE3dfHkvh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE3dfHkvh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqE3dfHkvh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE3dfHkvh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqE3dfHkvh .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqE3dfHkvh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqE3dfHkvh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE3dfHkvh a.nav-link .mbr-iconfont-btn,
.cid-tqE3dfHkvh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqE3dfHkvh a.nav-link:hover .mbr-iconfont-btn,
.cid-tqE3dfHkvh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqE3dfHkvh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqE3dfHkvh .navbar {
    height: 77px;
  }
  .cid-tqE3dfHkvh .navbar.opened {
    height: auto;
  }
  .cid-tqE3dfHkvh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqE3din53O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqE3din53O .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqE3din53O .modal-body .close {
  background: #1b1b1b;
}
.cid-tqE3din53O .modal-body .close span {
  font-style: normal;
}
.cid-tqE3din53O .carousel-inner > .active,
.cid-tqE3din53O .carousel-inner > .next,
.cid-tqE3din53O .carousel-inner > .prev {
  display: flex;
}
.cid-tqE3din53O .carousel-control .icon-next,
.cid-tqE3din53O .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqE3din53O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE3din53O .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqE3din53O .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqE3din53O .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqE3din53O .boxed-slider > div {
  position: relative;
}
.cid-tqE3din53O .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqE3din53O .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqE3din53O .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE3din53O .mbr-table-cell {
  padding: 0;
}
.cid-tqE3din53O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqE3din53O .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE3din53O .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqE3din53O .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqE3din53O .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqE3din53O .carousel-item .container {
    width: 100%;
  }
}
.cid-tqE3din53O .carousel-item-next.carousel-item-left,
.cid-tqE3din53O .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqE3din53O .active.carousel-item-right,
.cid-tqE3din53O .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqE3din53O .active.carousel-item-left,
.cid-tqE3din53O .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqE3din53O .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqE3din53O .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqE3din53O .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqE3din53O .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqE3din53O .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqE3din53O .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqE3din53O .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqE3din53O .mbr-slider .carousel-indicators li.active,
.cid-tqE3din53O .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqE3din53O .mbr-slider .carousel-indicators li::after,
.cid-tqE3din53O .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqE3din53O .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqE3din53O .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqE3din53O .mbr-slider > .container img {
  width: 100%;
}
.cid-tqE3din53O .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE3din53O .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqE3din53O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqE3din53O .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE3din53O .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqE3din53O .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqE3din53O .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqE3din53O .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqE3din53O .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqE3din53O .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqE3din53O .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqE3din53O .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqE3din53O .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqE3din53O .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqE3din53O .carousel-inner {
  height: 100%;
}
.cid-tqE3din53O .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqE3din53O .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqE3din53O .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqE3din53O .content-slider-wrap {
  width: 100%;
}
.cid-tqE3djq8or {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqE3djq8or .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tqE3djq8or .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tqEMf1d0Us {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEMf1d0Us .container {
  max-width: 1400px;
}
.cid-tqEMf1d0Us img,
.cid-tqEMf1d0Us .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEMf1d0Us img:before,
.cid-tqEMf1d0Us .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEMf1d0Us img:hover:before,
.cid-tqEMf1d0Us .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEMf1d0Us .item:focus,
.cid-tqEMf1d0Us span:focus {
  outline: none;
}
.cid-tqEMf1d0Us .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEMf1d0Us .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEMf1d0Us .item-content {
  padding-top: 1.5rem;
}
.cid-tqEMf1d0Us .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEMf1d0Us .mbr-section-title {
  color: #232323;
}
.cid-tqEMf1d0Us .mbr-text,
.cid-tqEMf1d0Us .mbr-section-btn {
  color: #818181;
}
.cid-tqEMf1d0Us .item-title {
  text-align: center;
}
.cid-tqE3dm4u0g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqE3dm4u0g .content {
    text-align: center;
  }
  .cid-tqE3dm4u0g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqE3dm4u0g .logo-subtitle {
  color: #8d97ad;
}
.cid-tqE3dm4u0g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqE3dm4u0g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqE3dm4u0g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqE3dm4u0g .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqE3dm4u0g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqE3dm4u0g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqE3dm4u0g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqE3dm4u0g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqE3dm4u0g .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqE3dm4u0g .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqE3dm4u0g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE3dm4u0g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqE3dm4u0g .list-item {
  display: flex;
}
.cid-tqE3dm4u0g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqE3dm4u0g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqE3dm4u0g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqE3dm4u0g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqE3dm4u0g .logo-subtitle,
.cid-tqE3dm4u0g .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqE3dm4u0g .column-title {
  color: #efefef;
}
.cid-tqE3dm4u0g P {
  color: #efefef;
}
.cid-tqE4wtaIVc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqE4wtaIVc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqE4wtaIVc .nav-item,
.cid-tqE4wtaIVc .nav-link,
.cid-tqE4wtaIVc .navbar-caption {
  font-weight: normal;
}
.cid-tqE4wtaIVc .nav-item:focus,
.cid-tqE4wtaIVc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqE4wtaIVc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqE4wtaIVc .nav-item .nav-link {
    position: relative;
  }
  .cid-tqE4wtaIVc .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqE4wtaIVc .nav-item:hover .nav-link:before,
  .cid-tqE4wtaIVc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqE4wtaIVc .dropdown .dropdown-menu .dropdown-item .soc-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-tqE4wtaIVc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqE4wtaIVc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqE4wtaIVc .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqE4wtaIVc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqE4wtaIVc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqE4wtaIVc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqE4wtaIVc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqE4wtaIVc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqE4wtaIVc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqE4wtaIVc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqE4wtaIVc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqE4wtaIVc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqE4wtaIVc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqE4wtaIVc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqE4wtaIVc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqE4wtaIVc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqE4wtaIVc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqE4wtaIVc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqE4wtaIVc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqE4wtaIVc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqE4wtaIVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqE4wtaIVc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqE4wtaIVc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqE4wtaIVc .dropdown-item.active,
.cid-tqE4wtaIVc .dropdown-item:active {
  background-color: transparent;
}
.cid-tqE4wtaIVc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqE4wtaIVc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqE4wtaIVc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqE4wtaIVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqE4wtaIVc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqE4wtaIVc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqE4wtaIVc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqE4wtaIVc .navbar-buttons {
  text-align: center;
}
.cid-tqE4wtaIVc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqE4wtaIVc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqE4wtaIVc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqE4wtaIVc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE4wtaIVc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE4wtaIVc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqE4wtaIVc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE4wtaIVc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqE4wtaIVc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqE4wtaIVc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE4wtaIVc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqE4wtaIVc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE4wtaIVc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqE4wtaIVc .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqE4wtaIVc .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqE4wtaIVc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE4wtaIVc a.nav-link .mbr-iconfont-btn,
.cid-tqE4wtaIVc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqE4wtaIVc a.nav-link:hover .mbr-iconfont-btn,
.cid-tqE4wtaIVc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqE4wtaIVc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqE4wtaIVc .navbar {
    height: 77px;
  }
  .cid-tqE4wtaIVc .navbar.opened {
    height: auto;
  }
  .cid-tqE4wtaIVc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqE4wxAbGF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqE4wxAbGF .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqE4wxAbGF .modal-body .close {
  background: #1b1b1b;
}
.cid-tqE4wxAbGF .modal-body .close span {
  font-style: normal;
}
.cid-tqE4wxAbGF .carousel-inner > .active,
.cid-tqE4wxAbGF .carousel-inner > .next,
.cid-tqE4wxAbGF .carousel-inner > .prev {
  display: flex;
}
.cid-tqE4wxAbGF .carousel-control .icon-next,
.cid-tqE4wxAbGF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqE4wxAbGF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE4wxAbGF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqE4wxAbGF .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqE4wxAbGF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqE4wxAbGF .boxed-slider > div {
  position: relative;
}
.cid-tqE4wxAbGF .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqE4wxAbGF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqE4wxAbGF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE4wxAbGF .mbr-table-cell {
  padding: 0;
}
.cid-tqE4wxAbGF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqE4wxAbGF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE4wxAbGF .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqE4wxAbGF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqE4wxAbGF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqE4wxAbGF .carousel-item .container {
    width: 100%;
  }
}
.cid-tqE4wxAbGF .carousel-item-next.carousel-item-left,
.cid-tqE4wxAbGF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqE4wxAbGF .active.carousel-item-right,
.cid-tqE4wxAbGF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqE4wxAbGF .active.carousel-item-left,
.cid-tqE4wxAbGF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqE4wxAbGF .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqE4wxAbGF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators li.active,
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators li::after,
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqE4wxAbGF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqE4wxAbGF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqE4wxAbGF .mbr-slider > .container img {
  width: 100%;
}
.cid-tqE4wxAbGF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE4wxAbGF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqE4wxAbGF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqE4wxAbGF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE4wxAbGF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqE4wxAbGF .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqE4wxAbGF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqE4wxAbGF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqE4wxAbGF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqE4wxAbGF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqE4wxAbGF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqE4wxAbGF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqE4wxAbGF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqE4wxAbGF .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqE4wxAbGF .carousel-inner {
  height: 100%;
}
.cid-tqE4wxAbGF .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqE4wxAbGF .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqE4wxAbGF .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqE4wxAbGF .content-slider-wrap {
  width: 100%;
}
.cid-tqE4wz5dT5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqE4wz5dT5 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-tqE4wz5dT5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tqE54swHuo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqE54swHuo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqE54swHuo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqE54swHuo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqE54swHuo .mbr-text {
    text-align: center;
  }
}
.cid-tqE54swHuo H1 {
  color: #232323;
}
.cid-tqE54swHuo .mbr-text,
.cid-tqE54swHuo .mbr-section-btn {
  color: #232323;
}
.cid-tqE54swHuo H2 {
  color: #232323;
}
.cid-tqE5BG4ekk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqE5BG4ekk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqE5BG4ekk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqE5BG4ekk .mbr-text {
    text-align: center;
  }
}
.cid-tqE5BG4ekk H1 {
  color: #232323;
}
.cid-tqE5BG4ekk .mbr-text,
.cid-tqE5BG4ekk .mbr-section-btn {
  color: #232323;
}
.cid-tqE5BG4ekk H2 {
  color: #232323;
}
.cid-tqE5Tvn8kW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqE5Tvn8kW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqE5Tvn8kW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqE5Tvn8kW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqE5Tvn8kW .mbr-text {
    text-align: center;
  }
}
.cid-tqE5Tvn8kW H1 {
  color: #232323;
}
.cid-tqE5Tvn8kW .mbr-text,
.cid-tqE5Tvn8kW .mbr-section-btn {
  color: #232323;
}
.cid-tqE5Tvn8kW H2 {
  color: #232323;
}
.cid-tqE6fQm5OJ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqE6fQm5OJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqE6fQm5OJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqE6fQm5OJ .mbr-text {
    text-align: center;
  }
}
.cid-tqE6fQm5OJ H1 {
  color: #232323;
}
.cid-tqE6fQm5OJ .mbr-text,
.cid-tqE6fQm5OJ .mbr-section-btn {
  color: #232323;
}
.cid-tqE6fQm5OJ H2 {
  color: #232323;
}
.cid-tqEMrqzYf7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEMrqzYf7 .container {
  max-width: 1400px;
}
.cid-tqEMrqzYf7 img,
.cid-tqEMrqzYf7 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEMrqzYf7 img:before,
.cid-tqEMrqzYf7 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEMrqzYf7 img:hover:before,
.cid-tqEMrqzYf7 .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEMrqzYf7 .item:focus,
.cid-tqEMrqzYf7 span:focus {
  outline: none;
}
.cid-tqEMrqzYf7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEMrqzYf7 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEMrqzYf7 .item-content {
  padding-top: 1.5rem;
}
.cid-tqEMrqzYf7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEMrqzYf7 .mbr-section-title {
  color: #232323;
}
.cid-tqEMrqzYf7 .mbr-text,
.cid-tqEMrqzYf7 .mbr-section-btn {
  color: #818181;
}
.cid-tqEMrqzYf7 .item-title {
  text-align: center;
}
.cid-tqE4wDsB6i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqE4wDsB6i .content {
    text-align: center;
  }
  .cid-tqE4wDsB6i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqE4wDsB6i .logo-subtitle {
  color: #8d97ad;
}
.cid-tqE4wDsB6i .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqE4wDsB6i .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqE4wDsB6i .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqE4wDsB6i .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqE4wDsB6i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqE4wDsB6i .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqE4wDsB6i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqE4wDsB6i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqE4wDsB6i .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqE4wDsB6i .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqE4wDsB6i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE4wDsB6i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqE4wDsB6i .list-item {
  display: flex;
}
.cid-tqE4wDsB6i .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqE4wDsB6i ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqE4wDsB6i ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqE4wDsB6i ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqE4wDsB6i .logo-subtitle,
.cid-tqE4wDsB6i .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqE4wDsB6i .column-title {
  color: #efefef;
}
.cid-tqE4wDsB6i P {
  color: #efefef;
}
.cid-tqE6NhlqMF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqE6NhlqMF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqE6NhlqMF .nav-item,
.cid-tqE6NhlqMF .nav-link,
.cid-tqE6NhlqMF .navbar-caption {
  font-weight: normal;
}
.cid-tqE6NhlqMF .nav-item:focus,
.cid-tqE6NhlqMF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqE6NhlqMF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqE6NhlqMF .nav-item .nav-link {
    position: relative;
  }
  .cid-tqE6NhlqMF .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqE6NhlqMF .nav-item:hover .nav-link:before,
  .cid-tqE6NhlqMF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqE6NhlqMF .dropdown .dropdown-menu .dropdown-item .soc-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-tqE6NhlqMF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqE6NhlqMF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqE6NhlqMF .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqE6NhlqMF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqE6NhlqMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqE6NhlqMF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqE6NhlqMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqE6NhlqMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqE6NhlqMF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqE6NhlqMF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqE6NhlqMF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqE6NhlqMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqE6NhlqMF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqE6NhlqMF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqE6NhlqMF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqE6NhlqMF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqE6NhlqMF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqE6NhlqMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqE6NhlqMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqE6NhlqMF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqE6NhlqMF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqE6NhlqMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqE6NhlqMF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqE6NhlqMF .dropdown-item.active,
.cid-tqE6NhlqMF .dropdown-item:active {
  background-color: transparent;
}
.cid-tqE6NhlqMF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqE6NhlqMF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqE6NhlqMF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqE6NhlqMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqE6NhlqMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqE6NhlqMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqE6NhlqMF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqE6NhlqMF .navbar-buttons {
  text-align: center;
}
.cid-tqE6NhlqMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqE6NhlqMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqE6NhlqMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqE6NhlqMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE6NhlqMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqE6NhlqMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqE6NhlqMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE6NhlqMF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqE6NhlqMF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqE6NhlqMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqE6NhlqMF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqE6NhlqMF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE6NhlqMF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqE6NhlqMF .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqE6NhlqMF .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqE6NhlqMF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqE6NhlqMF a.nav-link .mbr-iconfont-btn,
.cid-tqE6NhlqMF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqE6NhlqMF a.nav-link:hover .mbr-iconfont-btn,
.cid-tqE6NhlqMF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqE6NhlqMF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqE6NhlqMF .navbar {
    height: 77px;
  }
  .cid-tqE6NhlqMF .navbar.opened {
    height: auto;
  }
  .cid-tqE6NhlqMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqE6NiZleY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqE6NiZleY .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqE6NiZleY .modal-body .close {
  background: #1b1b1b;
}
.cid-tqE6NiZleY .modal-body .close span {
  font-style: normal;
}
.cid-tqE6NiZleY .carousel-inner > .active,
.cid-tqE6NiZleY .carousel-inner > .next,
.cid-tqE6NiZleY .carousel-inner > .prev {
  display: flex;
}
.cid-tqE6NiZleY .carousel-control .icon-next,
.cid-tqE6NiZleY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqE6NiZleY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE6NiZleY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqE6NiZleY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqE6NiZleY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqE6NiZleY .boxed-slider > div {
  position: relative;
}
.cid-tqE6NiZleY .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqE6NiZleY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqE6NiZleY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE6NiZleY .mbr-table-cell {
  padding: 0;
}
.cid-tqE6NiZleY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqE6NiZleY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE6NiZleY .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqE6NiZleY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqE6NiZleY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqE6NiZleY .carousel-item .container {
    width: 100%;
  }
}
.cid-tqE6NiZleY .carousel-item-next.carousel-item-left,
.cid-tqE6NiZleY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqE6NiZleY .active.carousel-item-right,
.cid-tqE6NiZleY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqE6NiZleY .active.carousel-item-left,
.cid-tqE6NiZleY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqE6NiZleY .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqE6NiZleY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqE6NiZleY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqE6NiZleY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqE6NiZleY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqE6NiZleY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqE6NiZleY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqE6NiZleY .mbr-slider .carousel-indicators li.active,
.cid-tqE6NiZleY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqE6NiZleY .mbr-slider .carousel-indicators li::after,
.cid-tqE6NiZleY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqE6NiZleY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqE6NiZleY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqE6NiZleY .mbr-slider > .container img {
  width: 100%;
}
.cid-tqE6NiZleY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqE6NiZleY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqE6NiZleY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqE6NiZleY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqE6NiZleY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqE6NiZleY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqE6NiZleY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqE6NiZleY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqE6NiZleY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqE6NiZleY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqE6NiZleY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqE6NiZleY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqE6NiZleY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqE6NiZleY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqE6NiZleY .carousel-inner {
  height: 100%;
}
.cid-tqE6NiZleY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqE6NiZleY .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqE6NiZleY .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqE6NiZleY .content-slider-wrap {
  width: 100%;
}
.cid-tqEc6nuq6m {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tqEc6nuq6m .card {
  display: block;
  position: relative;
}
.cid-tqEc6nuq6m .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-tqEc6nuq6m .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-tqEc6nuq6m .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tqEc6nuq6m .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-tqEc6nuq6m .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tqEc6nuq6m .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-tqEc6nuq6m .mbr-card-text {
  margin: 0;
}
.cid-tqEc6nuq6m .mbr-section-title {
  text-align: center;
}
.cid-tqE9rVD41R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/meteora-2-1920x879.jpg");
}
.cid-tqE9rVD41R .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-tqE9rVD41R .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #232323;
}
.cid-tqE9rVD41R .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqE9rVD41R .content__block {
    padding: 30px 0;
  }
}
.cid-tqE9rVD41R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqE9rVD41R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqENndTsap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqENndTsap .container {
  max-width: 1400px;
}
.cid-tqENndTsap img,
.cid-tqENndTsap .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqENndTsap img:before,
.cid-tqENndTsap .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqENndTsap img:hover:before,
.cid-tqENndTsap .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqENndTsap .item:focus,
.cid-tqENndTsap span:focus {
  outline: none;
}
.cid-tqENndTsap .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqENndTsap .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqENndTsap .item-content {
  padding-top: 1.5rem;
}
.cid-tqENndTsap .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqENndTsap .mbr-section-title {
  color: #232323;
}
.cid-tqENndTsap .mbr-text,
.cid-tqENndTsap .mbr-section-btn {
  color: #818181;
}
.cid-tqENndTsap .item-title {
  text-align: center;
}
.cid-tqE6NsBmny {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqE6NsBmny .content {
    text-align: center;
  }
  .cid-tqE6NsBmny .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqE6NsBmny .logo-subtitle {
  color: #8d97ad;
}
.cid-tqE6NsBmny .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqE6NsBmny .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqE6NsBmny .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqE6NsBmny .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqE6NsBmny .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqE6NsBmny .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqE6NsBmny .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqE6NsBmny .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqE6NsBmny .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqE6NsBmny .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqE6NsBmny .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqE6NsBmny .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqE6NsBmny .list-item {
  display: flex;
}
.cid-tqE6NsBmny .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqE6NsBmny ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqE6NsBmny ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqE6NsBmny ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqE6NsBmny .logo-subtitle,
.cid-tqE6NsBmny .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqE6NsBmny .column-title {
  color: #efefef;
}
.cid-tqE6NsBmny P {
  color: #efefef;
}
.cid-tqEg9KSQZX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEg9KSQZX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEg9KSQZX .nav-item,
.cid-tqEg9KSQZX .nav-link,
.cid-tqEg9KSQZX .navbar-caption {
  font-weight: normal;
}
.cid-tqEg9KSQZX .nav-item:focus,
.cid-tqEg9KSQZX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEg9KSQZX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEg9KSQZX .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEg9KSQZX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEg9KSQZX .nav-item:hover .nav-link:before,
  .cid-tqEg9KSQZX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEg9KSQZX .dropdown .dropdown-menu .dropdown-item .soc-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-tqEg9KSQZX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEg9KSQZX .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEg9KSQZX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEg9KSQZX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEg9KSQZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEg9KSQZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEg9KSQZX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEg9KSQZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEg9KSQZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEg9KSQZX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEg9KSQZX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEg9KSQZX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEg9KSQZX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEg9KSQZX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEg9KSQZX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEg9KSQZX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEg9KSQZX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEg9KSQZX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEg9KSQZX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEg9KSQZX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEg9KSQZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEg9KSQZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEg9KSQZX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEg9KSQZX .dropdown-item.active,
.cid-tqEg9KSQZX .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEg9KSQZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEg9KSQZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEg9KSQZX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEg9KSQZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEg9KSQZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEg9KSQZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEg9KSQZX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEg9KSQZX .navbar-buttons {
  text-align: center;
}
.cid-tqEg9KSQZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEg9KSQZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEg9KSQZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEg9KSQZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEg9KSQZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEg9KSQZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEg9KSQZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEg9KSQZX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEg9KSQZX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEg9KSQZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEg9KSQZX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEg9KSQZX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEg9KSQZX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEg9KSQZX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEg9KSQZX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEg9KSQZX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEg9KSQZX a.nav-link .mbr-iconfont-btn,
.cid-tqEg9KSQZX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEg9KSQZX a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEg9KSQZX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEg9KSQZX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEg9KSQZX .navbar {
    height: 77px;
  }
  .cid-tqEg9KSQZX .navbar.opened {
    height: auto;
  }
  .cid-tqEg9KSQZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEg9Msluy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEg9Msluy .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEg9Msluy .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEg9Msluy .modal-body .close span {
  font-style: normal;
}
.cid-tqEg9Msluy .carousel-inner > .active,
.cid-tqEg9Msluy .carousel-inner > .next,
.cid-tqEg9Msluy .carousel-inner > .prev {
  display: flex;
}
.cid-tqEg9Msluy .carousel-control .icon-next,
.cid-tqEg9Msluy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEg9Msluy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEg9Msluy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEg9Msluy .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEg9Msluy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEg9Msluy .boxed-slider > div {
  position: relative;
}
.cid-tqEg9Msluy .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEg9Msluy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEg9Msluy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEg9Msluy .mbr-table-cell {
  padding: 0;
}
.cid-tqEg9Msluy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEg9Msluy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEg9Msluy .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEg9Msluy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEg9Msluy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEg9Msluy .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEg9Msluy .carousel-item-next.carousel-item-left,
.cid-tqEg9Msluy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEg9Msluy .active.carousel-item-right,
.cid-tqEg9Msluy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEg9Msluy .active.carousel-item-left,
.cid-tqEg9Msluy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEg9Msluy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEg9Msluy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEg9Msluy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEg9Msluy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEg9Msluy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEg9Msluy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEg9Msluy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEg9Msluy .mbr-slider .carousel-indicators li.active,
.cid-tqEg9Msluy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEg9Msluy .mbr-slider .carousel-indicators li::after,
.cid-tqEg9Msluy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEg9Msluy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEg9Msluy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEg9Msluy .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEg9Msluy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEg9Msluy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEg9Msluy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEg9Msluy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEg9Msluy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEg9Msluy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEg9Msluy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEg9Msluy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEg9Msluy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEg9Msluy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEg9Msluy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEg9Msluy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEg9Msluy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEg9Msluy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEg9Msluy .carousel-inner {
  height: 100%;
}
.cid-tqEg9Msluy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEg9Msluy .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEg9Msluy .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEg9Msluy .content-slider-wrap {
  width: 100%;
}
.cid-tqEgqnp3YR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tqEgqnp3YR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEgqnp3YR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEgqnp3YR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEgqnp3YR .mbr-text {
    text-align: center;
  }
}
.cid-tqEgqnp3YR H1 {
  color: #232323;
}
.cid-tqEgqnp3YR .mbr-text,
.cid-tqEgqnp3YR .mbr-section-btn {
  color: #232323;
}
.cid-tqEMn0CRGo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEMn0CRGo .container {
  max-width: 1400px;
}
.cid-tqEMn0CRGo img,
.cid-tqEMn0CRGo .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEMn0CRGo img:before,
.cid-tqEMn0CRGo .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEMn0CRGo img:hover:before,
.cid-tqEMn0CRGo .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEMn0CRGo .item:focus,
.cid-tqEMn0CRGo span:focus {
  outline: none;
}
.cid-tqEMn0CRGo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEMn0CRGo .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEMn0CRGo .item-content {
  padding-top: 1.5rem;
}
.cid-tqEMn0CRGo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEMn0CRGo .mbr-section-title {
  color: #232323;
}
.cid-tqEMn0CRGo .mbr-text,
.cid-tqEMn0CRGo .mbr-section-btn {
  color: #818181;
}
.cid-tqEMn0CRGo .item-title {
  text-align: center;
}
.cid-tqEg9PMqoF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEg9PMqoF .content {
    text-align: center;
  }
  .cid-tqEg9PMqoF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEg9PMqoF .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEg9PMqoF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEg9PMqoF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEg9PMqoF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEg9PMqoF .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEg9PMqoF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEg9PMqoF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEg9PMqoF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEg9PMqoF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEg9PMqoF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEg9PMqoF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEg9PMqoF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEg9PMqoF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEg9PMqoF .list-item {
  display: flex;
}
.cid-tqEg9PMqoF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEg9PMqoF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEg9PMqoF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEg9PMqoF ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEg9PMqoF .logo-subtitle,
.cid-tqEg9PMqoF .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEg9PMqoF .column-title {
  color: #efefef;
}
.cid-tqEg9PMqoF P {
  color: #efefef;
}
.cid-tqEhsisVoq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEhsisVoq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEhsisVoq .nav-item,
.cid-tqEhsisVoq .nav-link,
.cid-tqEhsisVoq .navbar-caption {
  font-weight: normal;
}
.cid-tqEhsisVoq .nav-item:focus,
.cid-tqEhsisVoq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEhsisVoq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEhsisVoq .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEhsisVoq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEhsisVoq .nav-item:hover .nav-link:before,
  .cid-tqEhsisVoq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEhsisVoq .dropdown .dropdown-menu .dropdown-item .soc-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-tqEhsisVoq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEhsisVoq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEhsisVoq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEhsisVoq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEhsisVoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEhsisVoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEhsisVoq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEhsisVoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEhsisVoq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEhsisVoq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEhsisVoq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEhsisVoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEhsisVoq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEhsisVoq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEhsisVoq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEhsisVoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEhsisVoq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEhsisVoq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEhsisVoq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEhsisVoq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEhsisVoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEhsisVoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEhsisVoq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEhsisVoq .dropdown-item.active,
.cid-tqEhsisVoq .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEhsisVoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEhsisVoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEhsisVoq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEhsisVoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEhsisVoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEhsisVoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEhsisVoq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEhsisVoq .navbar-buttons {
  text-align: center;
}
.cid-tqEhsisVoq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEhsisVoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEhsisVoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEhsisVoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEhsisVoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEhsisVoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEhsisVoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEhsisVoq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEhsisVoq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEhsisVoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEhsisVoq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEhsisVoq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEhsisVoq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEhsisVoq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEhsisVoq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEhsisVoq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEhsisVoq a.nav-link .mbr-iconfont-btn,
.cid-tqEhsisVoq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEhsisVoq a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEhsisVoq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEhsisVoq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEhsisVoq .navbar {
    height: 77px;
  }
  .cid-tqEhsisVoq .navbar.opened {
    height: auto;
  }
  .cid-tqEhsisVoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEhsl69vc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEhsl69vc .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEhsl69vc .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEhsl69vc .modal-body .close span {
  font-style: normal;
}
.cid-tqEhsl69vc .carousel-inner > .active,
.cid-tqEhsl69vc .carousel-inner > .next,
.cid-tqEhsl69vc .carousel-inner > .prev {
  display: flex;
}
.cid-tqEhsl69vc .carousel-control .icon-next,
.cid-tqEhsl69vc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEhsl69vc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEhsl69vc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEhsl69vc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEhsl69vc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEhsl69vc .boxed-slider > div {
  position: relative;
}
.cid-tqEhsl69vc .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEhsl69vc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEhsl69vc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEhsl69vc .mbr-table-cell {
  padding: 0;
}
.cid-tqEhsl69vc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEhsl69vc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEhsl69vc .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEhsl69vc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEhsl69vc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEhsl69vc .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEhsl69vc .carousel-item-next.carousel-item-left,
.cid-tqEhsl69vc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEhsl69vc .active.carousel-item-right,
.cid-tqEhsl69vc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEhsl69vc .active.carousel-item-left,
.cid-tqEhsl69vc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEhsl69vc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEhsl69vc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEhsl69vc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEhsl69vc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEhsl69vc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEhsl69vc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEhsl69vc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEhsl69vc .mbr-slider .carousel-indicators li.active,
.cid-tqEhsl69vc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEhsl69vc .mbr-slider .carousel-indicators li::after,
.cid-tqEhsl69vc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEhsl69vc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEhsl69vc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEhsl69vc .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEhsl69vc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEhsl69vc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEhsl69vc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEhsl69vc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEhsl69vc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEhsl69vc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEhsl69vc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEhsl69vc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEhsl69vc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEhsl69vc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEhsl69vc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEhsl69vc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEhsl69vc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEhsl69vc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEhsl69vc .carousel-inner {
  height: 100%;
}
.cid-tqEhsl69vc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEhsl69vc .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEhsl69vc .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEhsl69vc .content-slider-wrap {
  width: 100%;
}
.cid-tqEhsouEuy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEhsouEuy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEhsouEuy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEhsouEuy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEhsouEuy .mbr-text {
    text-align: center;
  }
}
.cid-tqEhsouEuy H1 {
  color: #232323;
}
.cid-tqEhsouEuy .mbr-text,
.cid-tqEhsouEuy .mbr-section-btn {
  color: #232323;
}
.cid-tqEhsqOBPC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEhsqOBPC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEhsqOBPC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEhsqOBPC .mbr-text {
    text-align: center;
  }
}
.cid-tqEhsqOBPC H1 {
  color: #232323;
}
.cid-tqEhsqOBPC .mbr-text,
.cid-tqEhsqOBPC .mbr-section-btn {
  color: #232323;
}
.cid-tqEhsqOBPC H2 {
  color: #232323;
}
.cid-tqEMv5ueYD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEMv5ueYD .container {
  max-width: 1400px;
}
.cid-tqEMv5ueYD img,
.cid-tqEMv5ueYD .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEMv5ueYD img:before,
.cid-tqEMv5ueYD .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEMv5ueYD img:hover:before,
.cid-tqEMv5ueYD .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEMv5ueYD .item:focus,
.cid-tqEMv5ueYD span:focus {
  outline: none;
}
.cid-tqEMv5ueYD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEMv5ueYD .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEMv5ueYD .item-content {
  padding-top: 1.5rem;
}
.cid-tqEMv5ueYD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEMv5ueYD .mbr-section-title {
  color: #232323;
}
.cid-tqEMv5ueYD .mbr-text,
.cid-tqEMv5ueYD .mbr-section-btn {
  color: #818181;
}
.cid-tqEMv5ueYD .item-title {
  text-align: center;
}
.cid-tqEhsvh3H8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEhsvh3H8 .content {
    text-align: center;
  }
  .cid-tqEhsvh3H8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEhsvh3H8 .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEhsvh3H8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEhsvh3H8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEhsvh3H8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEhsvh3H8 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEhsvh3H8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEhsvh3H8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEhsvh3H8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEhsvh3H8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEhsvh3H8 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEhsvh3H8 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEhsvh3H8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEhsvh3H8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEhsvh3H8 .list-item {
  display: flex;
}
.cid-tqEhsvh3H8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEhsvh3H8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEhsvh3H8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEhsvh3H8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEhsvh3H8 .logo-subtitle,
.cid-tqEhsvh3H8 .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEhsvh3H8 .column-title {
  color: #efefef;
}
.cid-tqEhsvh3H8 P {
  color: #efefef;
}
.cid-tqEiSMEEx2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEiSMEEx2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEiSMEEx2 .nav-item,
.cid-tqEiSMEEx2 .nav-link,
.cid-tqEiSMEEx2 .navbar-caption {
  font-weight: normal;
}
.cid-tqEiSMEEx2 .nav-item:focus,
.cid-tqEiSMEEx2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEiSMEEx2 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEiSMEEx2 .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEiSMEEx2 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEiSMEEx2 .nav-item:hover .nav-link:before,
  .cid-tqEiSMEEx2 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEiSMEEx2 .dropdown .dropdown-menu .dropdown-item .soc-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-tqEiSMEEx2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEiSMEEx2 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEiSMEEx2 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEiSMEEx2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEiSMEEx2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEiSMEEx2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEiSMEEx2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEiSMEEx2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEiSMEEx2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEiSMEEx2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEiSMEEx2 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEiSMEEx2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEiSMEEx2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEiSMEEx2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEiSMEEx2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEiSMEEx2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEiSMEEx2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEiSMEEx2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEiSMEEx2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEiSMEEx2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEiSMEEx2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEiSMEEx2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEiSMEEx2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEiSMEEx2 .dropdown-item.active,
.cid-tqEiSMEEx2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEiSMEEx2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEiSMEEx2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEiSMEEx2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEiSMEEx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEiSMEEx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEiSMEEx2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEiSMEEx2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEiSMEEx2 .navbar-buttons {
  text-align: center;
}
.cid-tqEiSMEEx2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEiSMEEx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEiSMEEx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEiSMEEx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEiSMEEx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEiSMEEx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEiSMEEx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEiSMEEx2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEiSMEEx2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEiSMEEx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEiSMEEx2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEiSMEEx2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEiSMEEx2 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEiSMEEx2 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEiSMEEx2 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEiSMEEx2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEiSMEEx2 a.nav-link .mbr-iconfont-btn,
.cid-tqEiSMEEx2 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEiSMEEx2 a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEiSMEEx2 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEiSMEEx2 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEiSMEEx2 .navbar {
    height: 77px;
  }
  .cid-tqEiSMEEx2 .navbar.opened {
    height: auto;
  }
  .cid-tqEiSMEEx2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEiSOd8i2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEiSOd8i2 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEiSOd8i2 .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEiSOd8i2 .modal-body .close span {
  font-style: normal;
}
.cid-tqEiSOd8i2 .carousel-inner > .active,
.cid-tqEiSOd8i2 .carousel-inner > .next,
.cid-tqEiSOd8i2 .carousel-inner > .prev {
  display: flex;
}
.cid-tqEiSOd8i2 .carousel-control .icon-next,
.cid-tqEiSOd8i2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEiSOd8i2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEiSOd8i2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEiSOd8i2 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEiSOd8i2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEiSOd8i2 .boxed-slider > div {
  position: relative;
}
.cid-tqEiSOd8i2 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEiSOd8i2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEiSOd8i2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEiSOd8i2 .mbr-table-cell {
  padding: 0;
}
.cid-tqEiSOd8i2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEiSOd8i2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEiSOd8i2 .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEiSOd8i2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEiSOd8i2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEiSOd8i2 .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEiSOd8i2 .carousel-item-next.carousel-item-left,
.cid-tqEiSOd8i2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEiSOd8i2 .active.carousel-item-right,
.cid-tqEiSOd8i2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEiSOd8i2 .active.carousel-item-left,
.cid-tqEiSOd8i2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEiSOd8i2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators li.active,
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators li::after,
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEiSOd8i2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEiSOd8i2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEiSOd8i2 .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEiSOd8i2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEiSOd8i2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEiSOd8i2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEiSOd8i2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEiSOd8i2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEiSOd8i2 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEiSOd8i2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEiSOd8i2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEiSOd8i2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEiSOd8i2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEiSOd8i2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEiSOd8i2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEiSOd8i2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEiSOd8i2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEiSOd8i2 .carousel-inner {
  height: 100%;
}
.cid-tqEiSOd8i2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEiSOd8i2 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEiSOd8i2 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEiSOd8i2 .content-slider-wrap {
  width: 100%;
}
.cid-tqEiSP9cvH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEiSP9cvH .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tqEiSP9cvH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tqEMj1RDxN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEMj1RDxN .container {
  max-width: 1400px;
}
.cid-tqEMj1RDxN img,
.cid-tqEMj1RDxN .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqEMj1RDxN img:before,
.cid-tqEMj1RDxN .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqEMj1RDxN img:hover:before,
.cid-tqEMj1RDxN .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqEMj1RDxN .item:focus,
.cid-tqEMj1RDxN span:focus {
  outline: none;
}
.cid-tqEMj1RDxN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEMj1RDxN .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEMj1RDxN .item-content {
  padding-top: 1.5rem;
}
.cid-tqEMj1RDxN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqEMj1RDxN .mbr-section-title {
  color: #232323;
}
.cid-tqEMj1RDxN .mbr-text,
.cid-tqEMj1RDxN .mbr-section-btn {
  color: #818181;
}
.cid-tqEMj1RDxN .item-title {
  text-align: center;
}
.cid-tqEiSRSZ2A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEiSRSZ2A .content {
    text-align: center;
  }
  .cid-tqEiSRSZ2A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEiSRSZ2A .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEiSRSZ2A .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEiSRSZ2A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEiSRSZ2A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEiSRSZ2A .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEiSRSZ2A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEiSRSZ2A .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEiSRSZ2A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEiSRSZ2A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEiSRSZ2A .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEiSRSZ2A .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEiSRSZ2A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEiSRSZ2A .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEiSRSZ2A .list-item {
  display: flex;
}
.cid-tqEiSRSZ2A .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEiSRSZ2A ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEiSRSZ2A ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEiSRSZ2A ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEiSRSZ2A .logo-subtitle,
.cid-tqEiSRSZ2A .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEiSRSZ2A .column-title {
  color: #efefef;
}
.cid-tqEiSRSZ2A P {
  color: #efefef;
}
.cid-tqEjHscYek .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEjHscYek .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEjHscYek .nav-item,
.cid-tqEjHscYek .nav-link,
.cid-tqEjHscYek .navbar-caption {
  font-weight: normal;
}
.cid-tqEjHscYek .nav-item:focus,
.cid-tqEjHscYek .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEjHscYek .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEjHscYek .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEjHscYek .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEjHscYek .nav-item:hover .nav-link:before,
  .cid-tqEjHscYek .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEjHscYek .dropdown .dropdown-menu .dropdown-item .soc-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-tqEjHscYek .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEjHscYek .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEjHscYek .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEjHscYek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEjHscYek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEjHscYek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEjHscYek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEjHscYek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEjHscYek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEjHscYek .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEjHscYek .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEjHscYek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEjHscYek .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEjHscYek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEjHscYek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEjHscYek .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEjHscYek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEjHscYek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEjHscYek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEjHscYek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEjHscYek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEjHscYek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEjHscYek .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEjHscYek .dropdown-item.active,
.cid-tqEjHscYek .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEjHscYek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEjHscYek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEjHscYek .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEjHscYek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEjHscYek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEjHscYek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEjHscYek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEjHscYek .navbar-buttons {
  text-align: center;
}
.cid-tqEjHscYek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEjHscYek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEjHscYek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEjHscYek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEjHscYek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEjHscYek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEjHscYek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEjHscYek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEjHscYek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEjHscYek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEjHscYek .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEjHscYek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEjHscYek .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEjHscYek .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEjHscYek .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEjHscYek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEjHscYek a.nav-link .mbr-iconfont-btn,
.cid-tqEjHscYek a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEjHscYek a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEjHscYek a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEjHscYek a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEjHscYek .navbar {
    height: 77px;
  }
  .cid-tqEjHscYek .navbar.opened {
    height: auto;
  }
  .cid-tqEjHscYek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEjHtFq6g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEjHtFq6g .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEjHtFq6g .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEjHtFq6g .modal-body .close span {
  font-style: normal;
}
.cid-tqEjHtFq6g .carousel-inner > .active,
.cid-tqEjHtFq6g .carousel-inner > .next,
.cid-tqEjHtFq6g .carousel-inner > .prev {
  display: flex;
}
.cid-tqEjHtFq6g .carousel-control .icon-next,
.cid-tqEjHtFq6g .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEjHtFq6g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEjHtFq6g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEjHtFq6g .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEjHtFq6g .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEjHtFq6g .boxed-slider > div {
  position: relative;
}
.cid-tqEjHtFq6g .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEjHtFq6g .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEjHtFq6g .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEjHtFq6g .mbr-table-cell {
  padding: 0;
}
.cid-tqEjHtFq6g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEjHtFq6g .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEjHtFq6g .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEjHtFq6g .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEjHtFq6g .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEjHtFq6g .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEjHtFq6g .carousel-item-next.carousel-item-left,
.cid-tqEjHtFq6g .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEjHtFq6g .active.carousel-item-right,
.cid-tqEjHtFq6g .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEjHtFq6g .active.carousel-item-left,
.cid-tqEjHtFq6g .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEjHtFq6g .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEjHtFq6g .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators li.active,
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators li::after,
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEjHtFq6g .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEjHtFq6g .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEjHtFq6g .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEjHtFq6g .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEjHtFq6g .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEjHtFq6g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEjHtFq6g .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEjHtFq6g .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEjHtFq6g .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEjHtFq6g .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEjHtFq6g .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEjHtFq6g .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEjHtFq6g .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEjHtFq6g .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEjHtFq6g .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEjHtFq6g .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEjHtFq6g .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEjHtFq6g .carousel-inner {
  height: 100%;
}
.cid-tqEjHtFq6g .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEjHtFq6g .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEjHtFq6g .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEjHtFq6g .content-slider-wrap {
  width: 100%;
}
.cid-tqEjHut6z8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEjHut6z8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEjHut6z8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEjHut6z8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEjHut6z8 .mbr-text {
    text-align: center;
  }
}
.cid-tqEjHut6z8 H1 {
  color: #232323;
}
.cid-tqEjHut6z8 .mbr-text,
.cid-tqEjHut6z8 .mbr-section-btn {
  color: #232323;
}
.cid-tqEjHvEONB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEjHvEONB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEjHvEONB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEjHvEONB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEjHvEONB .mbr-text {
    text-align: center;
  }
}
.cid-tqEjHvEONB H1 {
  color: #232323;
}
.cid-tqEjHvEONB .mbr-text,
.cid-tqEjHvEONB .mbr-section-btn {
  color: #232323;
}
.cid-tqEk653gMM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEk653gMM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEk653gMM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEk653gMM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEk653gMM .mbr-text {
    text-align: center;
  }
}
.cid-tqEk653gMM H1 {
  color: #232323;
}
.cid-tqEk653gMM .mbr-text,
.cid-tqEk653gMM .mbr-section-btn {
  color: #232323;
}
.cid-tqENfqLMXV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqENfqLMXV .container {
  max-width: 1400px;
}
.cid-tqENfqLMXV img,
.cid-tqENfqLMXV .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqENfqLMXV img:before,
.cid-tqENfqLMXV .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqENfqLMXV img:hover:before,
.cid-tqENfqLMXV .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqENfqLMXV .item:focus,
.cid-tqENfqLMXV span:focus {
  outline: none;
}
.cid-tqENfqLMXV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqENfqLMXV .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqENfqLMXV .item-content {
  padding-top: 1.5rem;
}
.cid-tqENfqLMXV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqENfqLMXV .mbr-section-title {
  color: #232323;
}
.cid-tqENfqLMXV .mbr-text,
.cid-tqENfqLMXV .mbr-section-btn {
  color: #818181;
}
.cid-tqENfqLMXV .item-title {
  text-align: center;
}
.cid-tqEjHxRvgl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEjHxRvgl .content {
    text-align: center;
  }
  .cid-tqEjHxRvgl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEjHxRvgl .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEjHxRvgl .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEjHxRvgl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEjHxRvgl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEjHxRvgl .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEjHxRvgl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEjHxRvgl .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEjHxRvgl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEjHxRvgl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEjHxRvgl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEjHxRvgl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEjHxRvgl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEjHxRvgl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEjHxRvgl .list-item {
  display: flex;
}
.cid-tqEjHxRvgl .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEjHxRvgl ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEjHxRvgl ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEjHxRvgl ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEjHxRvgl .logo-subtitle,
.cid-tqEjHxRvgl .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEjHxRvgl .column-title {
  color: #efefef;
}
.cid-tqEjHxRvgl P {
  color: #efefef;
}
.cid-tqElrwxlPo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqElrwxlPo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqElrwxlPo .nav-item,
.cid-tqElrwxlPo .nav-link,
.cid-tqElrwxlPo .navbar-caption {
  font-weight: normal;
}
.cid-tqElrwxlPo .nav-item:focus,
.cid-tqElrwxlPo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqElrwxlPo .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqElrwxlPo .nav-item .nav-link {
    position: relative;
  }
  .cid-tqElrwxlPo .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqElrwxlPo .nav-item:hover .nav-link:before,
  .cid-tqElrwxlPo .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqElrwxlPo .dropdown .dropdown-menu .dropdown-item .soc-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-tqElrwxlPo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqElrwxlPo .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqElrwxlPo .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqElrwxlPo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqElrwxlPo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqElrwxlPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqElrwxlPo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqElrwxlPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqElrwxlPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqElrwxlPo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqElrwxlPo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqElrwxlPo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqElrwxlPo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqElrwxlPo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqElrwxlPo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqElrwxlPo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqElrwxlPo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqElrwxlPo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqElrwxlPo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqElrwxlPo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqElrwxlPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqElrwxlPo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqElrwxlPo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqElrwxlPo .dropdown-item.active,
.cid-tqElrwxlPo .dropdown-item:active {
  background-color: transparent;
}
.cid-tqElrwxlPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqElrwxlPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqElrwxlPo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqElrwxlPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqElrwxlPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqElrwxlPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqElrwxlPo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqElrwxlPo .navbar-buttons {
  text-align: center;
}
.cid-tqElrwxlPo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqElrwxlPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqElrwxlPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqElrwxlPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqElrwxlPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqElrwxlPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqElrwxlPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqElrwxlPo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqElrwxlPo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqElrwxlPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqElrwxlPo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqElrwxlPo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqElrwxlPo .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqElrwxlPo .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqElrwxlPo .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqElrwxlPo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqElrwxlPo a.nav-link .mbr-iconfont-btn,
.cid-tqElrwxlPo a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqElrwxlPo a.nav-link:hover .mbr-iconfont-btn,
.cid-tqElrwxlPo a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqElrwxlPo a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqElrwxlPo .navbar {
    height: 77px;
  }
  .cid-tqElrwxlPo .navbar.opened {
    height: auto;
  }
  .cid-tqElrwxlPo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqElrxYDOL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqElrxYDOL .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqElrxYDOL .modal-body .close {
  background: #1b1b1b;
}
.cid-tqElrxYDOL .modal-body .close span {
  font-style: normal;
}
.cid-tqElrxYDOL .carousel-inner > .active,
.cid-tqElrxYDOL .carousel-inner > .next,
.cid-tqElrxYDOL .carousel-inner > .prev {
  display: flex;
}
.cid-tqElrxYDOL .carousel-control .icon-next,
.cid-tqElrxYDOL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqElrxYDOL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqElrxYDOL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqElrxYDOL .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqElrxYDOL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqElrxYDOL .boxed-slider > div {
  position: relative;
}
.cid-tqElrxYDOL .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqElrxYDOL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqElrxYDOL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqElrxYDOL .mbr-table-cell {
  padding: 0;
}
.cid-tqElrxYDOL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqElrxYDOL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqElrxYDOL .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqElrxYDOL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqElrxYDOL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqElrxYDOL .carousel-item .container {
    width: 100%;
  }
}
.cid-tqElrxYDOL .carousel-item-next.carousel-item-left,
.cid-tqElrxYDOL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqElrxYDOL .active.carousel-item-right,
.cid-tqElrxYDOL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqElrxYDOL .active.carousel-item-left,
.cid-tqElrxYDOL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqElrxYDOL .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqElrxYDOL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqElrxYDOL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqElrxYDOL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqElrxYDOL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqElrxYDOL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqElrxYDOL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqElrxYDOL .mbr-slider .carousel-indicators li.active,
.cid-tqElrxYDOL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqElrxYDOL .mbr-slider .carousel-indicators li::after,
.cid-tqElrxYDOL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqElrxYDOL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqElrxYDOL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqElrxYDOL .mbr-slider > .container img {
  width: 100%;
}
.cid-tqElrxYDOL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqElrxYDOL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqElrxYDOL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqElrxYDOL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqElrxYDOL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqElrxYDOL .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqElrxYDOL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqElrxYDOL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqElrxYDOL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqElrxYDOL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqElrxYDOL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqElrxYDOL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqElrxYDOL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqElrxYDOL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqElrxYDOL .carousel-inner {
  height: 100%;
}
.cid-tqElrxYDOL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqElrxYDOL .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqElrxYDOL .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqElrxYDOL .content-slider-wrap {
  width: 100%;
}
.cid-tqElryYFQl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqElryYFQl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqElryYFQl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqElryYFQl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqElryYFQl .mbr-text {
    text-align: center;
  }
}
.cid-tqElryYFQl H1 {
  color: #232323;
}
.cid-tqElryYFQl .mbr-text,
.cid-tqElryYFQl .mbr-section-btn {
  color: #232323;
}
.cid-tqElrAcdQc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqElrAcdQc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqElrAcdQc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqElrAcdQc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqElrAcdQc .mbr-text {
    text-align: center;
  }
}
.cid-tqElrAcdQc H1 {
  color: #232323;
}
.cid-tqElrAcdQc .mbr-text,
.cid-tqElrAcdQc .mbr-section-btn {
  color: #232323;
}
.cid-tqENjgs3Ia {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqENjgs3Ia .container {
  max-width: 1400px;
}
.cid-tqENjgs3Ia img,
.cid-tqENjgs3Ia .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tqENjgs3Ia img:before,
.cid-tqENjgs3Ia .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tqENjgs3Ia img:hover:before,
.cid-tqENjgs3Ia .item-img:hover:before {
  opacity: 0.2;
}
.cid-tqENjgs3Ia .item:focus,
.cid-tqENjgs3Ia span:focus {
  outline: none;
}
.cid-tqENjgs3Ia .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqENjgs3Ia .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqENjgs3Ia .item-content {
  padding-top: 1.5rem;
}
.cid-tqENjgs3Ia .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqENjgs3Ia .mbr-section-title {
  color: #232323;
}
.cid-tqENjgs3Ia .mbr-text,
.cid-tqENjgs3Ia .mbr-section-btn {
  color: #818181;
}
.cid-tqENjgs3Ia .item-title {
  text-align: center;
}
.cid-tqElrCD1m5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqElrCD1m5 .content {
    text-align: center;
  }
  .cid-tqElrCD1m5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqElrCD1m5 .logo-subtitle {
  color: #8d97ad;
}
.cid-tqElrCD1m5 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqElrCD1m5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqElrCD1m5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqElrCD1m5 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqElrCD1m5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqElrCD1m5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqElrCD1m5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqElrCD1m5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqElrCD1m5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqElrCD1m5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqElrCD1m5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqElrCD1m5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqElrCD1m5 .list-item {
  display: flex;
}
.cid-tqElrCD1m5 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqElrCD1m5 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqElrCD1m5 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqElrCD1m5 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqElrCD1m5 .logo-subtitle,
.cid-tqElrCD1m5 .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqElrCD1m5 .column-title {
  color: #efefef;
}
.cid-tqElrCD1m5 P {
  color: #efefef;
}
.cid-tqEpC586Xt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEpC586Xt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEpC586Xt .nav-item,
.cid-tqEpC586Xt .nav-link,
.cid-tqEpC586Xt .navbar-caption {
  font-weight: normal;
}
.cid-tqEpC586Xt .nav-item:focus,
.cid-tqEpC586Xt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEpC586Xt .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEpC586Xt .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEpC586Xt .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEpC586Xt .nav-item:hover .nav-link:before,
  .cid-tqEpC586Xt .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEpC586Xt .dropdown .dropdown-menu .dropdown-item .soc-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-tqEpC586Xt .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEpC586Xt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEpC586Xt .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEpC586Xt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEpC586Xt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEpC586Xt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEpC586Xt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEpC586Xt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEpC586Xt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEpC586Xt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEpC586Xt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEpC586Xt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEpC586Xt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEpC586Xt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEpC586Xt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEpC586Xt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEpC586Xt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEpC586Xt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEpC586Xt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEpC586Xt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEpC586Xt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEpC586Xt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEpC586Xt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEpC586Xt .dropdown-item.active,
.cid-tqEpC586Xt .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEpC586Xt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEpC586Xt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEpC586Xt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEpC586Xt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEpC586Xt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEpC586Xt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEpC586Xt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEpC586Xt .navbar-buttons {
  text-align: center;
}
.cid-tqEpC586Xt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEpC586Xt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEpC586Xt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEpC586Xt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEpC586Xt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEpC586Xt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEpC586Xt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEpC586Xt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEpC586Xt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEpC586Xt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEpC586Xt .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEpC586Xt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEpC586Xt .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEpC586Xt .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEpC586Xt .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEpC586Xt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEpC586Xt a.nav-link .mbr-iconfont-btn,
.cid-tqEpC586Xt a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEpC586Xt a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEpC586Xt a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEpC586Xt a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEpC586Xt .navbar {
    height: 77px;
  }
  .cid-tqEpC586Xt .navbar.opened {
    height: auto;
  }
  .cid-tqEpC586Xt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEpC6TSeK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEpC6TSeK .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEpC6TSeK .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEpC6TSeK .modal-body .close span {
  font-style: normal;
}
.cid-tqEpC6TSeK .carousel-inner > .active,
.cid-tqEpC6TSeK .carousel-inner > .next,
.cid-tqEpC6TSeK .carousel-inner > .prev {
  display: flex;
}
.cid-tqEpC6TSeK .carousel-control .icon-next,
.cid-tqEpC6TSeK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEpC6TSeK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEpC6TSeK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEpC6TSeK .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEpC6TSeK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEpC6TSeK .boxed-slider > div {
  position: relative;
}
.cid-tqEpC6TSeK .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEpC6TSeK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEpC6TSeK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEpC6TSeK .mbr-table-cell {
  padding: 0;
}
.cid-tqEpC6TSeK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEpC6TSeK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEpC6TSeK .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEpC6TSeK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEpC6TSeK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEpC6TSeK .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEpC6TSeK .carousel-item-next.carousel-item-left,
.cid-tqEpC6TSeK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEpC6TSeK .active.carousel-item-right,
.cid-tqEpC6TSeK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEpC6TSeK .active.carousel-item-left,
.cid-tqEpC6TSeK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEpC6TSeK .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEpC6TSeK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators li.active,
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators li::after,
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEpC6TSeK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEpC6TSeK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEpC6TSeK .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEpC6TSeK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEpC6TSeK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEpC6TSeK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEpC6TSeK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEpC6TSeK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEpC6TSeK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEpC6TSeK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEpC6TSeK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEpC6TSeK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEpC6TSeK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEpC6TSeK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEpC6TSeK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEpC6TSeK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEpC6TSeK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEpC6TSeK .carousel-inner {
  height: 100%;
}
.cid-tqEpC6TSeK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEpC6TSeK .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEpC6TSeK .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEpC6TSeK .content-slider-wrap {
  width: 100%;
}
.cid-tqEpC7Mucv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEpC7Mucv .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEpC7Mucv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEpC7Mucv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEpC7Mucv .mbr-text {
    text-align: center;
  }
}
.cid-tqEpC7Mucv H1 {
  color: #232323;
}
.cid-tqEpC7Mucv .mbr-text,
.cid-tqEpC7Mucv .mbr-section-btn {
  color: #232323;
}
.cid-tqEpC9703p {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEpC9703p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEpC9703p .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEpC9703p .mbr-text {
    text-align: center;
  }
}
.cid-tqEpC9703p H1 {
  color: #232323;
}
.cid-tqEpC9703p .mbr-text,
.cid-tqEpC9703p .mbr-section-btn {
  color: #232323;
}
.cid-tqEpC9703p H2 {
  color: #232323;
}
.cid-tqEr6FN7Ab {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tqEr6FN7Ab .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEr6FN7Ab .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEr6FN7Ab .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEr6FN7Ab .mbr-text {
    text-align: center;
  }
}
.cid-tqEr6FN7Ab H1 {
  color: #232323;
}
.cid-tqEr6FN7Ab .mbr-text,
.cid-tqEr6FN7Ab .mbr-section-btn {
  color: #232323;
}
.cid-tqEr6FN7Ab H2 {
  color: #232323;
}
.cid-tqEszA8RFU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEszA8RFU .mbr-section-title {
  color: #36187d;
}
.cid-tqEszA8RFU .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-tqEszA8RFU .align-left {
    text-align: center;
  }
}
.cid-tqEszA8RFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEszA8RFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEpCbbDHi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEpCbbDHi .content {
    text-align: center;
  }
  .cid-tqEpCbbDHi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEpCbbDHi .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEpCbbDHi .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEpCbbDHi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEpCbbDHi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEpCbbDHi .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEpCbbDHi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEpCbbDHi .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEpCbbDHi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEpCbbDHi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEpCbbDHi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEpCbbDHi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEpCbbDHi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEpCbbDHi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEpCbbDHi .list-item {
  display: flex;
}
.cid-tqEpCbbDHi .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEpCbbDHi ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEpCbbDHi ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEpCbbDHi ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEpCbbDHi .logo-subtitle,
.cid-tqEpCbbDHi .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEpCbbDHi .column-title {
  color: #efefef;
}
.cid-tqEpCbbDHi P {
  color: #efefef;
}
.cid-tqEt9P2JjQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEt9P2JjQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEt9P2JjQ .nav-item,
.cid-tqEt9P2JjQ .nav-link,
.cid-tqEt9P2JjQ .navbar-caption {
  font-weight: normal;
}
.cid-tqEt9P2JjQ .nav-item:focus,
.cid-tqEt9P2JjQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEt9P2JjQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEt9P2JjQ .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEt9P2JjQ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEt9P2JjQ .nav-item:hover .nav-link:before,
  .cid-tqEt9P2JjQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEt9P2JjQ .dropdown .dropdown-menu .dropdown-item .soc-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-tqEt9P2JjQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEt9P2JjQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEt9P2JjQ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEt9P2JjQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEt9P2JjQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEt9P2JjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEt9P2JjQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEt9P2JjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEt9P2JjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEt9P2JjQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEt9P2JjQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEt9P2JjQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEt9P2JjQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEt9P2JjQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEt9P2JjQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEt9P2JjQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEt9P2JjQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEt9P2JjQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEt9P2JjQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEt9P2JjQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEt9P2JjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEt9P2JjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEt9P2JjQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEt9P2JjQ .dropdown-item.active,
.cid-tqEt9P2JjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEt9P2JjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEt9P2JjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEt9P2JjQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEt9P2JjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEt9P2JjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEt9P2JjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEt9P2JjQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEt9P2JjQ .navbar-buttons {
  text-align: center;
}
.cid-tqEt9P2JjQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEt9P2JjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEt9P2JjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEt9P2JjQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEt9P2JjQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEt9P2JjQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEt9P2JjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEt9P2JjQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEt9P2JjQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEt9P2JjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEt9P2JjQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEt9P2JjQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEt9P2JjQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEt9P2JjQ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEt9P2JjQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEt9P2JjQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEt9P2JjQ a.nav-link .mbr-iconfont-btn,
.cid-tqEt9P2JjQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEt9P2JjQ a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEt9P2JjQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEt9P2JjQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEt9P2JjQ .navbar {
    height: 77px;
  }
  .cid-tqEt9P2JjQ .navbar.opened {
    height: auto;
  }
  .cid-tqEt9P2JjQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEt9QCBwU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqEt9QCBwU .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqEt9QCBwU .modal-body .close {
  background: #1b1b1b;
}
.cid-tqEt9QCBwU .modal-body .close span {
  font-style: normal;
}
.cid-tqEt9QCBwU .carousel-inner > .active,
.cid-tqEt9QCBwU .carousel-inner > .next,
.cid-tqEt9QCBwU .carousel-inner > .prev {
  display: flex;
}
.cid-tqEt9QCBwU .carousel-control .icon-next,
.cid-tqEt9QCBwU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqEt9QCBwU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEt9QCBwU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqEt9QCBwU .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqEt9QCBwU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqEt9QCBwU .boxed-slider > div {
  position: relative;
}
.cid-tqEt9QCBwU .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqEt9QCBwU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqEt9QCBwU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEt9QCBwU .mbr-table-cell {
  padding: 0;
}
.cid-tqEt9QCBwU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqEt9QCBwU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEt9QCBwU .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqEt9QCBwU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqEt9QCBwU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqEt9QCBwU .carousel-item .container {
    width: 100%;
  }
}
.cid-tqEt9QCBwU .carousel-item-next.carousel-item-left,
.cid-tqEt9QCBwU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqEt9QCBwU .active.carousel-item-right,
.cid-tqEt9QCBwU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqEt9QCBwU .active.carousel-item-left,
.cid-tqEt9QCBwU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqEt9QCBwU .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqEt9QCBwU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators li.active,
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators li::after,
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqEt9QCBwU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqEt9QCBwU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqEt9QCBwU .mbr-slider > .container img {
  width: 100%;
}
.cid-tqEt9QCBwU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqEt9QCBwU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqEt9QCBwU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqEt9QCBwU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqEt9QCBwU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqEt9QCBwU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqEt9QCBwU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqEt9QCBwU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqEt9QCBwU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqEt9QCBwU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqEt9QCBwU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqEt9QCBwU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqEt9QCBwU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqEt9QCBwU .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqEt9QCBwU .carousel-inner {
  height: 100%;
}
.cid-tqEt9QCBwU .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqEt9QCBwU .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqEt9QCBwU .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqEt9QCBwU .content-slider-wrap {
  width: 100%;
}
.cid-tqEt9RDQHW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEt9RDQHW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEt9RDQHW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEt9RDQHW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEt9RDQHW .mbr-text {
    text-align: center;
  }
}
.cid-tqEt9RDQHW H1 {
  color: #232323;
}
.cid-tqEt9RDQHW .mbr-text,
.cid-tqEt9RDQHW .mbr-section-btn {
  color: #232323;
}
.cid-tqEt9SOt4s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEt9SOt4s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEt9SOt4s .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEt9SOt4s .mbr-text {
    text-align: center;
  }
}
.cid-tqEt9SOt4s H1 {
  color: #232323;
}
.cid-tqEt9SOt4s .mbr-text,
.cid-tqEt9SOt4s .mbr-section-btn {
  color: #232323;
}
.cid-tqEt9SOt4s H2 {
  color: #232323;
}
.cid-tqEt9TMOF4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tqEt9TMOF4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEt9TMOF4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEt9TMOF4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEt9TMOF4 .mbr-text {
    text-align: center;
  }
}
.cid-tqEt9TMOF4 H1 {
  color: #232323;
}
.cid-tqEt9TMOF4 .mbr-text,
.cid-tqEt9TMOF4 .mbr-section-btn {
  color: #232323;
}
.cid-tqEt9TMOF4 H2 {
  color: #232323;
}
.cid-tqEvdyByPw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEvdyByPw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEvdyByPw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEvdyByPw .mbr-text {
    text-align: center;
  }
}
.cid-tqEvdyByPw H1 {
  color: #232323;
}
.cid-tqEvdyByPw .mbr-text,
.cid-tqEvdyByPw .mbr-section-btn {
  color: #232323;
}
.cid-tqEvdyByPw H2 {
  color: #232323;
}
.cid-tqEvevl1ve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEvevl1ve .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEvevl1ve .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEvevl1ve .mbr-text {
    text-align: center;
  }
}
.cid-tqEvevl1ve H1 {
  color: #232323;
}
.cid-tqEvevl1ve .mbr-text,
.cid-tqEvevl1ve .mbr-section-btn {
  color: #232323;
}
.cid-tqEvfcLJw8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEvfcLJw8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEvfcLJw8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEvfcLJw8 .mbr-text {
    text-align: center;
  }
}
.cid-tqEvfcLJw8 H1 {
  color: #232323;
}
.cid-tqEvfcLJw8 .mbr-text,
.cid-tqEvfcLJw8 .mbr-section-btn {
  color: #232323;
}
.cid-tqEwdPJbhe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqEwdPJbhe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEwdPJbhe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEwdPJbhe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEwdPJbhe .mbr-text {
    text-align: center;
  }
}
.cid-tqEwdPJbhe H1 {
  color: #232323;
}
.cid-tqEwdPJbhe .mbr-text,
.cid-tqEwdPJbhe .mbr-section-btn {
  color: #232323;
}
.cid-tqEwdPJbhe H2 {
  color: #232323;
}
.cid-tqEweOhqcr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEweOhqcr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEweOhqcr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEweOhqcr .mbr-text {
    text-align: center;
  }
}
.cid-tqEweOhqcr H1 {
  color: #232323;
}
.cid-tqEweOhqcr .mbr-text,
.cid-tqEweOhqcr .mbr-section-btn {
  color: #232323;
}
.cid-tqEweOhqcr H2 {
  color: #232323;
}
.cid-tqEwfQxAv9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tqEwfQxAv9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqEwfQxAv9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqEwfQxAv9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqEwfQxAv9 .mbr-text {
    text-align: center;
  }
}
.cid-tqEwfQxAv9 H1 {
  color: #232323;
}
.cid-tqEwfQxAv9 .mbr-text,
.cid-tqEwfQxAv9 .mbr-section-btn {
  color: #232323;
}
.cid-tqEwfQxAv9 H2 {
  color: #232323;
}
.cid-tqEt9USVU5 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqEt9USVU5 .mbr-section-title {
  color: #36187d;
}
.cid-tqEt9USVU5 .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-tqEt9USVU5 .align-left {
    text-align: center;
  }
}
.cid-tqEt9USVU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEt9USVU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEt9X1jYe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEt9X1jYe .content {
    text-align: center;
  }
  .cid-tqEt9X1jYe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEt9X1jYe .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEt9X1jYe .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEt9X1jYe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEt9X1jYe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEt9X1jYe .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEt9X1jYe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEt9X1jYe .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEt9X1jYe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEt9X1jYe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEt9X1jYe .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEt9X1jYe .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEt9X1jYe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEt9X1jYe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEt9X1jYe .list-item {
  display: flex;
}
.cid-tqEt9X1jYe .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEt9X1jYe ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEt9X1jYe ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEt9X1jYe ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEt9X1jYe .logo-subtitle,
.cid-tqEt9X1jYe .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEt9X1jYe .column-title {
  color: #efefef;
}
.cid-tqEt9X1jYe P {
  color: #efefef;
}
.cid-tqExwlW2cR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqExwlW2cR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqExwlW2cR .nav-item,
.cid-tqExwlW2cR .nav-link,
.cid-tqExwlW2cR .navbar-caption {
  font-weight: normal;
}
.cid-tqExwlW2cR .nav-item:focus,
.cid-tqExwlW2cR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqExwlW2cR .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqExwlW2cR .nav-item .nav-link {
    position: relative;
  }
  .cid-tqExwlW2cR .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqExwlW2cR .nav-item:hover .nav-link:before,
  .cid-tqExwlW2cR .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqExwlW2cR .dropdown .dropdown-menu .dropdown-item .soc-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-tqExwlW2cR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqExwlW2cR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqExwlW2cR .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqExwlW2cR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqExwlW2cR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqExwlW2cR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqExwlW2cR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqExwlW2cR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqExwlW2cR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqExwlW2cR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqExwlW2cR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqExwlW2cR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqExwlW2cR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqExwlW2cR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqExwlW2cR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqExwlW2cR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqExwlW2cR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqExwlW2cR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqExwlW2cR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqExwlW2cR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqExwlW2cR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqExwlW2cR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqExwlW2cR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqExwlW2cR .dropdown-item.active,
.cid-tqExwlW2cR .dropdown-item:active {
  background-color: transparent;
}
.cid-tqExwlW2cR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqExwlW2cR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqExwlW2cR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqExwlW2cR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqExwlW2cR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqExwlW2cR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqExwlW2cR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqExwlW2cR .navbar-buttons {
  text-align: center;
}
.cid-tqExwlW2cR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqExwlW2cR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqExwlW2cR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqExwlW2cR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqExwlW2cR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqExwlW2cR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqExwlW2cR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqExwlW2cR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqExwlW2cR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqExwlW2cR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqExwlW2cR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqExwlW2cR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqExwlW2cR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqExwlW2cR .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqExwlW2cR .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqExwlW2cR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqExwlW2cR a.nav-link .mbr-iconfont-btn,
.cid-tqExwlW2cR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqExwlW2cR a.nav-link:hover .mbr-iconfont-btn,
.cid-tqExwlW2cR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqExwlW2cR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqExwlW2cR .navbar {
    height: 77px;
  }
  .cid-tqExwlW2cR .navbar.opened {
    height: auto;
  }
  .cid-tqExwlW2cR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqExwo3IoJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tqExwo3IoJ .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tqExwo3IoJ .modal-body .close {
  background: #1b1b1b;
}
.cid-tqExwo3IoJ .modal-body .close span {
  font-style: normal;
}
.cid-tqExwo3IoJ .carousel-inner > .active,
.cid-tqExwo3IoJ .carousel-inner > .next,
.cid-tqExwo3IoJ .carousel-inner > .prev {
  display: flex;
}
.cid-tqExwo3IoJ .carousel-control .icon-next,
.cid-tqExwo3IoJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqExwo3IoJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqExwo3IoJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqExwo3IoJ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqExwo3IoJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqExwo3IoJ .boxed-slider > div {
  position: relative;
}
.cid-tqExwo3IoJ .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tqExwo3IoJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqExwo3IoJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqExwo3IoJ .mbr-table-cell {
  padding: 0;
}
.cid-tqExwo3IoJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqExwo3IoJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqExwo3IoJ .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tqExwo3IoJ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tqExwo3IoJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqExwo3IoJ .carousel-item .container {
    width: 100%;
  }
}
.cid-tqExwo3IoJ .carousel-item-next.carousel-item-left,
.cid-tqExwo3IoJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqExwo3IoJ .active.carousel-item-right,
.cid-tqExwo3IoJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqExwo3IoJ .active.carousel-item-left,
.cid-tqExwo3IoJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqExwo3IoJ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tqExwo3IoJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators li.active,
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators li::after,
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqExwo3IoJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqExwo3IoJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqExwo3IoJ .mbr-slider > .container img {
  width: 100%;
}
.cid-tqExwo3IoJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqExwo3IoJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqExwo3IoJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqExwo3IoJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqExwo3IoJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqExwo3IoJ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqExwo3IoJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqExwo3IoJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqExwo3IoJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqExwo3IoJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqExwo3IoJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqExwo3IoJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqExwo3IoJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqExwo3IoJ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqExwo3IoJ .carousel-inner {
  height: 100%;
}
.cid-tqExwo3IoJ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqExwo3IoJ .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tqExwo3IoJ .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tqExwo3IoJ .content-slider-wrap {
  width: 100%;
}
.cid-tqExwp3Tpb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqExwp3Tpb .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqExwp3Tpb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqExwp3Tpb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqExwp3Tpb .mbr-text {
    text-align: center;
  }
}
.cid-tqExwp3Tpb H1 {
  color: #232323;
}
.cid-tqExwp3Tpb .mbr-text,
.cid-tqExwp3Tpb .mbr-section-btn {
  color: #232323;
}
.cid-tqExwqs2kE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqExwqs2kE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqExwqs2kE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tqExwqs2kE .mbr-text {
    text-align: center;
  }
}
.cid-tqExwqs2kE H1 {
  color: #232323;
}
.cid-tqExwqs2kE .mbr-text,
.cid-tqExwqs2kE .mbr-section-btn {
  color: #232323;
}
.cid-tqExwqs2kE H2 {
  color: #232323;
}
.cid-tqExwyT4pN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqExwyT4pN .mbr-section-title {
  color: #36187d;
}
.cid-tqExwyT4pN .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-tqExwyT4pN .align-left {
    text-align: center;
  }
}
.cid-tqExwyT4pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqExwyT4pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqExwzV7NY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqExwzV7NY .content {
    text-align: center;
  }
  .cid-tqExwzV7NY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqExwzV7NY .logo-subtitle {
  color: #8d97ad;
}
.cid-tqExwzV7NY .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqExwzV7NY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqExwzV7NY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqExwzV7NY .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqExwzV7NY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqExwzV7NY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqExwzV7NY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqExwzV7NY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqExwzV7NY .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqExwzV7NY .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqExwzV7NY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqExwzV7NY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqExwzV7NY .list-item {
  display: flex;
}
.cid-tqExwzV7NY .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqExwzV7NY ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqExwzV7NY ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqExwzV7NY ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqExwzV7NY .logo-subtitle,
.cid-tqExwzV7NY .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqExwzV7NY .column-title {
  color: #efefef;
}
.cid-tqExwzV7NY P {
  color: #efefef;
}
.cid-sqE5jYbKa9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqE5jYbKa9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .nav-item,
.cid-sqE5jYbKa9 .nav-link,
.cid-sqE5jYbKa9 .navbar-caption {
  font-weight: normal;
}
.cid-sqE5jYbKa9 .nav-item:focus,
.cid-sqE5jYbKa9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqE5jYbKa9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link {
    position: relative;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqE5jYbKa9 .nav-item:hover .nav-link:before,
  .cid-sqE5jYbKa9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqE5jYbKa9 .dropdown .dropdown-menu .dropdown-item .soc-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-sqE5jYbKa9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqE5jYbKa9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqE5jYbKa9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqE5jYbKa9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqE5jYbKa9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqE5jYbKa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqE5jYbKa9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqE5jYbKa9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqE5jYbKa9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqE5jYbKa9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqE5jYbKa9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqE5jYbKa9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqE5jYbKa9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqE5jYbKa9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqE5jYbKa9 .dropdown-item.active,
.cid-sqE5jYbKa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqE5jYbKa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqE5jYbKa9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqE5jYbKa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqE5jYbKa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqE5jYbKa9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqE5jYbKa9 .navbar-buttons {
  text-align: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqE5jYbKa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqE5jYbKa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqE5jYbKa9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqE5jYbKa9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-sqE5jYbKa9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqE5jYbKa9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqE5jYbKa9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqE5jYbKa9 a.nav-link .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqE5jYbKa9 a.nav-link:hover .mbr-iconfont-btn,
.cid-sqE5jYbKa9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqE5jYbKa9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqE5jYbKa9 .navbar {
    height: 77px;
  }
  .cid-sqE5jYbKa9 .navbar.opened {
    height: auto;
  }
  .cid-sqE5jYbKa9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqEe17H8Cw {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqEe17H8Cw .mbr-section-subtitle {
  color: #767676;
}
.cid-tqEC4uj7sv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqEC4uj7sv .title__block {
  margin-bottom: 40px;
}
.cid-tqEC4uj7sv .mbr-text {
  margin-bottom: 0;
}
.cid-tqEC4uj7sv .carousel-item {
  justify-content: center;
}
.cid-tqEC4uj7sv .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-tqEC4uj7sv .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-tqEC4uj7sv .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqEC4uj7sv .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tqEC4uj7sv .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-tqEC4uj7sv .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tqEC4uj7sv .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-tqEC4uj7sv .user {
    max-width: 87%;
  }
  .cid-tqEC4uj7sv .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-tqEC4uj7sv .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-tqEC4uj7sv .user {
    max-width: 100%;
  }
  .cid-tqEC4uj7sv .carousel-control-prev {
    left: -5%;
  }
  .cid-tqEC4uj7sv .carousel-control-next {
    right: -5%;
  }
  .cid-tqEC4uj7sv .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqEC4uj7sv .title__block {
    margin-bottom: 20px;
  }
  .cid-tqEC4uj7sv .carousel-controls {
    display: none;
  }
}
.cid-tqEF2YiJqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEF2YiJqM .col-lg-2 {
    width: 20%;
  }
}
.cid-tqEF2YiJqM .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEF2YiJqM .item:hover img,
.cid-tqEF2YiJqM .item:hover .item-img {
  border-radius: 0;
}
.cid-tqEF2YiJqM img {
  border: 2px solid gray;
}
.cid-tqEF2YiJqM img:hover {
  border-color: #495e66;
}
.cid-tqEF2YiJqM img,
.cid-tqEF2YiJqM .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-tqEF2YiJqM h5 {
  margin: 0;
}
.cid-tqEF2YiJqM .item:focus,
.cid-tqEF2YiJqM span:focus {
  outline: none;
}
.cid-tqEF2YiJqM .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEF2YiJqM .item-content {
  padding-top: 1rem;
}
.cid-tqEF2YiJqM .mbr-section-title {
  color: #121212;
}
.cid-tqEF2YiJqM .item-title {
  color: #000000;
}
.cid-tqEF2YiJqM .item-subtitle {
  color: #666666;
}
.cid-tqEF2YiJqM .mbr-section-subtitle {
  color: #666666;
}
.cid-tgBnLis0sn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .content {
    text-align: center;
  }
  .cid-tgBnLis0sn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tgBnLis0sn .logo-subtitle {
  color: #8d97ad;
}
.cid-tgBnLis0sn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgBnLis0sn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgBnLis0sn .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgBnLis0sn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tgBnLis0sn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgBnLis0sn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgBnLis0sn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgBnLis0sn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgBnLis0sn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgBnLis0sn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgBnLis0sn .list-item {
  display: flex;
}
.cid-tgBnLis0sn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tgBnLis0sn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgBnLis0sn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tgBnLis0sn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tgBnLis0sn .logo-subtitle,
.cid-tgBnLis0sn .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tgBnLis0sn .column-title {
  color: #efefef;
}
.cid-tgBnLis0sn P {
  color: #efefef;
}
.cid-tqEGtcG92P .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEGtcG92P .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEGtcG92P .nav-item,
.cid-tqEGtcG92P .nav-link,
.cid-tqEGtcG92P .navbar-caption {
  font-weight: normal;
}
.cid-tqEGtcG92P .nav-item:focus,
.cid-tqEGtcG92P .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEGtcG92P .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEGtcG92P .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEGtcG92P .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEGtcG92P .nav-item:hover .nav-link:before,
  .cid-tqEGtcG92P .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEGtcG92P .dropdown .dropdown-menu .dropdown-item .soc-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-tqEGtcG92P .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEGtcG92P .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEGtcG92P .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEGtcG92P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEGtcG92P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEGtcG92P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEGtcG92P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEGtcG92P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEGtcG92P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEGtcG92P .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEGtcG92P .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEGtcG92P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEGtcG92P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEGtcG92P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEGtcG92P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEGtcG92P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEGtcG92P .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEGtcG92P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEGtcG92P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEGtcG92P .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEGtcG92P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEGtcG92P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEGtcG92P .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEGtcG92P .dropdown-item.active,
.cid-tqEGtcG92P .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEGtcG92P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEGtcG92P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEGtcG92P .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEGtcG92P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEGtcG92P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEGtcG92P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEGtcG92P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEGtcG92P .navbar-buttons {
  text-align: center;
}
.cid-tqEGtcG92P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEGtcG92P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEGtcG92P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEGtcG92P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEGtcG92P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEGtcG92P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEGtcG92P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEGtcG92P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEGtcG92P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEGtcG92P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEGtcG92P .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEGtcG92P a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEGtcG92P .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEGtcG92P .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEGtcG92P .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEGtcG92P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEGtcG92P a.nav-link .mbr-iconfont-btn,
.cid-tqEGtcG92P a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEGtcG92P a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEGtcG92P a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEGtcG92P a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEGtcG92P .navbar {
    height: 77px;
  }
  .cid-tqEGtcG92P .navbar.opened {
    height: auto;
  }
  .cid-tqEGtcG92P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEGtfJiwH {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqEGtfJiwH .mbr-section-subtitle {
  color: #767676;
}
.cid-tqEGtgS9e5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqEGtgS9e5 .title__block {
  margin-bottom: 40px;
}
.cid-tqEGtgS9e5 .mbr-text {
  margin-bottom: 0;
}
.cid-tqEGtgS9e5 .carousel-item {
  justify-content: center;
}
.cid-tqEGtgS9e5 .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-tqEGtgS9e5 .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-tqEGtgS9e5 .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqEGtgS9e5 .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tqEGtgS9e5 .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-tqEGtgS9e5 .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tqEGtgS9e5 .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-tqEGtgS9e5 .user {
    max-width: 87%;
  }
  .cid-tqEGtgS9e5 .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-tqEGtgS9e5 .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-tqEGtgS9e5 .user {
    max-width: 100%;
  }
  .cid-tqEGtgS9e5 .carousel-control-prev {
    left: -5%;
  }
  .cid-tqEGtgS9e5 .carousel-control-next {
    right: -5%;
  }
  .cid-tqEGtgS9e5 .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqEGtgS9e5 .title__block {
    margin-bottom: 20px;
  }
  .cid-tqEGtgS9e5 .carousel-controls {
    display: none;
  }
}
.cid-tqEGtiKbFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEGtiKbFB .col-lg-2 {
    width: 20%;
  }
}
.cid-tqEGtiKbFB .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEGtiKbFB .item:hover img,
.cid-tqEGtiKbFB .item:hover .item-img {
  border-radius: 0;
}
.cid-tqEGtiKbFB img {
  border: 2px solid gray;
}
.cid-tqEGtiKbFB img:hover {
  border-color: #495e66;
}
.cid-tqEGtiKbFB img,
.cid-tqEGtiKbFB .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-tqEGtiKbFB h5 {
  margin: 0;
}
.cid-tqEGtiKbFB .item:focus,
.cid-tqEGtiKbFB span:focus {
  outline: none;
}
.cid-tqEGtiKbFB .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEGtiKbFB .item-content {
  padding-top: 1rem;
}
.cid-tqEGtiKbFB .mbr-section-title {
  color: #121212;
}
.cid-tqEGtiKbFB .item-title {
  color: #000000;
}
.cid-tqEGtiKbFB .item-subtitle {
  color: #666666;
}
.cid-tqEGtiKbFB .mbr-section-subtitle {
  color: #666666;
}
.cid-tqEGtkHaaQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEGtkHaaQ .content {
    text-align: center;
  }
  .cid-tqEGtkHaaQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEGtkHaaQ .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEGtkHaaQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEGtkHaaQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEGtkHaaQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEGtkHaaQ .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEGtkHaaQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEGtkHaaQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEGtkHaaQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEGtkHaaQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEGtkHaaQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEGtkHaaQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEGtkHaaQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEGtkHaaQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEGtkHaaQ .list-item {
  display: flex;
}
.cid-tqEGtkHaaQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEGtkHaaQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEGtkHaaQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEGtkHaaQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEGtkHaaQ .logo-subtitle,
.cid-tqEGtkHaaQ .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEGtkHaaQ .column-title {
  color: #efefef;
}
.cid-tqEGtkHaaQ P {
  color: #efefef;
}
.cid-tqEHneKLRQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEHneKLRQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEHneKLRQ .nav-item,
.cid-tqEHneKLRQ .nav-link,
.cid-tqEHneKLRQ .navbar-caption {
  font-weight: normal;
}
.cid-tqEHneKLRQ .nav-item:focus,
.cid-tqEHneKLRQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEHneKLRQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEHneKLRQ .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEHneKLRQ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEHneKLRQ .nav-item:hover .nav-link:before,
  .cid-tqEHneKLRQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEHneKLRQ .dropdown .dropdown-menu .dropdown-item .soc-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-tqEHneKLRQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEHneKLRQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEHneKLRQ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEHneKLRQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEHneKLRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEHneKLRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEHneKLRQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEHneKLRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEHneKLRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEHneKLRQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEHneKLRQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEHneKLRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEHneKLRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEHneKLRQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEHneKLRQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEHneKLRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEHneKLRQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEHneKLRQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEHneKLRQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEHneKLRQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEHneKLRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEHneKLRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEHneKLRQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEHneKLRQ .dropdown-item.active,
.cid-tqEHneKLRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEHneKLRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEHneKLRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEHneKLRQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEHneKLRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEHneKLRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEHneKLRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEHneKLRQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEHneKLRQ .navbar-buttons {
  text-align: center;
}
.cid-tqEHneKLRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEHneKLRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEHneKLRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEHneKLRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEHneKLRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEHneKLRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEHneKLRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEHneKLRQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEHneKLRQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEHneKLRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEHneKLRQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEHneKLRQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEHneKLRQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEHneKLRQ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEHneKLRQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEHneKLRQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEHneKLRQ a.nav-link .mbr-iconfont-btn,
.cid-tqEHneKLRQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEHneKLRQ a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEHneKLRQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEHneKLRQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEHneKLRQ .navbar {
    height: 77px;
  }
  .cid-tqEHneKLRQ .navbar.opened {
    height: auto;
  }
  .cid-tqEHneKLRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEHnhfmiD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqEHnhfmiD .mbr-section-subtitle {
  color: #767676;
}
.cid-tqEHni4TJG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqEHni4TJG .title__block {
  margin-bottom: 40px;
}
.cid-tqEHni4TJG .mbr-text {
  margin-bottom: 0;
}
.cid-tqEHni4TJG .carousel-item {
  justify-content: center;
}
.cid-tqEHni4TJG .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-tqEHni4TJG .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-tqEHni4TJG .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqEHni4TJG .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tqEHni4TJG .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-tqEHni4TJG .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tqEHni4TJG .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-tqEHni4TJG .user {
    max-width: 87%;
  }
  .cid-tqEHni4TJG .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-tqEHni4TJG .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-tqEHni4TJG .user {
    max-width: 100%;
  }
  .cid-tqEHni4TJG .carousel-control-prev {
    left: -5%;
  }
  .cid-tqEHni4TJG .carousel-control-next {
    right: -5%;
  }
  .cid-tqEHni4TJG .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqEHni4TJG .title__block {
    margin-bottom: 20px;
  }
  .cid-tqEHni4TJG .carousel-controls {
    display: none;
  }
}
.cid-tqEHnkp6a1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEHnkp6a1 .col-lg-2 {
    width: 20%;
  }
}
.cid-tqEHnkp6a1 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEHnkp6a1 .item:hover img,
.cid-tqEHnkp6a1 .item:hover .item-img {
  border-radius: 0;
}
.cid-tqEHnkp6a1 img {
  border: 2px solid gray;
}
.cid-tqEHnkp6a1 img:hover {
  border-color: #495e66;
}
.cid-tqEHnkp6a1 img,
.cid-tqEHnkp6a1 .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-tqEHnkp6a1 h5 {
  margin: 0;
}
.cid-tqEHnkp6a1 .item:focus,
.cid-tqEHnkp6a1 span:focus {
  outline: none;
}
.cid-tqEHnkp6a1 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEHnkp6a1 .item-content {
  padding-top: 1rem;
}
.cid-tqEHnkp6a1 .mbr-section-title {
  color: #121212;
}
.cid-tqEHnkp6a1 .item-title {
  color: #000000;
}
.cid-tqEHnkp6a1 .item-subtitle {
  color: #666666;
}
.cid-tqEHnkp6a1 .mbr-section-subtitle {
  color: #666666;
}
.cid-tqEHnlUkLm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEHnlUkLm .content {
    text-align: center;
  }
  .cid-tqEHnlUkLm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEHnlUkLm .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEHnlUkLm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEHnlUkLm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEHnlUkLm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEHnlUkLm .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEHnlUkLm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEHnlUkLm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEHnlUkLm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEHnlUkLm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEHnlUkLm .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEHnlUkLm .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEHnlUkLm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEHnlUkLm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEHnlUkLm .list-item {
  display: flex;
}
.cid-tqEHnlUkLm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEHnlUkLm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEHnlUkLm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEHnlUkLm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEHnlUkLm .logo-subtitle,
.cid-tqEHnlUkLm .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEHnlUkLm .column-title {
  color: #efefef;
}
.cid-tqEHnlUkLm P {
  color: #efefef;
}
.cid-tqEI7psyeq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tqEI7psyeq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tqEI7psyeq .nav-item,
.cid-tqEI7psyeq .nav-link,
.cid-tqEI7psyeq .navbar-caption {
  font-weight: normal;
}
.cid-tqEI7psyeq .nav-item:focus,
.cid-tqEI7psyeq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqEI7psyeq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tqEI7psyeq .nav-item .nav-link {
    position: relative;
  }
  .cid-tqEI7psyeq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tqEI7psyeq .nav-item:hover .nav-link:before,
  .cid-tqEI7psyeq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqEI7psyeq .dropdown .dropdown-menu .dropdown-item .soc-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-tqEI7psyeq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqEI7psyeq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqEI7psyeq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tqEI7psyeq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tqEI7psyeq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqEI7psyeq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqEI7psyeq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tqEI7psyeq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqEI7psyeq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqEI7psyeq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqEI7psyeq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tqEI7psyeq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqEI7psyeq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqEI7psyeq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tqEI7psyeq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqEI7psyeq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqEI7psyeq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tqEI7psyeq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tqEI7psyeq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqEI7psyeq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqEI7psyeq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqEI7psyeq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqEI7psyeq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tqEI7psyeq .dropdown-item.active,
.cid-tqEI7psyeq .dropdown-item:active {
  background-color: transparent;
}
.cid-tqEI7psyeq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqEI7psyeq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqEI7psyeq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqEI7psyeq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tqEI7psyeq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqEI7psyeq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqEI7psyeq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqEI7psyeq .navbar-buttons {
  text-align: center;
}
.cid-tqEI7psyeq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqEI7psyeq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tqEI7psyeq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqEI7psyeq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEI7psyeq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqEI7psyeq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqEI7psyeq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEI7psyeq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqEI7psyeq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqEI7psyeq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqEI7psyeq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tqEI7psyeq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEI7psyeq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f3ecdf;
  display: inline-flex;
}
.cid-tqEI7psyeq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tqEI7psyeq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tqEI7psyeq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqEI7psyeq a.nav-link .mbr-iconfont-btn,
.cid-tqEI7psyeq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tqEI7psyeq a.nav-link:hover .mbr-iconfont-btn,
.cid-tqEI7psyeq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tqEI7psyeq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqEI7psyeq .navbar {
    height: 77px;
  }
  .cid-tqEI7psyeq .navbar.opened {
    height: auto;
  }
  .cid-tqEI7psyeq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqEI7srWbc {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqEI7srWbc .mbr-section-subtitle {
  color: #767676;
}
.cid-tqEI7tFSJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqEI7tFSJr .title__block {
  margin-bottom: 40px;
}
.cid-tqEI7tFSJr .mbr-text {
  margin-bottom: 0;
}
.cid-tqEI7tFSJr .carousel-item {
  justify-content: center;
}
.cid-tqEI7tFSJr .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-tqEI7tFSJr .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-tqEI7tFSJr .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tqEI7tFSJr .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tqEI7tFSJr .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-tqEI7tFSJr .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tqEI7tFSJr .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-tqEI7tFSJr .user {
    max-width: 87%;
  }
  .cid-tqEI7tFSJr .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-tqEI7tFSJr .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-tqEI7tFSJr .user {
    max-width: 100%;
  }
  .cid-tqEI7tFSJr .carousel-control-prev {
    left: -5%;
  }
  .cid-tqEI7tFSJr .carousel-control-next {
    right: -5%;
  }
  .cid-tqEI7tFSJr .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tqEI7tFSJr .title__block {
    margin-bottom: 20px;
  }
  .cid-tqEI7tFSJr .carousel-controls {
    display: none;
  }
}
.cid-tqEI7vEQYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tqEI7vEQYW .col-lg-2 {
    width: 20%;
  }
}
.cid-tqEI7vEQYW .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqEI7vEQYW .item:hover img,
.cid-tqEI7vEQYW .item:hover .item-img {
  border-radius: 0;
}
.cid-tqEI7vEQYW img {
  border: 2px solid gray;
}
.cid-tqEI7vEQYW img:hover {
  border-color: #495e66;
}
.cid-tqEI7vEQYW img,
.cid-tqEI7vEQYW .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-tqEI7vEQYW h5 {
  margin: 0;
}
.cid-tqEI7vEQYW .item:focus,
.cid-tqEI7vEQYW span:focus {
  outline: none;
}
.cid-tqEI7vEQYW .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tqEI7vEQYW .item-content {
  padding-top: 1rem;
}
.cid-tqEI7vEQYW .mbr-section-title {
  color: #121212;
}
.cid-tqEI7vEQYW .item-title {
  color: #000000;
}
.cid-tqEI7vEQYW .item-subtitle {
  color: #666666;
}
.cid-tqEI7vEQYW .mbr-section-subtitle {
  color: #666666;
}
.cid-tqEI7x31IX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tqEI7x31IX .content {
    text-align: center;
  }
  .cid-tqEI7x31IX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqEI7x31IX .logo-subtitle {
  color: #8d97ad;
}
.cid-tqEI7x31IX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tqEI7x31IX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tqEI7x31IX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tqEI7x31IX .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tqEI7x31IX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqEI7x31IX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tqEI7x31IX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqEI7x31IX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tqEI7x31IX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tqEI7x31IX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqEI7x31IX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqEI7x31IX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqEI7x31IX .list-item {
  display: flex;
}
.cid-tqEI7x31IX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tqEI7x31IX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tqEI7x31IX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tqEI7x31IX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-tqEI7x31IX .logo-subtitle,
.cid-tqEI7x31IX .media-wrap {
  color: #efefef;
  text-align: center;
}
.cid-tqEI7x31IX .column-title {
  color: #efefef;
}
.cid-tqEI7x31IX P {
  color: #efefef;
}
