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






body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-11 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-11 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-11 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #098384 !important;
}
.bg-success {
  background-color: #369898 !important;
}
.bg-info {
  background-color: #149dcc !important;
}
.bg-warning {
  background-color: #9c9e9d !important;
}
.bg-danger {
  background-color: #3da2a2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #098384 !important;
  border-color: #098384 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #043c3c !important;
  border-color: #043c3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #043c3c !important;
  border-color: #043c3c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e31937 !important;
  border-color: #e31937 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9e1126 !important;
  border-color: #9e1126 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9e1126 !important;
  border-color: #9e1126 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #369898 !important;
  border-color: #369898 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #226060 !important;
  border-color: #226060 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #226060 !important;
  border-color: #226060 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9c9e9d !important;
  border-color: #9c9e9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #767877 !important;
  border-color: #767877 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #767877 !important;
  border-color: #767877 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #3da2a2 !important;
  border-color: #3da2a2 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #286a6a !important;
  border-color: #286a6a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #286a6a !important;
  border-color: #286a6a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #022425 !important;
  color: #022425 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #098384 !important;
  border-color: #098384 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #098384 !important;
  border-color: #098384 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #870f21 !important;
  color: #870f21 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #e31937 !important;
  border-color: #e31937 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e31937 !important;
  border-color: #e31937 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #0b566f !important;
  color: #0b566f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #1b4d4d !important;
  color: #1b4d4d !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #369898 !important;
  border-color: #369898 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #369898 !important;
  border-color: #369898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #696b6a !important;
  color: #696b6a !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #9c9e9d !important;
  border-color: #9c9e9d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9e9d !important;
  border-color: #9c9e9d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #215858 !important;
  color: #215858 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #3da2a2 !important;
  border-color: #3da2a2 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3da2a2 !important;
  border-color: #3da2a2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #098384 !important;
}
.text-secondary {
  color: #e31937 !important;
}
.text-success {
  color: #369898 !important;
}
.text-info {
  color: #149dcc !important;
}
.text-warning {
  color: #9c9e9d !important;
}
.text-danger {
  color: #3da2a2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #022425 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #870f21 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b4d4d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b566f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #696b6a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #215858 !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: #369898;
}
.alert-info {
  background-color: #149dcc;
}
.alert-warning {
  background-color: #9c9e9d;
}
.alert-danger {
  background-color: #3da2a2;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  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: #098384;
  border-color: #098384;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #098384;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1deef0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7dd1d1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dcdddd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8bd3d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #369898;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #369898;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #098384;
}
/* 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;
}
.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;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #098384;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #098384;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #098384;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #098384;
  border-bottom-color: #098384;
}
.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: #098384 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e31937 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23098384' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwsUIY9N2 h1 {
  color: #616161;
}
.cid-tJwsUIY9N2 h2,
.cid-tJwsUIY9N2 h3,
.cid-tJwsUIY9N2 p {
  color: #767676;
}
.cid-tJwsUIY9N2 .mbr-section-subtitle {
  font-style: italic;
}
.cid-tJwsUIY9N2 .mbr-text,
.cid-tJwsUIY9N2 .mbr-section-btn {
  color: #efefef;
}
.cid-tJwsUIY9N2 H1 {
  color: #efefef;
}
.cid-tJwsUIY9N2 H3 {
  color: #efefef;
  text-align: left;
}
.cid-tKAn2YXCGX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tKAn2YXCGX .container-fluid {
  padding: 0 3rem;
}
.cid-tKAn2YXCGX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #098384, #e31937);
  display: inline-block;
}
.cid-tKAn2YXCGX .card {
  display: block;
}
.cid-tKAn2YXCGX .card .card-wrapper {
  height: 1%;
}
.cid-tKAn2YXCGX .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-tKAn2YXCGX .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tKAn2YXCGX .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tKAn2YXCGX .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKAn2YXCGX .prices {
  color: #ffffff;
}
.cid-tKAn2YXCGX .oldPrice {
  text-decoration: line-through;
}
.cid-tKAn2YXCGX .oldPrice,
.cid-tKAn2YXCGX .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-tKAn2YXCGX .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKAn2YXCGX .text-row {
    padding-bottom: 1rem;
  }
}
.cid-tKAn2YXCGX .mbr-section-title,
.cid-tKAn2YXCGX .underline {
  text-align: center;
  color: #333333;
}
.cid-tKAn2YXCGX .mbr-text,
.cid-tKAn2YXCGX .mbr-section-btn {
  color: #444444;
}
.cid-tKAn2YXCGX .prices,
.cid-tKAn2YXCGX .mbr-section-btn {
  color: #333333;
}
.cid-tKAn2YXCGX .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tJwsYrHkrX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-tJwsYrHkrX .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwsYrHkrX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwsYrHkrX .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwsYrHkrX .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwsYrHkrX .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwsYrHkrX .mbr-section-subtitle,
.cid-tJwsYrHkrX .mbr-section-btn {
  color: #333333;
}
.cid-tJwsYrHkrX H1 {
  color: #333333;
}
.cid-tJwsZ3U0So {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tJwsZ3U0So .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tJwsZVNNf1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tJwsZVNNf1 .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwsZVNNf1 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwsZVNNf1 .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwsZVNNf1 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwsZVNNf1 .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwsZVNNf1 .mbr-section-subtitle,
.cid-tJwsZVNNf1 .mbr-section-btn {
  color: #333333;
}
.cid-tJwsZVNNf1 H1 {
  color: #333333;
}
.cid-tJwt19vhDX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tJwt19vhDX .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tJwt1XjC2q {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tJwt1XjC2q .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwt1XjC2q .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwt1XjC2q .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwt1XjC2q .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwt1XjC2q .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwt1XjC2q .mbr-section-subtitle,
.cid-tJwt1XjC2q .mbr-section-btn {
  color: #333333;
}
.cid-tJwt1XjC2q H1 {
  color: #333333;
}
.cid-tKAuys8dn4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tKAuys8dn4 .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tJD99xqRw2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tJD99xqRw2 .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJD99xqRw2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJD99xqRw2 .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJD99xqRw2 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJD99xqRw2 .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJD99xqRw2 .mbr-section-subtitle,
.cid-tJD99xqRw2 .mbr-section-btn {
  color: #333333;
}
.cid-tJD99xqRw2 H1 {
  color: #333333;
}
.cid-tKAyo6igU5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tKAyo6igU5 .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tJNFZu93Fc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-tJNFZu93Fc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJNFZu93Fc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tJNFZu93Fc .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tJNFZu93Fc .mbr-section-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #369898;
}
.cid-tJNFZu93Fc .name {
  margin-top: 0.70rem;
  color: #369898;
  text-align: center;
}
.cid-tJNFZu93Fc .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-tJNFZu93Fc .mbr-text,
.cid-tJNFZu93Fc .mbr-section-data {
  text-align: left;
}
.cid-tJNFZu93Fc .mbr-text,
.cid-tJNFZu93Fc .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-tJNFZu93Fc .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-tJTn14HgYQ {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJTn14HgYQ .mbr-overlay {
  background: #04367c;
  background: linear-gradient(to right, #04367c, #098484);
}
.cid-tJTn14HgYQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJTn14HgYQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tJTn14HgYQ .carousel-item .wrap-img {
  text-align: center;
}
.cid-tJTn14HgYQ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tJTn14HgYQ .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tJTn14HgYQ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-tJTn14HgYQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tJTn14HgYQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tJTn14HgYQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-tJTn14HgYQ .cloneditem-1,
.cid-tJTn14HgYQ .cloneditem-2,
.cid-tJTn14HgYQ .cloneditem-3,
.cid-tJTn14HgYQ .cloneditem-4,
.cid-tJTn14HgYQ .cloneditem-5 {
  display: none;
}
.cid-tJTn14HgYQ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJTn14HgYQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tJTn14HgYQ .carousel-inner {
    z-index: 1;
  }
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides2 .cloneditem-1,
  .cid-tJTn14HgYQ .carousel-inner.slides2 .cloneditem-2,
  .cid-tJTn14HgYQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides3 .cloneditem-1,
  .cid-tJTn14HgYQ .carousel-inner.slides3 .cloneditem-2,
  .cid-tJTn14HgYQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides4 .cloneditem-1,
  .cid-tJTn14HgYQ .carousel-inner.slides4 .cloneditem-2,
  .cid-tJTn14HgYQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides5 .cloneditem-1,
  .cid-tJTn14HgYQ .carousel-inner.slides5 .cloneditem-2,
  .cid-tJTn14HgYQ .carousel-inner.slides5 .cloneditem-3,
  .cid-tJTn14HgYQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJTn14HgYQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJTn14HgYQ .carousel-inner.slides6 .cloneditem-1,
  .cid-tJTn14HgYQ .carousel-inner.slides6 .cloneditem-2,
  .cid-tJTn14HgYQ .carousel-inner.slides6 .cloneditem-3,
  .cid-tJTn14HgYQ .carousel-inner.slides6 .cloneditem-4,
  .cid-tJTn14HgYQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJwbKOd9KM {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tJwbKOd9KM h1 {
  color: #616161;
}
.cid-tJwbKOd9KM h2,
.cid-tJwbKOd9KM h3,
.cid-tJwbKOd9KM p {
  color: #767676;
}
.cid-tJwbKOd9KM .mbr-section-subtitle {
  font-style: italic;
}
.cid-tJwbKOd9KM .mbr-text,
.cid-tJwbKOd9KM .mbr-section-btn {
  color: #efefef;
}
.cid-tJwbKOd9KM H1 {
  color: #efefef;
}
.cid-tJwbKOd9KM H3 {
  color: #efefef;
}
.cid-tJwbKOlj6a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tJwbKOlj6a .container-fluid {
  padding: 0 3rem;
}
.cid-tJwbKOlj6a .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #098384, #e31937);
  display: inline-block;
}
.cid-tJwbKOlj6a .card {
  display: block;
}
.cid-tJwbKOlj6a .card .card-wrapper {
  height: 1%;
}
.cid-tJwbKOlj6a .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-tJwbKOlj6a .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tJwbKOlj6a .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tJwbKOlj6a .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJwbKOlj6a .prices {
  color: #ffffff;
}
.cid-tJwbKOlj6a .oldPrice {
  text-decoration: line-through;
}
.cid-tJwbKOlj6a .oldPrice,
.cid-tJwbKOlj6a .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-tJwbKOlj6a .container-fluid {
    padding: 0 1rem;
  }
  .cid-tJwbKOlj6a .text-row {
    padding-bottom: 1rem;
  }
}
.cid-tJwbKOlj6a .mbr-section-title,
.cid-tJwbKOlj6a .underline {
  text-align: center;
  color: #333333;
}
.cid-tJwbKOlj6a .mbr-text,
.cid-tJwbKOlj6a .mbr-section-btn {
  color: #444444;
}
.cid-tJwbKOlj6a .prices,
.cid-tJwbKOlj6a .mbr-section-btn {
  color: #333333;
}
.cid-tJwbKOlj6a .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tJwbKODcDW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1161.jpg");
}
.cid-tJwbKODcDW .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-tJwbKODcDW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tJwbKODcDW .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-tJwbKODcDW .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tJwbKODcDW .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tJwbKODcDW .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #138788;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-tJwbKODcDW .card {
  min-height: 300px;
}
.cid-tJwbKODcDW .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-tJwbKODcDW .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-tJwbKODcDW .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-tJwbKODcDW .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-tJwbKODcDW .mbr-section-title,
.cid-tJwbKODcDW .underline {
  text-align: center;
}
.cid-tJwbKODcDW P {
  text-align: right;
}
.cid-tJwbKOPvFc {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/2021-04-13.jpg");
}
.cid-tJwbKOPvFc .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwbKOPvFc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwbKOPvFc .card-wrap {
  background-color: #f5e9ca;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwbKOPvFc .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwbKOPvFc .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwbKOPvFc .mbr-section-subtitle,
.cid-tJwbKOPvFc .mbr-section-btn {
  color: #333333;
}
.cid-tJwbKOPvFc H1 {
  color: #333333;
}
.cid-tJwbKOZ5eH {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-tJwbKOZ5eH .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tJwbKP86aB {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tJwbKP86aB .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwbKP86aB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwbKP86aB .card-wrap {
  background-color: #f5e9ca;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwbKP86aB .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwbKP86aB .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwbKP86aB .mbr-section-subtitle,
.cid-tJwbKP86aB .mbr-section-btn {
  color: #333333;
}
.cid-tJwbKP86aB H1 {
  color: #333333;
}
.cid-tJwbKPgN8Q {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tJwbKPgN8Q .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tJwbKPn8We {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1280x853.jpg");
}
.cid-tJwbKPn8We .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tJwbKPn8We .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tJwbKPn8We .card-wrap {
  background-color: #f5e9ca;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwbKPn8We .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tJwbKPn8We .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tJwbKPn8We .mbr-section-subtitle,
.cid-tJwbKPn8We .mbr-section-btn {
  color: #333333;
}
.cid-tJwbKPn8We H1 {
  color: #333333;
}
.cid-tJwbKPucbE {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1280x853.jpg");
}
.cid-tJwbKPucbE .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tJwbKPDVfS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tJwbKPDVfS .mbr-section-title,
.cid-tJwbKPDVfS .mbr-section-subtitle {
  color: #000000;
}
.cid-tJwbKPDVfS .mbr-section-text {
  color: #232323;
}
.cid-tJwbKPDVfS .mbr-text,
.cid-tJwbKPDVfS .typed-text,
.cid-tJwbKPDVfS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tJwbKPDVfS .btn {
  margin-left: 4px !important;
}
.cid-tJwbKPDVfS .animated-element {
  color: #098484;
}
.cid-tJwbKPDVfS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #098484;
}
.cid-tJwbKPDVfS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tJwbKPDVfS .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJwbKPDVfS .typed-text,
  .cid-tJwbKPDVfS .mbr-section-subtitle,
  .cid-tJwbKPDVfS .mbr-section-text,
  .cid-tJwbKPDVfS .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tJwbKPDVfS .mbr-section-subtitle,
.cid-tJwbKPDVfS .typed-text {
  color: #666666;
  text-align: center;
}
.cid-tJwbKPDVfS .mbr-section-text,
.cid-tJwbKPDVfS .mbr-section-btn {
  color: #098484;
}
.cid-tJwbKPOv5D {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tJwbKPOv5D .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tJwbKPOv5D .content-panel {
  padding: 2rem;
  background-color: #f5e9ca;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tJwbKPOv5D .content-block {
  color: #333333;
}
@media (min-width: 992px) {
  .cid-tJwbKPOv5D .form-group,
  .cid-tJwbKPOv5D .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tJwbKPOv5D .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tJwbKPOv5D textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tJwbKPOv5D .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJwbKPOv5D .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tJwbKPOv5D .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-tJwbKPXe0j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-tJwbKPXe0j .mbr-overlay {
  background: #04367c;
  background: linear-gradient(to right, #04367c, #098484);
}
.cid-tJwbKPXe0j .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJwbKPXe0j .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tJwbKPXe0j .carousel-item .wrap-img {
  text-align: center;
}
.cid-tJwbKPXe0j .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tJwbKPXe0j .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tJwbKPXe0j .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-tJwbKPXe0j .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tJwbKPXe0j .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tJwbKPXe0j .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-tJwbKPXe0j .cloneditem-1,
.cid-tJwbKPXe0j .cloneditem-2,
.cid-tJwbKPXe0j .cloneditem-3,
.cid-tJwbKPXe0j .cloneditem-4,
.cid-tJwbKPXe0j .cloneditem-5 {
  display: none;
}
.cid-tJwbKPXe0j .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJwbKPXe0j .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tJwbKPXe0j .carousel-inner {
    z-index: 1;
  }
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides2 .cloneditem-1,
  .cid-tJwbKPXe0j .carousel-inner.slides2 .cloneditem-2,
  .cid-tJwbKPXe0j .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides3 .cloneditem-1,
  .cid-tJwbKPXe0j .carousel-inner.slides3 .cloneditem-2,
  .cid-tJwbKPXe0j .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides4 .cloneditem-1,
  .cid-tJwbKPXe0j .carousel-inner.slides4 .cloneditem-2,
  .cid-tJwbKPXe0j .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides5 .cloneditem-1,
  .cid-tJwbKPXe0j .carousel-inner.slides5 .cloneditem-2,
  .cid-tJwbKPXe0j .carousel-inner.slides5 .cloneditem-3,
  .cid-tJwbKPXe0j .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJwbKPXe0j .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tJwbKPXe0j .carousel-inner.slides6 .cloneditem-1,
  .cid-tJwbKPXe0j .carousel-inner.slides6 .cloneditem-2,
  .cid-tJwbKPXe0j .carousel-inner.slides6 .cloneditem-3,
  .cid-tJwbKPXe0j .carousel-inner.slides6 .cloneditem-4,
  .cid-tJwbKPXe0j .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJVAAq93Vj {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-tJVAAq93Vj .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tJVAAq93Vj .mbr-text {
  width: 100%;
  height: auto;
}
.cid-tJVAAq93Vj .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tJVAAq93Vj .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJVAAq93Vj .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tJY2cjyOdz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJY2cjyOdz .mbr-text {
    text-align: center;
  }
}
.cid-tJY2cjyOdz .container-fluid {
  padding: 0;
}
.cid-tJY2cjyOdz .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJY2cjyOdz img {
  height: 100%;
  object-fit: cover;
}
.cid-tJY2cjyOdz .mbr-figure {
  height: 100%;
}
.cid-tJY2cjyOdz .col-lg-6 {
  padding: 0;
}
.cid-tJY2cjyOdz .row {
  margin: 0;
}
.cid-tJY2cjyOdz .mbr-text,
.cid-tJY2cjyOdz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tJY2cjyOdz H1 {
  color: #000000;
  text-align: left;
}
.cid-tJY2cjyOdz H3 {
  color: #000000;
  text-align: left;
}
.cid-tJY2cjyOdz DIV {
  text-align: left;
}
.cid-tJVycgg0Xv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tJVycgg0Xv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJVycgg0Xv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJVycgg0Xv .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tJVycgg0Xv .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJVycgg0Xv .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tJVycgg0Xv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tJVycgg0Xv .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tJVycgg0Xv .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tJVycgg0Xv .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tJVycgg0Xv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tJVycgg0Xv .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tJVycgg0Xv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJVycgg0Xv .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tJVycgg0Xv .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJY2rJ7c0a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJY2rJ7c0a .mbr-text {
    text-align: center;
  }
}
.cid-tJY2rJ7c0a .container-fluid {
  padding: 0;
}
.cid-tJY2rJ7c0a .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJY2rJ7c0a img {
  height: 100%;
  object-fit: cover;
}
.cid-tJY2rJ7c0a .mbr-figure {
  height: 100%;
}
.cid-tJY2rJ7c0a .col-lg-6 {
  padding: 0;
}
.cid-tJY2rJ7c0a .row {
  margin: 0;
}
.cid-tJY2rJ7c0a H3 {
  color: #000000;
  text-align: left;
}
.cid-tJY2rJ7c0a DIV {
  text-align: left;
}
.cid-tJY2rJ7c0a .mbr-text,
.cid-tJY2rJ7c0a .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tJY2rJ7c0a H1 {
  text-align: left;
}
.cid-tKn9tgDHy4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKn9tgDHy4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKn9tgDHy4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKn9tgDHy4 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKn9tgDHy4 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKn9tgDHy4 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKn9tgDHy4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKn9tgDHy4 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKn9tgDHy4 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKn9tgDHy4 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKn9tgDHy4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKn9tgDHy4 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKn9tgDHy4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKn9tgDHy4 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKn9tgDHy4 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJY2HSG3Zf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJY2HSG3Zf .mbr-text {
    text-align: center;
  }
}
.cid-tJY2HSG3Zf .container-fluid {
  padding: 0;
}
.cid-tJY2HSG3Zf .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJY2HSG3Zf img {
  height: 100%;
  object-fit: cover;
}
.cid-tJY2HSG3Zf .mbr-figure {
  height: 100%;
}
.cid-tJY2HSG3Zf .col-lg-6 {
  padding: 0;
}
.cid-tJY2HSG3Zf .row {
  margin: 0;
}
.cid-tJY2HSG3Zf .mbr-text,
.cid-tJY2HSG3Zf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tJY2HSG3Zf H1 {
  color: #000000;
  text-align: left;
}
.cid-tJY2HSG3Zf H3 {
  color: #000000;
  text-align: left;
}
.cid-tJY2HSG3Zf DIV {
  text-align: left;
}
.cid-tK08rzUA0Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tK08rzUA0Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK08rzUA0Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tK08rzUA0Y .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tK08rzUA0Y .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK08rzUA0Y .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tK08rzUA0Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tK08rzUA0Y .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tK08rzUA0Y .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK08rzUA0Y .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tK08rzUA0Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK08rzUA0Y .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tK08rzUA0Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tK08rzUA0Y .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK08rzUA0Y .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJY2vwwUbM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJY2vwwUbM .mbr-text {
    text-align: center;
  }
}
.cid-tJY2vwwUbM .container-fluid {
  padding: 0;
}
.cid-tJY2vwwUbM .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJY2vwwUbM img {
  height: 100%;
  object-fit: cover;
}
.cid-tJY2vwwUbM .mbr-figure {
  height: 100%;
}
.cid-tJY2vwwUbM .col-lg-6 {
  padding: 0;
}
.cid-tJY2vwwUbM .row {
  margin: 0;
}
.cid-tJY2vwwUbM H3 {
  color: #000000;
  text-align: left;
}
.cid-tJY2vwwUbM DIV {
  text-align: left;
}
.cid-tJY2vwwUbM .mbr-text,
.cid-tJY2vwwUbM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tJY2vwwUbM H1 {
  text-align: left;
}
.cid-tK08r9hte3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tK08r9hte3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK08r9hte3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tK08r9hte3 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tK08r9hte3 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK08r9hte3 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tK08r9hte3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK08r9hte3 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK08r9hte3 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tK08r9hte3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK08r9hte3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tK08r9hte3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tK08r9hte3 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK08r9hte3 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tK08r9hte3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK08r9hte3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK08r9hte3 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tK08r9hte3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tK08r9hte3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK08r9hte3 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKxL8iLBEP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKxL8iLBEP .mbr-text {
    text-align: center;
  }
}
.cid-tKxL8iLBEP .container-fluid {
  padding: 0;
}
.cid-tKxL8iLBEP .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKxL8iLBEP img {
  height: 100%;
  object-fit: cover;
}
.cid-tKxL8iLBEP .mbr-figure {
  height: 100%;
}
.cid-tKxL8iLBEP .col-lg-6 {
  padding: 0;
}
.cid-tKxL8iLBEP .row {
  margin: 0;
}
.cid-tKxL8iLBEP .mbr-text,
.cid-tKxL8iLBEP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKxL8iLBEP H1 {
  color: #000000;
  text-align: left;
}
.cid-tKxL8iLBEP H3 {
  color: #000000;
  text-align: left;
}
.cid-tKxL8iLBEP DIV {
  text-align: left;
}
.cid-tKysluZtvo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKysluZtvo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKysluZtvo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKysluZtvo .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKysluZtvo .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKysluZtvo .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKysluZtvo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKysluZtvo .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKysluZtvo .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKysluZtvo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKysluZtvo .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKysluZtvo .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKysluZtvo .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKysluZtvo .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKysluZtvo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKysluZtvo .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKysluZtvo .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKysluZtvo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKysluZtvo .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKysluZtvo .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKxLdkqlYY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKxLdkqlYY .mbr-text {
    text-align: center;
  }
}
.cid-tKxLdkqlYY .container-fluid {
  padding: 0;
}
.cid-tKxLdkqlYY .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKxLdkqlYY img {
  height: 100%;
  object-fit: cover;
}
.cid-tKxLdkqlYY .mbr-figure {
  height: 100%;
}
.cid-tKxLdkqlYY .col-lg-6 {
  padding: 0;
}
.cid-tKxLdkqlYY .row {
  margin: 0;
}
.cid-tKxLdkqlYY H3 {
  color: #000000;
  text-align: left;
}
.cid-tKxLdkqlYY DIV {
  text-align: left;
}
.cid-tKxLdkqlYY .mbr-text,
.cid-tKxLdkqlYY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKxLdkqlYY H1 {
  text-align: left;
}
.cid-tK08qaCFaA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tK08qaCFaA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK08qaCFaA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tK08qaCFaA .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tK08qaCFaA .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK08qaCFaA .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tK08qaCFaA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK08qaCFaA .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK08qaCFaA .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tK08qaCFaA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK08qaCFaA .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tK08qaCFaA .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tK08qaCFaA .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK08qaCFaA .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tK08qaCFaA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK08qaCFaA .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK08qaCFaA .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tK08qaCFaA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tK08qaCFaA .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK08qaCFaA .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tONDG4jW3j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tONDG4jW3j .mbr-text {
    text-align: center;
  }
}
.cid-tONDG4jW3j .container-fluid {
  padding: 0;
}
.cid-tONDG4jW3j .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tONDG4jW3j img {
  height: 100%;
  object-fit: cover;
}
.cid-tONDG4jW3j .mbr-figure {
  height: 100%;
}
.cid-tONDG4jW3j .col-lg-6 {
  padding: 0;
}
.cid-tONDG4jW3j .row {
  margin: 0;
}
.cid-tONDG4jW3j .mbr-text,
.cid-tONDG4jW3j .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tONDG4jW3j H1 {
  color: #000000;
  text-align: left;
}
.cid-tONDG4jW3j H3 {
  color: #000000;
  text-align: left;
}
.cid-tONDG4jW3j DIV {
  text-align: left;
}
.cid-tONDIRebZ3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tONDIRebZ3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tONDIRebZ3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tONDIRebZ3 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tONDIRebZ3 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tONDIRebZ3 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tONDIRebZ3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tONDIRebZ3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tONDIRebZ3 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tONDIRebZ3 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tONDIRebZ3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tONDIRebZ3 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tONDIRebZ3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tONDIRebZ3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tONDIRebZ3 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tK8iLMbUxi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tK8iLMbUxi .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-tK8iLMbUxi .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tK8iLMbUxi .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tK8iLMbUxi .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tK8iLMbUxi .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tK8iLMbUxi {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .cid-tK8iLMbUxi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tK8iLMbUxi .title {
    text-align: center;
  }
  .cid-tK8iLMbUxi .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPv4cKnVU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv4cKnVU .nav-item,
.cid-tMPv4cKnVU .nav-link,
.cid-tMPv4cKnVU .navbar-caption {
  font-weight: normal;
}
.cid-tMPv4cKnVU .nav-item:focus,
.cid-tMPv4cKnVU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPv4cKnVU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPv4cKnVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv4cKnVU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPv4cKnVU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPv4cKnVU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPv4cKnVU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPv4cKnVU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPv4cKnVU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPv4cKnVU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPv4cKnVU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPv4cKnVU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPv4cKnVU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPv4cKnVU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPv4cKnVU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPv4cKnVU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPv4cKnVU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPv4cKnVU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPv4cKnVU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPv4cKnVU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPv4cKnVU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPv4cKnVU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPv4cKnVU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPv4cKnVU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPv4cKnVU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPv4cKnVU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPv4cKnVU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPv4cKnVU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPv4cKnVU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPv4cKnVU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPv4cKnVU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPv4cKnVU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPv4cKnVU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPv4cKnVU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPv4cKnVU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPv4cKnVU .dropdown-item.active,
.cid-tMPv4cKnVU .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPv4cKnVU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPv4cKnVU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPv4cKnVU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPv4cKnVU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPv4cKnVU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPv4cKnVU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPv4cKnVU .navbar-buttons {
  text-align: center;
}
.cid-tMPv4cKnVU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPv4cKnVU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPv4cKnVU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPv4cKnVU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv4cKnVU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv4cKnVU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPv4cKnVU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv4cKnVU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPv4cKnVU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPv4cKnVU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv4cKnVU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPv4cKnVU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPv4cKnVU .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPv4cKnVU .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPv4cKnVU .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPv4cKnVU .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPv4cKnVU .navbar {
    height: 77px;
  }
  .cid-tMPv4cKnVU .navbar.opened {
    height: auto;
  }
  .cid-tMPv4cKnVU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKE1wF7NWG h1 {
  color: #616161;
}
.cid-tKE1wF7NWG h2,
.cid-tKE1wF7NWG h3,
.cid-tKE1wF7NWG p {
  color: #767676;
}
.cid-tKE1wF7NWG .mbr-section-subtitle {
  font-style: italic;
}
.cid-tKE1wF7NWG .mbr-text,
.cid-tKE1wF7NWG .mbr-section-btn {
  color: #efefef;
}
.cid-tKE1wF7NWG H1 {
  color: #efefef;
}
.cid-tKE1wF7NWG H3 {
  color: #efefef;
}
.cid-tKE1wFt1ho {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tKE1wFt1ho .container-fluid {
  padding: 0 3rem;
}
.cid-tKE1wFt1ho .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #098384, #e31937);
  display: inline-block;
}
.cid-tKE1wFt1ho .card {
  display: block;
}
.cid-tKE1wFt1ho .card .card-wrapper {
  height: 1%;
}
.cid-tKE1wFt1ho .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-tKE1wFt1ho .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tKE1wFt1ho .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tKE1wFt1ho .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKE1wFt1ho .prices {
  color: #ffffff;
}
.cid-tKE1wFt1ho .oldPrice {
  text-decoration: line-through;
}
.cid-tKE1wFt1ho .oldPrice,
.cid-tKE1wFt1ho .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-tKE1wFt1ho .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKE1wFt1ho .text-row {
    padding-bottom: 1rem;
  }
}
.cid-tKE1wFt1ho .mbr-section-title,
.cid-tKE1wFt1ho .underline {
  text-align: center;
  color: #333333;
}
.cid-tKE1wFt1ho .mbr-text,
.cid-tKE1wFt1ho .mbr-section-btn {
  color: #444444;
}
.cid-tKE1wFt1ho .prices,
.cid-tKE1wFt1ho .mbr-section-btn {
  color: #333333;
}
.cid-tKE1wFt1ho .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tKE1wFM6Vd {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-tKE1wFM6Vd .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tKE1wFM6Vd .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKE1wFM6Vd .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tKE1wFM6Vd .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tKE1wFM6Vd .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tKE1wFM6Vd .mbr-section-subtitle,
.cid-tKE1wFM6Vd .mbr-section-btn {
  color: #333333;
}
.cid-tKE1wFM6Vd H1 {
  color: #333333;
}
.cid-tKE1wFWBp4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tKE1wFWBp4 .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tKE1wG8mAP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tKE1wG8mAP .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tKE1wG8mAP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKE1wG8mAP .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tKE1wG8mAP .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tKE1wG8mAP .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tKE1wG8mAP .mbr-section-subtitle,
.cid-tKE1wG8mAP .mbr-section-btn {
  color: #333333;
}
.cid-tKE1wG8mAP H1 {
  color: #333333;
}
.cid-tKE1wGi5BK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tKE1wGi5BK .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tKE1wGqgvi {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tKE1wGqgvi .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tKE1wGqgvi .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKE1wGqgvi .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tKE1wGqgvi .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tKE1wGqgvi .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tKE1wGqgvi .mbr-section-subtitle,
.cid-tKE1wGqgvi .mbr-section-btn {
  color: #333333;
}
.cid-tKE1wGqgvi H1 {
  color: #333333;
}
.cid-tKE1wGAv77 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tKE1wGAv77 .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tKE1wGJJDP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tKE1wGJJDP .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tKE1wGJJDP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tKE1wGJJDP .card-wrap {
  background-color: #fff5dd;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tKE1wGJJDP .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tKE1wGJJDP .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tKE1wGJJDP .mbr-section-subtitle,
.cid-tKE1wGJJDP .mbr-section-btn {
  color: #333333;
}
.cid-tKE1wGJJDP H1 {
  color: #333333;
}
.cid-tKE1wGUGvn {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tKE1wGUGvn .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tKE1wHa3Gg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-tKE1wHa3Gg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKE1wHa3Gg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tKE1wHa3Gg .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tKE1wHa3Gg .mbr-section-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #369898;
}
.cid-tKE1wHa3Gg .name {
  margin-top: 0.70rem;
  color: #369898;
  text-align: center;
}
.cid-tKE1wHa3Gg .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-tKE1wHa3Gg .mbr-text,
.cid-tKE1wHa3Gg .mbr-section-data {
  text-align: left;
}
.cid-tKE1wHa3Gg .mbr-text,
.cid-tKE1wHa3Gg .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-tKE1wHa3Gg .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-tKE1wHokhl {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKE1wHokhl .mbr-overlay {
  background: #04367c;
  background: linear-gradient(to right, #04367c, #098484);
}
.cid-tKE1wHokhl .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKE1wHokhl .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tKE1wHokhl .carousel-item .wrap-img {
  text-align: center;
}
.cid-tKE1wHokhl .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tKE1wHokhl .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tKE1wHokhl .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-tKE1wHokhl .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tKE1wHokhl .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tKE1wHokhl .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-tKE1wHokhl .cloneditem-1,
.cid-tKE1wHokhl .cloneditem-2,
.cid-tKE1wHokhl .cloneditem-3,
.cid-tKE1wHokhl .cloneditem-4,
.cid-tKE1wHokhl .cloneditem-5 {
  display: none;
}
.cid-tKE1wHokhl .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKE1wHokhl .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tKE1wHokhl .carousel-inner {
    z-index: 1;
  }
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides2 .cloneditem-1,
  .cid-tKE1wHokhl .carousel-inner.slides2 .cloneditem-2,
  .cid-tKE1wHokhl .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides3 .cloneditem-1,
  .cid-tKE1wHokhl .carousel-inner.slides3 .cloneditem-2,
  .cid-tKE1wHokhl .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides4 .cloneditem-1,
  .cid-tKE1wHokhl .carousel-inner.slides4 .cloneditem-2,
  .cid-tKE1wHokhl .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides5 .cloneditem-1,
  .cid-tKE1wHokhl .carousel-inner.slides5 .cloneditem-2,
  .cid-tKE1wHokhl .carousel-inner.slides5 .cloneditem-3,
  .cid-tKE1wHokhl .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tKE1wHokhl .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tKE1wHokhl .carousel-inner.slides6 .cloneditem-1,
  .cid-tKE1wHokhl .carousel-inner.slides6 .cloneditem-2,
  .cid-tKE1wHokhl .carousel-inner.slides6 .cloneditem-3,
  .cid-tKE1wHokhl .carousel-inner.slides6 .cloneditem-4,
  .cid-tKE1wHokhl .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPv6vtmAc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv6vtmAc .nav-item,
.cid-tMPv6vtmAc .nav-link,
.cid-tMPv6vtmAc .navbar-caption {
  font-weight: normal;
}
.cid-tMPv6vtmAc .nav-item:focus,
.cid-tMPv6vtmAc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPv6vtmAc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPv6vtmAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv6vtmAc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPv6vtmAc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPv6vtmAc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPv6vtmAc .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPv6vtmAc .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPv6vtmAc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPv6vtmAc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPv6vtmAc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPv6vtmAc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPv6vtmAc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPv6vtmAc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPv6vtmAc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPv6vtmAc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPv6vtmAc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPv6vtmAc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPv6vtmAc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPv6vtmAc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPv6vtmAc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPv6vtmAc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPv6vtmAc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPv6vtmAc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPv6vtmAc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPv6vtmAc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPv6vtmAc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPv6vtmAc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPv6vtmAc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPv6vtmAc .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPv6vtmAc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPv6vtmAc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPv6vtmAc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPv6vtmAc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPv6vtmAc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPv6vtmAc .dropdown-item.active,
.cid-tMPv6vtmAc .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPv6vtmAc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPv6vtmAc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPv6vtmAc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPv6vtmAc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPv6vtmAc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPv6vtmAc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPv6vtmAc .navbar-buttons {
  text-align: center;
}
.cid-tMPv6vtmAc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPv6vtmAc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPv6vtmAc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPv6vtmAc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv6vtmAc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv6vtmAc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPv6vtmAc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv6vtmAc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPv6vtmAc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPv6vtmAc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv6vtmAc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPv6vtmAc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPv6vtmAc .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPv6vtmAc .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPv6vtmAc .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPv6vtmAc .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPv6vtmAc .navbar {
    height: 77px;
  }
  .cid-tMPv6vtmAc .navbar.opened {
    height: auto;
  }
  .cid-tMPv6vtmAc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKGhRKpnw0 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-tKGhRKpnw0 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tKGhRKpnw0 .mbr-text {
  width: 100%;
  height: auto;
}
.cid-tKGhRKpnw0 .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tKGhRKpnw0 .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKGhRKpnw0 .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tKGhRKHbM7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRKHbM7 .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRKHbM7 .container-fluid {
  padding: 0;
}
.cid-tKGhRKHbM7 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRKHbM7 img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRKHbM7 .mbr-figure {
  height: 100%;
}
.cid-tKGhRKHbM7 .col-lg-6 {
  padding: 0;
}
.cid-tKGhRKHbM7 .row {
  margin: 0;
}
.cid-tKGhRKHbM7 .mbr-text,
.cid-tKGhRKHbM7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRKHbM7 H1 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRKHbM7 H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRKHbM7 DIV {
  text-align: left;
}
.cid-tKGhRL22kQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRL22kQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRL22kQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRL22kQ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRL22kQ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRL22kQ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRL22kQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRL22kQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRL22kQ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRL22kQ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRL22kQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRL22kQ .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRL22kQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRL22kQ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRL22kQ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRLeOwR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRLeOwR .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRLeOwR .container-fluid {
  padding: 0;
}
.cid-tKGhRLeOwR .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRLeOwR img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRLeOwR .mbr-figure {
  height: 100%;
}
.cid-tKGhRLeOwR .col-lg-6 {
  padding: 0;
}
.cid-tKGhRLeOwR .row {
  margin: 0;
}
.cid-tKGhRLeOwR H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLeOwR DIV {
  text-align: left;
}
.cid-tKGhRLeOwR .mbr-text,
.cid-tKGhRLeOwR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLeOwR H1 {
  text-align: left;
}
.cid-tKGhRLqL4N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRLqL4N .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRLqL4N .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRLqL4N .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRLqL4N .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRLqL4N .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRLqL4N .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRLqL4N .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRLqL4N .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRLqL4N .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRLqL4N .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRLqL4N .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRLqL4N .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRLqL4N .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRLqL4N .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRLBoxx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRLBoxx .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRLBoxx .container-fluid {
  padding: 0;
}
.cid-tKGhRLBoxx .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRLBoxx img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRLBoxx .mbr-figure {
  height: 100%;
}
.cid-tKGhRLBoxx .col-lg-6 {
  padding: 0;
}
.cid-tKGhRLBoxx .row {
  margin: 0;
}
.cid-tKGhRLBoxx .mbr-text,
.cid-tKGhRLBoxx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLBoxx H1 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLBoxx H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLBoxx DIV {
  text-align: left;
}
.cid-tKGhRLNy17 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRLNy17 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRLNy17 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRLNy17 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRLNy17 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRLNy17 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRLNy17 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRLNy17 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRLNy17 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRLNy17 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRLNy17 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRLNy17 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRLNy17 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRLNy17 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRLNy17 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRLYgYW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRLYgYW .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRLYgYW .container-fluid {
  padding: 0;
}
.cid-tKGhRLYgYW .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRLYgYW img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRLYgYW .mbr-figure {
  height: 100%;
}
.cid-tKGhRLYgYW .col-lg-6 {
  padding: 0;
}
.cid-tKGhRLYgYW .row {
  margin: 0;
}
.cid-tKGhRLYgYW H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLYgYW DIV {
  text-align: left;
}
.cid-tKGhRLYgYW .mbr-text,
.cid-tKGhRLYgYW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRLYgYW H1 {
  text-align: left;
}
.cid-tKGhRMelGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRMelGA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRMelGA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRMelGA .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRMelGA .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRMelGA .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRMelGA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRMelGA .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRMelGA .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRMelGA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRMelGA .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRMelGA .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRMelGA .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRMelGA .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRMelGA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRMelGA .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRMelGA .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRMelGA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRMelGA .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRMelGA .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRMpSJ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRMpSJ0 .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRMpSJ0 .container-fluid {
  padding: 0;
}
.cid-tKGhRMpSJ0 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRMpSJ0 img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRMpSJ0 .mbr-figure {
  height: 100%;
}
.cid-tKGhRMpSJ0 .col-lg-6 {
  padding: 0;
}
.cid-tKGhRMpSJ0 .row {
  margin: 0;
}
.cid-tKGhRMpSJ0 .mbr-text,
.cid-tKGhRMpSJ0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRMpSJ0 H1 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRMpSJ0 H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRMpSJ0 DIV {
  text-align: left;
}
.cid-tKGhRMCCrs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRMCCrs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRMCCrs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRMCCrs .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRMCCrs .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRMCCrs .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRMCCrs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRMCCrs .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRMCCrs .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRMCCrs .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRMCCrs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRMCCrs .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRMCCrs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRMCCrs .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRMCCrs .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRMPxcL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKGhRMPxcL .mbr-text {
    text-align: center;
  }
}
.cid-tKGhRMPxcL .container-fluid {
  padding: 0;
}
.cid-tKGhRMPxcL .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKGhRMPxcL img {
  height: 100%;
  object-fit: cover;
}
.cid-tKGhRMPxcL .mbr-figure {
  height: 100%;
}
.cid-tKGhRMPxcL .col-lg-6 {
  padding: 0;
}
.cid-tKGhRMPxcL .row {
  margin: 0;
}
.cid-tKGhRMPxcL H3 {
  color: #000000;
  text-align: left;
}
.cid-tKGhRMPxcL DIV {
  text-align: left;
}
.cid-tKGhRMPxcL .mbr-text,
.cid-tKGhRMPxcL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKGhRMPxcL H1 {
  text-align: left;
}
.cid-tKGhRN2G1U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKGhRN2G1U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKGhRN2G1U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKGhRN2G1U .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tKGhRN2G1U .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKGhRN2G1U .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tKGhRN2G1U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKGhRN2G1U .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tKGhRN2G1U .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKGhRN2G1U .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKGhRN2G1U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKGhRN2G1U .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tKGhRN2G1U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tKGhRN2G1U .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKGhRN2G1U .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tKGhRNiyRd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKGhRNiyRd .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-tKGhRNiyRd .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tKGhRNiyRd .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKGhRNiyRd .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tKGhRNiyRd .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tKGhRNiyRd {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .cid-tKGhRNiyRd .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKGhRNiyRd .title {
    text-align: center;
  }
  .cid-tKGhRNiyRd .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPvd8WbqD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvd8WbqD .nav-item,
.cid-tMPvd8WbqD .nav-link,
.cid-tMPvd8WbqD .navbar-caption {
  font-weight: normal;
}
.cid-tMPvd8WbqD .nav-item:focus,
.cid-tMPvd8WbqD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPvd8WbqD .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPvd8WbqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvd8WbqD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPvd8WbqD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPvd8WbqD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPvd8WbqD .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPvd8WbqD .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPvd8WbqD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPvd8WbqD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPvd8WbqD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPvd8WbqD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPvd8WbqD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPvd8WbqD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPvd8WbqD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPvd8WbqD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPvd8WbqD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPvd8WbqD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPvd8WbqD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPvd8WbqD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPvd8WbqD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPvd8WbqD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPvd8WbqD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPvd8WbqD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPvd8WbqD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPvd8WbqD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPvd8WbqD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPvd8WbqD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPvd8WbqD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPvd8WbqD .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPvd8WbqD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPvd8WbqD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPvd8WbqD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPvd8WbqD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPvd8WbqD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPvd8WbqD .dropdown-item.active,
.cid-tMPvd8WbqD .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPvd8WbqD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPvd8WbqD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPvd8WbqD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPvd8WbqD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPvd8WbqD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPvd8WbqD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPvd8WbqD .navbar-buttons {
  text-align: center;
}
.cid-tMPvd8WbqD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPvd8WbqD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPvd8WbqD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPvd8WbqD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvd8WbqD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvd8WbqD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPvd8WbqD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvd8WbqD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPvd8WbqD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPvd8WbqD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvd8WbqD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPvd8WbqD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPvd8WbqD .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPvd8WbqD .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPvd8WbqD .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPvd8WbqD .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPvd8WbqD .navbar {
    height: 77px;
  }
  .cid-tMPvd8WbqD .navbar.opened {
    height: auto;
  }
  .cid-tMPvd8WbqD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJYZP0sHdt {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #233668;
}
@media (max-width: 767px) {
  .cid-tJYZP0sHdt {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tJYZP0sHdt img {
  width: 100%;
  border-radius: 30px;
}
.cid-tJYZP0sHdt .mbr-section-title {
  color: #ffffff;
}
.cid-tJYZP0sHdt .mbr-section-subtitle {
  background-color: #e31937;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tJYZP0sHdt .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tJYZP0sHdt .svg-1 path {
  fill: #ffffff;
}
.cid-tJYZP0sHdt .container-fluid {
  max-width: 1200px;
}
.cid-tJYZP0sHdt .mbr-arrow {
  z-index: 1;
}
.cid-tJYZP0sHdt .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tJYZP0sHdt .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tJYZP0sHdt .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJYZP0sHdt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tJYZP0sHdt .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tKKeL93AaM {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tKKeL93AaM .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKKeL93AaM .image-block {
  background-color: #9c9e9d;
  position: relative;
  border-radius: 30px;
}
.cid-tKKeL93AaM .image-block:hover img {
  opacity: 0.5;
}
.cid-tKKeL93AaM .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tKKeL93AaM .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tKKeL93AaM img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tKKeL93AaM .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tKKeL93AaM .img-right {
  height: 50%;
}
.cid-tKKeL93AaM .img-block-left {
  padding-left: 0rem;
}
.cid-tKKeL93AaM .img-block-right {
  padding-right: 0;
}
.cid-tKKeL93AaM .inner-dashed-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKKeL93AaM .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tKKeL93AaM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tKKeL93AaM .mbr-iconfont {
  color: #e31937;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tKKeL93AaM .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tKKeL93AaM {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tKKeL93AaM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKPqpc0nbD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKPqpc0nbD {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tKPqpc0nbD .box {
    margin-top: 2.5rem;
  }
}
.cid-tKPqpc0nbD .box {
  background-image: url("../../../assets/images/img-1496.jpg");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-tKPqpc0nbD .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-tKPqpc0nbD .icon-wrap span {
  padding-left: 8px;
}
.cid-tKPqpc0nbD .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKPqpc0nbD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKPqpc0nbD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKPqpc0nbD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKPqpc0nbD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKPqpc0nbD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKPqpc0nbD a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tKPqpc0nbD {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-tKPqpc0nbD .box {
    height: 250px;
  }
}
.cid-tKPqpc0nbD .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-tKPqpc0nbD .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tKPqpc0nbD .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-tKPqpc0nbD .row {
    padding: 0 1rem;
  }
}
.cid-tKPqpc0nbD .btn {
  margin-left: 0rem;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKGNqBkpj7 {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #233668;
}
@media (max-width: 767px) {
  .cid-tKGNqBkpj7 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tKGNqBkpj7 img {
  width: 100%;
  border-radius: 30px;
}
.cid-tKGNqBkpj7 .mbr-section-title {
  color: #ffffff;
}
.cid-tKGNqBkpj7 .mbr-section-subtitle {
  background-color: #e31937;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tKGNqBkpj7 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKGNqBkpj7 .svg-1 path {
  fill: #ffffff;
}
.cid-tKGNqBkpj7 .container-fluid {
  max-width: 1200px;
}
.cid-tKGNqBkpj7 .mbr-arrow {
  z-index: 1;
}
.cid-tKGNqBkpj7 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tKGNqBkpj7 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tKGNqBkpj7 .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKGNqBkpj7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKGNqBkpj7 .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tKK6wm5tPH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tKK6wm5tPH .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKK6wm5tPH .image-block {
  background-color: #9c9e9d;
  position: relative;
  border-radius: 30px;
}
.cid-tKK6wm5tPH .image-block:hover img {
  opacity: 0.5;
}
.cid-tKK6wm5tPH .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tKK6wm5tPH .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tKK6wm5tPH img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tKK6wm5tPH .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tKK6wm5tPH .img-right {
  height: 50%;
}
.cid-tKK6wm5tPH .img-block-left {
  padding-left: 0rem;
}
.cid-tKK6wm5tPH .img-block-right {
  padding-right: 0;
}
.cid-tKK6wm5tPH .inner-dashed-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKK6wm5tPH .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tKK6wm5tPH .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tKK6wm5tPH .mbr-iconfont {
  color: #e31937;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tKK6wm5tPH .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tKK6wm5tPH {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tKK6wm5tPH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKKwjo8aOO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKKwjo8aOO {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tKKwjo8aOO .box {
    margin-top: 2.5rem;
  }
}
.cid-tKKwjo8aOO .box {
  background-image: url("../../../assets/images/img-1496.jpg");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-tKKwjo8aOO .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-tKKwjo8aOO .icon-wrap span {
  padding-left: 8px;
}
.cid-tKKwjo8aOO .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKKwjo8aOO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKKwjo8aOO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKKwjo8aOO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKKwjo8aOO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKKwjo8aOO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKKwjo8aOO a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tKKwjo8aOO {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-tKKwjo8aOO .box {
    height: 250px;
  }
}
.cid-tKKwjo8aOO .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-tKKwjo8aOO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tKKwjo8aOO .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-tKKwjo8aOO .row {
    padding: 0 1rem;
  }
}
.cid-tKKwjo8aOO .btn {
  margin-left: 0rem;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKPiT00rUK {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tKPiT00rUK .mbr-section-title,
.cid-tKPiT00rUK .mbr-section-subtitle {
  color: #000000;
}
.cid-tKPiT00rUK .mbr-section-text {
  color: #232323;
}
.cid-tKPiT00rUK .mbr-text,
.cid-tKPiT00rUK .typed-text,
.cid-tKPiT00rUK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tKPiT00rUK .btn {
  margin-left: 4px !important;
}
.cid-tKPiT00rUK .animated-element {
  color: #1dc9cb;
}
.cid-tKPiT00rUK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-tKPiT00rUK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tKPiT00rUK .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKPiT00rUK .typed-text,
  .cid-tKPiT00rUK .mbr-section-subtitle,
  .cid-tKPiT00rUK .mbr-section-text,
  .cid-tKPiT00rUK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tKPblNKk3z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKPblNKk3z {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tKPblNKk3z .box {
    margin-top: 2.5rem;
  }
}
.cid-tKPblNKk3z .box {
  background-image: url("../../../assets/images/about-usdesktophtml-column10.webp");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-tKPblNKk3z .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-tKPblNKk3z .icon-wrap span {
  padding-left: 8px;
}
.cid-tKPblNKk3z .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKPblNKk3z .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKPblNKk3z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKPblNKk3z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKPblNKk3z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKPblNKk3z a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKPblNKk3z a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tKPblNKk3z {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-tKPblNKk3z .box {
    height: 250px;
  }
}
.cid-tKPblNKk3z .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-tKPblNKk3z .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tKPblNKk3z .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-tKPblNKk3z .row {
    padding: 0 1rem;
  }
}
.cid-tKPblNKk3z .btn {
  margin-left: 0rem;
}
.cid-tKPblNKk3z .mbr-text,
.cid-tKPblNKk3z .mbr-section-btn {
  text-align: left;
}
.cid-tKPblNKk3z H1 {
  text-align: left;
}
.cid-tKPblNKk3z H3 {
  text-align: left;
}
.cid-tKPeYyiTp0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKPeYyiTp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKPeYyiTp0 .video-wrapper iframe {
  width: 100%;
}
.cid-tKPeYyiTp0 .mbr-section-title,
.cid-tKPeYyiTp0 .mbr-description {
  text-align: center;
}
.cid-tKPeYyiTp0 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tKPeYyiTp0 .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-tKPeYyiTp0 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tKPeYyiTp0 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKPeYyiTp0 .mbr-description {
  text-align: center;
  color: #232323;
}
.cid-tKPeYyiTp0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tLfFFUJll1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLfFFUJll1 .title__block {
  padding: 0 15px 0 30px;
  padding: 0 30px 0 15px;
}
@media (max-width: 991px) {
  .cid-tLfFFUJll1 .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tLfFFUJll1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: left;
}
.cid-tLfFFUJll1 .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tLfFFUJll1 .mbr-text {
  margin-bottom: 20px;
}
.cid-tLfFFUJll1 .wrap {
  height: 500px;
}
@media (max-width: 565px) {
  .cid-tLfFFUJll1 .wrap {
    height: 200px;
  }
}
.cid-tLfFFUJll1 .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tLfFFUJll1 .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tLfFFUJll1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tLfFFUJll1 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(81, 170, 250, 0.95);
  border-radius: 50%;
}
.cid-tLfFFUJll1 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tLfFFUJll1 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tLfFFUJll1 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(81, 170, 250, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tLfFFUJll1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tLfFFUJll1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLfFFUJll1 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLfFFUJll1 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tLfFFUJll1 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tLfFFUJll1 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tLfFFUJll1 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tLfFFUJll1 .mbr-text,
.cid-tLfFFUJll1 .mbr-section-btn {
  text-align: left;
}
.cid-tLfFFUJll1 .mbr-section-title {
  text-align: left;
}
.cid-tLfMpwEZq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLfMpwEZq7 .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.cid-tLfMpwEZq7 .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tLfMpwEZq7 .mbr-text {
    text-align: center;
  }
}
.cid-tLfMpwEZq7 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tLfMpwEZq7 .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-tLfMpwEZq7 .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-tLfMpwEZq7 .mbr-figure img {
  border-radius: 10px;
}
.cid-tLfMpwEZq7 .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-tLfMpwEZq7 .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #188ef4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tLfMpwEZq7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tLfMpwEZq7 .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-tLfMpwEZq7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLfMpwEZq7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLfMpwEZq7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLfMpwEZq7 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tLfMpwEZq7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLfMpwEZq7 .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-tLfMpwEZq7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLfM6tekLm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tLfM6tekLm .container {
    max-width: 1400px;
  }
}
.cid-tLfM6tekLm .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tLfM6tekLm .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tLfM6tekLm .main-title {
  margin-bottom: 56px;
}
.cid-tLfM6tekLm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #098384;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tLfM6tekLm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tLfM6tekLm img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob8.svg");
  mask-image: url("../../../assets/images/blob8.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-tLfM6tekLm .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-tLfM6tekLm .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-tLfM6tekLm .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-tLfM6tekLm .card-wrapper .card-box {
  height: 100%;
}
.cid-tLfM6tekLm .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-tLfM6tekLm .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tLfM6tekLm .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tLfM6tekLm .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tLfM6tekLm .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tLfM6tekLm .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tLfM6tekLm .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tLfM6tekLm .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tLfM6tekLm .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tLfM6tekLm .mbr-section-btn {
  text-align: center;
}
.cid-tLfM6tekLm .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tLfM6tekLm .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tLfM6tekLm .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-tLfM6tekLm .card-box {
    padding: 1rem;
  }
}
.cid-tLfM6tekLm .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tLfM6tekLm .icon-wrap span {
  padding-left: 8px;
}
.cid-tLfM6tekLm .img-wrap {
  position: relative;
}
.cid-tLfM6tekLm .mbr-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tLfM6tekLm .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tLfM6tekLm .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tLfM6tekLm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLfM6tekLm .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-tLfM6tekLm .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 0;
  display: block;
}
.cid-tLfM6tekLm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLfM6tekLm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLfM6tekLm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLfM6tekLm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLfM6tekLm a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLfM6tekLm img {
    margin-bottom: 20px;
  }
}
.cid-tLfM6Rkcyu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
@media (min-width: 1500px) {
  .cid-tLfM6Rkcyu .container {
    max-width: 1400px;
  }
}
.cid-tLfM6Rkcyu .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tLfM6Rkcyu .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tLfM6Rkcyu .main-title {
  margin-bottom: 36px;
}
.cid-tLfM6Rkcyu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #098384;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tLfM6Rkcyu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tLfM6Rkcyu img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob3.svg");
  mask-image: url("../../../assets/images/blob3.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-tLfM6Rkcyu .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box {
  height: 100%;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .card-title span {
  color: #848abd;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tLfM6Rkcyu .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tLfM6Rkcyu .mbr-section-btn {
  text-align: center;
}
.cid-tLfM6Rkcyu .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tLfM6Rkcyu .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tLfM6Rkcyu .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-tLfM6Rkcyu .card-box {
    padding: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tLfM6Rkcyu .img-wrap {
    margin-bottom: 20px !important;
  }
}
.cid-tLfM6Rkcyu .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tLfM6Rkcyu .icon-wrap span {
  padding-left: 8px;
}
.cid-tLfM6Rkcyu .img-wrap {
  position: relative;
}
.cid-tLfM6Rkcyu .mbr-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tLfM6Rkcyu .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tLfM6Rkcyu .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tLfM6Rkcyu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLfM6Rkcyu .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-tLfM6Rkcyu .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 0;
  display: block;
}
.cid-tLfM6Rkcyu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLfM6Rkcyu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLfM6Rkcyu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLfM6Rkcyu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLfM6Rkcyu a.close:hover {
  color: #ffffff;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKAcp1A1aw {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tKAcp1A1aw .mbr-overlay {
  background: #2bdc9d;
}
.cid-tKAcp1A1aw .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-tKAjwnGSVP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-tKAjwnGSVP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKAjwnGSVP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tKAjwnGSVP .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tKAjwnGSVP .mbr-section-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #369898;
}
.cid-tKAjwnGSVP .name {
  margin-top: 0.70rem;
  color: #369898;
  text-align: center;
}
.cid-tKAjwnGSVP .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-tKAjwnGSVP .mbr-text,
.cid-tKAjwnGSVP .mbr-section-data {
  text-align: left;
}
.cid-tKAjwnGSVP .mbr-text,
.cid-tKAjwnGSVP .mbr-section-btn {
  text-align: center;
  color: #646569;
}
.cid-tKAjwnGSVP .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-tKDRPXGR9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKDRPXGR9z .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tKDRPXGR9z .mbr-text {
    text-align: center;
  }
}
.cid-tKDRPXGR9z .container-fluid {
  padding: 0;
}
.cid-tKDRPXGR9z .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKDRPXGR9z img {
  height: 100%;
  object-fit: cover;
}
.cid-tKDRPXGR9z .mbr-figure {
  height: 100%;
}
.cid-tKDRPXGR9z .col-lg-6 {
  padding: 0;
}
.cid-tKDRPXGR9z .row {
  margin: 0;
}
.cid-tKDRPXGR9z .mbr-text,
.cid-tKDRPXGR9z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKDRPXGR9z H1 {
  color: #000000;
  text-align: left;
}
.cid-tKDRPXGR9z H3 {
  color: #000000;
  text-align: left;
}
.cid-tKDRPXGR9z DIV {
  text-align: left;
}
.cid-tKEDI9FRgE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKEDI9FRgE .mbr-text {
    text-align: center;
  }
}
.cid-tKEDI9FRgE .container-fluid {
  padding: 0;
}
.cid-tKEDI9FRgE .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tKEDI9FRgE img {
  height: 100%;
  object-fit: cover;
}
.cid-tKEDI9FRgE .mbr-figure {
  height: 100%;
}
.cid-tKEDI9FRgE .col-lg-6 {
  padding: 0;
}
.cid-tKEDI9FRgE .row {
  margin: 0;
}
.cid-tKEDI9FRgE .mbr-text,
.cid-tKEDI9FRgE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tKEDI9FRgE H1 {
  color: #000000;
  text-align: left;
}
.cid-tKEDI9FRgE H3 {
  color: #000000;
  text-align: left;
}
.cid-tKEDI9FRgE DIV {
  text-align: left;
}
.cid-tLwtE2u9tq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLwtE2u9tq .row {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .cid-tLwtE2u9tq .mbr-text {
    text-align: center;
  }
}
.cid-tLwtE2u9tq .container-fluid {
  padding: 0;
}
.cid-tLwtE2u9tq .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tLwtE2u9tq img {
  height: 100%;
  object-fit: cover;
}
.cid-tLwtE2u9tq .mbr-figure {
  height: 100%;
}
.cid-tLwtE2u9tq .col-lg-6 {
  padding: 0;
}
.cid-tLwtE2u9tq .row {
  margin: 0;
}
.cid-tLwtE2u9tq .mbr-text,
.cid-tLwtE2u9tq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tLwtE2u9tq H1 {
  color: #000000;
  text-align: left;
}
.cid-tLwtE2u9tq H3 {
  color: #000000;
  text-align: left;
}
.cid-tLwtE2u9tq DIV {
  text-align: left;
}
.cid-tLwtIu0vGp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLwtIu0vGp .scroll-box {
  height: 150px;
  overflow: auto;
}
.cid-tLwtIu0vGp .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #e1f5ff;
  z-index: 0;
}
.cid-tLwtIu0vGp .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLwtIu0vGp .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLwtIu0vGp .mbr-section-title {
  margin-bottom: 33px;
}
.cid-tLwtIu0vGp .slider__image {
  margin-left: 11.8%;
}
.cid-tLwtIu0vGp .img-wrap {
  max-width: 100%;
}
.cid-tLwtIu0vGp .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLwtIu0vGp .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLwtIu0vGp .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-tLwtIu0vGp .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLwtIu0vGp .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLwtIu0vGp .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-tLwtIu0vGp .carousel-controls a span {
  transition: all .3s;
  color: #003d59;
  font-size: 18px;
}
.cid-tLwtIu0vGp .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLwtIu0vGp .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLwtIu0vGp .carousel-controls .carousel-control-next,
.cid-tLwtIu0vGp .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLwtIu0vGp .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLwtIu0vGp .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLwtIu0vGp .image-element {
    min-width: 50%;
  }
  .cid-tLwtIu0vGp .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLwtIu0vGp .two__background:before {
    max-width: 90%;
  }
  .cid-tLwtIu0vGp .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLwtIu0vGp .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLwtIu0vGp .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLwtIu0vGp .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLwtIu0vGp .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLwtIu0vGp .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLwtIu0vGp .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLwtIu0vGp .img-wrap {
    width: 100%;
  }
  .cid-tLwtIu0vGp .carousel-controls {
    display: none;
  }
  .cid-tLwtIu0vGp .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLfQ4fGp05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-tLfQ4fGp05 .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
}
.cid-tLfQ4fGp05 .text-wrapper:hover .mbr-section-title a {
  color: #e31937 !important;
}
.cid-tLfQ4fGp05 .image-wrapper,
.cid-tLfQ4fGp05 img {
  width: 100%;
  object-fit: cover;
}
.cid-tLfQ4fGp05 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tLfQ4fGp05 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tLfQ4fGp05 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tLfQ4fGp05 .mbr-section-btn .btn-secondary-outline .active,
.cid-tLfQ4fGp05 .mbr-section-btn .btn-secondary-outline:focus {
  color: #098384 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tLfQ4fGp05 .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLfQ4fGp05 {
    flex-direction: column;
  }
  .cid-tLfQ4fGp05 .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLfQ4fGp05 .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-tKJYefxqPn {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tKJYefxqPn .image-block img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKJYefxqPn .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .cid-tKJYefxqPn .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tKJYefxqPn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-tKJYefxqPn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKKidyh0rQ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tKKidyh0rQ .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKKidyh0rQ .image-block {
  background-color: #9c9e9d;
  position: relative;
  border-radius: 30px;
}
.cid-tKKidyh0rQ .image-block:hover img {
  opacity: 0.5;
}
.cid-tKKidyh0rQ .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tKKidyh0rQ .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tKKidyh0rQ img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tKKidyh0rQ .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tKKidyh0rQ .img-right {
  height: 50%;
}
.cid-tKKidyh0rQ .img-block-left {
  padding-left: 0rem;
}
.cid-tKKidyh0rQ .img-block-right {
  padding-right: 0;
}
.cid-tKKidyh0rQ .inner-dashed-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKKidyh0rQ .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tKKidyh0rQ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tKKidyh0rQ .mbr-iconfont {
  color: #e31937;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tKKidyh0rQ .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tKKidyh0rQ {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tKKidyh0rQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJJhqiWoGs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-tJJhqiWoGs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJJhqiWoGs .card {
  border-radius: 0;
}
.cid-tJJhqiWoGs .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-tJJhqiWoGs .img-wrap {
  display: flex;
}
.cid-tJJhqiWoGs .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-tJJhqiWoGs .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-tJJhqiWoGs .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-tJJhqiWoGs .link,
.cid-tJJhqiWoGs .link-wrap {
  color: #999999;
}
.cid-tJJhqiWoGs .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-tJJhqiWoGs .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-tJJhqiWoGs .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-tJJhqiWoGs .card-phone:hover {
  color: #098384;
}
.cid-tJJhqiWoGs .img-col {
  padding: 0;
}
.cid-tJJhqiWoGs .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tJJhqiWoGs .wrapper {
    padding: 2rem 0rem;
  }
  .cid-tJJhqiWoGs .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-tJJhqiWoGs .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-tJJhqiWoGs .mbr-text,
.cid-tJJhqiWoGs .mbr-section-btn {
  color: #999999;
}
.cid-tJJhqiWoGs .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tJJhqiWoGs .card-title,
.cid-tJJhqiWoGs .card-box {
  color: #200960;
}
.cid-tJJi4nBxcr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a15547;
}
.cid-tJJi4nBxcr .mbr-section-title span {
  color: #ffbc00;
}
.cid-tJJi4nBxcr .video-col {
  padding: 0;
}
.cid-tJJi4nBxcr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJJi4nBxcr .progressbar-title p {
  margin-bottom: 8px;
}
.cid-tJJi4nBxcr .progressbar-title {
  color: white;
}
.cid-tJJi4nBxcr .progress_elements {
  max-width: 600px;
  padding: 4rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJJi4nBxcr .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-tJJi4nBxcr .box {
  background-image: url("../../../assets/images/background219.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJJi4nBxcr .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #d58f76;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tJJi4nBxcr .icon-wrap:hover {
  background: #a15547;
}
.cid-tJJi4nBxcr .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-tJJi4nBxcr .icon-wrap span {
  padding-left: 4px;
}
.cid-tJJi4nBxcr .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tJJi4nBxcr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tJJi4nBxcr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tJJi4nBxcr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJJi4nBxcr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tJJi4nBxcr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tJJi4nBxcr a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tJJi4nBxcr .box {
    height: 250px;
  }
}
.cid-tJJi4nBxcr .progress {
  width: 100%;
  height: 1px;
  border-radius: 0;
  background-color: #cccccc;
}
.cid-tJJi4nBxcr .progress-bar {
  height: 1px;
  background-color: #ffffff;
}
.cid-tJJi4nBxcr .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tJJi4nBxcr .progressbar-number {
  display: inline-block;
}
.cid-tJJi4nBxcr .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tJJi4nBxcr .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tJJi4nBxcr .progress_value {
  position: relative;
  color: #ffffff;
}
.cid-tJJi4nBxcr progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tJJi4nBxcr progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-tJJi4nBxcr progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-tJJi4nBxcr progress::-ms-fill {
  background: #ffffff;
}
.cid-tJJi4nBxcr .progress1 .progressbar-number:before {
  content: '100';
}
.cid-tJJi4nBxcr .progress2 .progressbar-number:before {
  content: '63';
}
.cid-tJJi4nBxcr .progress3 .progressbar-number:before {
  content: '41';
}
.cid-tJJi4nBxcr .progress4 .progressbar-number:before {
  content: '28';
}
.cid-tJJi4nBxcr .progress5 .progressbar-number:before {
  content: '10';
}
.cid-tJJi4nBxcr .progress-bar-1 {
  width: 100%;
}
.cid-tJJi4nBxcr .progress-bar-2 {
  width: 63%;
}
.cid-tJJi4nBxcr .progress-bar-3 {
  width: 41%;
}
.cid-tJJi4nBxcr .progress-bar-4 {
  width: 28%;
}
.cid-tJJi4nBxcr .progress-bar-5 {
  width: 10%;
}
.cid-tJJi4nBxcr .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJJi4nBxcr .progress_elements {
    padding: 4rem 1rem;
  }
}
.cid-tMsNPXijEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMsNPXijEP .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tMsNPXijEP .card:hover .card-wrapper,
.cid-tMsNPXijEP .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tMsNPXijEP .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tMsNPXijEP .img-wrapper {
  border-radius: 16px;
}
.cid-tMsNPXijEP .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tMsNPXijEP .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tMsNPXijEP .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tMsNPXijEP .card-box {
    padding: 1rem;
  }
}
.cid-tMsNPXijEP img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tMsNPXijEP .mbr-text,
.cid-tMsNPXijEP .mbr-section-btn {
  color: #33358c;
}
.cid-tMsNPXijEP .main-sub-title,
.cid-tMsNPXijEP .align-wrapper {
  color: #33358c;
}
.cid-tMsOqbvWUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMsOqbvWUv .container,
.cid-tMsOqbvWUv .container-fluid {
  pointer-events: none;
}
.cid-tMsOqbvWUv .title__block,
.cid-tMsOqbvWUv .button,
.cid-tMsOqbvWUv .wrap {
  pointer-events: all;
}
.cid-tMsOqbvWUv .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-tMsOqbvWUv .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-tMsOqbvWUv .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-tMsOqbvWUv .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #3da2a2 !important;
  color: #ffffff !important;
  border-color: #3da2a2 !important;
}
.cid-tMsOqbvWUv .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-tMsOqbvWUv .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-tMsOqbvWUv .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #3da2a2 !important;
  color: #ffffff !important;
  border-color: #3da2a2 !important;
}
.cid-tMsOqbvWUv .card__wrap:hover .card__title {
  color: #3da2a2;
}
.cid-tMsOqbvWUv .image {
  margin-bottom: 32px;
}
.cid-tMsOqbvWUv .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tMsOqbvWUv .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}
.cid-tMsOqbvWUv .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tMsOqbvWUv .media-container-row {
    justify-content: flex-start;
  }
  .cid-tMsOqbvWUv .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tMsOqbvWUv .media-container-row {
    margin: 0 -15px;
  }
}
.cid-tMsOqbvWUv .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tMsOqbvWUv .animation__background .quadr {
  position: absolute;
  bottom: 18%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-tMsOqbvWUv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #369898;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tMsOqbvWUv .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #9c9e9d;
  animation: animationOne 30s infinite linear;
}
.cid-tMsOqbvWUv .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #149dcc;
  animation: animationTwo 33s infinite linear;
}
.cid-tMsOqbvWUv .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #3da2a2;
  animation: animationOne 23s infinite linear;
}
.cid-tMsOqbvWUv .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #098384;
  animation: animationTwo 26s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMt1gJt1Xx {
  background-color: #ffffff;
}
.cid-tMt1gJt1Xx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMt1gJt1Xx .carousel-item > div {
  width: 100%;
}
.cid-tMt1gJt1Xx h4 {
  margin-top: 1.2rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-tMt1gJt1Xx .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-tMt1gJt1Xx .carousel-item.active,
.cid-tMt1gJt1Xx .carousel-item-next,
.cid-tMt1gJt1Xx .carousel-item-prev {
  display: flex;
}
.cid-tMt1gJt1Xx .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-tMt1gJt1Xx .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-tMt1gJt1Xx .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tMt1gJt1Xx .carousel-controls a {
    width: 5%;
  }
}
.cid-tMt1gJt1Xx .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-tMt1gJt1Xx .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-tMt1gJt1Xx .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tMt1gJt1Xx img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.5;
}
.cid-tMt1gJt1Xx li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-tMt1gJt1Xx li.active {
  background-color: #e9204f;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-tMt1gJt1Xx .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-tMt1gJt1Xx ol {
  margin-bottom: 0;
}
.cid-tMt1gJt1Xx .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-tMt1gJt1Xx .carousel {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tMt1gJt1Xx {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-tMt1gJt1Xx {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tMt1gJt1Xx a {
  color: #fff;
  line-height: 1.5;
}
.cid-tMt1gJt1Xx .wrapper-img {
  position: relative;
  width: 100%;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.cid-tMt1gJt1Xx .title-block {
  position: absolute;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tMt1gJt1Xx .desk {
  color: #fff;
}
.cid-tMt1gJt1Xx .signature {
  color: #fff;
}
.cid-tMt1gJt1Xx .img-block:hover .title-block {
  transform: translateY(-40px);
}
.cid-tMt1gJt1Xx .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  transform: scale(1.1);
}
.cid-tMt1gJt1Xx .img-block:hover .mbr-iconfont {
  opacity: 1;
}
.cid-tMt1gJt1Xx .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tMt1gJt1Xx .img-card {
    margin-top: 2rem;
  }
}
.cid-tMsWvByH79 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMsWvByH79 img,
.cid-tMsWvByH79 .item-img {
  height: 200px;
  object-fit: cover;
}
.cid-tMsWvByH79 .item:focus,
.cid-tMsWvByH79 span:focus {
  outline: none;
}
.cid-tMsWvByH79 .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-tMsWvByH79 .item-content {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.cid-tMsWvByH79 .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tMsWvByH79 .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-tMsWvByH79 .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMsWvByH79 .row {
  margin-top: 5rem;
}
.cid-tMsWvByH79 .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-tMsWvByH79 .item-title {
  transition: 0.5s;
}
.cid-tMsWvByH79 .item-title:hover {
  color: #098384;
}
.cid-tMsWvByH79 .mbr-section-title b:last-child,
.cid-tMsWvByH79 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMt29Hrnam {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tMt29Hrnam img,
.cid-tMt29Hrnam .item-img {
  vertical-align: middle;
}
.cid-tMt29Hrnam .item:focus,
.cid-tMt29Hrnam span:focus {
  outline: none;
}
.cid-tMt29Hrnam .item-img {
  height: 15rem;
}
.cid-tMt29Hrnam .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMt29Hrnam .item-content,
.cid-tMt29Hrnam .item-footer {
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMt29Hrnam .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tMt29Hrnam .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tMt29Hrnam .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tMt29Hrnam .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMt29Hrnam .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMt29Hrnam .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMt29Hrnam .mbr-section-title b:last-child,
.cid-tMt29Hrnam .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tMt29Hrnam .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tMsOTwQCFg {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-tMsOTwQCFg .title__block {
  padding-bottom: 40px;
}
.cid-tMsOTwQCFg .carousel {
  margin-bottom: 80px;
}
.cid-tMsOTwQCFg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tMsOTwQCFg .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-tMsOTwQCFg .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tMsOTwQCFg .carousel-inner {
  overflow: visible !important;
}
.cid-tMsOTwQCFg .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tMsOTwQCFg .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tMsOTwQCFg .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tMsOTwQCFg .user {
  height: 300px;
}
.cid-tMsOTwQCFg .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tMsOTwQCFg .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tMsOTwQCFg .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tMsOTwQCFg .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tMsOTwQCFg .carousel-control-prev {
    left: -2%;
  }
  .cid-tMsOTwQCFg .carousel-control-next {
    left: 6%;
  }
  .cid-tMsOTwQCFg .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tMsOTwQCFg .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tMsOTwQCFg .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tMsOTwQCFg .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tMsOTwQCFg .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tMsOTwQCFg .carousel-controls {
    display: none;
  }
  .cid-tMsOTwQCFg .carousel {
    margin-bottom: 0;
  }
}
.cid-tMsQ0zP30Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMsQ0zP30Q .container-fluid {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.cid-tMsQ0zP30Q .card2 {
  padding-top: 2rem;
}
.cid-tMsQ0zP30Q .mbr-text {
  color: #121212;
}
.cid-tMsQ0zP30Q img {
  border-radius: 50%;
}
.cid-tMsQ0zP30Q .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #5263b8;
}
.cid-tMsQ0zP30Q .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-tMsQ0zP30Q .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-tMsQ0zP30Q .card-box .awesome:hover:after,
.cid-tMsQ0zP30Q .card-box .awesome:focus:after {
  width: 0%;
}
.cid-tMsQ0zP30Q .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-tMsQ0zP30Q .upline .line {
  background-color: #5263b8;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-tMsQ0zP30Q .card-box {
    text-align: center;
  }
  .cid-tMsQ0zP30Q .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-tMsQ0zP30Q .upline {
    padding-left: 0;
  }
  .cid-tMsQ0zP30Q .upline .line {
    display: none;
  }
  .cid-tMsQ0zP30Q .awesome {
    text-align: center !important;
  }
}
.cid-tMsORYM17T {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tMsORYM17T .wrap {
  height: 500px;
}
.cid-tMsORYM17T .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tMsORYM17T .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-tMsORYM17T .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tMsORYM17T .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tMsORYM17T .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tMsORYM17T .parallax__image {
  perspective: 700px;
}
.cid-tMsORYM17T .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-tMsORYM17T .image:hover {
  transform: rotateX(-10deg);
}
.cid-tMsORYM17T .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMsORYM17T .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tMsORYM17T .minwidth {
    height: 200px;
  }
}
.cid-tMsORYM17T .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tMsORYM17T .push-lg {
    left: 8.33333333%;
  }
  .cid-tMsORYM17T .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tMsORYM17T .wrap {
    height: auto;
  }
  .cid-tMsORYM17T .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tMsORYM17T .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tJJk1s1Zmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJJk1s1Zmp .top {
  z-index: 5;
}
.cid-tJJk1s1Zmp .img-col {
  position: relative;
}
.cid-tJJk1s1Zmp .img1 {
  position: absolute;
  max-width: 60%;
  bottom: 0rem;
  right: 1rem;
}
.cid-tJJk1s1Zmp .img2 {
  max-width: 80%;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-tJJk1s1Zmp .img2 {
    padding-bottom: 3rem;
  }
}
.cid-tJJk1s1Zmp img {
  width: 100%;
}
.cid-tJJk1s1Zmp .text-wrapper {
  z-index: 11;
}
.cid-tJJk1s1Zmp .wrapper {
  display: flex;
}
.cid-tJJk1s1Zmp .row {
  align-items: center;
}
.cid-tJJk1s1Zmp .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tJJk1s1Zmp .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #098384;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJJk1s1Zmp .wrapper {
    flex-direction: column;
  }
  .cid-tJJk1s1Zmp .iconfont-wrapper {
    margin: auto;
  }
  .cid-tJJk1s1Zmp .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tJJk1s1Zmp .mbr-section-title {
  color: #161734;
}
.cid-tJJk1s1Zmp .mbr-text,
.cid-tJJk1s1Zmp .mbr-section-btn {
  color: #161734;
}
.cid-tMsT6C0sRT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tMsT6C0sRT .container-fluid {
  padding: 0 3rem;
}
.cid-tMsT6C0sRT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #098384, #e31937);
  display: inline-block;
}
.cid-tMsT6C0sRT .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMsT6C0sRT .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tMsT6C0sRT .card .card-wrapper {
  height: 1%;
}
.cid-tMsT6C0sRT .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tMsT6C0sRT .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tMsT6C0sRT .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-tMsT6C0sRT .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tMsT6C0sRT .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tMsT6C0sRT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tJJqaqwkxK {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gallery02.jpg");
}
.cid-tJJqaqwkxK .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #51aafa);
}
.cid-tJJqaqwkxK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tJJqaqwkxK .text-content {
  padding-right: 1.5rem;
}
.cid-tJJqaqwkxK .mbr-text {
  color: #8d97ad;
}
.cid-tJJqaqwkxK .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tJJqaqwkxK .counter-container {
  padding-top: 1rem;
}
.cid-tJJqaqwkxK .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tJJqaqwkxK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tJJqaqwkxK .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #51aafa;
}
@media (max-width: 991px) {
  .cid-tJJqaqwkxK .main-row {
    margin: 0;
  }
  .cid-tJJqaqwkxK .mbr-section-title,
  .cid-tJJqaqwkxK .mbr-text,
  .cid-tJJqaqwkxK .list,
  .cid-tJJqaqwkxK .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tJJqaqwkxK .text-content {
    padding: 0;
  }
}
.cid-tJJqaqwkxK .mbr-text,
.cid-tJJqaqwkxK .mbr-section-btn {
  color: #ffffff;
}
.cid-tJJqaqwkxK .list {
  color: #ffffff;
}
.cid-tJJqaqwkxK .mbr-section-title {
  color: #51aafa;
}
.cid-tJJqbu4G7T {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-tJJqbu4G7T .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tJJqbu4G7T .section-text {
  color: #8d97ad;
}
.cid-tJJqbu4G7T .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tJJqbu4G7T .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tJJqbu4G7T .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tJJqbu4G7T .mbr-figure {
  background: #ffffff;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-tJJqbu4G7T .mbr-figure .card-text {
  padding: 2rem;
}
.cid-tJJqbu4G7T .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-tJJqbu4G7T .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tJJqbu4G7T .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tJJqbu4G7T .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tJJqbu4G7T .mbr-text {
    text-align: center;
  }
}
.cid-tJJqbu4G7T .card-text {
  color: #000000;
}
#custom-html-v0 {
  /* Type valid CSS here */
}
#custom-html-v0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v0 p {
  font-size: 60px;
  color: #777;
}
.cid-tJJsS4MX51 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .cid-tJJsS4MX51 .mbr-text {
    text-align: center;
  }
}
.cid-tJJsS4MX51 .container-fluid {
  padding: 0;
}
.cid-tJJsS4MX51 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJJsS4MX51 img {
  height: 100%;
  object-fit: cover;
}
.cid-tJJsS4MX51 .mbr-figure {
  height: 100%;
}
.cid-tJJsS4MX51 .col-lg-7 {
  padding: 0;
}
.cid-tJJsS4MX51 .row {
  margin: 0;
}
.cid-tL6Aq5KuI1 {
  padding-top: 45px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tL6Aq5KuI1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tL6Aq5KuI1 .mbr-section-title,
.cid-tL6Aq5KuI1 .mbr-section-subtitle,
.cid-tL6Aq5KuI1 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL6Aq5KuI1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tL6Aq5KuI1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL6Aq5KuI1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL6Aq5KuI1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tL6Aq5KuI1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tL6Aq5KuI1 .icon-focus {
  display: none;
}
.cid-tL6Aq5KuI1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tL6Aq5KuI1 ul {
  font-size: 0;
}
.cid-tL6Aq5KuI1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tL6Aq5KuI1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tL6Aq5KuI1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tL6Aq5KuI1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tL6Aq5KuI1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tL6Aq5KuI1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tL6Aq5KuI1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tL6Aq5KuI1 .btn:hover {
  background: transparent !important;
}
.cid-tL6Aq5KuI1 .btn:hover:before {
  background: transparent !important;
}
.cid-tL6Aq5KuI1 .btn:before {
  background-color: transparent !important;
}
.cid-tL6Aq5KuI1 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLdo67R7Ls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tL6At6iQRp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tL6At6iQRp .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
}
.cid-tL6At6iQRp .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
  margin-bottom: 120px;
}
.cid-tL6At6iQRp .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tL6At6iQRp .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-tL6At6iQRp .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tL6At6iQRp .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-tL6At6iQRp .carousel-item .slider__item:hover {
  border: 2px solid #369898;
}
.cid-tL6At6iQRp .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-tL6At6iQRp .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-tL6At6iQRp .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tL6At6iQRp .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddebe9;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-tL6At6iQRp .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-tL6At6iQRp .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #369898;
}
.cid-tL6At6iQRp .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-tL6At6iQRp .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-tL6At6iQRp .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tL6At6iQRp .link a {
  font-weight: 700;
}
.cid-tL6At6iQRp .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tL6At6iQRp .link:hover span {
  transform: translateX(9px);
}
.cid-tL6At6iQRp .carousel-item.active,
.cid-tL6At6iQRp .carousel-item-next,
.cid-tL6At6iQRp .carousel-item-prev {
  display: flex;
}
.cid-tL6At6iQRp .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL6At6iQRp .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-tL6At6iQRp .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-tL6At6iQRp .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tL6At6iQRp .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tL6At6iQRp .carousel-controls .carousel-control-next,
.cid-tL6At6iQRp .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tL6At6iQRp .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-tL6At6iQRp .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-tL6At6iQRp .cloneditem-1,
.cid-tL6At6iQRp .cloneditem-2,
.cid-tL6At6iQRp .cloneditem-3,
.cid-tL6At6iQRp .cloneditem-4,
.cid-tL6At6iQRp .cloneditem-5 {
  display: none;
}
.cid-tL6At6iQRp .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tL6At6iQRp .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tL6At6iQRp .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tL6At6iQRp .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides2 .cloneditem-1,
  .cid-tL6At6iQRp .carousel-inner.slides2 .cloneditem-2,
  .cid-tL6At6iQRp .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tL6At6iQRp .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tL6At6iQRp .carousel-inner.slides3 .cloneditem-1,
  .cid-tL6At6iQRp .carousel-inner.slides3 .cloneditem-2,
  .cid-tL6At6iQRp .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-tL6At6iQRp .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-tL6At6iQRp .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-tL6At6iQRp .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-tL6At6iQRp .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-tL6At6iQRp .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-tL6At6iQRp .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-tL6At6iQRp .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tL6At6iQRp .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-tL6At6iQRp .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-tL6At6iQRp .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-tL6At6iQRp .carousel-controls {
    display: none;
  }
}
.cid-tL6gW8RlMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tL6gW8RlMx .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-tL6gW8RlMx .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tL6gW8RlMx .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tL6gW8RlMx .mbr-section-title {
  margin-bottom: 33px;
}
.cid-tL6gW8RlMx .slider__image {
  margin-left: 11.8%;
}
.cid-tL6gW8RlMx .img-wrap {
  max-width: 100%;
}
.cid-tL6gW8RlMx .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tL6gW8RlMx .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tL6gW8RlMx .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-tL6gW8RlMx .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tL6gW8RlMx .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tL6gW8RlMx .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-tL6gW8RlMx .carousel-controls a span {
  transition: all .3s;
  color: #003d59;
  font-size: 18px;
}
.cid-tL6gW8RlMx .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tL6gW8RlMx .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tL6gW8RlMx .carousel-controls .carousel-control-next,
.cid-tL6gW8RlMx .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tL6gW8RlMx .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tL6gW8RlMx .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL6gW8RlMx .image-element {
    min-width: 50%;
  }
  .cid-tL6gW8RlMx .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tL6gW8RlMx .two__background:before {
    max-width: 90%;
  }
  .cid-tL6gW8RlMx .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tL6gW8RlMx .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tL6gW8RlMx .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tL6gW8RlMx .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tL6gW8RlMx .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tL6gW8RlMx .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tL6gW8RlMx .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tL6gW8RlMx .img-wrap {
    width: 100%;
  }
  .cid-tL6gW8RlMx .carousel-controls {
    display: none;
  }
  .cid-tL6gW8RlMx .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tJJsQWCMEQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tJJsQWCMEQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tJJsQWCMEQ .mbr-text {
    text-align: center;
  }
}
.cid-tJJsQWCMEQ .container-fluid {
  padding: 0;
}
.cid-tJJsQWCMEQ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJJsQWCMEQ img {
  height: 100%;
  object-fit: cover;
}
.cid-tJJsQWCMEQ .mbr-figure {
  height: 100%;
}
.cid-tJJsQWCMEQ .col-lg-6 {
  padding: 0;
}
.cid-tJJsQWCMEQ .row {
  margin: 0;
}
.cid-tJJsRwfFXt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJJsRwfFXt .mbr-text {
    text-align: center;
  }
}
.cid-tJJsRwfFXt .container-fluid {
  padding: 0;
}
.cid-tJJsRwfFXt .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJJsRwfFXt img {
  height: 100%;
  object-fit: cover;
}
.cid-tJJsRwfFXt .mbr-figure {
  height: 100%;
}
.cid-tJJsRwfFXt .col-lg-6 {
  padding: 0;
}
.cid-tJJsRwfFXt .row {
  margin: 0;
}
.cid-tL6LDheiVA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
}
.cid-tL6LDheiVA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-tL6LDheiVA .link a {
  font-weight: 700;
}
.cid-tL6LDheiVA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tL6LDheiVA .link:hover span {
  transform: translateX(9px);
}
.cid-tL6LDheiVA .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-tL6LDheiVA .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-tL6LDheiVA .card__content:hover {
  transform: scale(0.95);
}
.cid-tL6LDheiVA .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-tL6LDheiVA .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-tL6LDheiVA .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-tL6LDheiVA .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-tL6LDheiVA .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-tL6LDheiVA .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-tL6LDheiVA .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-tL6LDheiVA .title__block {
    margin-bottom: 74px;
  }
  .cid-tL6LDheiVA .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-tL6LDheiVA .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tL6LDheiVA .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-tL6LDheiVA .card__content {
    height: 200px;
  }
  .cid-tL6LDheiVA .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tL6LDheiVA .card__item {
    max-width: 274px;
  }
}
.cid-tJJvix90Rx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJJvix90Rx .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tJJvix90Rx .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-tJJvix90Rx .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-tJJvix90Rx .section-text,
.cid-tJJvix90Rx .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-tJJvix90Rx .section-text,
  .cid-tJJvix90Rx .card-text,
  .cid-tJJvix90Rx .card-title,
  .cid-tJJvix90Rx .mbr-section-title {
    text-align: center;
  }
}
.cid-tJJxJdFgtz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJJxJdFgtz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tJJxJdFgtz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #098384;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tJJxJdFgtz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tJJxJdFgtz .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-tJJxJdFgtz .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tJJxJdFgtz .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tJJxJdFgtz .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #5ca7db;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #58b39a;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-tJJxJdFgtz .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-tJJxJdFgtz .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tJJxJdFgtz .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tJJxJdFgtz .wrapper::before {
    display: none;
  }
}
.cid-tJJsUcgXQg {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tJJsUcgXQg .row {
  justify-content: flex-end;
}
.cid-tJJsUcgXQg h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJJsUcgXQg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJJsUcgXQg .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tJJsUcgXQg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tJJsUcgXQg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tJJsUcgXQg .mbr-text,
.cid-tJJsUcgXQg .mbr-section-btn {
  color: #efefef;
}
.cid-tJJu5gFIHn {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJJu5gFIHn h1 {
  margin-bottom: 0.2rem;
}
.cid-tJJu5gFIHn .container-fluid {
  padding: 0;
}
.cid-tJJu5gFIHn img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tJJu5gFIHn .mbr-figure {
  height: 100%;
}
.cid-tJJu5gFIHn .col-lg-6 {
  padding: 0;
}
.cid-tJJu5gFIHn .mbr-text {
  color: #747474;
}
.cid-tJJu5gFIHn hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tJJu5gFIHn .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tJJu5gFIHn .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-tJJu5gFIHn .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-tJJu5gFIHn .mbr-figure::after {
  content: '';
  background-color: #3da2a2;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tJJu5gFIHn .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-tJJu5gFIHn .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tJJu5gFIHn .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tJJu5gFIHn .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tJJu5gFIHn .btn {
  color: #101010 !important;
}
.cid-tJJu5gFIHn .btn:hover {
  color: #ffffff !important;
}
.cid-tJJu5gFIHn .line-title {
  width: 40px;
  height: 2px;
  background-color: #3da2a2;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tJJu5gFIHn .vertical-line:before {
  content: '';
  background-color: #3da2a2;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tJJxAQKjrh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background420.jpg");
}
.cid-tJJxAQKjrh .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tJJxAQKjrh .mbr-text {
  width: 100%;
  height: auto;
}
.cid-tJJxAQKjrh .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tJJxAQKjrh .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJJxAQKjrh .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tJJt2HWvvq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJJt2HWvvq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tJJt2HWvvq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJJt2HWvvq .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJJt2HWvvq .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJJt2HWvvq .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJJt2HWvvq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tJJt2HWvvq h4 {
  letter-spacing: 2px;
}
.cid-tJJt2HWvvq figcaption {
  position: relative;
}
.cid-tJJt2HWvvq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJJt2HWvvq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tJJt2HWvvq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tJJt2HWvvq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tJJt2HWvvq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tJJt2HWvvq .image-block:before {
    opacity: 0.4;
  }
  .cid-tJJt2HWvvq .image-block .wrap {
    opacity: 1;
  }
}
.cid-tJJt3n3aty {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJJt3n3aty .container-fluid {
  padding: 2rem;
}
.cid-tJJt3n3aty .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-tJJt3n3aty .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJJt3n3aty .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJJt3n3aty .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJJt3n3aty .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJJt3n3aty h4 {
  letter-spacing: 2px;
}
.cid-tJJt3n3aty figcaption {
  position: relative;
}
.cid-tJJt3n3aty figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJJt3n3aty img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJJt3n3aty .image-block {
    height: 400px;
  }
  .cid-tJJt3n3aty .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJJt3n3aty .container-fluid {
    padding: 1rem;
  }
  .cid-tJJt3n3aty .image-block:before {
    opacity: 0.4;
  }
  .cid-tJJt3n3aty .image-block .wrap {
    opacity: 1;
  }
  .cid-tJJt3n3aty .image-block img {
    transform: scale(1.05);
  }
}
.cid-tJJt44fJaO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJJt44fJaO .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-tJJt44fJaO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJJt44fJaO .image-block:hover:before {
  opacity: 0.2;
}
.cid-tJJt44fJaO .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJJt44fJaO h4 {
  letter-spacing: 2px;
}
.cid-tJJt44fJaO figcaption {
  position: relative;
}
.cid-tJJt44fJaO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJJt44fJaO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tJJt44fJaO .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tJJt44fJaO .wrap {
    opacity: 1 !important;
  }
  .cid-tJJt44fJaO .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-tJJt4wwQUd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJJt4wwQUd .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-tJJt4wwQUd .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJJt4wwQUd .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJJt4wwQUd .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJJt4wwQUd .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJJt4wwQUd h4 {
  letter-spacing: 2px;
}
.cid-tJJt4wwQUd figcaption {
  position: relative;
}
.cid-tJJt4wwQUd figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJJt4wwQUd img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tJJt4wwQUd .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJJt4wwQUd .image-block {
    height: 400px;
  }
}
.cid-tJJt7LEKyY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJJt7LEKyY .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
}
.cid-tJJt7LEKyY .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJJt7LEKyY .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJJt7LEKyY .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJJt7LEKyY .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJJt7LEKyY h4 {
  letter-spacing: 2px;
}
.cid-tJJt7LEKyY figcaption {
  position: relative;
}
.cid-tJJt7LEKyY figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJJt7LEKyY img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tJJt7LEKyY .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJJt7LEKyY .image-block {
    height: 400px;
  }
}
#custom-html-v1 {
  /* Type valid CSS here */
}
#custom-html-v1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v1 p {
  font-size: 60px;
  color: #777;
}
.cid-tK7oxhgEBd.popup-builder {
  background-color: #ffffff;
}
.cid-tK7oxhgEBd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tK7oxhgEBd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tK7oxhgEBd .modal-content,
.cid-tK7oxhgEBd .modal-dialog {
  height: auto;
}
.cid-tK7oxhgEBd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tK7oxhgEBd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tK7oxhgEBd .form-wrapper .mbr-form .form-group,
  .cid-tK7oxhgEBd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tK7oxhgEBd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tK7oxhgEBd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tK7oxhgEBd .mbr-text {
  text-align: center;
}
.cid-tK7oxhgEBd .pt-0 {
  padding-top: 0 !important;
}
.cid-tK7oxhgEBd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tK7oxhgEBd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tK7oxhgEBd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tK7oxhgEBd .modal-open {
  overflow: hidden;
}
.cid-tK7oxhgEBd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tK7oxhgEBd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tK7oxhgEBd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tK7oxhgEBd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tK7oxhgEBd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tK7oxhgEBd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tK7oxhgEBd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tK7oxhgEBd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tK7oxhgEBd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tK7oxhgEBd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tK7oxhgEBd .modal-backdrop.show {
  opacity: .5;
}
.cid-tK7oxhgEBd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tK7oxhgEBd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tK7oxhgEBd .modal-header .close:hover {
  opacity: 1;
}
.cid-tK7oxhgEBd .modal-header .close:focus {
  outline: none;
}
.cid-tK7oxhgEBd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tK7oxhgEBd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tK7oxhgEBd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tK7oxhgEBd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tK7oxhgEBd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tK7oxhgEBd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tK7oxhgEBd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tK7oxhgEBd .modal-sm {
    max-width: 300px;
  }
  .cid-tK7oxhgEBd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tK7oxhgEBd .modal-lg,
  .cid-tK7oxhgEBd .modal-xl {
    max-width: 800px;
  }
  .cid-tK7oxhgEBd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tK7oxhgEBd .modal-xl {
    max-width: 1140px;
  }
  .cid-tK7oxhgEBd .container {
    max-width: 1140px;
  }
}
.cid-tK7oxhgEBd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tK7oxhgEBd .container {
    max-width: 720px;
  }
}
.cid-tK7oxhgEBd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tK7oxhgEBd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tK7oxhgEBd .form-group {
  margin-bottom: 1rem;
}
.cid-tK7oxhgEBd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tK7oxhgEBd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tK7oxhgEBd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMaw60I0yk h1 {
  color: #616161;
}
.cid-tMaw60I0yk h2,
.cid-tMaw60I0yk h3,
.cid-tMaw60I0yk p {
  color: #767676;
}
.cid-tMaw60I0yk .mbr-section-subtitle {
  font-style: italic;
}
.cid-tMaw60I0yk .mbr-text,
.cid-tMaw60I0yk .mbr-section-btn {
  color: #efefef;
}
.cid-tMaw60I0yk H1 {
  color: #efefef;
}
.cid-tMaw60I0yk H3 {
  color: #efefef;
}
.cid-tMaw60Rmep {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tMaw60Rmep .container-fluid {
  padding: 0 3rem;
}
.cid-tMaw60Rmep .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #098384, #e31937);
  display: inline-block;
}
.cid-tMaw60Rmep .card {
  display: block;
}
.cid-tMaw60Rmep .card .card-wrapper {
  height: 1%;
}
.cid-tMaw60Rmep .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-tMaw60Rmep .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tMaw60Rmep .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tMaw60Rmep .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMaw60Rmep .prices {
  color: #ffffff;
}
.cid-tMaw60Rmep .oldPrice {
  text-decoration: line-through;
}
.cid-tMaw60Rmep .oldPrice,
.cid-tMaw60Rmep .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-tMaw60Rmep .container-fluid {
    padding: 0 1rem;
  }
  .cid-tMaw60Rmep .text-row {
    padding-bottom: 1rem;
  }
}
.cid-tMaw60Rmep .mbr-section-title,
.cid-tMaw60Rmep .underline {
  text-align: center;
  color: #333333;
}
.cid-tMaw60Rmep .mbr-text,
.cid-tMaw60Rmep .mbr-section-btn {
  color: #444444;
}
.cid-tMaw60Rmep .prices,
.cid-tMaw60Rmep .mbr-section-btn {
  color: #333333;
}
.cid-tMaw60Rmep .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-tMaw616vW2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-tMaw616vW2 .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tMaw616vW2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMaw616vW2 .card-wrap {
  background-color: #ffefcf;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tMaw616vW2 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tMaw616vW2 .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tMaw616vW2 .mbr-section-subtitle,
.cid-tMaw616vW2 .mbr-section-btn {
  color: #333333;
}
.cid-tMaw616vW2 H1 {
  color: #333333;
}
.cid-tMaw61du9M {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tMaw61du9M .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tMaw61mbcC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tMaw61mbcC .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tMaw61mbcC .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMaw61mbcC .card-wrap {
  background-color: #ffefcf;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tMaw61mbcC .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tMaw61mbcC .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tMaw61mbcC .mbr-section-subtitle,
.cid-tMaw61mbcC .mbr-section-btn {
  color: #333333;
}
.cid-tMaw61mbcC H1 {
  color: #333333;
}
.cid-tMaw61tmP7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tMaw61tmP7 .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tMaw61BjsW {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tMaw61BjsW .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tMaw61BjsW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMaw61BjsW .card-wrap {
  background-color: #ffefcf;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tMaw61BjsW .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tMaw61BjsW .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tMaw61BjsW .mbr-section-subtitle,
.cid-tMaw61BjsW .mbr-section-btn {
  color: #333333;
}
.cid-tMaw61BjsW H1 {
  color: #333333;
}
.cid-tMaw61LS7D {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-tMaw61LS7D .mbr-overlay {
  background: #04367c;
  background: linear-gradient(90deg, #04367c, #098484);
}
.cid-tMaw61S66u {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tMaw61S66u .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tMaw61S66u .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMaw61S66u .card-wrap {
  background-color: #ffefcf;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tMaw61S66u .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tMaw61S66u .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tMaw61S66u .mbr-section-subtitle,
.cid-tMaw61S66u .mbr-section-btn {
  color: #333333;
}
.cid-tMaw61S66u H1 {
  color: #333333;
}
.cid-tMaw61ZJjy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/b9547882acf902ede6fafbead843aec9-1-1280x853.jpg");
}
.cid-tMaw61ZJjy .mbr-overlay {
  background: #098484;
  background: linear-gradient(90deg, #098484, #04367c);
}
.cid-tMaw62dSTE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-tMaw62dSTE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tMaw62dSTE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tMaw62dSTE .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tMaw62dSTE .mbr-section-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #369898;
}
.cid-tMaw62dSTE .name {
  margin-top: 0.70rem;
  color: #369898;
  text-align: center;
}
.cid-tMaw62dSTE .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-tMaw62dSTE .mbr-text,
.cid-tMaw62dSTE .mbr-section-data {
  text-align: left;
}
.cid-tMaw62dSTE .mbr-text,
.cid-tMaw62dSTE .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-tMaw62dSTE .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-tMaw62mS6m {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tMaw62mS6m .mbr-overlay {
  background: #04367c;
  background: linear-gradient(to right, #04367c, #098484);
}
.cid-tMaw62mS6m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMaw62mS6m .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tMaw62mS6m .carousel-item .wrap-img {
  text-align: center;
}
.cid-tMaw62mS6m .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tMaw62mS6m .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tMaw62mS6m .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-tMaw62mS6m .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tMaw62mS6m .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tMaw62mS6m .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-tMaw62mS6m .cloneditem-1,
.cid-tMaw62mS6m .cloneditem-2,
.cid-tMaw62mS6m .cloneditem-3,
.cid-tMaw62mS6m .cloneditem-4,
.cid-tMaw62mS6m .cloneditem-5 {
  display: none;
}
.cid-tMaw62mS6m .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tMaw62mS6m .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tMaw62mS6m .carousel-inner {
    z-index: 1;
  }
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides2 .cloneditem-1,
  .cid-tMaw62mS6m .carousel-inner.slides2 .cloneditem-2,
  .cid-tMaw62mS6m .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides3 .cloneditem-1,
  .cid-tMaw62mS6m .carousel-inner.slides3 .cloneditem-2,
  .cid-tMaw62mS6m .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides4 .cloneditem-1,
  .cid-tMaw62mS6m .carousel-inner.slides4 .cloneditem-2,
  .cid-tMaw62mS6m .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides5 .cloneditem-1,
  .cid-tMaw62mS6m .carousel-inner.slides5 .cloneditem-2,
  .cid-tMaw62mS6m .carousel-inner.slides5 .cloneditem-3,
  .cid-tMaw62mS6m .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tMaw62mS6m .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tMaw62mS6m .carousel-inner.slides6 .cloneditem-1,
  .cid-tMaw62mS6m .carousel-inner.slides6 .cloneditem-2,
  .cid-tMaw62mS6m .carousel-inner.slides6 .cloneditem-3,
  .cid-tMaw62mS6m .carousel-inner.slides6 .cloneditem-4,
  .cid-tMaw62mS6m .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tMaw632R8s.popup-builder {
  background-color: #ffffff;
}
.cid-tMaw632R8s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMaw632R8s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMaw632R8s .modal-content,
.cid-tMaw632R8s .modal-dialog {
  height: auto;
}
.cid-tMaw632R8s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMaw632R8s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMaw632R8s .form-wrapper .mbr-form .form-group,
  .cid-tMaw632R8s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMaw632R8s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMaw632R8s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMaw632R8s .mbr-text {
  text-align: left;
}
.cid-tMaw632R8s .pt-0 {
  padding-top: 0 !important;
}
.cid-tMaw632R8s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMaw632R8s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMaw632R8s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMaw632R8s .modal-open {
  overflow: hidden;
}
.cid-tMaw632R8s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMaw632R8s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMaw632R8s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMaw632R8s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMaw632R8s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMaw632R8s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMaw632R8s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMaw632R8s .modal-content {
  background: #fff5dd;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMaw632R8s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMaw632R8s .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMaw632R8s .modal-backdrop.show {
  opacity: .5;
}
.cid-tMaw632R8s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tMaw632R8s .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMaw632R8s .modal-header .close:hover {
  opacity: 1;
}
.cid-tMaw632R8s .modal-header .close:focus {
  outline: none;
}
.cid-tMaw632R8s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMaw632R8s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tMaw632R8s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tMaw632R8s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMaw632R8s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMaw632R8s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMaw632R8s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMaw632R8s .modal-sm {
    max-width: 300px;
  }
  .cid-tMaw632R8s .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tMaw632R8s .modal-lg,
  .cid-tMaw632R8s .modal-xl {
    max-width: 800px;
  }
  .cid-tMaw632R8s .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tMaw632R8s .modal-xl {
    max-width: 1140px;
  }
  .cid-tMaw632R8s .container {
    max-width: 1140px;
  }
}
.cid-tMaw632R8s .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tMaw632R8s .container {
    max-width: 720px;
  }
}
.cid-tMaw632R8s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMaw632R8s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMaw632R8s .form-group {
  margin-bottom: 1rem;
}
.cid-tMaw632R8s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMaw632R8s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMaw632R8s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLpiNHX8OF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/4b37f4160665913.63b82f3099fe6-2.jpg");
}
.cid-tLpiNHX8OF .mbr-section-subtitle {
  color: #efefef;
}
.cid-tLpiNHX8OF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tLpiNHX8OF .container {
    max-width: 1600px;
  }
}
.cid-tLpiNHX8OF .container {
  padding: 0 2rem;
}
.cid-tLpiNHX8OF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tLpiNHX8OF .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tLpiNHX8OF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tLpiNHX8OF .bg1 {
  background: #e5f9ff;
}
.cid-tLpiNHX8OF .bg2 {
  background: #e5ffe8;
}
.cid-tLpiNHX8OF .bg3 {
  background: #fff6e5;
}
.cid-tLpiNHX8OF .bg4 {
  background: #ffe5f6;
}
.cid-tLpiNHX8OF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tLpiNHX8OF .team-item:hover .item-social {
  opacity: 1;
}
.cid-tLpiNHX8OF .team-item .item-image img {
  width: 100%;
}
.cid-tLpiNHX8OF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tLpiNHX8OF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tLpiNHX8OF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tLpiNHX8OF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tLpiNHX8OF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-tLpiNHX8OF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tLpiNHX8OF .item-social {
    opacity: 1;
  }
}
.cid-tLpiNHX8OF .item-name {
  color: #444444;
  text-align: left;
}
.cid-tLpiNHX8OF H2 {
  color: #ffffff;
}
.cid-tLpMgaSl4T {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLpMgaSl4T .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLpMgaSl4T H2 {
  color: #36404c;
  text-align: left;
}
.cid-tLpMgaSl4T H3 {
  color: #36404c;
}
.cid-tLpMgaSl4T .mbr-text,
.cid-tLpMgaSl4T .mbr-section-btn {
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tLpMgaSl4T .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tLpMgaSl4T img {
  filter: invert(0.5);
}
.cid-tLpMgaSl4T .mbr-text,
.cid-tLpMgaSl4T .mbr-section-btn P {
  text-align: center;
}
.cid-tLpiNIGuQX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpiNIGuQX .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tLpiNIGuQX .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #e5f9ff;
  z-index: 0;
}
.cid-tLpiNIGuQX .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLpiNIGuQX .mbr-section-subtitle {
  color: #9dd5e6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLpiNIGuQX .mbr-section-title {
  margin-bottom: 33px;
  color: #232323;
}
.cid-tLpiNIGuQX .slider__image {
  margin-left: 11.8%;
}
.cid-tLpiNIGuQX .img-wrap {
  max-width: 100%;
}
.cid-tLpiNIGuQX .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLpiNIGuQX .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLpiNIGuQX .carousel-indicators .active {
  background: #9dd5e6;
  opacity: 1;
  border: none;
}
.cid-tLpiNIGuQX .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLpiNIGuQX .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9dd5e6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLpiNIGuQX .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9dd5e6;
  background-color: transparent;
}
.cid-tLpiNIGuQX .carousel-controls a span {
  transition: all .3s;
  color: #9dd5e6;
  font-size: 18px;
}
.cid-tLpiNIGuQX .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLpiNIGuQX .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLpiNIGuQX .carousel-controls .carousel-control-next,
.cid-tLpiNIGuQX .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLpiNIGuQX .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLpiNIGuQX .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpiNIGuQX .image-element {
    min-width: 50%;
  }
  .cid-tLpiNIGuQX .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLpiNIGuQX .two__background:before {
    max-width: 90%;
  }
  .cid-tLpiNIGuQX .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLpiNIGuQX .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLpiNIGuQX .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLpiNIGuQX .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLpiNIGuQX .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLpiNIGuQX .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLpiNIGuQX .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLpiNIGuQX .img-wrap {
    width: 100%;
  }
  .cid-tLpiNIGuQX .carousel-controls {
    display: none;
  }
  .cid-tLpiNIGuQX .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLpiNIGuQX .mbr-text {
  color: #000000;
}
.cid-tLpiNJaB5K {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e5f9ff;
}
.cid-tLpiNJaB5K .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tLpiNJaB5K .mbr-section-title,
.cid-tLpiNJaB5K .mbr-section-subtitle,
.cid-tLpiNJaB5K .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLpiNJaB5K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLpiNJaB5K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpiNJaB5K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLpiNJaB5K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLpiNJaB5K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e5f9ff);
}
.cid-tLpiNJaB5K .icon-focus {
  display: none;
}
.cid-tLpiNJaB5K .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLpiNJaB5K ul {
  font-size: 0;
}
.cid-tLpiNJaB5K .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #444444 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tLpiNJaB5K .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tLpiNJaB5K .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #369898;
}
.cid-tLpiNJaB5K .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tLpiNJaB5K .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tLpiNJaB5K .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLpiNJaB5K .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tLpiNJaB5K .btn:hover {
  background: transparent !important;
}
.cid-tLpiNJaB5K .btn:hover:before {
  background: transparent !important;
}
.cid-tLpiNJaB5K .btn:before {
  background-color: transparent !important;
}
.cid-tLpiNJaB5K .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLpiNJxMMZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e5f9ff;
}
.cid-tLpiNJJyyi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLpiNJJyyi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLpiNJJyyi H2 {
  color: #36404c;
  text-align: left;
}
.cid-tLpiNJJyyi H3 {
  color: #36404c;
}
.cid-tLpiNJJyyi .mbr-text,
.cid-tLpiNJJyyi .mbr-section-btn {
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tLpiNJJyyi .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tLpiNJJyyi img {
  filter: invert(0.5);
}
.cid-tLpiNJUAbD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpiNJUAbD .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tLpiNJUAbD .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #e5ffe8;
  z-index: 0;
}
.cid-tLpiNJUAbD .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLpiNJUAbD .mbr-section-subtitle {
  color: #9ee0a6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLpiNJUAbD .mbr-section-title {
  margin-bottom: 33px;
  color: #232323;
}
.cid-tLpiNJUAbD .slider__image {
  margin-left: 11.8%;
}
.cid-tLpiNJUAbD .img-wrap {
  max-width: 100%;
}
.cid-tLpiNJUAbD .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLpiNJUAbD .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLpiNJUAbD .carousel-indicators .active {
  background: #9ee0a6;
  opacity: 1;
  border: none;
}
.cid-tLpiNJUAbD .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLpiNJUAbD .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9ee0a6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLpiNJUAbD .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9ee0a6;
  background-color: transparent;
}
.cid-tLpiNJUAbD .carousel-controls a span {
  transition: all .3s;
  color: #9ee0a6;
  font-size: 18px;
}
.cid-tLpiNJUAbD .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLpiNJUAbD .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLpiNJUAbD .carousel-controls .carousel-control-next,
.cid-tLpiNJUAbD .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLpiNJUAbD .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLpiNJUAbD .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpiNJUAbD .image-element {
    min-width: 50%;
  }
  .cid-tLpiNJUAbD .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLpiNJUAbD .two__background:before {
    max-width: 90%;
  }
  .cid-tLpiNJUAbD .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLpiNJUAbD .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLpiNJUAbD .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLpiNJUAbD .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLpiNJUAbD .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLpiNJUAbD .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLpiNJUAbD .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLpiNJUAbD .img-wrap {
    width: 100%;
  }
  .cid-tLpiNJUAbD .carousel-controls {
    display: none;
  }
  .cid-tLpiNJUAbD .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLpiNJUAbD .mbr-text {
  color: #000000;
}
.cid-tLpiNKnFpB {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e5ffe8;
}
.cid-tLpiNKnFpB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tLpiNKnFpB .mbr-section-title,
.cid-tLpiNKnFpB .mbr-section-subtitle,
.cid-tLpiNKnFpB .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLpiNKnFpB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLpiNKnFpB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpiNKnFpB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLpiNKnFpB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLpiNKnFpB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e5fff4);
}
.cid-tLpiNKnFpB .icon-focus {
  display: none;
}
.cid-tLpiNKnFpB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLpiNKnFpB ul {
  font-size: 0;
}
.cid-tLpiNKnFpB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #444444 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tLpiNKnFpB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tLpiNKnFpB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #369898;
}
.cid-tLpiNKnFpB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tLpiNKnFpB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tLpiNKnFpB .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLpiNKnFpB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tLpiNKnFpB .btn:hover {
  background: transparent !important;
}
.cid-tLpiNKnFpB .btn:hover:before {
  background: transparent !important;
}
.cid-tLpiNKnFpB .btn:before {
  background-color: transparent !important;
}
.cid-tLpiNKnFpB .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLpiNKKTAV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e5ffe8;
}
.cid-tLpiNKZgui {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLpiNKZgui .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLpiNKZgui H2 {
  color: #36404c;
  text-align: left;
}
.cid-tLpiNKZgui H3 {
  color: #36404c;
}
.cid-tLpiNKZgui .mbr-text,
.cid-tLpiNKZgui .mbr-section-btn {
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tLpiNKZgui .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tLpiNKZgui img {
  filter: invert(0.5);
}
.cid-tLpiNLcRMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpiNLcRMH .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tLpiNLcRMH .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #fff6e5;
  z-index: 0;
}
.cid-tLpiNLcRMH .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLpiNLcRMH .mbr-section-subtitle {
  color: #ffd990;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLpiNLcRMH .mbr-section-title {
  margin-bottom: 33px;
  color: #232323;
}
.cid-tLpiNLcRMH .slider__image {
  margin-left: 11.8%;
}
.cid-tLpiNLcRMH .img-wrap {
  max-width: 100%;
}
.cid-tLpiNLcRMH .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLpiNLcRMH .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLpiNLcRMH .carousel-indicators .active {
  background: #ffd990;
  opacity: 1;
  border: none;
}
.cid-tLpiNLcRMH .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLpiNLcRMH .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffd990;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLpiNLcRMH .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffd990;
  background-color: transparent;
}
.cid-tLpiNLcRMH .carousel-controls a span {
  transition: all .3s;
  color: #ffd990;
  font-size: 18px;
}
.cid-tLpiNLcRMH .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLpiNLcRMH .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLpiNLcRMH .carousel-controls .carousel-control-next,
.cid-tLpiNLcRMH .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLpiNLcRMH .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLpiNLcRMH .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpiNLcRMH .image-element {
    min-width: 50%;
  }
  .cid-tLpiNLcRMH .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLpiNLcRMH .two__background:before {
    max-width: 90%;
  }
  .cid-tLpiNLcRMH .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLpiNLcRMH .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLpiNLcRMH .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLpiNLcRMH .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLpiNLcRMH .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLpiNLcRMH .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLpiNLcRMH .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLpiNLcRMH .img-wrap {
    width: 100%;
  }
  .cid-tLpiNLcRMH .carousel-controls {
    display: none;
  }
  .cid-tLpiNLcRMH .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLpiNLcRMH .mbr-text {
  color: #000000;
}
.cid-tLpiNLGDGB {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff6e5;
}
.cid-tLpiNLGDGB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tLpiNLGDGB .mbr-section-title,
.cid-tLpiNLGDGB .mbr-section-subtitle,
.cid-tLpiNLGDGB .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLpiNLGDGB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLpiNLGDGB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpiNLGDGB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLpiNLGDGB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLpiNLGDGB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fffde5);
}
.cid-tLpiNLGDGB .icon-focus {
  display: none;
}
.cid-tLpiNLGDGB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLpiNLGDGB ul {
  font-size: 0;
}
.cid-tLpiNLGDGB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #444444 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tLpiNLGDGB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tLpiNLGDGB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #369898;
}
.cid-tLpiNLGDGB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tLpiNLGDGB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tLpiNLGDGB .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLpiNLGDGB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tLpiNLGDGB .btn:hover {
  background: transparent !important;
}
.cid-tLpiNLGDGB .btn:hover:before {
  background: transparent !important;
}
.cid-tLpiNLGDGB .btn:before {
  background-color: transparent !important;
}
.cid-tLpiNLGDGB .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLpiNLGDGB .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tLpiNM4PeC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff6e5;
}
.cid-tLpiNMk0vl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLpiNMk0vl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLpiNMk0vl H2 {
  color: #36404c;
  text-align: left;
}
.cid-tLpiNMk0vl H3 {
  color: #36404c;
}
.cid-tLpiNMk0vl .mbr-text,
.cid-tLpiNMk0vl .mbr-section-btn {
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tLpiNMk0vl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tLpiNMk0vl img {
  filter: invert(0.5);
}
.cid-tLpiNMxzeY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpiNMxzeY .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tLpiNMxzeY .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffe5f6;
  z-index: 0;
}
.cid-tLpiNMxzeY .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLpiNMxzeY .mbr-section-subtitle {
  color: #ffbde8;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLpiNMxzeY .mbr-section-title {
  margin-bottom: 33px;
  color: #232323;
  text-align: left;
}
.cid-tLpiNMxzeY .slider__image {
  margin-left: 11.8%;
}
.cid-tLpiNMxzeY .img-wrap {
  max-width: 100%;
}
.cid-tLpiNMxzeY .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLpiNMxzeY .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLpiNMxzeY .carousel-indicators .active {
  background: #c5baff;
  opacity: 1;
  border: none;
}
.cid-tLpiNMxzeY .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLpiNMxzeY .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #c5baff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLpiNMxzeY .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #c5baff;
  background-color: transparent;
}
.cid-tLpiNMxzeY .carousel-controls a span {
  transition: all .3s;
  color: #c5baff;
  font-size: 18px;
}
.cid-tLpiNMxzeY .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLpiNMxzeY .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLpiNMxzeY .carousel-controls .carousel-control-next,
.cid-tLpiNMxzeY .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLpiNMxzeY .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLpiNMxzeY .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpiNMxzeY .image-element {
    min-width: 50%;
  }
  .cid-tLpiNMxzeY .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLpiNMxzeY .two__background:before {
    max-width: 90%;
  }
  .cid-tLpiNMxzeY .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLpiNMxzeY .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLpiNMxzeY .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLpiNMxzeY .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLpiNMxzeY .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLpiNMxzeY .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLpiNMxzeY .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLpiNMxzeY .img-wrap {
    width: 100%;
  }
  .cid-tLpiNMxzeY .carousel-controls {
    display: none;
  }
  .cid-tLpiNMxzeY .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLpiNMxzeY .mbr-text {
  color: #000000;
}
.cid-tLpiNN1wkC {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffe5f6;
}
.cid-tLpiNN1wkC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tLpiNN1wkC .mbr-section-title,
.cid-tLpiNN1wkC .mbr-section-subtitle,
.cid-tLpiNN1wkC .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLpiNN1wkC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLpiNN1wkC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpiNN1wkC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLpiNN1wkC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLpiNN1wkC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffe5f6);
}
.cid-tLpiNN1wkC .icon-focus {
  display: none;
}
.cid-tLpiNN1wkC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLpiNN1wkC ul {
  font-size: 0;
}
.cid-tLpiNN1wkC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #444444 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tLpiNN1wkC .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tLpiNN1wkC .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #369898;
}
.cid-tLpiNN1wkC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tLpiNN1wkC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tLpiNN1wkC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLpiNN1wkC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tLpiNN1wkC .btn:hover {
  background: transparent !important;
}
.cid-tLpiNN1wkC .btn:hover:before {
  background: transparent !important;
}
.cid-tLpiNN1wkC .btn:before {
  background-color: transparent !important;
}
.cid-tLpiNN1wkC .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLpiNNtwGM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffe5f6;
}
.cid-tLpiNNIYBX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLpiNNIYBX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLpiNNIYBX H2 {
  color: #36404c;
  text-align: left;
}
.cid-tLpiNNIYBX H3 {
  color: #36404c;
}
.cid-tLpiNNIYBX .mbr-text,
.cid-tLpiNNIYBX .mbr-section-btn {
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tLpiNNIYBX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tLpiNNIYBX img {
  filter: invert(0.5);
}
.cid-tLpiNNXUxO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpiNNXUxO .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tLpiNNXUxO .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #e9e5ff;
  z-index: 0;
}
.cid-tLpiNNXUxO .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tLpiNNXUxO .mbr-section-subtitle {
  color: #c5baff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tLpiNNXUxO .mbr-section-title {
  margin-bottom: 33px;
  color: #232323;
}
.cid-tLpiNNXUxO .slider__image {
  margin-left: 11.8%;
}
.cid-tLpiNNXUxO .img-wrap {
  max-width: 100%;
}
.cid-tLpiNNXUxO .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tLpiNNXUxO .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tLpiNNXUxO .carousel-indicators .active {
  background: #c5baff;
  opacity: 1;
  border: none;
}
.cid-tLpiNNXUxO .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tLpiNNXUxO .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #c5baff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tLpiNNXUxO .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #c5baff;
  background-color: transparent;
}
.cid-tLpiNNXUxO .carousel-controls a span {
  transition: all .3s;
  color: #c5baff;
  font-size: 18px;
}
.cid-tLpiNNXUxO .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tLpiNNXUxO .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tLpiNNXUxO .carousel-controls .carousel-control-next,
.cid-tLpiNNXUxO .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tLpiNNXUxO .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tLpiNNXUxO .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpiNNXUxO .image-element {
    min-width: 50%;
  }
  .cid-tLpiNNXUxO .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tLpiNNXUxO .two__background:before {
    max-width: 90%;
  }
  .cid-tLpiNNXUxO .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tLpiNNXUxO .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tLpiNNXUxO .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tLpiNNXUxO .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tLpiNNXUxO .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tLpiNNXUxO .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tLpiNNXUxO .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tLpiNNXUxO .img-wrap {
    width: 100%;
  }
  .cid-tLpiNNXUxO .carousel-controls {
    display: none;
  }
  .cid-tLpiNNXUxO .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tLpiNNXUxO .mbr-text {
  color: #000000;
}
.cid-tLrnClxhd8 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e9e5ff;
}
.cid-tLrnClxhd8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tLrnClxhd8 .mbr-section-title,
.cid-tLrnClxhd8 .mbr-section-subtitle,
.cid-tLrnClxhd8 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLrnClxhd8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLrnClxhd8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLrnClxhd8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLrnClxhd8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLrnClxhd8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e9e5ff);
}
.cid-tLrnClxhd8 .icon-focus {
  display: none;
}
.cid-tLrnClxhd8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLrnClxhd8 ul {
  font-size: 0;
}
.cid-tLrnClxhd8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #444444 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tLrnClxhd8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tLrnClxhd8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #369898;
}
.cid-tLrnClxhd8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tLrnClxhd8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tLrnClxhd8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tLrnClxhd8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tLrnClxhd8 .btn:hover {
  background: transparent !important;
}
.cid-tLrnClxhd8 .btn:hover:before {
  background: transparent !important;
}
.cid-tLrnClxhd8 .btn:before {
  background-color: transparent !important;
}
.cid-tLrnClxhd8 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tLpiNOUnvd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e5ff;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKGNClhHaz {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #233668;
}
@media (max-width: 767px) {
  .cid-tKGNClhHaz {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tKGNClhHaz img {
  width: 100%;
  border-radius: 30px;
}
.cid-tKGNClhHaz .mbr-section-title {
  color: #ffffff;
}
.cid-tKGNClhHaz .mbr-section-subtitle {
  background-color: #e31937;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tKGNClhHaz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKGNClhHaz .svg-1 path {
  fill: #ffffff;
}
.cid-tKGNClhHaz .container-fluid {
  max-width: 1200px;
}
.cid-tKGNClhHaz .mbr-arrow {
  z-index: 1;
}
.cid-tKGNClhHaz .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tKGNClhHaz .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tKGNClhHaz .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKGNClhHaz .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKGNClhHaz .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tKLqh7RuJy {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tKLqh7RuJy .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKLqh7RuJy .image-block {
  background-color: #9c9e9d;
  position: relative;
  border-radius: 30px;
}
.cid-tKLqh7RuJy .image-block:hover img {
  opacity: 0.5;
}
.cid-tKLqh7RuJy .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tKLqh7RuJy .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tKLqh7RuJy img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tKLqh7RuJy .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tKLqh7RuJy .img-right {
  height: 50%;
}
.cid-tKLqh7RuJy .img-block-left {
  padding-left: 0rem;
}
.cid-tKLqh7RuJy .img-block-right {
  padding-right: 0;
}
.cid-tKLqh7RuJy .inner-dashed-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKLqh7RuJy .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tKLqh7RuJy .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tKLqh7RuJy .mbr-iconfont {
  color: #e31937;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tKLqh7RuJy .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tKLqh7RuJy {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tKLqh7RuJy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKPrwZzLtk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKPrwZzLtk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tKPrwZzLtk .box {
    margin-top: 2.5rem;
  }
}
.cid-tKPrwZzLtk .box {
  background-image: url("../../../assets/images/img-1496.jpg");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-tKPrwZzLtk .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-tKPrwZzLtk .icon-wrap span {
  padding-left: 8px;
}
.cid-tKPrwZzLtk .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKPrwZzLtk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKPrwZzLtk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKPrwZzLtk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKPrwZzLtk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKPrwZzLtk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKPrwZzLtk a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tKPrwZzLtk {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-tKPrwZzLtk .box {
    height: 250px;
  }
}
.cid-tKPrwZzLtk .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-tKPrwZzLtk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tKPrwZzLtk .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-tKPrwZzLtk .row {
    padding: 0 1rem;
  }
}
.cid-tKPrwZzLtk .btn {
  margin-left: 0rem;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPvfpeSci .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvfpeSci .nav-item,
.cid-tMPvfpeSci .nav-link,
.cid-tMPvfpeSci .navbar-caption {
  font-weight: normal;
}
.cid-tMPvfpeSci .nav-item:focus,
.cid-tMPvfpeSci .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPvfpeSci .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPvfpeSci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvfpeSci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPvfpeSci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPvfpeSci .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPvfpeSci .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPvfpeSci .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPvfpeSci .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPvfpeSci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPvfpeSci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPvfpeSci .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPvfpeSci .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPvfpeSci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPvfpeSci .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPvfpeSci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPvfpeSci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPvfpeSci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPvfpeSci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPvfpeSci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPvfpeSci .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPvfpeSci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPvfpeSci .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPvfpeSci .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPvfpeSci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPvfpeSci .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPvfpeSci .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPvfpeSci .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPvfpeSci .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPvfpeSci .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPvfpeSci .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPvfpeSci .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPvfpeSci .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPvfpeSci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPvfpeSci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPvfpeSci .dropdown-item.active,
.cid-tMPvfpeSci .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPvfpeSci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPvfpeSci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPvfpeSci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPvfpeSci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPvfpeSci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPvfpeSci ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPvfpeSci .navbar-buttons {
  text-align: center;
}
.cid-tMPvfpeSci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPvfpeSci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPvfpeSci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPvfpeSci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvfpeSci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvfpeSci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPvfpeSci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvfpeSci nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPvfpeSci nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPvfpeSci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvfpeSci .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPvfpeSci a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPvfpeSci .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPvfpeSci .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPvfpeSci .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPvfpeSci .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPvfpeSci .navbar {
    height: 77px;
  }
  .cid-tMPvfpeSci .navbar.opened {
    height: auto;
  }
  .cid-tMPvfpeSci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKmuI3jKdq {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #233668;
}
@media (max-width: 767px) {
  .cid-tKmuI3jKdq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tKmuI3jKdq img {
  width: 100%;
  border-radius: 30px;
}
.cid-tKmuI3jKdq .mbr-section-title {
  color: #ffffff;
}
.cid-tKmuI3jKdq .mbr-section-subtitle {
  background-color: #e31937;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tKmuI3jKdq .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKmuI3jKdq .svg-1 path {
  fill: #ffffff;
}
.cid-tKmuI3jKdq .container-fluid {
  max-width: 1200px;
}
.cid-tKmuI3jKdq .mbr-arrow {
  z-index: 1;
}
.cid-tKmuI3jKdq .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tKmuI3jKdq .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tKmuI3jKdq .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKmuI3jKdq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKmuI3jKdq .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tKLrog3sG7 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tKLrog3sG7 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKLrog3sG7 .image-block {
  background-color: #9c9e9d;
  position: relative;
  border-radius: 30px;
}
.cid-tKLrog3sG7 .image-block:hover img {
  opacity: 0.5;
}
.cid-tKLrog3sG7 .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tKLrog3sG7 .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tKLrog3sG7 img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tKLrog3sG7 .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tKLrog3sG7 .img-right {
  height: 50%;
}
.cid-tKLrog3sG7 .img-block-left {
  padding-left: 0rem;
}
.cid-tKLrog3sG7 .img-block-right {
  padding-right: 0;
}
.cid-tKLrog3sG7 .inner-dashed-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKLrog3sG7 .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tKLrog3sG7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tKLrog3sG7 .mbr-iconfont {
  color: #e31937;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tKLrog3sG7 .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tKLrog3sG7 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tKLrog3sG7 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKPrCLyzVB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKPrCLyzVB {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-tKPrCLyzVB .box {
    margin-top: 2.5rem;
  }
}
.cid-tKPrCLyzVB .box {
  background-image: url("../../../assets/images/img-1496.jpg");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-tKPrCLyzVB .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-tKPrCLyzVB .icon-wrap span {
  padding-left: 8px;
}
.cid-tKPrCLyzVB .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tKPrCLyzVB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tKPrCLyzVB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tKPrCLyzVB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKPrCLyzVB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKPrCLyzVB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tKPrCLyzVB a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tKPrCLyzVB {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-tKPrCLyzVB .box {
    height: 250px;
  }
}
.cid-tKPrCLyzVB .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-tKPrCLyzVB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tKPrCLyzVB .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-tKPrCLyzVB .row {
    padding: 0 1rem;
  }
}
.cid-tKPrCLyzVB .btn {
  margin-left: 0rem;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKR3gJeg8O {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKR3gJeg8O .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJDkePbNIk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpeg");
}
@media (max-width: 767px) {
  .cid-tJDkePbNIk .mbr-text {
    text-align: center;
  }
}
.cid-tJDkePbNIk .container-fluid {
  padding: 0;
}
.cid-tJDkePbNIk .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJDkePbNIk img {
  height: 100%;
  object-fit: cover;
}
.cid-tJDkePbNIk .mbr-figure {
  height: 100%;
}
.cid-tJDkePbNIk .col-lg-6 {
  padding: 0;
}
.cid-tJDkePbNIk .row {
  margin: 0;
}
.cid-tJDkePbNIk .mbr-text,
.cid-tJDkePbNIk .mbr-section-btn {
  color: #000000;
}
.cid-tJDkePbNIk H1 {
  color: #4e3e21;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPv8YOiE2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv8YOiE2 .nav-item,
.cid-tMPv8YOiE2 .nav-link,
.cid-tMPv8YOiE2 .navbar-caption {
  font-weight: normal;
}
.cid-tMPv8YOiE2 .nav-item:focus,
.cid-tMPv8YOiE2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPv8YOiE2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPv8YOiE2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPv8YOiE2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPv8YOiE2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPv8YOiE2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPv8YOiE2 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPv8YOiE2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPv8YOiE2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPv8YOiE2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPv8YOiE2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPv8YOiE2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPv8YOiE2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPv8YOiE2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPv8YOiE2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPv8YOiE2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPv8YOiE2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPv8YOiE2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPv8YOiE2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPv8YOiE2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPv8YOiE2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPv8YOiE2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPv8YOiE2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPv8YOiE2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPv8YOiE2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPv8YOiE2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPv8YOiE2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPv8YOiE2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPv8YOiE2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPv8YOiE2 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPv8YOiE2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPv8YOiE2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPv8YOiE2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPv8YOiE2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPv8YOiE2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPv8YOiE2 .dropdown-item.active,
.cid-tMPv8YOiE2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPv8YOiE2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPv8YOiE2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPv8YOiE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPv8YOiE2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPv8YOiE2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPv8YOiE2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPv8YOiE2 .navbar-buttons {
  text-align: center;
}
.cid-tMPv8YOiE2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPv8YOiE2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPv8YOiE2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPv8YOiE2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv8YOiE2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPv8YOiE2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPv8YOiE2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv8YOiE2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPv8YOiE2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPv8YOiE2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPv8YOiE2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPv8YOiE2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPv8YOiE2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPv8YOiE2 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPv8YOiE2 .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPv8YOiE2 .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPv8YOiE2 .navbar {
    height: 77px;
  }
  .cid-tMPv8YOiE2 .navbar.opened {
    height: auto;
  }
  .cid-tMPv8YOiE2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJf6s6GbkZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJf6s6GbkZ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tJEJWllcTl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpeg");
}
@media (max-width: 767px) {
  .cid-tJEJWllcTl .mbr-text {
    text-align: center;
  }
}
.cid-tJEJWllcTl .container-fluid {
  padding: 0;
}
.cid-tJEJWllcTl .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJEJWllcTl img {
  height: 100%;
  object-fit: cover;
}
.cid-tJEJWllcTl .mbr-figure {
  height: 100%;
}
.cid-tJEJWllcTl .col-lg-6 {
  padding: 0;
}
.cid-tJEJWllcTl .row {
  margin: 0;
}
.cid-tJEJWllcTl .mbr-text,
.cid-tJEJWllcTl .mbr-section-btn {
  color: #000000;
}
.cid-tJEJWllcTl H1 {
  color: #4e3e21;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLNXovX1R3 {
  background-image: url("../../../assets/images/mbr-18-1920x1227.jpg");
}
@media (max-width: 767px) {
  .cid-tLNXovX1R3 .mbr-text {
    text-align: center;
  }
}
.cid-tLNXovX1R3 .container-fluid {
  padding: 0;
}
.cid-tLNXovX1R3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tLNXovX1R3 img {
  height: 100%;
  object-fit: cover;
}
.cid-tLNXovX1R3 .mbr-figure {
  height: 100%;
}
.cid-tLNXovX1R3 .col-lg-6 {
  padding: 0;
}
.cid-tLNXovX1R3 .row {
  margin: 0;
}
.cid-tLNXovX1R3 .mbr-text,
.cid-tLNXovX1R3 .mbr-section-btn {
  color: #000000;
}
.cid-tLNXovX1R3 H1 {
  color: #4e3e21;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tMPvhrqdhQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvhrqdhQ .nav-item,
.cid-tMPvhrqdhQ .nav-link,
.cid-tMPvhrqdhQ .navbar-caption {
  font-weight: normal;
}
.cid-tMPvhrqdhQ .nav-item:focus,
.cid-tMPvhrqdhQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPvhrqdhQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPvhrqdhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPvhrqdhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPvhrqdhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPvhrqdhQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPvhrqdhQ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPvhrqdhQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPvhrqdhQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPvhrqdhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPvhrqdhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPvhrqdhQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPvhrqdhQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPvhrqdhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPvhrqdhQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPvhrqdhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPvhrqdhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPvhrqdhQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPvhrqdhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPvhrqdhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPvhrqdhQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPvhrqdhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPvhrqdhQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPvhrqdhQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPvhrqdhQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPvhrqdhQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPvhrqdhQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPvhrqdhQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPvhrqdhQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPvhrqdhQ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPvhrqdhQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPvhrqdhQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPvhrqdhQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPvhrqdhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPvhrqdhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPvhrqdhQ .dropdown-item.active,
.cid-tMPvhrqdhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPvhrqdhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPvhrqdhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPvhrqdhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPvhrqdhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPvhrqdhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPvhrqdhQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPvhrqdhQ .navbar-buttons {
  text-align: center;
}
.cid-tMPvhrqdhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPvhrqdhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPvhrqdhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPvhrqdhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvhrqdhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPvhrqdhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPvhrqdhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvhrqdhQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPvhrqdhQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPvhrqdhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPvhrqdhQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPvhrqdhQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPvhrqdhQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPvhrqdhQ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPvhrqdhQ .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPvhrqdhQ .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPvhrqdhQ .navbar {
    height: 77px;
  }
  .cid-tMPvhrqdhQ .navbar.opened {
    height: auto;
  }
  .cid-tMPvhrqdhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLNXOH7MWQ {
  background-image: url("../../../assets/images/mbr-18-1920x1227.jpg");
}
@media (max-width: 767px) {
  .cid-tLNXOH7MWQ .mbr-text {
    text-align: center;
  }
}
.cid-tLNXOH7MWQ .container-fluid {
  padding: 0;
}
.cid-tLNXOH7MWQ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tLNXOH7MWQ img {
  height: 100%;
  object-fit: cover;
}
.cid-tLNXOH7MWQ .mbr-figure {
  height: 100%;
}
.cid-tLNXOH7MWQ .col-lg-6 {
  padding: 0;
}
.cid-tLNXOH7MWQ .row {
  margin: 0;
}
.cid-tLNXOH7MWQ .mbr-text,
.cid-tLNXOH7MWQ .mbr-section-btn {
  color: #000000;
}
.cid-tLNXOH7MWQ H1 {
  color: #4e3e21;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tN1hQDozV0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tN1hQDozV0 .nav-item,
.cid-tN1hQDozV0 .nav-link,
.cid-tN1hQDozV0 .navbar-caption {
  font-weight: normal;
}
.cid-tN1hQDozV0 .nav-item:focus,
.cid-tN1hQDozV0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tN1hQDozV0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tN1hQDozV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tN1hQDozV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN1hQDozV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN1hQDozV0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tN1hQDozV0 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tN1hQDozV0 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tN1hQDozV0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN1hQDozV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN1hQDozV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN1hQDozV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tN1hQDozV0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tN1hQDozV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN1hQDozV0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tN1hQDozV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN1hQDozV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tN1hQDozV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tN1hQDozV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN1hQDozV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN1hQDozV0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tN1hQDozV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN1hQDozV0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tN1hQDozV0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tN1hQDozV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN1hQDozV0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tN1hQDozV0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tN1hQDozV0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tN1hQDozV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tN1hQDozV0 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tN1hQDozV0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tN1hQDozV0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tN1hQDozV0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tN1hQDozV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN1hQDozV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN1hQDozV0 .dropdown-item.active,
.cid-tN1hQDozV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tN1hQDozV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN1hQDozV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN1hQDozV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tN1hQDozV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN1hQDozV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN1hQDozV0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tN1hQDozV0 .navbar-buttons {
  text-align: center;
}
.cid-tN1hQDozV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tN1hQDozV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tN1hQDozV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tN1hQDozV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tN1hQDozV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tN1hQDozV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tN1hQDozV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tN1hQDozV0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tN1hQDozV0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tN1hQDozV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tN1hQDozV0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tN1hQDozV0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tN1hQDozV0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tN1hQDozV0 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tN1hQDozV0 .soc-item {
  margin: .5rem .3rem;
}
.cid-tN1hQDozV0 .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQDozV0 .navbar {
    height: 77px;
  }
  .cid-tN1hQDozV0 .navbar.opened {
    height: auto;
  }
  .cid-tN1hQDozV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN1hQeePyt .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQeePyt .modal-body .close span {
  font-style: normal;
}
.cid-tN1hQeePyt .carousel-inner > .active,
.cid-tN1hQeePyt .carousel-inner > .next,
.cid-tN1hQeePyt .carousel-inner > .prev {
  display: flex;
}
.cid-tN1hQeePyt .carousel-control .icon-next,
.cid-tN1hQeePyt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tN1hQeePyt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tN1hQeePyt .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN1hQeePyt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tN1hQeePyt .boxed-slider > div {
  position: relative;
}
.cid-tN1hQeePyt .container img {
  width: 100%;
}
.cid-tN1hQeePyt .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-tN1hQeePyt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tN1hQeePyt .mbr-table-cell {
  padding: 0;
}
.cid-tN1hQeePyt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tN1hQeePyt .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-tN1hQeePyt .mbr-overlay {
  z-index: 1;
}
.cid-tN1hQeePyt .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tN1hQeePyt .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tN1hQeePyt .carousel-item .container {
    width: 100%;
  }
}
.cid-tN1hQeePyt .carousel-item-next.carousel-item-left,
.cid-tN1hQeePyt .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tN1hQeePyt .active.carousel-item-right,
.cid-tN1hQeePyt .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tN1hQeePyt .active.carousel-item-left,
.cid-tN1hQeePyt .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tN1hQeePyt .mbr-slider .carousel-control {
  top: 70%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tN1hQeePyt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQeePyt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQeePyt .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tN1hQeePyt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN1hQeePyt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tN1hQeePyt .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: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tN1hQeePyt .mbr-slider .carousel-indicators li.active,
.cid-tN1hQeePyt .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tN1hQeePyt .mbr-slider .carousel-indicators li::after,
.cid-tN1hQeePyt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tN1hQeePyt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tN1hQeePyt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tN1hQeePyt .mbr-slider > .container img {
  width: 100%;
}
.cid-tN1hQeePyt .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-tN1hQeePyt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tN1hQeePyt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN1hQeePyt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tN1hQeePyt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tN1hQeePyt .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tN1hQeePyt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tN1hQeePyt .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tN1hQeePyt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tN1hQeePyt .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tN1hQeePyt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tN1hQeePyt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tN1hQeePyt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tN1hQeePyt H2 {
  color: #ffffff;
}
.cid-tN1hQeePyt P {
  color: #efefef;
}
.cid-tN1hQfdgRN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQfdgRN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQfdgRN H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQfdgRN H3 {
  color: #36404c;
}
.cid-tN1hQfdgRN .mbr-text,
.cid-tN1hQfdgRN .mbr-section-btn {
  color: #9dd5e6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQfdgRN .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQfdgRN img {
  filter: invert(0.5);
}
.cid-tN1hQfdgRN .mbr-text,
.cid-tN1hQfdgRN .mbr-section-btn P {
  text-align: center;
}
.cid-tN1hQfHZom {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQfHZom .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #bfe8fc;
  z-index: 0;
}
.cid-tN1hQfHZom .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQfHZom .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQfHZom .mbr-section-subtitle {
  color: #9dd5e6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQfHZom .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQfHZom .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQfHZom .img-wrap {
  max-width: 100%;
}
.cid-tN1hQfHZom .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQfHZom .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQfHZom .carousel-indicators .active {
  background: #9dd5e6;
  opacity: 1;
  border: none;
}
.cid-tN1hQfHZom .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQfHZom .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9dd5e6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQfHZom .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9dd5e6;
  background-color: transparent;
}
.cid-tN1hQfHZom .carousel-controls a span {
  transition: all .3s;
  color: #9dd5e6;
  font-size: 18px;
}
.cid-tN1hQfHZom .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQfHZom .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQfHZom .carousel-controls .carousel-control-next,
.cid-tN1hQfHZom .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQfHZom .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQfHZom .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQfHZom .image-element {
    min-width: 50%;
  }
  .cid-tN1hQfHZom .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQfHZom .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQfHZom .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQfHZom .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQfHZom .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQfHZom .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQfHZom .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQfHZom .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQfHZom .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQfHZom .img-wrap {
    width: 100%;
  }
  .cid-tN1hQfHZom .carousel-controls {
    display: none;
  }
  .cid-tN1hQfHZom .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQfHZom .mbr-text {
  color: #9dd5e6;
}
.cid-tN1hQgCP5O {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQgCP5O .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQgCP5O .mbr-section-title,
.cid-tN1hQgCP5O .mbr-section-subtitle,
.cid-tN1hQgCP5O .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQgCP5O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQgCP5O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQgCP5O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQgCP5O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQgCP5O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #bfe8fc);
}
.cid-tN1hQgCP5O .icon-focus {
  display: none;
}
.cid-tN1hQgCP5O .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQgCP5O ul {
  font-size: 0;
}
.cid-tN1hQgCP5O .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9dd5e6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQgCP5O .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQgCP5O .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bfe8fc;
}
.cid-tN1hQgCP5O .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQgCP5O .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQgCP5O .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQgCP5O .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQgCP5O .btn:hover {
  background: transparent !important;
}
.cid-tN1hQgCP5O .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQgCP5O .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQgCP5O .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQhshjn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQhYbqe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQhYbqe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQhYbqe H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQhYbqe H3 {
  color: #36404c;
}
.cid-tN1hQhYbqe .mbr-text,
.cid-tN1hQhYbqe .mbr-section-btn {
  color: #9ee0a6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQhYbqe .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQhYbqe img {
  filter: invert(0.5);
}
.cid-tN1hQiDo2A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQiDo2A .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #cae3cd;
  z-index: 0;
}
.cid-tN1hQiDo2A .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQiDo2A .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQiDo2A .mbr-section-subtitle {
  color: #9ee0a6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQiDo2A .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQiDo2A .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQiDo2A .img-wrap {
  max-width: 100%;
}
.cid-tN1hQiDo2A .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQiDo2A .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQiDo2A .carousel-indicators .active {
  background: #9ee0a6;
  opacity: 1;
  border: none;
}
.cid-tN1hQiDo2A .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQiDo2A .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9ee0a6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQiDo2A .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9ee0a6;
  background-color: transparent;
}
.cid-tN1hQiDo2A .carousel-controls a span {
  transition: all .3s;
  color: #9ee0a6;
  font-size: 18px;
}
.cid-tN1hQiDo2A .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQiDo2A .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQiDo2A .carousel-controls .carousel-control-next,
.cid-tN1hQiDo2A .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQiDo2A .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQiDo2A .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQiDo2A .image-element {
    min-width: 50%;
  }
  .cid-tN1hQiDo2A .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQiDo2A .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQiDo2A .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQiDo2A .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQiDo2A .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQiDo2A .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQiDo2A .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQiDo2A .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQiDo2A .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQiDo2A .img-wrap {
    width: 100%;
  }
  .cid-tN1hQiDo2A .carousel-controls {
    display: none;
  }
  .cid-tN1hQiDo2A .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQiDo2A .mbr-text {
  color: #9ee0a6;
}
.cid-tN1hQjlQmE {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQjlQmE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQjlQmE .mbr-section-title,
.cid-tN1hQjlQmE .mbr-section-subtitle,
.cid-tN1hQjlQmE .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQjlQmE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQjlQmE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQjlQmE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQjlQmE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQjlQmE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e5ffe8);
}
.cid-tN1hQjlQmE .icon-focus {
  display: none;
}
.cid-tN1hQjlQmE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQjlQmE ul {
  font-size: 0;
}
.cid-tN1hQjlQmE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9ee0a6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQjlQmE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQjlQmE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cae3cd;
}
.cid-tN1hQjlQmE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQjlQmE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQjlQmE .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQjlQmE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQjlQmE .btn:hover {
  background: transparent !important;
}
.cid-tN1hQjlQmE .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQjlQmE .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQjlQmE .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQkaRR9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQkNb4u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQkNb4u .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQkNb4u H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQkNb4u H3 {
  color: #36404c;
}
.cid-tN1hQkNb4u .mbr-text,
.cid-tN1hQkNb4u .mbr-section-btn {
  color: #ffd990;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQkNb4u .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQkNb4u img {
  filter: invert(0.5);
}
.cid-tN1hQlhTyN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQlhTyN .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fff6e5;
  z-index: 0;
}
.cid-tN1hQlhTyN .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tN1hQlhTyN .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQlhTyN .mbr-section-subtitle {
  color: #ffd990;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQlhTyN .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQlhTyN .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQlhTyN .img-wrap {
  max-width: 100%;
}
.cid-tN1hQlhTyN .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQlhTyN .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQlhTyN .carousel-indicators .active {
  background: #ffd990;
  opacity: 1;
  border: none;
}
.cid-tN1hQlhTyN .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQlhTyN .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffd990;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQlhTyN .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffd990;
  background-color: transparent;
}
.cid-tN1hQlhTyN .carousel-controls a span {
  transition: all .3s;
  color: #ffd990;
  font-size: 18px;
}
.cid-tN1hQlhTyN .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQlhTyN .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQlhTyN .carousel-controls .carousel-control-next,
.cid-tN1hQlhTyN .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQlhTyN .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQlhTyN .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQlhTyN .image-element {
    min-width: 50%;
  }
  .cid-tN1hQlhTyN .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQlhTyN .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQlhTyN .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQlhTyN .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQlhTyN .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQlhTyN .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQlhTyN .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQlhTyN .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQlhTyN .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQlhTyN .img-wrap {
    width: 100%;
  }
  .cid-tN1hQlhTyN .carousel-controls {
    display: none;
  }
  .cid-tN1hQlhTyN .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQlhTyN .mbr-text {
  color: #ffd990;
}
.cid-tN1hQm2GlE {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQm2GlE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQm2GlE .mbr-section-title,
.cid-tN1hQm2GlE .mbr-section-subtitle,
.cid-tN1hQm2GlE .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQm2GlE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQm2GlE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQm2GlE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQm2GlE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQm2GlE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fff6e5);
}
.cid-tN1hQm2GlE .icon-focus {
  display: none;
}
.cid-tN1hQm2GlE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQm2GlE ul {
  font-size: 0;
}
.cid-tN1hQm2GlE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffd990 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQm2GlE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQm2GlE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff6e5;
}
.cid-tN1hQm2GlE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQm2GlE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQm2GlE .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQm2GlE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQm2GlE .btn:hover {
  background: transparent !important;
}
.cid-tN1hQm2GlE .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQm2GlE .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQm2GlE .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQm2GlE .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tN1hQndPU2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQnM51V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQnM51V .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQnM51V H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQnM51V H3 {
  color: #36404c;
}
.cid-tN1hQnM51V .mbr-text,
.cid-tN1hQnM51V .mbr-section-btn {
  color: #ffbde8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQnM51V .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQnM51V img {
  filter: invert(0.5);
}
.cid-tN1hQolBbJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQolBbJ .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #ffe5f6;
  z-index: 0;
}
.cid-tN1hQolBbJ .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQolBbJ .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQolBbJ .mbr-section-subtitle {
  color: #ffbde8;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQolBbJ .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQolBbJ .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQolBbJ .img-wrap {
  max-width: 100%;
}
.cid-tN1hQolBbJ .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQolBbJ .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQolBbJ .carousel-indicators .active {
  background: #ffbde8;
  opacity: 1;
  border: none;
}
.cid-tN1hQolBbJ .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQolBbJ .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffbde8;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQolBbJ .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffbde8;
  background-color: transparent;
}
.cid-tN1hQolBbJ .carousel-controls a span {
  transition: all .3s;
  color: #ffbde8;
  font-size: 18px;
}
.cid-tN1hQolBbJ .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQolBbJ .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQolBbJ .carousel-controls .carousel-control-next,
.cid-tN1hQolBbJ .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQolBbJ .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQolBbJ .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQolBbJ .image-element {
    min-width: 50%;
  }
  .cid-tN1hQolBbJ .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQolBbJ .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQolBbJ .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQolBbJ .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQolBbJ .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQolBbJ .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQolBbJ .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQolBbJ .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQolBbJ .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQolBbJ .img-wrap {
    width: 100%;
  }
  .cid-tN1hQolBbJ .carousel-controls {
    display: none;
  }
  .cid-tN1hQolBbJ .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQolBbJ .mbr-text {
  color: #ffbde8;
}
.cid-tN1hQpkxAy {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQpkxAy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQpkxAy .mbr-section-title,
.cid-tN1hQpkxAy .mbr-section-subtitle,
.cid-tN1hQpkxAy .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQpkxAy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQpkxAy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQpkxAy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQpkxAy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQpkxAy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffe5f6);
}
.cid-tN1hQpkxAy .icon-focus {
  display: none;
}
.cid-tN1hQpkxAy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQpkxAy ul {
  font-size: 0;
}
.cid-tN1hQpkxAy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffbde8 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQpkxAy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQpkxAy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffe5f6;
}
.cid-tN1hQpkxAy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQpkxAy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQpkxAy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQpkxAy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQpkxAy .btn:hover {
  background: transparent !important;
}
.cid-tN1hQpkxAy .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQpkxAy .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQpkxAy .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQqwfa9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQrjsyn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQrjsyn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQrjsyn H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQrjsyn H3 {
  color: #36404c;
}
.cid-tN1hQrjsyn .mbr-text,
.cid-tN1hQrjsyn .mbr-section-btn {
  color: #c5baff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQrjsyn .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQrjsyn img {
  filter: invert(0.5);
}
.cid-tN1hQrThpY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQrThpY .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #d2c9ff;
  z-index: 0;
}
.cid-tN1hQrThpY .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQrThpY .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQrThpY .mbr-section-subtitle {
  color: #c5baff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQrThpY .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQrThpY .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQrThpY .img-wrap {
  max-width: 100%;
}
.cid-tN1hQrThpY .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQrThpY .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQrThpY .carousel-indicators .active {
  background: #c5baff;
  opacity: 1;
  border: none;
}
.cid-tN1hQrThpY .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQrThpY .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #c5baff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQrThpY .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #c5baff;
  background-color: transparent;
}
.cid-tN1hQrThpY .carousel-controls a span {
  transition: all .3s;
  color: #c5baff;
  font-size: 18px;
}
.cid-tN1hQrThpY .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQrThpY .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQrThpY .carousel-controls .carousel-control-next,
.cid-tN1hQrThpY .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQrThpY .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQrThpY .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQrThpY .image-element {
    min-width: 50%;
  }
  .cid-tN1hQrThpY .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQrThpY .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQrThpY .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQrThpY .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQrThpY .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQrThpY .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQrThpY .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQrThpY .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQrThpY .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQrThpY .img-wrap {
    width: 100%;
  }
  .cid-tN1hQrThpY .carousel-controls {
    display: none;
  }
  .cid-tN1hQrThpY .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQrThpY .mbr-text {
  color: #c5baff;
}
.cid-tN1hQsH7AG {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQsH7AG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQsH7AG .mbr-section-title,
.cid-tN1hQsH7AG .mbr-section-subtitle,
.cid-tN1hQsH7AG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQsH7AG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQsH7AG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQsH7AG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQsH7AG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQsH7AG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #d2c9ff);
}
.cid-tN1hQsH7AG .icon-focus {
  display: none;
}
.cid-tN1hQsH7AG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQsH7AG ul {
  font-size: 0;
}
.cid-tN1hQsH7AG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #c5baff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQsH7AG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQsH7AG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2c9ff;
}
.cid-tN1hQsH7AG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQsH7AG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQsH7AG .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQsH7AG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQsH7AG .btn:hover {
  background: transparent !important;
}
.cid-tN1hQsH7AG .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQsH7AG .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQsH7AG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQsH7AG .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tN1hQtHqF2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQukFJi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQukFJi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQukFJi H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQukFJi H3 {
  color: #36404c;
}
.cid-tN1hQukFJi .mbr-text,
.cid-tN1hQukFJi .mbr-section-btn {
  color: #d4c9c5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQukFJi .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQukFJi img {
  filter: invert(0.5);
}
.cid-tN1hQuVnh8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQuVnh8 .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #a8998b;
  z-index: 0;
}
.cid-tN1hQuVnh8 .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQuVnh8 .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQuVnh8 .mbr-section-subtitle {
  color: #d4c9c5;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQuVnh8 .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQuVnh8 .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQuVnh8 .img-wrap {
  max-width: 100%;
}
.cid-tN1hQuVnh8 .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQuVnh8 .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQuVnh8 .carousel-indicators .active {
  background: #d4c9c5;
  opacity: 1;
  border: none;
}
.cid-tN1hQuVnh8 .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQuVnh8 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #d4c9c5;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQuVnh8 .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #d4c9c5;
  background-color: transparent;
}
.cid-tN1hQuVnh8 .carousel-controls a span {
  transition: all .3s;
  color: #d4c9c5;
  font-size: 18px;
}
.cid-tN1hQuVnh8 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQuVnh8 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQuVnh8 .carousel-controls .carousel-control-next,
.cid-tN1hQuVnh8 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQuVnh8 .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQuVnh8 .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQuVnh8 .image-element {
    min-width: 50%;
  }
  .cid-tN1hQuVnh8 .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQuVnh8 .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQuVnh8 .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQuVnh8 .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQuVnh8 .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQuVnh8 .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQuVnh8 .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQuVnh8 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQuVnh8 .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQuVnh8 .img-wrap {
    width: 100%;
  }
  .cid-tN1hQuVnh8 .carousel-controls {
    display: none;
  }
  .cid-tN1hQuVnh8 .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQuVnh8 .mbr-text {
  color: #d4c9c5;
}
.cid-tN1hQvHDaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQvHDaZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQvHDaZ .mbr-section-title,
.cid-tN1hQvHDaZ .mbr-section-subtitle,
.cid-tN1hQvHDaZ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQvHDaZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQvHDaZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQvHDaZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQvHDaZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQvHDaZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #a8998b);
}
.cid-tN1hQvHDaZ .icon-focus {
  display: none;
}
.cid-tN1hQvHDaZ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQvHDaZ ul {
  font-size: 0;
}
.cid-tN1hQvHDaZ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d4c9c5 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQvHDaZ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQvHDaZ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a8998b;
}
.cid-tN1hQvHDaZ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQvHDaZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQvHDaZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQvHDaZ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQvHDaZ .btn:hover {
  background: transparent !important;
}
.cid-tN1hQvHDaZ .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQvHDaZ .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQvHDaZ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQvHDaZ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tN1hQwEFaZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQxhBuW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQxhBuW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQxhBuW H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQxhBuW H3 {
  color: #36404c;
}
.cid-tN1hQxhBuW .mbr-text,
.cid-tN1hQxhBuW .mbr-section-btn {
  color: #9cabb7;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQxhBuW .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQxhBuW img {
  filter: invert(0.5);
}
.cid-tN1hQxTbfk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQxTbfk .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #333b41;
  z-index: 0;
}
.cid-tN1hQxTbfk .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQxTbfk .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tN1hQxTbfk .mbr-section-subtitle {
  color: #9cabb7;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQxTbfk .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQxTbfk .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQxTbfk .img-wrap {
  max-width: 100%;
}
.cid-tN1hQxTbfk .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQxTbfk .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQxTbfk .carousel-indicators .active {
  background: #9cabb7;
  opacity: 1;
  border: none;
}
.cid-tN1hQxTbfk .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQxTbfk .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9cabb7;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQxTbfk .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9cabb7;
  background-color: transparent;
}
.cid-tN1hQxTbfk .carousel-controls a span {
  transition: all .3s;
  color: #9cabb7;
  font-size: 18px;
}
.cid-tN1hQxTbfk .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQxTbfk .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQxTbfk .carousel-controls .carousel-control-next,
.cid-tN1hQxTbfk .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQxTbfk .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQxTbfk .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQxTbfk .image-element {
    min-width: 50%;
  }
  .cid-tN1hQxTbfk .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQxTbfk .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQxTbfk .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQxTbfk .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQxTbfk .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQxTbfk .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQxTbfk .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQxTbfk .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQxTbfk .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQxTbfk .img-wrap {
    width: 100%;
  }
  .cid-tN1hQxTbfk .carousel-controls {
    display: none;
  }
  .cid-tN1hQxTbfk .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQxTbfk .mbr-text {
  color: #9cabb7;
}
.cid-tN1hQyGd0o {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQyGd0o .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQyGd0o .mbr-section-title,
.cid-tN1hQyGd0o .mbr-section-subtitle,
.cid-tN1hQyGd0o .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQyGd0o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQyGd0o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQyGd0o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQyGd0o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQyGd0o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-tN1hQyGd0o .icon-focus {
  display: none;
}
.cid-tN1hQyGd0o .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQyGd0o ul {
  font-size: 0;
}
.cid-tN1hQyGd0o .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9cabb7 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQyGd0o .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQyGd0o .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333b41;
}
.cid-tN1hQyGd0o .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQyGd0o .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQyGd0o .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQyGd0o .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQyGd0o .btn:hover {
  background: transparent !important;
}
.cid-tN1hQyGd0o .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQyGd0o .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQyGd0o .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQyGd0o .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tN1hQzzyXp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQAdVvy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tN1hQAdVvy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN1hQAdVvy H2 {
  color: #36404c;
  text-align: left;
}
.cid-tN1hQAdVvy H3 {
  color: #36404c;
}
.cid-tN1hQAdVvy .mbr-text,
.cid-tN1hQAdVvy .mbr-section-btn {
  color: #fce6d3;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tN1hQAdVvy .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tN1hQAdVvy img {
  filter: invert(0.5);
}
.cid-tN1hQAQM6X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tN1hQAQM6X .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fce6d3;
  z-index: 0;
}
.cid-tN1hQAQM6X .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tN1hQAQM6X .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tN1hQAQM6X .mbr-section-subtitle {
  color: #fce6d3;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tN1hQAQM6X .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tN1hQAQM6X .slider__image {
  margin-left: 11.8%;
}
.cid-tN1hQAQM6X .img-wrap {
  max-width: 100%;
}
.cid-tN1hQAQM6X .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tN1hQAQM6X .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tN1hQAQM6X .carousel-indicators .active {
  background: #fce6d3;
  opacity: 1;
  border: none;
}
.cid-tN1hQAQM6X .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tN1hQAQM6X .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #fce6d3;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tN1hQAQM6X .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #fce6d3;
  background-color: transparent;
}
.cid-tN1hQAQM6X .carousel-controls a span {
  transition: all .3s;
  color: #fce6d3;
  font-size: 18px;
}
.cid-tN1hQAQM6X .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tN1hQAQM6X .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tN1hQAQM6X .carousel-controls .carousel-control-next,
.cid-tN1hQAQM6X .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tN1hQAQM6X .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tN1hQAQM6X .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN1hQAQM6X .image-element {
    min-width: 50%;
  }
  .cid-tN1hQAQM6X .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tN1hQAQM6X .two__background:before {
    max-width: 90%;
  }
  .cid-tN1hQAQM6X .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tN1hQAQM6X .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tN1hQAQM6X .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tN1hQAQM6X .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tN1hQAQM6X .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tN1hQAQM6X .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tN1hQAQM6X .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tN1hQAQM6X .img-wrap {
    width: 100%;
  }
  .cid-tN1hQAQM6X .carousel-controls {
    display: none;
  }
  .cid-tN1hQAQM6X .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tN1hQAQM6X .mbr-text {
  color: #fce6d3;
}
.cid-tN1hQBNyHj {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tN1hQBNyHj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tN1hQBNyHj .mbr-section-title,
.cid-tN1hQBNyHj .mbr-section-subtitle,
.cid-tN1hQBNyHj .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN1hQBNyHj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tN1hQBNyHj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN1hQBNyHj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN1hQBNyHj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tN1hQBNyHj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fce6d3);
}
.cid-tN1hQBNyHj .icon-focus {
  display: none;
}
.cid-tN1hQBNyHj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tN1hQBNyHj ul {
  font-size: 0;
}
.cid-tN1hQBNyHj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #fce6d3 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tN1hQBNyHj .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tN1hQBNyHj .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fce6d3;
}
.cid-tN1hQBNyHj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tN1hQBNyHj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tN1hQBNyHj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tN1hQBNyHj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tN1hQBNyHj .btn:hover {
  background: transparent !important;
}
.cid-tN1hQBNyHj .btn:hover:before {
  background: transparent !important;
}
.cid-tN1hQBNyHj .btn:before {
  background-color: transparent !important;
}
.cid-tN1hQBNyHj .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tN1hQBNyHj .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tN1hQCH8tE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tN1hQFm9RJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tN1hQFm9RJ .content {
    text-align: center;
  }
  .cid-tN1hQFm9RJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tN1hQFm9RJ .logo-subtitle {
  color: #8d97ad;
}
.cid-tN1hQFm9RJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tN1hQFm9RJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tN1hQFm9RJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tN1hQFm9RJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tN1hQFm9RJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tN1hQFm9RJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tN1hQFm9RJ .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-tN1hQFm9RJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tN1hQFm9RJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tN1hQFm9RJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tN1hQFm9RJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tN1hQFm9RJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tN1hQFm9RJ .list-item {
  display: flex;
}
.cid-tN1hQFm9RJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tN1hQFm9RJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tN1hQFm9RJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tN1hQFm9RJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tN1hQFm9RJ P {
  color: #999999;
}
.cid-tN1hQFm9RJ .mbr-text {
  color: #999999;
}
.cid-tN1hQFm9RJ .column-title {
  color: #8d97ad;
}
.cid-tN1hQFm9RJ .logo-subtitle,
.cid-tN1hQFm9RJ .media-wrap {
  color: #999999;
}
.cid-tN1hQFm9RJ .copyright > p {
  color: #999999;
}
.cid-tNc4eQra2W .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNc4eQra2W .nav-item,
.cid-tNc4eQra2W .nav-link,
.cid-tNc4eQra2W .navbar-caption {
  font-weight: normal;
}
.cid-tNc4eQra2W .nav-item:focus,
.cid-tNc4eQra2W .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tNc4eQra2W .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNc4eQra2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNc4eQra2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNc4eQra2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNc4eQra2W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tNc4eQra2W .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tNc4eQra2W .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tNc4eQra2W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNc4eQra2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNc4eQra2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNc4eQra2W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tNc4eQra2W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tNc4eQra2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNc4eQra2W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNc4eQra2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNc4eQra2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNc4eQra2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNc4eQra2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNc4eQra2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNc4eQra2W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tNc4eQra2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNc4eQra2W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNc4eQra2W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNc4eQra2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNc4eQra2W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNc4eQra2W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNc4eQra2W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNc4eQra2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNc4eQra2W .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tNc4eQra2W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNc4eQra2W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNc4eQra2W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNc4eQra2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNc4eQra2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNc4eQra2W .dropdown-item.active,
.cid-tNc4eQra2W .dropdown-item:active {
  background-color: transparent;
}
.cid-tNc4eQra2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNc4eQra2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNc4eQra2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tNc4eQra2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNc4eQra2W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNc4eQra2W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNc4eQra2W .navbar-buttons {
  text-align: center;
}
.cid-tNc4eQra2W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNc4eQra2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNc4eQra2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNc4eQra2W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNc4eQra2W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNc4eQra2W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNc4eQra2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNc4eQra2W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNc4eQra2W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNc4eQra2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNc4eQra2W .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNc4eQra2W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tNc4eQra2W .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tNc4eQra2W .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tNc4eQra2W .soc-item {
  margin: .5rem .3rem;
}
.cid-tNc4eQra2W .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNc4eQra2W .navbar {
    height: 77px;
  }
  .cid-tNc4eQra2W .navbar.opened {
    height: auto;
  }
  .cid-tNc4eQra2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNc4eQhFxC .row {
  justify-content: flex-end;
}
.cid-tNc4eQhFxC h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tNc4eQhFxC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tNc4eQhFxC .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tNc4eQhFxC h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tNc4eQhFxC h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tNc4eQhFxC .mbr-text,
.cid-tNc4eQhFxC .mbr-section-btn {
  color: #efefef;
}
.cid-tNc4eQDfae {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tNc4eQDfae .content {
    text-align: center;
  }
  .cid-tNc4eQDfae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tNc4eQDfae .logo-subtitle {
  color: #8d97ad;
}
.cid-tNc4eQDfae .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNc4eQDfae .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNc4eQDfae .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNc4eQDfae .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNc4eQDfae .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNc4eQDfae .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tNc4eQDfae .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-tNc4eQDfae .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tNc4eQDfae .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNc4eQDfae .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNc4eQDfae .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNc4eQDfae .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNc4eQDfae .list-item {
  display: flex;
}
.cid-tNc4eQDfae .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tNc4eQDfae ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tNc4eQDfae ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tNc4eQDfae ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tNc4eQDfae P {
  color: #999999;
}
.cid-tNc4eQDfae .mbr-text {
  color: #999999;
}
.cid-tNc4eQDfae .column-title {
  color: #8d97ad;
}
.cid-tNc4eQDfae .logo-subtitle,
.cid-tNc4eQDfae .media-wrap {
  color: #999999;
}
.cid-tNc4eQDfae .copyright > p {
  color: #999999;
}
.cid-tMPuBCGKpj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .nav-item,
.cid-tMPuBCGKpj .nav-link,
.cid-tMPuBCGKpj .navbar-caption {
  font-weight: normal;
}
.cid-tMPuBCGKpj .nav-item:focus,
.cid-tMPuBCGKpj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMPuBCGKpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMPuBCGKpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMPuBCGKpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMPuBCGKpj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tMPuBCGKpj .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tMPuBCGKpj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tMPuBCGKpj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMPuBCGKpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMPuBCGKpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tMPuBCGKpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMPuBCGKpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMPuBCGKpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMPuBCGKpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMPuBCGKpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tMPuBCGKpj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMPuBCGKpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMPuBCGKpj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMPuBCGKpj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tMPuBCGKpj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMPuBCGKpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMPuBCGKpj .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMPuBCGKpj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMPuBCGKpj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMPuBCGKpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMPuBCGKpj .dropdown-item.active,
.cid-tMPuBCGKpj .dropdown-item:active {
  background-color: transparent;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMPuBCGKpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tMPuBCGKpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMPuBCGKpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMPuBCGKpj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMPuBCGKpj .navbar-buttons {
  text-align: center;
}
.cid-tMPuBCGKpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMPuBCGKpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMPuBCGKpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMPuBCGKpj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMPuBCGKpj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMPuBCGKpj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tMPuBCGKpj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tMPuBCGKpj .soc-item {
  margin: .5rem .3rem;
}
.cid-tMPuBCGKpj .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMPuBCGKpj .navbar {
    height: 77px;
  }
  .cid-tMPuBCGKpj .navbar.opened {
    height: auto;
  }
  .cid-tMPuBCGKpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVMnm5vDj .modal-body .close {
  background: #1b1b1b;
}
.cid-tMVMnm5vDj .modal-body .close span {
  font-style: normal;
}
.cid-tMVMnm5vDj .carousel-inner > .active,
.cid-tMVMnm5vDj .carousel-inner > .next,
.cid-tMVMnm5vDj .carousel-inner > .prev {
  display: flex;
}
.cid-tMVMnm5vDj .carousel-control .icon-next,
.cid-tMVMnm5vDj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tMVMnm5vDj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMVMnm5vDj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMVMnm5vDj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tMVMnm5vDj .boxed-slider > div {
  position: relative;
}
.cid-tMVMnm5vDj .container img {
  width: 100%;
}
.cid-tMVMnm5vDj .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-tMVMnm5vDj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tMVMnm5vDj .mbr-table-cell {
  padding: 0;
}
.cid-tMVMnm5vDj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMVMnm5vDj .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-tMVMnm5vDj .mbr-overlay {
  z-index: 1;
}
.cid-tMVMnm5vDj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tMVMnm5vDj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tMVMnm5vDj .carousel-item .container {
    width: 100%;
  }
}
.cid-tMVMnm5vDj .carousel-item-next.carousel-item-left,
.cid-tMVMnm5vDj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tMVMnm5vDj .active.carousel-item-right,
.cid-tMVMnm5vDj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tMVMnm5vDj .active.carousel-item-left,
.cid-tMVMnm5vDj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tMVMnm5vDj .mbr-slider .carousel-control {
  top: 70%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tMVMnm5vDj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMVMnm5vDj .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: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators li.active,
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators li::after,
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tMVMnm5vDj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tMVMnm5vDj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tMVMnm5vDj .mbr-slider > .container img {
  width: 100%;
}
.cid-tMVMnm5vDj .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-tMVMnm5vDj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tMVMnm5vDj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMVMnm5vDj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tMVMnm5vDj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tMVMnm5vDj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tMVMnm5vDj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tMVMnm5vDj .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tMVMnm5vDj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tMVMnm5vDj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tMVMnm5vDj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tMVMnm5vDj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tMVMnm5vDj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tMVMnm5vDj H2 {
  color: #ffffff;
}
.cid-tMVMnm5vDj P {
  color: #efefef;
}
.cid-tM4SCNWqCt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tM4SCNWqCt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tM4SCNWqCt H2 {
  color: #36404c;
  text-align: left;
}
.cid-tM4SCNWqCt H3 {
  color: #36404c;
}
.cid-tM4SCNWqCt .mbr-text,
.cid-tM4SCNWqCt .mbr-section-btn {
  color: #9dd5e6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM4SCNWqCt .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM4SCNWqCt img {
  filter: invert(0.5);
}
.cid-tM4SCNWqCt .mbr-text,
.cid-tM4SCNWqCt .mbr-section-btn P {
  text-align: center;
}
.cid-tM4SCO5RbC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tM4SCO5RbC .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #bfe8fc;
  z-index: 0;
}
.cid-tM4SCO5RbC .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tM4SCO5RbC .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tM4SCO5RbC .mbr-section-subtitle {
  color: #9dd5e6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tM4SCO5RbC .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tM4SCO5RbC .slider__image {
  margin-left: 11.8%;
}
.cid-tM4SCO5RbC .img-wrap {
  max-width: 100%;
}
.cid-tM4SCO5RbC .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tM4SCO5RbC .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tM4SCO5RbC .carousel-indicators .active {
  background: #9dd5e6;
  opacity: 1;
  border: none;
}
.cid-tM4SCO5RbC .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tM4SCO5RbC .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9dd5e6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tM4SCO5RbC .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9dd5e6;
  background-color: transparent;
}
.cid-tM4SCO5RbC .carousel-controls a span {
  transition: all .3s;
  color: #9dd5e6;
  font-size: 18px;
}
.cid-tM4SCO5RbC .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tM4SCO5RbC .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tM4SCO5RbC .carousel-controls .carousel-control-next,
.cid-tM4SCO5RbC .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tM4SCO5RbC .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tM4SCO5RbC .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4SCO5RbC .image-element {
    min-width: 50%;
  }
  .cid-tM4SCO5RbC .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tM4SCO5RbC .two__background:before {
    max-width: 90%;
  }
  .cid-tM4SCO5RbC .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tM4SCO5RbC .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tM4SCO5RbC .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tM4SCO5RbC .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tM4SCO5RbC .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tM4SCO5RbC .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tM4SCO5RbC .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tM4SCO5RbC .img-wrap {
    width: 100%;
  }
  .cid-tM4SCO5RbC .carousel-controls {
    display: none;
  }
  .cid-tM4SCO5RbC .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tM4SCO5RbC .mbr-text {
  color: #9dd5e6;
}
.cid-tM4SCOohWR {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tM4SCOohWR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tM4SCOohWR .mbr-section-title,
.cid-tM4SCOohWR .mbr-section-subtitle,
.cid-tM4SCOohWR .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM4SCOohWR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tM4SCOohWR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM4SCOohWR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM4SCOohWR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tM4SCOohWR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #bfe8fc);
}
.cid-tM4SCOohWR .icon-focus {
  display: none;
}
.cid-tM4SCOohWR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tM4SCOohWR ul {
  font-size: 0;
}
.cid-tM4SCOohWR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9dd5e6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tM4SCOohWR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tM4SCOohWR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bfe8fc;
}
.cid-tM4SCOohWR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tM4SCOohWR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tM4SCOohWR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tM4SCOohWR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tM4SCOohWR .btn:hover {
  background: transparent !important;
}
.cid-tM4SCOohWR .btn:hover:before {
  background: transparent !important;
}
.cid-tM4SCOohWR .btn:before {
  background-color: transparent !important;
}
.cid-tM4SCOohWR .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tM4SCOAhvw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tM4SCOJfag {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tM4SCOJfag .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tM4SCOJfag H2 {
  color: #36404c;
  text-align: left;
}
.cid-tM4SCOJfag H3 {
  color: #36404c;
}
.cid-tM4SCOJfag .mbr-text,
.cid-tM4SCOJfag .mbr-section-btn {
  color: #9ee0a6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM4SCOJfag .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM4SCOJfag img {
  filter: invert(0.5);
}
.cid-tM4SCORv2g {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tM4SCORv2g .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #cae3cd;
  z-index: 0;
}
.cid-tM4SCORv2g .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tM4SCORv2g .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tM4SCORv2g .mbr-section-subtitle {
  color: #9ee0a6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tM4SCORv2g .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tM4SCORv2g .slider__image {
  margin-left: 11.8%;
}
.cid-tM4SCORv2g .img-wrap {
  max-width: 100%;
}
.cid-tM4SCORv2g .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tM4SCORv2g .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tM4SCORv2g .carousel-indicators .active {
  background: #9ee0a6;
  opacity: 1;
  border: none;
}
.cid-tM4SCORv2g .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tM4SCORv2g .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9ee0a6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tM4SCORv2g .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9ee0a6;
  background-color: transparent;
}
.cid-tM4SCORv2g .carousel-controls a span {
  transition: all .3s;
  color: #9ee0a6;
  font-size: 18px;
}
.cid-tM4SCORv2g .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tM4SCORv2g .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tM4SCORv2g .carousel-controls .carousel-control-next,
.cid-tM4SCORv2g .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tM4SCORv2g .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tM4SCORv2g .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4SCORv2g .image-element {
    min-width: 50%;
  }
  .cid-tM4SCORv2g .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tM4SCORv2g .two__background:before {
    max-width: 90%;
  }
  .cid-tM4SCORv2g .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tM4SCORv2g .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tM4SCORv2g .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tM4SCORv2g .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tM4SCORv2g .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tM4SCORv2g .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tM4SCORv2g .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tM4SCORv2g .img-wrap {
    width: 100%;
  }
  .cid-tM4SCORv2g .carousel-controls {
    display: none;
  }
  .cid-tM4SCORv2g .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tM4SCORv2g .mbr-text {
  color: #9ee0a6;
}
.cid-tM4SCPacfL {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tM4SCPacfL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tM4SCPacfL .mbr-section-title,
.cid-tM4SCPacfL .mbr-section-subtitle,
.cid-tM4SCPacfL .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM4SCPacfL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tM4SCPacfL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM4SCPacfL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM4SCPacfL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tM4SCPacfL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e5ffe8);
}
.cid-tM4SCPacfL .icon-focus {
  display: none;
}
.cid-tM4SCPacfL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tM4SCPacfL ul {
  font-size: 0;
}
.cid-tM4SCPacfL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9ee0a6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tM4SCPacfL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tM4SCPacfL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cae3cd;
}
.cid-tM4SCPacfL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tM4SCPacfL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tM4SCPacfL .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tM4SCPacfL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tM4SCPacfL .btn:hover {
  background: transparent !important;
}
.cid-tM4SCPacfL .btn:hover:before {
  background: transparent !important;
}
.cid-tM4SCPacfL .btn:before {
  background-color: transparent !important;
}
.cid-tM4SCPacfL .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tM4SCPn1LL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tM4SCPwXPq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tM4SCPwXPq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tM4SCPwXPq H2 {
  color: #36404c;
  text-align: left;
}
.cid-tM4SCPwXPq H3 {
  color: #36404c;
}
.cid-tM4SCPwXPq .mbr-text,
.cid-tM4SCPwXPq .mbr-section-btn {
  color: #ffd990;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM4SCPwXPq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM4SCPwXPq img {
  filter: invert(0.5);
}
.cid-tM4SCPE3ZG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tM4SCPE3ZG .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fff6e5;
  z-index: 0;
}
.cid-tM4SCPE3ZG .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tM4SCPE3ZG .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tM4SCPE3ZG .mbr-section-subtitle {
  color: #ffd990;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tM4SCPE3ZG .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tM4SCPE3ZG .slider__image {
  margin-left: 11.8%;
}
.cid-tM4SCPE3ZG .img-wrap {
  max-width: 100%;
}
.cid-tM4SCPE3ZG .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tM4SCPE3ZG .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tM4SCPE3ZG .carousel-indicators .active {
  background: #ffd990;
  opacity: 1;
  border: none;
}
.cid-tM4SCPE3ZG .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tM4SCPE3ZG .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffd990;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tM4SCPE3ZG .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffd990;
  background-color: transparent;
}
.cid-tM4SCPE3ZG .carousel-controls a span {
  transition: all .3s;
  color: #ffd990;
  font-size: 18px;
}
.cid-tM4SCPE3ZG .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tM4SCPE3ZG .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tM4SCPE3ZG .carousel-controls .carousel-control-next,
.cid-tM4SCPE3ZG .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tM4SCPE3ZG .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tM4SCPE3ZG .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4SCPE3ZG .image-element {
    min-width: 50%;
  }
  .cid-tM4SCPE3ZG .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tM4SCPE3ZG .two__background:before {
    max-width: 90%;
  }
  .cid-tM4SCPE3ZG .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tM4SCPE3ZG .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tM4SCPE3ZG .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tM4SCPE3ZG .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tM4SCPE3ZG .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tM4SCPE3ZG .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tM4SCPE3ZG .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tM4SCPE3ZG .img-wrap {
    width: 100%;
  }
  .cid-tM4SCPE3ZG .carousel-controls {
    display: none;
  }
  .cid-tM4SCPE3ZG .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tM4SCPE3ZG .mbr-text {
  color: #ffd990;
}
.cid-tM4SCPVbJ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tM4SCPVbJ4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tM4SCPVbJ4 .mbr-section-title,
.cid-tM4SCPVbJ4 .mbr-section-subtitle,
.cid-tM4SCPVbJ4 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM4SCPVbJ4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tM4SCPVbJ4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM4SCPVbJ4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM4SCPVbJ4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tM4SCPVbJ4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fff6e5);
}
.cid-tM4SCPVbJ4 .icon-focus {
  display: none;
}
.cid-tM4SCPVbJ4 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tM4SCPVbJ4 ul {
  font-size: 0;
}
.cid-tM4SCPVbJ4 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffd990 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tM4SCPVbJ4 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tM4SCPVbJ4 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff6e5;
}
.cid-tM4SCPVbJ4 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tM4SCPVbJ4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tM4SCPVbJ4 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tM4SCPVbJ4 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tM4SCPVbJ4 .btn:hover {
  background: transparent !important;
}
.cid-tM4SCPVbJ4 .btn:hover:before {
  background: transparent !important;
}
.cid-tM4SCPVbJ4 .btn:before {
  background-color: transparent !important;
}
.cid-tM4SCPVbJ4 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tM4SCPVbJ4 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tM4SCQgzZC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tM4SCQpXn9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tM4SCQpXn9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tM4SCQpXn9 H2 {
  color: #36404c;
  text-align: left;
}
.cid-tM4SCQpXn9 H3 {
  color: #36404c;
}
.cid-tM4SCQpXn9 .mbr-text,
.cid-tM4SCQpXn9 .mbr-section-btn {
  color: #ffbde8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM4SCQpXn9 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM4SCQpXn9 img {
  filter: invert(0.5);
}
.cid-tM4SCQAkOy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tM4SCQAkOy .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #ffe5f6;
  z-index: 0;
}
.cid-tM4SCQAkOy .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tM4SCQAkOy .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tM4SCQAkOy .mbr-section-subtitle {
  color: #ffbde8;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tM4SCQAkOy .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tM4SCQAkOy .slider__image {
  margin-left: 11.8%;
}
.cid-tM4SCQAkOy .img-wrap {
  max-width: 100%;
}
.cid-tM4SCQAkOy .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tM4SCQAkOy .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tM4SCQAkOy .carousel-indicators .active {
  background: #ffbde8;
  opacity: 1;
  border: none;
}
.cid-tM4SCQAkOy .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tM4SCQAkOy .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffbde8;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tM4SCQAkOy .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffbde8;
  background-color: transparent;
}
.cid-tM4SCQAkOy .carousel-controls a span {
  transition: all .3s;
  color: #ffbde8;
  font-size: 18px;
}
.cid-tM4SCQAkOy .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tM4SCQAkOy .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tM4SCQAkOy .carousel-controls .carousel-control-next,
.cid-tM4SCQAkOy .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tM4SCQAkOy .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tM4SCQAkOy .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4SCQAkOy .image-element {
    min-width: 50%;
  }
  .cid-tM4SCQAkOy .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tM4SCQAkOy .two__background:before {
    max-width: 90%;
  }
  .cid-tM4SCQAkOy .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tM4SCQAkOy .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tM4SCQAkOy .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tM4SCQAkOy .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tM4SCQAkOy .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tM4SCQAkOy .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tM4SCQAkOy .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tM4SCQAkOy .img-wrap {
    width: 100%;
  }
  .cid-tM4SCQAkOy .carousel-controls {
    display: none;
  }
  .cid-tM4SCQAkOy .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tM4SCQAkOy .mbr-text {
  color: #ffbde8;
}
.cid-tM4SCQUkUw {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tM4SCQUkUw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tM4SCQUkUw .mbr-section-title,
.cid-tM4SCQUkUw .mbr-section-subtitle,
.cid-tM4SCQUkUw .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM4SCQUkUw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tM4SCQUkUw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM4SCQUkUw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM4SCQUkUw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tM4SCQUkUw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffe5f6);
}
.cid-tM4SCQUkUw .icon-focus {
  display: none;
}
.cid-tM4SCQUkUw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tM4SCQUkUw ul {
  font-size: 0;
}
.cid-tM4SCQUkUw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffbde8 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tM4SCQUkUw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tM4SCQUkUw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffe5f6;
}
.cid-tM4SCQUkUw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tM4SCQUkUw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tM4SCQUkUw .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tM4SCQUkUw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tM4SCQUkUw .btn:hover {
  background: transparent !important;
}
.cid-tM4SCQUkUw .btn:hover:before {
  background: transparent !important;
}
.cid-tM4SCQUkUw .btn:before {
  background-color: transparent !important;
}
.cid-tM4SCQUkUw .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tM4SCRgI7F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tM4SCRYnNI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tM4SCRYnNI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tM4SCRYnNI H2 {
  color: #36404c;
  text-align: left;
}
.cid-tM4SCRYnNI H3 {
  color: #36404c;
}
.cid-tM4SCRYnNI .mbr-text,
.cid-tM4SCRYnNI .mbr-section-btn {
  color: #c5baff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tM4SCRYnNI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tM4SCRYnNI img {
  filter: invert(0.5);
}
.cid-tM4SCSA6Mz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tM4SCSA6Mz .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #d2c9ff;
  z-index: 0;
}
.cid-tM4SCSA6Mz .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tM4SCSA6Mz .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tM4SCSA6Mz .mbr-section-subtitle {
  color: #c5baff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tM4SCSA6Mz .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tM4SCSA6Mz .slider__image {
  margin-left: 11.8%;
}
.cid-tM4SCSA6Mz .img-wrap {
  max-width: 100%;
}
.cid-tM4SCSA6Mz .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tM4SCSA6Mz .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tM4SCSA6Mz .carousel-indicators .active {
  background: #c5baff;
  opacity: 1;
  border: none;
}
.cid-tM4SCSA6Mz .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tM4SCSA6Mz .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #c5baff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tM4SCSA6Mz .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #c5baff;
  background-color: transparent;
}
.cid-tM4SCSA6Mz .carousel-controls a span {
  transition: all .3s;
  color: #c5baff;
  font-size: 18px;
}
.cid-tM4SCSA6Mz .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tM4SCSA6Mz .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tM4SCSA6Mz .carousel-controls .carousel-control-next,
.cid-tM4SCSA6Mz .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tM4SCSA6Mz .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tM4SCSA6Mz .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4SCSA6Mz .image-element {
    min-width: 50%;
  }
  .cid-tM4SCSA6Mz .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tM4SCSA6Mz .two__background:before {
    max-width: 90%;
  }
  .cid-tM4SCSA6Mz .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tM4SCSA6Mz .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tM4SCSA6Mz .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tM4SCSA6Mz .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tM4SCSA6Mz .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tM4SCSA6Mz .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tM4SCSA6Mz .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tM4SCSA6Mz .img-wrap {
    width: 100%;
  }
  .cid-tM4SCSA6Mz .carousel-controls {
    display: none;
  }
  .cid-tM4SCSA6Mz .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tM4SCSA6Mz .mbr-text {
  color: #c5baff;
}
.cid-tM4SCTuk6c {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tM4SCTuk6c .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tM4SCTuk6c .mbr-section-title,
.cid-tM4SCTuk6c .mbr-section-subtitle,
.cid-tM4SCTuk6c .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tM4SCTuk6c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tM4SCTuk6c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM4SCTuk6c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tM4SCTuk6c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tM4SCTuk6c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #d2c9ff);
}
.cid-tM4SCTuk6c .icon-focus {
  display: none;
}
.cid-tM4SCTuk6c .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tM4SCTuk6c ul {
  font-size: 0;
}
.cid-tM4SCTuk6c .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #c5baff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tM4SCTuk6c .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tM4SCTuk6c .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2c9ff;
}
.cid-tM4SCTuk6c .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tM4SCTuk6c .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tM4SCTuk6c .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tM4SCTuk6c .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tM4SCTuk6c .btn:hover {
  background: transparent !important;
}
.cid-tM4SCTuk6c .btn:hover:before {
  background: transparent !important;
}
.cid-tM4SCTuk6c .btn:before {
  background-color: transparent !important;
}
.cid-tM4SCTuk6c .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tM4SCTuk6c .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tM4SCUDjFl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMmbG4XYlo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tMmbG4XYlo .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tMmbG4XYlo H2 {
  color: #36404c;
  text-align: left;
}
.cid-tMmbG4XYlo H3 {
  color: #36404c;
}
.cid-tMmbG4XYlo .mbr-text,
.cid-tMmbG4XYlo .mbr-section-btn {
  color: #d4c9c5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tMmbG4XYlo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tMmbG4XYlo img {
  filter: invert(0.5);
}
.cid-tMmbGZ4gRv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tMmbGZ4gRv .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #a8998b;
  z-index: 0;
}
.cid-tMmbGZ4gRv .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tMmbGZ4gRv .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tMmbGZ4gRv .mbr-section-subtitle {
  color: #d4c9c5;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tMmbGZ4gRv .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tMmbGZ4gRv .slider__image {
  margin-left: 11.8%;
}
.cid-tMmbGZ4gRv .img-wrap {
  max-width: 100%;
}
.cid-tMmbGZ4gRv .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tMmbGZ4gRv .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tMmbGZ4gRv .carousel-indicators .active {
  background: #d4c9c5;
  opacity: 1;
  border: none;
}
.cid-tMmbGZ4gRv .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tMmbGZ4gRv .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #d4c9c5;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tMmbGZ4gRv .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #d4c9c5;
  background-color: transparent;
}
.cid-tMmbGZ4gRv .carousel-controls a span {
  transition: all .3s;
  color: #d4c9c5;
  font-size: 18px;
}
.cid-tMmbGZ4gRv .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tMmbGZ4gRv .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tMmbGZ4gRv .carousel-controls .carousel-control-next,
.cid-tMmbGZ4gRv .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tMmbGZ4gRv .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tMmbGZ4gRv .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMmbGZ4gRv .image-element {
    min-width: 50%;
  }
  .cid-tMmbGZ4gRv .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tMmbGZ4gRv .two__background:before {
    max-width: 90%;
  }
  .cid-tMmbGZ4gRv .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tMmbGZ4gRv .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tMmbGZ4gRv .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tMmbGZ4gRv .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tMmbGZ4gRv .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tMmbGZ4gRv .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tMmbGZ4gRv .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tMmbGZ4gRv .img-wrap {
    width: 100%;
  }
  .cid-tMmbGZ4gRv .carousel-controls {
    display: none;
  }
  .cid-tMmbGZ4gRv .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tMmbGZ4gRv .mbr-text {
  color: #d4c9c5;
}
.cid-tMmbHFQStl {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tMmbHFQStl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tMmbHFQStl .mbr-section-title,
.cid-tMmbHFQStl .mbr-section-subtitle,
.cid-tMmbHFQStl .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMmbHFQStl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tMmbHFQStl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMmbHFQStl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMmbHFQStl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tMmbHFQStl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #a8998b);
}
.cid-tMmbHFQStl .icon-focus {
  display: none;
}
.cid-tMmbHFQStl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tMmbHFQStl ul {
  font-size: 0;
}
.cid-tMmbHFQStl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d4c9c5 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tMmbHFQStl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tMmbHFQStl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a8998b;
}
.cid-tMmbHFQStl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tMmbHFQStl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tMmbHFQStl .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tMmbHFQStl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tMmbHFQStl .btn:hover {
  background: transparent !important;
}
.cid-tMmbHFQStl .btn:hover:before {
  background: transparent !important;
}
.cid-tMmbHFQStl .btn:before {
  background-color: transparent !important;
}
.cid-tMmbHFQStl .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tMmbHFQStl .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tMmbK5hGKX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMyaJOObAH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tMyaJOObAH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tMyaJOObAH H2 {
  color: #36404c;
  text-align: left;
}
.cid-tMyaJOObAH H3 {
  color: #36404c;
}
.cid-tMyaJOObAH .mbr-text,
.cid-tMyaJOObAH .mbr-section-btn {
  color: #9cabb7;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tMyaJOObAH .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tMyaJOObAH img {
  filter: invert(0.5);
}
.cid-tMyaL7gFPt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tMyaL7gFPt .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #333b41;
  z-index: 0;
}
.cid-tMyaL7gFPt .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tMyaL7gFPt .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tMyaL7gFPt .mbr-section-subtitle {
  color: #9cabb7;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tMyaL7gFPt .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tMyaL7gFPt .slider__image {
  margin-left: 11.8%;
}
.cid-tMyaL7gFPt .img-wrap {
  max-width: 100%;
}
.cid-tMyaL7gFPt .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tMyaL7gFPt .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tMyaL7gFPt .carousel-indicators .active {
  background: #9cabb7;
  opacity: 1;
  border: none;
}
.cid-tMyaL7gFPt .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tMyaL7gFPt .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9cabb7;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tMyaL7gFPt .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9cabb7;
  background-color: transparent;
}
.cid-tMyaL7gFPt .carousel-controls a span {
  transition: all .3s;
  color: #9cabb7;
  font-size: 18px;
}
.cid-tMyaL7gFPt .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tMyaL7gFPt .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tMyaL7gFPt .carousel-controls .carousel-control-next,
.cid-tMyaL7gFPt .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tMyaL7gFPt .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tMyaL7gFPt .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMyaL7gFPt .image-element {
    min-width: 50%;
  }
  .cid-tMyaL7gFPt .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tMyaL7gFPt .two__background:before {
    max-width: 90%;
  }
  .cid-tMyaL7gFPt .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tMyaL7gFPt .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tMyaL7gFPt .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tMyaL7gFPt .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tMyaL7gFPt .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tMyaL7gFPt .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tMyaL7gFPt .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tMyaL7gFPt .img-wrap {
    width: 100%;
  }
  .cid-tMyaL7gFPt .carousel-controls {
    display: none;
  }
  .cid-tMyaL7gFPt .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tMyaL7gFPt .mbr-text {
  color: #9cabb7;
}
.cid-tMyaNr1RXd {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tMyaNr1RXd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tMyaNr1RXd .mbr-section-title,
.cid-tMyaNr1RXd .mbr-section-subtitle,
.cid-tMyaNr1RXd .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMyaNr1RXd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tMyaNr1RXd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMyaNr1RXd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMyaNr1RXd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tMyaNr1RXd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-tMyaNr1RXd .icon-focus {
  display: none;
}
.cid-tMyaNr1RXd .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tMyaNr1RXd ul {
  font-size: 0;
}
.cid-tMyaNr1RXd .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9cabb7 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tMyaNr1RXd .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tMyaNr1RXd .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333b41;
}
.cid-tMyaNr1RXd .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tMyaNr1RXd .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tMyaNr1RXd .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tMyaNr1RXd .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tMyaNr1RXd .btn:hover {
  background: transparent !important;
}
.cid-tMyaNr1RXd .btn:hover:before {
  background: transparent !important;
}
.cid-tMyaNr1RXd .btn:before {
  background-color: transparent !important;
}
.cid-tMyaNr1RXd .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tMyaNr1RXd .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tMyaOhwEy5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMyaiAFQyl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tMyaiAFQyl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tMyaiAFQyl H2 {
  color: #36404c;
  text-align: left;
}
.cid-tMyaiAFQyl H3 {
  color: #36404c;
}
.cid-tMyaiAFQyl .mbr-text,
.cid-tMyaiAFQyl .mbr-section-btn {
  color: #fce6d3;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tMyaiAFQyl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tMyaiAFQyl img {
  filter: invert(0.5);
}
.cid-tMyajyBvaP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tMyajyBvaP .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fce6d3;
  z-index: 0;
}
.cid-tMyajyBvaP .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tMyajyBvaP .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tMyajyBvaP .mbr-section-subtitle {
  color: #fce6d3;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tMyajyBvaP .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tMyajyBvaP .slider__image {
  margin-left: 11.8%;
}
.cid-tMyajyBvaP .img-wrap {
  max-width: 100%;
}
.cid-tMyajyBvaP .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tMyajyBvaP .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tMyajyBvaP .carousel-indicators .active {
  background: #fce6d3;
  opacity: 1;
  border: none;
}
.cid-tMyajyBvaP .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tMyajyBvaP .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #fce6d3;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tMyajyBvaP .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #fce6d3;
  background-color: transparent;
}
.cid-tMyajyBvaP .carousel-controls a span {
  transition: all .3s;
  color: #fce6d3;
  font-size: 18px;
}
.cid-tMyajyBvaP .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tMyajyBvaP .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tMyajyBvaP .carousel-controls .carousel-control-next,
.cid-tMyajyBvaP .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tMyajyBvaP .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tMyajyBvaP .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMyajyBvaP .image-element {
    min-width: 50%;
  }
  .cid-tMyajyBvaP .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tMyajyBvaP .two__background:before {
    max-width: 90%;
  }
  .cid-tMyajyBvaP .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tMyajyBvaP .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tMyajyBvaP .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tMyajyBvaP .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tMyajyBvaP .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tMyajyBvaP .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tMyajyBvaP .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tMyajyBvaP .img-wrap {
    width: 100%;
  }
  .cid-tMyajyBvaP .carousel-controls {
    display: none;
  }
  .cid-tMyajyBvaP .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tMyajyBvaP .mbr-text {
  color: #fce6d3;
}
.cid-tMyajYXem0 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tMyajYXem0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tMyajYXem0 .mbr-section-title,
.cid-tMyajYXem0 .mbr-section-subtitle,
.cid-tMyajYXem0 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMyajYXem0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tMyajYXem0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMyajYXem0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMyajYXem0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tMyajYXem0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fce6d3);
}
.cid-tMyajYXem0 .icon-focus {
  display: none;
}
.cid-tMyajYXem0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tMyajYXem0 ul {
  font-size: 0;
}
.cid-tMyajYXem0 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #fce6d3 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tMyajYXem0 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tMyajYXem0 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fce6d3;
}
.cid-tMyajYXem0 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tMyajYXem0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tMyajYXem0 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tMyajYXem0 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tMyajYXem0 .btn:hover {
  background: transparent !important;
}
.cid-tMyajYXem0 .btn:hover:before {
  background: transparent !important;
}
.cid-tMyajYXem0 .btn:before {
  background-color: transparent !important;
}
.cid-tMyajYXem0 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tMyajYXem0 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tMyakARoiy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMPLJonOH9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .content {
    text-align: center;
  }
  .cid-tMPLJonOH9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMPLJonOH9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMPLJonOH9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMPLJonOH9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMPLJonOH9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tMPLJonOH9 .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-tMPLJonOH9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tMPLJonOH9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMPLJonOH9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMPLJonOH9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMPLJonOH9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMPLJonOH9 .list-item {
  display: flex;
}
.cid-tMPLJonOH9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tMPLJonOH9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tMPLJonOH9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tMPLJonOH9 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tMPLJonOH9 P {
  color: #999999;
}
.cid-tMPLJonOH9 .mbr-text {
  color: #999999;
}
.cid-tMPLJonOH9 .column-title {
  color: #8d97ad;
}
.cid-tMPLJonOH9 .logo-subtitle,
.cid-tMPLJonOH9 .media-wrap {
  color: #999999;
}
.cid-tMPLJonOH9 .copyright > p {
  color: #999999;
}
.cid-tT3F3QQMv5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tT3F3QQMv5 .nav-item,
.cid-tT3F3QQMv5 .nav-link,
.cid-tT3F3QQMv5 .navbar-caption {
  font-weight: normal;
}
.cid-tT3F3QQMv5 .nav-item:focus,
.cid-tT3F3QQMv5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tT3F3QQMv5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tT3F3QQMv5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tT3F3QQMv5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT3F3QQMv5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT3F3QQMv5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-tT3F3QQMv5 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tT3F3QQMv5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tT3F3QQMv5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT3F3QQMv5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT3F3QQMv5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT3F3QQMv5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tT3F3QQMv5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tT3F3QQMv5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT3F3QQMv5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tT3F3QQMv5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT3F3QQMv5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT3F3QQMv5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tT3F3QQMv5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT3F3QQMv5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT3F3QQMv5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tT3F3QQMv5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT3F3QQMv5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tT3F3QQMv5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tT3F3QQMv5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT3F3QQMv5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tT3F3QQMv5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tT3F3QQMv5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tT3F3QQMv5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tT3F3QQMv5 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tT3F3QQMv5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tT3F3QQMv5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tT3F3QQMv5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT3F3QQMv5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT3F3QQMv5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT3F3QQMv5 .dropdown-item.active,
.cid-tT3F3QQMv5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tT3F3QQMv5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT3F3QQMv5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT3F3QQMv5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tT3F3QQMv5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT3F3QQMv5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT3F3QQMv5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tT3F3QQMv5 .navbar-buttons {
  text-align: center;
}
.cid-tT3F3QQMv5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tT3F3QQMv5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT3F3QQMv5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tT3F3QQMv5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tT3F3QQMv5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tT3F3QQMv5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tT3F3QQMv5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT3F3QQMv5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tT3F3QQMv5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tT3F3QQMv5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tT3F3QQMv5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tT3F3QQMv5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT3F3QQMv5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tT3F3QQMv5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tT3F3QQMv5 .soc-item {
  margin: .5rem .3rem;
}
.cid-tT3F3QQMv5 .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3QQMv5 .navbar {
    height: 77px;
  }
  .cid-tT3F3QQMv5 .navbar.opened {
    height: auto;
  }
  .cid-tT3F3QQMv5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT3F3EA3lE .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3EA3lE .modal-body .close span {
  font-style: normal;
}
.cid-tT3F3EA3lE .carousel-inner > .active,
.cid-tT3F3EA3lE .carousel-inner > .next,
.cid-tT3F3EA3lE .carousel-inner > .prev {
  display: flex;
}
.cid-tT3F3EA3lE .carousel-control .icon-next,
.cid-tT3F3EA3lE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tT3F3EA3lE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT3F3EA3lE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tT3F3EA3lE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tT3F3EA3lE .boxed-slider > div {
  position: relative;
}
.cid-tT3F3EA3lE .container img {
  width: 100%;
}
.cid-tT3F3EA3lE .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-tT3F3EA3lE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tT3F3EA3lE .mbr-table-cell {
  padding: 0;
}
.cid-tT3F3EA3lE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tT3F3EA3lE .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-tT3F3EA3lE .mbr-overlay {
  z-index: 1;
}
.cid-tT3F3EA3lE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tT3F3EA3lE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tT3F3EA3lE .carousel-item .container {
    width: 100%;
  }
}
.cid-tT3F3EA3lE .carousel-item-next.carousel-item-left,
.cid-tT3F3EA3lE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tT3F3EA3lE .active.carousel-item-right,
.cid-tT3F3EA3lE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tT3F3EA3lE .active.carousel-item-left,
.cid-tT3F3EA3lE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tT3F3EA3lE .mbr-slider .carousel-control {
  top: 70%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tT3F3EA3lE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tT3F3EA3lE .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: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators li.active,
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators li::after,
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tT3F3EA3lE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tT3F3EA3lE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tT3F3EA3lE .mbr-slider > .container img {
  width: 100%;
}
.cid-tT3F3EA3lE .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-tT3F3EA3lE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tT3F3EA3lE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tT3F3EA3lE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tT3F3EA3lE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tT3F3EA3lE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tT3F3EA3lE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tT3F3EA3lE .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tT3F3EA3lE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tT3F3EA3lE .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tT3F3EA3lE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tT3F3EA3lE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tT3F3EA3lE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tT3F3EA3lE H2 {
  color: #ffffff;
}
.cid-tT3F3EA3lE P {
  color: #efefef;
}
.cid-tT3F3EP4l8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3EP4l8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3EP4l8 H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3EP4l8 H3 {
  color: #36404c;
}
.cid-tT3F3EP4l8 .mbr-text,
.cid-tT3F3EP4l8 .mbr-section-btn {
  color: #9dd5e6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3EP4l8 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3EP4l8 img {
  filter: invert(0.5);
}
.cid-tT3F3EP4l8 .mbr-text,
.cid-tT3F3EP4l8 .mbr-section-btn P {
  text-align: center;
}
.cid-tT3F3EZkSK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3EZkSK .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #bfe8fc;
  z-index: 0;
}
.cid-tT3F3EZkSK .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3EZkSK .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3EZkSK .mbr-section-subtitle {
  color: #9dd5e6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3EZkSK .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3EZkSK .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3EZkSK .img-wrap {
  max-width: 100%;
}
.cid-tT3F3EZkSK .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3EZkSK .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3EZkSK .carousel-indicators .active {
  background: #9dd5e6;
  opacity: 1;
  border: none;
}
.cid-tT3F3EZkSK .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3EZkSK .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9dd5e6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3EZkSK .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9dd5e6;
  background-color: transparent;
}
.cid-tT3F3EZkSK .carousel-controls a span {
  transition: all .3s;
  color: #9dd5e6;
  font-size: 18px;
}
.cid-tT3F3EZkSK .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3EZkSK .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3EZkSK .carousel-controls .carousel-control-next,
.cid-tT3F3EZkSK .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3EZkSK .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3EZkSK .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3EZkSK .image-element {
    min-width: 50%;
  }
  .cid-tT3F3EZkSK .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3EZkSK .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3EZkSK .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3EZkSK .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3EZkSK .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3EZkSK .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3EZkSK .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3EZkSK .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3EZkSK .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3EZkSK .img-wrap {
    width: 100%;
  }
  .cid-tT3F3EZkSK .carousel-controls {
    display: none;
  }
  .cid-tT3F3EZkSK .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3EZkSK .mbr-text {
  color: #9dd5e6;
}
.cid-tT3F3FqjCe {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3FqjCe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3FqjCe .mbr-section-title,
.cid-tT3F3FqjCe .mbr-section-subtitle,
.cid-tT3F3FqjCe .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3FqjCe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3FqjCe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3FqjCe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3FqjCe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3FqjCe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #bfe8fc);
}
.cid-tT3F3FqjCe .icon-focus {
  display: none;
}
.cid-tT3F3FqjCe .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3FqjCe ul {
  font-size: 0;
}
.cid-tT3F3FqjCe .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9dd5e6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3FqjCe .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3FqjCe .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bfe8fc;
}
.cid-tT3F3FqjCe .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3FqjCe .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3FqjCe .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3FqjCe .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3FqjCe .btn:hover {
  background: transparent !important;
}
.cid-tT3F3FqjCe .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3FqjCe .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3FqjCe .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3FNn44 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3FZz40 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3FZz40 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3FZz40 H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3FZz40 H3 {
  color: #36404c;
}
.cid-tT3F3FZz40 .mbr-text,
.cid-tT3F3FZz40 .mbr-section-btn {
  color: #9ee0a6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3FZz40 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3FZz40 img {
  filter: invert(0.5);
}
.cid-tT3F3GbImy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3GbImy .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #cae3cd;
  z-index: 0;
}
.cid-tT3F3GbImy .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3GbImy .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3GbImy .mbr-section-subtitle {
  color: #9ee0a6;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3GbImy .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3GbImy .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3GbImy .img-wrap {
  max-width: 100%;
}
.cid-tT3F3GbImy .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3GbImy .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3GbImy .carousel-indicators .active {
  background: #9ee0a6;
  opacity: 1;
  border: none;
}
.cid-tT3F3GbImy .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3GbImy .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9ee0a6;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3GbImy .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9ee0a6;
  background-color: transparent;
}
.cid-tT3F3GbImy .carousel-controls a span {
  transition: all .3s;
  color: #9ee0a6;
  font-size: 18px;
}
.cid-tT3F3GbImy .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3GbImy .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3GbImy .carousel-controls .carousel-control-next,
.cid-tT3F3GbImy .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3GbImy .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3GbImy .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3GbImy .image-element {
    min-width: 50%;
  }
  .cid-tT3F3GbImy .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3GbImy .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3GbImy .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3GbImy .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3GbImy .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3GbImy .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3GbImy .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3GbImy .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3GbImy .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3GbImy .img-wrap {
    width: 100%;
  }
  .cid-tT3F3GbImy .carousel-controls {
    display: none;
  }
  .cid-tT3F3GbImy .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3GbImy .mbr-text {
  color: #9ee0a6;
}
.cid-tT3F3Gy62r {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3Gy62r .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3Gy62r .mbr-section-title,
.cid-tT3F3Gy62r .mbr-section-subtitle,
.cid-tT3F3Gy62r .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3Gy62r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3Gy62r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3Gy62r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3Gy62r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3Gy62r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #e5ffe8);
}
.cid-tT3F3Gy62r .icon-focus {
  display: none;
}
.cid-tT3F3Gy62r .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3Gy62r ul {
  font-size: 0;
}
.cid-tT3F3Gy62r .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9ee0a6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3Gy62r .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3Gy62r .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cae3cd;
}
.cid-tT3F3Gy62r .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3Gy62r .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3Gy62r .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3Gy62r .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3Gy62r .btn:hover {
  background: transparent !important;
}
.cid-tT3F3Gy62r .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3Gy62r .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3Gy62r .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3GVmdH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3H6d5z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3H6d5z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3H6d5z H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3H6d5z H3 {
  color: #36404c;
}
.cid-tT3F3H6d5z .mbr-text,
.cid-tT3F3H6d5z .mbr-section-btn {
  color: #ffd990;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3H6d5z .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3H6d5z img {
  filter: invert(0.5);
}
.cid-tT3F3HglUN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3HglUN .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fff6e5;
  z-index: 0;
}
.cid-tT3F3HglUN .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tT3F3HglUN .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3HglUN .mbr-section-subtitle {
  color: #ffd990;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3HglUN .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3HglUN .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3HglUN .img-wrap {
  max-width: 100%;
}
.cid-tT3F3HglUN .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3HglUN .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3HglUN .carousel-indicators .active {
  background: #ffd990;
  opacity: 1;
  border: none;
}
.cid-tT3F3HglUN .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3HglUN .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffd990;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3HglUN .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffd990;
  background-color: transparent;
}
.cid-tT3F3HglUN .carousel-controls a span {
  transition: all .3s;
  color: #ffd990;
  font-size: 18px;
}
.cid-tT3F3HglUN .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3HglUN .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3HglUN .carousel-controls .carousel-control-next,
.cid-tT3F3HglUN .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3HglUN .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3HglUN .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3HglUN .image-element {
    min-width: 50%;
  }
  .cid-tT3F3HglUN .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3HglUN .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3HglUN .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3HglUN .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3HglUN .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3HglUN .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3HglUN .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3HglUN .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3HglUN .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3HglUN .img-wrap {
    width: 100%;
  }
  .cid-tT3F3HglUN .carousel-controls {
    display: none;
  }
  .cid-tT3F3HglUN .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3HglUN .mbr-text {
  color: #ffd990;
}
.cid-tT3F3HFNYA {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3HFNYA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3HFNYA .mbr-section-title,
.cid-tT3F3HFNYA .mbr-section-subtitle,
.cid-tT3F3HFNYA .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3HFNYA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3HFNYA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3HFNYA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3HFNYA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3HFNYA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fff6e5);
}
.cid-tT3F3HFNYA .icon-focus {
  display: none;
}
.cid-tT3F3HFNYA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3HFNYA ul {
  font-size: 0;
}
.cid-tT3F3HFNYA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffd990 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3HFNYA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3HFNYA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff6e5;
}
.cid-tT3F3HFNYA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3HFNYA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3HFNYA .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3HFNYA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3HFNYA .btn:hover {
  background: transparent !important;
}
.cid-tT3F3HFNYA .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3HFNYA .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3HFNYA .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3HFNYA .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tT3F3I8UYt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3IomrF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3IomrF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3IomrF H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3IomrF H3 {
  color: #36404c;
}
.cid-tT3F3IomrF .mbr-text,
.cid-tT3F3IomrF .mbr-section-btn {
  color: #ffbde8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3IomrF .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3IomrF img {
  filter: invert(0.5);
}
.cid-tT3F3IAOOe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3IAOOe .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #ffe5f6;
  z-index: 0;
}
.cid-tT3F3IAOOe .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3IAOOe .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3IAOOe .mbr-section-subtitle {
  color: #ffbde8;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3IAOOe .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3IAOOe .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3IAOOe .img-wrap {
  max-width: 100%;
}
.cid-tT3F3IAOOe .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3IAOOe .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3IAOOe .carousel-indicators .active {
  background: #ffbde8;
  opacity: 1;
  border: none;
}
.cid-tT3F3IAOOe .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3IAOOe .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #ffbde8;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3IAOOe .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ffbde8;
  background-color: transparent;
}
.cid-tT3F3IAOOe .carousel-controls a span {
  transition: all .3s;
  color: #ffbde8;
  font-size: 18px;
}
.cid-tT3F3IAOOe .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3IAOOe .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3IAOOe .carousel-controls .carousel-control-next,
.cid-tT3F3IAOOe .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3IAOOe .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3IAOOe .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3IAOOe .image-element {
    min-width: 50%;
  }
  .cid-tT3F3IAOOe .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3IAOOe .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3IAOOe .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3IAOOe .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3IAOOe .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3IAOOe .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3IAOOe .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3IAOOe .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3IAOOe .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3IAOOe .img-wrap {
    width: 100%;
  }
  .cid-tT3F3IAOOe .carousel-controls {
    display: none;
  }
  .cid-tT3F3IAOOe .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3IAOOe .mbr-text {
  color: #ffbde8;
}
.cid-tT3F3IZph6 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3IZph6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3IZph6 .mbr-section-title,
.cid-tT3F3IZph6 .mbr-section-subtitle,
.cid-tT3F3IZph6 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3IZph6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3IZph6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3IZph6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3IZph6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3IZph6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffe5f6);
}
.cid-tT3F3IZph6 .icon-focus {
  display: none;
}
.cid-tT3F3IZph6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3IZph6 ul {
  font-size: 0;
}
.cid-tT3F3IZph6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffbde8 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3IZph6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3IZph6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffe5f6;
}
.cid-tT3F3IZph6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3IZph6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3IZph6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3IZph6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3IZph6 .btn:hover {
  background: transparent !important;
}
.cid-tT3F3IZph6 .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3IZph6 .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3IZph6 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3JAFig {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3JRk9j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3JRk9j .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3JRk9j H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3JRk9j H3 {
  color: #36404c;
}
.cid-tT3F3JRk9j .mbr-text,
.cid-tT3F3JRk9j .mbr-section-btn {
  color: #c5baff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3JRk9j .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3JRk9j img {
  filter: invert(0.5);
}
.cid-tT3F3Kabrq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3Kabrq .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #d2c9ff;
  z-index: 0;
}
.cid-tT3F3Kabrq .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3Kabrq .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3Kabrq .mbr-section-subtitle {
  color: #c5baff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3Kabrq .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3Kabrq .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3Kabrq .img-wrap {
  max-width: 100%;
}
.cid-tT3F3Kabrq .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3Kabrq .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3Kabrq .carousel-indicators .active {
  background: #c5baff;
  opacity: 1;
  border: none;
}
.cid-tT3F3Kabrq .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3Kabrq .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #c5baff;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3Kabrq .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #c5baff;
  background-color: transparent;
}
.cid-tT3F3Kabrq .carousel-controls a span {
  transition: all .3s;
  color: #c5baff;
  font-size: 18px;
}
.cid-tT3F3Kabrq .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3Kabrq .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3Kabrq .carousel-controls .carousel-control-next,
.cid-tT3F3Kabrq .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3Kabrq .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3Kabrq .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3Kabrq .image-element {
    min-width: 50%;
  }
  .cid-tT3F3Kabrq .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3Kabrq .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3Kabrq .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3Kabrq .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3Kabrq .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3Kabrq .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3Kabrq .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3Kabrq .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3Kabrq .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3Kabrq .img-wrap {
    width: 100%;
  }
  .cid-tT3F3Kabrq .carousel-controls {
    display: none;
  }
  .cid-tT3F3Kabrq .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3Kabrq .mbr-text {
  color: #c5baff;
}
.cid-tT3F3Ky9vS {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3Ky9vS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3Ky9vS .mbr-section-title,
.cid-tT3F3Ky9vS .mbr-section-subtitle,
.cid-tT3F3Ky9vS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3Ky9vS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3Ky9vS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3Ky9vS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3Ky9vS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3Ky9vS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #d2c9ff);
}
.cid-tT3F3Ky9vS .icon-focus {
  display: none;
}
.cid-tT3F3Ky9vS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3Ky9vS ul {
  font-size: 0;
}
.cid-tT3F3Ky9vS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #c5baff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3Ky9vS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3Ky9vS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2c9ff;
}
.cid-tT3F3Ky9vS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3Ky9vS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3Ky9vS .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3Ky9vS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3Ky9vS .btn:hover {
  background: transparent !important;
}
.cid-tT3F3Ky9vS .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3Ky9vS .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3Ky9vS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3Ky9vS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tT3F3L0dq0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3Lj3yc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3Lj3yc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3Lj3yc H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3Lj3yc H3 {
  color: #36404c;
}
.cid-tT3F3Lj3yc .mbr-text,
.cid-tT3F3Lj3yc .mbr-section-btn {
  color: #d4c9c5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3Lj3yc .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3Lj3yc img {
  filter: invert(0.5);
}
.cid-tT3F3LEZRt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3LEZRt .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #a8998b;
  z-index: 0;
}
.cid-tT3F3LEZRt .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3LEZRt .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3LEZRt .mbr-section-subtitle {
  color: #d4c9c5;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3LEZRt .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3LEZRt .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3LEZRt .img-wrap {
  max-width: 100%;
}
.cid-tT3F3LEZRt .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3LEZRt .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3LEZRt .carousel-indicators .active {
  background: #d4c9c5;
  opacity: 1;
  border: none;
}
.cid-tT3F3LEZRt .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3LEZRt .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #d4c9c5;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3LEZRt .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #d4c9c5;
  background-color: transparent;
}
.cid-tT3F3LEZRt .carousel-controls a span {
  transition: all .3s;
  color: #d4c9c5;
  font-size: 18px;
}
.cid-tT3F3LEZRt .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3LEZRt .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3LEZRt .carousel-controls .carousel-control-next,
.cid-tT3F3LEZRt .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3LEZRt .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3LEZRt .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3LEZRt .image-element {
    min-width: 50%;
  }
  .cid-tT3F3LEZRt .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3LEZRt .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3LEZRt .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3LEZRt .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3LEZRt .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3LEZRt .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3LEZRt .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3LEZRt .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3LEZRt .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3LEZRt .img-wrap {
    width: 100%;
  }
  .cid-tT3F3LEZRt .carousel-controls {
    display: none;
  }
  .cid-tT3F3LEZRt .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3LEZRt .mbr-text {
  color: #d4c9c5;
}
.cid-tT3F3MaGDU {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3MaGDU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3MaGDU .mbr-section-title,
.cid-tT3F3MaGDU .mbr-section-subtitle,
.cid-tT3F3MaGDU .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3MaGDU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3MaGDU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3MaGDU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3MaGDU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3MaGDU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #a8998b);
}
.cid-tT3F3MaGDU .icon-focus {
  display: none;
}
.cid-tT3F3MaGDU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3MaGDU ul {
  font-size: 0;
}
.cid-tT3F3MaGDU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d4c9c5 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3MaGDU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3MaGDU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #a8998b;
}
.cid-tT3F3MaGDU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3MaGDU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3MaGDU .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3MaGDU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3MaGDU .btn:hover {
  background: transparent !important;
}
.cid-tT3F3MaGDU .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3MaGDU .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3MaGDU .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3MaGDU .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tT3F3MHtv2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3MZ6WC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3MZ6WC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3MZ6WC H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3MZ6WC H3 {
  color: #36404c;
}
.cid-tT3F3MZ6WC .mbr-text,
.cid-tT3F3MZ6WC .mbr-section-btn {
  color: #9cabb7;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3MZ6WC .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3MZ6WC img {
  filter: invert(0.5);
}
.cid-tT3F3Nk1Xb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3Nk1Xb .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #333b41;
  z-index: 0;
}
.cid-tT3F3Nk1Xb .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3Nk1Xb .slider__content {
  padding-top: 35px;
  text-align: left;
}
.cid-tT3F3Nk1Xb .mbr-section-subtitle {
  color: #9cabb7;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3Nk1Xb .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3Nk1Xb .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3Nk1Xb .img-wrap {
  max-width: 100%;
}
.cid-tT3F3Nk1Xb .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3Nk1Xb .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3Nk1Xb .carousel-indicators .active {
  background: #9cabb7;
  opacity: 1;
  border: none;
}
.cid-tT3F3Nk1Xb .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3Nk1Xb .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #9cabb7;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3Nk1Xb .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #9cabb7;
  background-color: transparent;
}
.cid-tT3F3Nk1Xb .carousel-controls a span {
  transition: all .3s;
  color: #9cabb7;
  font-size: 18px;
}
.cid-tT3F3Nk1Xb .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3Nk1Xb .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3Nk1Xb .carousel-controls .carousel-control-next,
.cid-tT3F3Nk1Xb .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3Nk1Xb .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3Nk1Xb .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3Nk1Xb .image-element {
    min-width: 50%;
  }
  .cid-tT3F3Nk1Xb .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3Nk1Xb .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3Nk1Xb .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3Nk1Xb .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3Nk1Xb .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3Nk1Xb .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3Nk1Xb .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3Nk1Xb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3Nk1Xb .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3Nk1Xb .img-wrap {
    width: 100%;
  }
  .cid-tT3F3Nk1Xb .carousel-controls {
    display: none;
  }
  .cid-tT3F3Nk1Xb .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3Nk1Xb .mbr-text {
  color: #9cabb7;
}
.cid-tT3F3NIp0U {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3NIp0U .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3NIp0U .mbr-section-title,
.cid-tT3F3NIp0U .mbr-section-subtitle,
.cid-tT3F3NIp0U .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3NIp0U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3NIp0U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3NIp0U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3NIp0U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3NIp0U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-tT3F3NIp0U .icon-focus {
  display: none;
}
.cid-tT3F3NIp0U .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3NIp0U ul {
  font-size: 0;
}
.cid-tT3F3NIp0U .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #9cabb7 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3NIp0U .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3NIp0U .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333b41;
}
.cid-tT3F3NIp0U .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3NIp0U .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3NIp0U .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3NIp0U .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3NIp0U .btn:hover {
  background: transparent !important;
}
.cid-tT3F3NIp0U .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3NIp0U .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3NIp0U .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3NIp0U .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tT3F3O6MRm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3OriP9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tT3F3OriP9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #369898;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tT3F3OriP9 H2 {
  color: #36404c;
  text-align: left;
}
.cid-tT3F3OriP9 H3 {
  color: #36404c;
}
.cid-tT3F3OriP9 .mbr-text,
.cid-tT3F3OriP9 .mbr-section-btn {
  color: #fce6d3;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT3F3OriP9 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tT3F3OriP9 img {
  filter: invert(0.5);
}
.cid-tT3F3OLWxT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tT3F3OLWxT .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 2.2%;
  background-color: #fce6d3;
  z-index: 0;
}
.cid-tT3F3OLWxT .slider__content {
  padding-top: 40px;
  text-align: left;
}
.cid-tT3F3OLWxT .scroll-box {
  height: 175px;
  overflow: auto;
}
.cid-tT3F3OLWxT .mbr-section-subtitle {
  color: #fce6d3;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tT3F3OLWxT .mbr-section-title {
  margin-bottom: 33px;
  color: #ffffff;
  text-align: left;
}
.cid-tT3F3OLWxT .slider__image {
  margin-left: 11.8%;
}
.cid-tT3F3OLWxT .img-wrap {
  max-width: 100%;
}
.cid-tT3F3OLWxT .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tT3F3OLWxT .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tT3F3OLWxT .carousel-indicators .active {
  background: #fce6d3;
  opacity: 1;
  border: none;
}
.cid-tT3F3OLWxT .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-tT3F3OLWxT .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #fce6d3;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tT3F3OLWxT .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #fce6d3;
  background-color: transparent;
}
.cid-tT3F3OLWxT .carousel-controls a span {
  transition: all .3s;
  color: #fce6d3;
  font-size: 18px;
}
.cid-tT3F3OLWxT .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tT3F3OLWxT .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tT3F3OLWxT .carousel-controls .carousel-control-next,
.cid-tT3F3OLWxT .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tT3F3OLWxT .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tT3F3OLWxT .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT3F3OLWxT .image-element {
    min-width: 50%;
  }
  .cid-tT3F3OLWxT .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tT3F3OLWxT .two__background:before {
    max-width: 90%;
  }
  .cid-tT3F3OLWxT .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tT3F3OLWxT .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tT3F3OLWxT .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tT3F3OLWxT .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tT3F3OLWxT .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tT3F3OLWxT .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tT3F3OLWxT .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tT3F3OLWxT .img-wrap {
    width: 100%;
  }
  .cid-tT3F3OLWxT .carousel-controls {
    display: none;
  }
  .cid-tT3F3OLWxT .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tT3F3OLWxT .mbr-text {
  color: #fce6d3;
}
.cid-tT3F3PE3LS {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #232323;
}
.cid-tT3F3PE3LS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tT3F3PE3LS .mbr-section-title,
.cid-tT3F3PE3LS .mbr-section-subtitle,
.cid-tT3F3PE3LS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT3F3PE3LS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT3F3PE3LS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT3F3PE3LS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT3F3PE3LS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT3F3PE3LS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #fce6d3);
}
.cid-tT3F3PE3LS .icon-focus {
  display: none;
}
.cid-tT3F3PE3LS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tT3F3PE3LS ul {
  font-size: 0;
}
.cid-tT3F3PE3LS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #fce6d3 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tT3F3PE3LS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tT3F3PE3LS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fce6d3;
}
.cid-tT3F3PE3LS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tT3F3PE3LS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tT3F3PE3LS .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tT3F3PE3LS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tT3F3PE3LS .btn:hover {
  background: transparent !important;
}
.cid-tT3F3PE3LS .btn:hover:before {
  background: transparent !important;
}
.cid-tT3F3PE3LS .btn:before {
  background-color: transparent !important;
}
.cid-tT3F3PE3LS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tT3F3PE3LS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tT3F3QxrMH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tT3F3Rg8dr {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tT3F3Rg8dr .content {
    text-align: center;
  }
  .cid-tT3F3Rg8dr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tT3F3Rg8dr .logo-subtitle {
  color: #8d97ad;
}
.cid-tT3F3Rg8dr .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT3F3Rg8dr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tT3F3Rg8dr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tT3F3Rg8dr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tT3F3Rg8dr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tT3F3Rg8dr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tT3F3Rg8dr .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-tT3F3Rg8dr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tT3F3Rg8dr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tT3F3Rg8dr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tT3F3Rg8dr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT3F3Rg8dr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tT3F3Rg8dr .list-item {
  display: flex;
}
.cid-tT3F3Rg8dr .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tT3F3Rg8dr ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tT3F3Rg8dr ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tT3F3Rg8dr ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tT3F3Rg8dr P {
  color: #999999;
}
.cid-tT3F3Rg8dr .mbr-text {
  color: #999999;
}
.cid-tT3F3Rg8dr .column-title {
  color: #8d97ad;
}
.cid-tT3F3Rg8dr .logo-subtitle,
.cid-tT3F3Rg8dr .media-wrap {
  color: #999999;
}
.cid-tT3F3Rg8dr .copyright > p {
  color: #999999;
}
